Browsing tag

debian 8

How to Install PHP 5.6 on Ubuntu 16.04 & Debian 9

As you already know that both Ubuntu 16.04 and Debian 9 has been shipped with PHP 7 and applications which are designed to work with PHP 5 like vnStat PHP Frontend, PHP Server Monitor, etc., may not work due to compatibility issues. In such cases, you would need to install PHP 5.6 on Ubuntu 16.04 […]

How To Change Default runlevel in Debian 10 / Debian 9

In Debian 10 / Debian 9, systemd uses targets instead of run-levels. The /etc/inittab file is no longer used by systemd to change run levels. This post will help you to set up the default runlevel in Debian 10 / Debian 9. Change Default runlevel The Default runlevel can be set either by using the […]

How To Install PostgreSQL 11 / 10 on Debian 9 & Debian 8

PostgreSQL (simply known as Postgres) is an object-relational database management system (ORDBMS), available for many platforms including Linux, Microsoft Windows, FreeBSD, HP-UX, AIX, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers […]