Guides
Processes are tasks or program that is running, these processes might as well be a daemon (background task). In this guide, you will learn how to determine the process running on your system, as wel
When you connect to a server via SSH from the client (the machine you want to use to establish the connection to the server), you will be asked to authenticate using the password of the user trying t
When you install software packages (e.g Nginx) in Ubuntu or Debian, the software would most likely depend on other packages to run, so, if the packages that it depends on aren't installed, it is goin
OpenSSH allows you to connect remotely to other GNU/Linux servers/machines securely. It isn't just a tool for a secure network connection, it also provides a large suite of tools such as a powerful a
In this guide, you will learn how to simplify ssh connections with a config file. The way this works is you create a configuration file for servers that you...
In this guide, you will learn and understand differnt ways of assigning Static IP addresses in Ubuntu, I would also outline the reason you should assign and...
There are several ways to install, remove and search software packages in Ubuntu, and the way you would install, remove and search software packages...
In this guide, you will learn how to manage network interfaces in Ubuntu with some tidbit you shouldn't ignore while managing interfaces in ubuntu...
In this guide, you would learn what a hostname means, how to view a hostname and how to properly set up a hostname on your Linux system...
In this guide, we will learn the concepts of permissions using an analogical approach and we dive straight into settings permission, removing permissions...