Adam. R

Getting started with Vim on Ubuntu: The beginning. Part 1

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 ...

How to install an SSH Server and OpenSSH on your Ubuntu Computer

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...

How to Install Apache on Ubuntu

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...

How To Install Python 3 on Ubuntu

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...

How to install SQL Server on Ubuntu

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...

Run a Discord.js Bot on Ubuntu

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...

How To Install Kubernetes on Ubuntu

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...

How to install PowerShell on Ubuntu!

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...

How To Install MySQL Server on Ubuntu!

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...

How to Install PuTTY on Ubuntu!

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...

1 2 3 4 5 6 7 8 9 10 11