Written on September 6, 2021
Prerequisites To follow this tutorial, you will need the following: One Ubuntu 18.04 server set up by following the Ubuntu 18.04 initial server setup guide, including a sudo non-root user and a firew...
Written on September 5, 2021
Method 1: Installing Atom as a Snap Package Atom snap package is distributed and maintained by Github. Snaps are self-contained software packages that include the binary all dependencies needed to ru...
Written on September 5, 2021
Install GIMP 2.10 in Ubuntu Since it has been some time from the release, GIMP 2.10 should be now available for most Linux distributions. In Ubuntu, you can find the snap version of GIMP 2.10 in the S...
Written on September 5, 2021
Installing Sublime Text 3 on Ubuntu Perform the following steps as root to install Sublime Text 3 on Ubuntu: 1. Install the dependencies necessary to add a new repository over HTTPS: $ sudo -s Enter ...
Written on September 4, 2021
Method 1: Install Visual Studio Code on Ubuntu using Snap Visual Studio Code is available as a snap package. Ubuntu users can find it in the Software Center itself and install it in a couple of clicks...
Written on September 4, 2021
How to install NodeJS on Ubuntu! Option 1: Installing Node.js with Apt from the Default Repositories Ubuntu 20.04 contains a version of Node.js in its default repositories that can be used to provide...
Written on September 4, 2021
First of all JDK 16 is the open-source reference implementation of version 16 of the Java SE Platform, as specified by by JSR 390 in the Java Community Process. JDK 16 reached General Availability on...