Tag: debian

How to install MariaDB 10.3 in Debian 8 Jessie. This article will guide you step by step to do that. Add MariaDB repository to the server You execute the commands below to add MariaDB repository to the server. Note that all of the following commands use the root user privilege. First, install packages that need

In this article, I will guide you step by step to install MariaDB 10.3 in Debian 9. The installation steps have been tested in Debian 9 (Stretch). Add MariaDB repository to the server First, we need to install some dependencies. # apt update && apt-get install software-properties-common dirmngr -y Next, we add the key of

How to install PHP 7 in Debian 8? By default, if you install the PHP package in Debian 8, it will install version 5.x. This article, I will guide you to install PHP 7 in Debian 8 using the dotdeb repository. Add repository PHP 7 dotdeb Important note: This repository is provided by dotdeb.org. This

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