Posts

How to install Python on Ubuntu 20.04 LTS?

How to install Python on Ubuntu 20.04 LTS? Introduction Python is a high level, dynamic and general purpose programming language. It was designed…

How to Install Python 3 on CentOS

How to Install Python 3 on CentOS Introduction Python is a high level, dynamic, general purpose language. It was developed by Guido Van Rossum in…

How to Install Python3 on MacOS

How to Install Python3 on MacOS Introduction Python is a high level, dynamic, general purpose language. It was developed by Guido Van Rossum in 1…

How to Install Python on Windows (Environment Set-up)

How to Install Python (Environment Set-up) In order to become Python developer, the first step is to learn how to install or update Python on a …

How to Kill Zombie Processes in Ubuntu

A zombie or a defunct process in Linux is a process that has been completed, but its entry still remains in the process table due to a lack of c…

How to Install LAMP Stack on Linux Mint

Installing Apache requires the installation of a complete LAMP package (Linux, Apache, MySQL and, PHP). To do development, users require a complet…

How to Create Aliases for Customizing Commands in Ubuntu 22.04

With Ubuntu, you can customize your long Bash commands by using short and pleasant aliases as replacements. When working on the command line, you c…