
Wed Jun 03 2020
Python List Sort
In Python, you can sort a list using the built-in list.sort() method or the built-in sorted() function.
Read more

Wed Jun 03 2020
Get CPU Information on Linux
Have you ever wondered what type of CPU you have in your system and what is the CPU speed? On Linux, it's quite easy to determine the processor type and speed from the command line.

Tue Jun 02 2020
How to Install Vagrant on Ubuntu 20.04
Vagrant is a command-line tool for building and managing virtual machines. This article describes how to install Vagrant on an Ubuntu 20.04 machine.

Mon Jun 01 2020
How to Enable SSH on Ubuntu 20.04
This tutorial explains how to enable SSH on an Ubuntu machine. Enabling SSH will allow you to connect to your system remotely, and perform administrative tasks.
Sun May 31 2020
Bash printf Command

Sat May 30 2020
Bash Functions

Sat May 30 2020
How to Create MySQL Users Accounts and Grant Privileges

Fri May 29 2020
How to Install VirtualBox on Ubuntu 20.04

Thu May 28 2020
How to Install Docker Compose on Ubuntu 20.04

Wed May 27 2020
Using Curl to make REST API requests
