1604580780
NVM (Node Version Manager) is a command-line utility for managing multiple active Node.js versions. Sometimes you required to deploy multiple node application with different-2 versions. Nvm will help you here.
#node #nodejs #javascript
1623947073
This tutorial is subjected in regard to install GIMP Editor on Fedora Workstation, probably over all versions. If you are are new to Fedora, and want an image manipulation app that can offer simple as well as advanced features for any level photo editing, then GIMP photo editor is the best option. And here you can learn how to install the app easily.
GIMP Photo Editor & Its Features
GIMP is a widely popular open source photo editing app that includes all advance features, and is available for cross platforms like Windows, Mac OSX, Linux, and many more. Since, this application is open source, it can also be modified through its source codes and distributed. However, for a user’s point of view, it features a lot of options that can help to manipulate with images, image formats, and so on. Here includes some of its features:
How to install GIMP editor on Fedora?
Under this article, we will discuss a number of possible approaches through which you can easily install GIMP on your Fedora system. You can try out any of these approaches whichever helps you to install the app easily.
Approach 1: Install GIMP editor with default repository
sudo dnf install gimp
Approach 2: Install GIMP Flatpak on Fedora
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
Approach 3: Install GIMP with Snap
sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install gimp
https://servonode.com/install-gimp-on-fedora-workstation-all-versions
#install gimp on fedora #install gimp on fedora workstation #how to install gimp on fedora
1623691737
Although, the list of text editor available for Linux is very long, still the fanbase of Atom text editor is very huge. Thanks to its clean and robust features like split view, Git integration, availability of additional extensions or addons, and many more. Means, this easily enables users to work with almost every kind of text files whether it be while wring some project codes, comparing two codes, and so on. So, in this article, we will discuss about installing Atom on a Fedora desktop. But before that, let’s learn some of the available features with Atom.
Atom text editor is technically developed by and maintained by GitHub and includes a number of features which includes:
Installing Atom on Fedora with RPM Package
To install Atom using official RPM package, Visit the official site, and click on Download.rpm button. Do make sure to save it under Downloads directory.
To view the downloaded file (atom.x86_64.rpm) under Downloads folder, run the commands below:
cd ~/Downloads
ls -lh
Now, you can install the Atom package by running this command.
sudo dnf install ./atom.x86_64.rpm
Install Atom Text Editor using Snap
To install Atom using Snap package, run the commands below:
sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install atom –classic
#install atom text editor on fedora #install atom on fedora #atom text editor on fedora
1595855400
pgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. pgAdmin4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database.
In this tutorial, we are going to show you how to install pgAdmin4 in Server Mode as a web application using httpd and Wsgi module on CentOS 8.
**01-**To install pgAdmin4 on CentOS 8 we need to add an external repository, so execute the following command:
$ sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm
02- After we add the pgAdmin4 repository, let’s use the below command to install pgAdmin4 as server mode:
$ sudo dnf install pgadmin4-web
03- Before proceeding with the configuration of pgAdmin4, we need to install policycoreutils
tool:
$ dnf install policycoreutils-python-utils
04- Once we done installing pgAdmin4, we need to configure the pgAdmin4 by setting up the initial pgAdmin user account
#databases #linux #ubuntu #install pgadmin4 #install pgadmin4 centos #pgadmin #pgadmin 4 install #pgadmin 4 install centos #pgadmin4 #pgadmin4 install centos
1595372400
1- We need to add official repository to the sources list. Therefore, type the below command to add the Android Studio repository:
$ sudo add-apt-repository ppa:maarten-fonville/android-studio
02- Now let’s install Android studio and all the software dependencies as below.
$ sudo apt update
$ sudo apt install android-studio
We can install using the snap
tool. So, use the below command to install Android Studio:
$ sudo snap install android-studio --classic
01- You can start Android Studio either by typing the command android-studio
in your terminal or by clicking on the Android Studio icon (Activities -> Android Studio
).
02- When you start Android Studio for the first time, a window like the following will appear asking you to import Android Studio settings from a previous installation. However, if you have a previous installation of Android Studio, simply browse to the configuration folder. If not, go with the default option which is Do not import settings
.
03- Click on the Next
button, and you will be presented with a window to choose your type of setup you want for Android Studio. So, let’s choose Standard which will install the most common settings and options as below.
04- Click Next
and you’ll be taken to the following window to choose your UI theme:
05- You’ll be taken to a window to verify your chosen settings. Simply click on Next
. Finally, wait for the Wizard to download and install the required dependencies before you can start your first Android project
#linux #ubuntu #install android studio #install android studio ubuntu #install sdk ubuntu #sdk #sdk install android studio #ubuntu install android studio
1600307091
How to install laravel 8 on windows 10. In this tutorial, i would love to share with you how to install laravel 8 on windows 10.
Installing laravel 8 on windows 10 xampp server step by step:
https://laratutorials.com/installing-laravel-8-on-windows-10-xampp/
#install laravel on windows xampp #how to install laravel in windows 10 xampp #install xampp on windows 10 laravel installation steps #laravel installation steps #how to run laravel project on localhost xampp