Browsing category

Debian

How To Change Time Zone in Debian 11 / Debian 10 / 9

It happens that sometimes your system may have the wrong time zone or want to change the time zone due to the nature of working or forgot to set the right time zone at the time of installing the Debian operating system. In this post, we will see how to change the timezone in Debian […]

How To Install Zabbix 5.0/4.0 on Debian 10 / Debian 9

Zabbix is an open-source monitoring tool for servers, network devices, and applications. It uses agents (Zabbix agent) installed on monitored hosts to collect the data. Zabbix also supports agentless monitoring via SNMP, TCP, and ICMP checks, as well as over IPMI, JMX, SSH, and telnet. Here, we will see how to install Zabbix Server Debian […]

How To Install Docker on Debian 10

Docker is a containerization software that helps to build, deploy, and run applications in a container. The containers are similar to virtual machines, but they consume fewer resource, easy to manage, and can run anywhere regardless of the operating environment it is running in. In this post, we will see how to install Docker Comunity […]

How To Install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9. Add PHP Repository SURY, a third-party repository […]

How To Setup Let’s Encrypt SSL Certificate with Nginx on Debian 10 / Debian 9

Let’s Encrypt is a certificate authority that provides free SSL certificates for TLS encryption, launched in April 2016. Let’s Encrypt is not only provides SSL certificates; it also automates certificate creation, validation, signing, implementation, and renewal of certificates for secure websites. Currently, Let’s Encrypt supports auto installation of certificates on Apache, Nginx, Plex, and Haproxy. […]