How to check the Debian version you are using? This article will guide you through a number of commands to check the Debian version. These commands are quite simple and easy to implement. Commands to check the Debian version Below, I will guide you through four commands to see what version you are using. In

This article, I will guide you to set up static ip on Debian 9. How the Debian 9 works is similar to Debian 8. Configuring static ip on Debian 9 or Debain 8 is very simple. Configure static ip in Debian 9 Step 1, you open the file /etc/network/interface using the following command. nano /etc/network/interfaces Step 2,

This tutorial shows you how to change hostname in Debian 9. In essence, Debian 9 works just like Debian 8. So you can apply the article I wrote for Debian 8, like this article. Change hostname in Debian 9 To display the current hostname information, run the following command. hostname Next, to see the hostname

Configure static IP on Debian 8. I wrote a similar post for Ubuntu 16. Generally, Ubuntu-based or Debian-based operating systems have a pretty similar configuration. Define the interface to configure static ip Define the interface you want to set up. A server with multiple network interfaces is normal. So you need to determine which interface

To change hostname in Debian 8, use the hostnamectl command. Debian 8 is among the new OSes, using systemd, based on dbus. This is quite handy when you want to change the hostname of the Ubuntu 16 or CentOS 7 server, etc. The hostnamectl command to change hostname The image below is an example of

How to change the hostname in Ubuntu 16. This article will guide you how to change hostname in Ubuntu server 16. This article can be used for operating systems that are using systemd. Currently, Ubuntu version 16 or later, CentOS version 7 or later, these are the two most popular OS are using systemd. Check

In this article, I will guide you through the static IP configuration on Ubuntu server 16. Using IP is a common requirement when you build your system, you need to manage your IP closely and clearly. Check current configuration You open the ssh window to Ubuntu machine, type the following command to check if the

In the past, people used to refer to Apache as the most popular web server in the world. Many systems in the world are still using Apache. Time later, Nginx was developed and people started using it more than before. This is because it is better at performance and resource saving. Then, what is nginx?