
How To Create a Sudo User on Debian
The sudo command (short for Super-user do) is a program designed to allow users to execute commands with the security privileges of another user, by default the root user. In this guide, we will show you how to create a new user on a Debian system and give it sudo access.
Read more

How to Install Pip on Debian 9
This tutorial will walk you through installing Python Pip on Debian 9 and teach you how to install and manage Python packages with pip. Pip is a package management system that simplifies installation and management of software packages written in Python such as those found in the Python Package Index (PyPI)

How to Set Up a Firewall with UFW on Debian 9
UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables firewall rules and its main goal is to make managing iptables easier or as the name says uncomplicated. In this tutorial we will show you how to setup a firewall with UFW on Debian 9.

How to Install VMware Workstation Player on Debian 9
VMware is a mature and stable virtualization solution that allows you to run multiple, isolated operating systems on a single machine. This tutorial will show you how to install VMware Workstation Player on Debian 9.
How to List Installed Packages on Debian

How to Install VirtualBox on Debian Linux 9

How to Install PostgreSQL on Debian 9

How to Install MySQL on Debian 9

How to Install and Configure Nagios on Debian 9

How to Install Node.js and npm on Debian 9
