Browsing category

Debian

How To Upgrade From Debian 9 Stretch to Debian 10 Buster

Debian 10 Buster was released on July 6th, 2019, and you may be now looking for upgrading your previous version, i.e., Debian 9 “Stretch” to the latest version Debian 10 “Buster”. This post will help you to upgrade your system from Debian 9 Stretch to Debian 10 Buster. Prerequisites Internet You must have an active […]

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 […]