Written on September 9, 2021
What is VIM? Vim is a text editor. You can write notes, reminders, emails in it. Though most of the users use it for editing source code files. Vim emphasizes on mouse free interaction and placement ...
Written on September 9, 2021
How to install SSH server in Ubuntu The procedure to install a ssh server in Ubuntu Linux is as follows: Open the terminal application. Now type the line of bash into the terminal. sudo apt-get instal...
Written on September 8, 2021
How to Install Apache on Ubuntu Before installing new software, it’s a good idea to refresh your local software package database to make sure you are accessing the latest versions. This helps cut down...
Written on September 8, 2021
Setting Up Python 3 Ubuntu 20.04 and other versions of Debian Linux ship with Python 3 pre-installed. To make sure that our versions are up-to-date, let’s update and upgrade the system with the apt co...
Written on September 7, 2021
System requirements Microsoft hasn’t stated the full system requirements to install SQL Server on Ubuntu, Red Hat, SUSE and Docker engine, the only thing they noted is that it requires more than 3.25G...
Written on September 7, 2021
Install Dependencies Install Node.JS To do this just follow my tutorial on how to install Node.JS on Ubuntu by Clicking here Make sure to also install npm. Install Node Version Manager (nvm), whic...
Written on September 6, 2021
Software Requirement: 2 or more Ubuntu 18.04 servers Access to a sudo or root privileged user account on each device The apt package manager. Swap disabled. You MUST disable swap in order for the kube...
Written on September 6, 2021
Step 1. Access your terminal and execute the following command: snap install powershell --classic Once installiation is complete the output should look like Step 2. Start power shell from the termi...
Written on September 6, 2021
Step 1. Installing MySQL On Ubuntu 20.04, you can install MySQL using the APT package repository. At the time of this writing, the version of MySQL available in the default Ubuntu repository is versio...
Written on September 6, 2021
Step 1 Login into Ubuntu Desktop. Press Ctrl + Atl + T to open GNOME terminal. If for some reason the shortcut didn’t work, run the Terminal from the Ubuntu Dash. Step 2 Run the following command in t...