Tag: debian 8

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 show you how to install the latest Nginx on Debian 8. By default, for Debian 8, you will install Nginx 1.6.x. So if you want to use the latest Nginx version then how? This article will show you how to do it. Add repository for Nginx The operating system version

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

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