Browsing category

Ubuntu

How To Install PHP 7.4 / 7.3 / 7.2 on Ubuntu 18.04 / Ubuntu 16.04

PHP is an open-source programming language widely used for web development. It is an HTML-embedded scripting language for building dynamic web sites. By default, Ubuntu 18.04 and Ubuntu 16.04 ships PHP v7.2 (EOL) and PHP v7.0 (EOL), respectively. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 on Ubuntu […]

How To Install Pip On Ubuntu 18.04, Debian 9 & Linux Mint 19

Pip (Pip Installs Packages) is a package management system that allows you to install software packages written in Python. It is used to install packages listed in the Python Package Index (PyPI). Pip is not installed on Ubuntu 18.04, Debian 9 and Linux Mint 19 by default. The installation of Pip on Ubuntu or Debian […]

How To List Users in Linux

The very first task that any Linux administrator performs when a user says unable to login to the system. Yes, to know how to list Users in Linux is must to troubleshoot any login issue. I hope you have seen commands to create a user, delete a user, modifying a user, list logged in users. […]

How To Delete / Remove Users in Linux Using the userdel Command

As a Linux system administrator, one of the primary responsibility is to manage the users and groups on Linux systems. User management includes creating users, modifying existing users and deleting users. Deleting / Removing a user account is the most important task for an administrator when any user leaves from an organization. This post explains […]