Tag - bullseye

Entries feed - Comments feed

October 26, 2021

Install Node.js 17 on Debian 11

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Nodejs team build Debian custom repositrory and instalation of nodejs is very simple : sudo curl -fsSL https://deb.nodesource.com/setup_17.x | bash - sudo apt-get install -y nodejs    […]

Continue reading

Change NTP server on Debian 11

The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. In operation since before 1985, NTP is one of the oldest Internet protocols in current use. NTP was designed by David L. Mills of the  […]

Continue reading

October 20, 2021

Quick install PostgreSQL 13 on Debian 11

Debian 11 , comming with PostgreSQL 13. Official documentation is very good. On Debian is very simple proces of instalation database. sudo apt install postgresql sudo -u postgres createuser --pwprompt example sudo -u postgres createdb -O example example  […]

Continue reading

October 18, 2021

Quick install Zabbix 5.4 on Debian 11

zabbix-banner.jpeg, Oct 2021

About Zabbix (more about Zabbix from source https://www.zabbix.com) Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers, virtual machines, applications, services, databases, websites, the cloud and more. Zabbix uses a flexible notification  […]

Continue reading