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 Write to NTFS Drives on Mac with iBoysoft Drive Manager

Microsoft New Technology File System (NTFS) has been the default file system in Windows platforms since it replaced the FAT file system in 1993. It has been optimized for over two decades and proved to be a well-performed file system. Nowadays, NTFS is not only the primary file system in Windows desktops and laptops, but […]

How To Setup Let’s Encrypt SSL Certificate with Apache on CentOS 8 / RHEL 8 & CentOS 7 / RHEL 7

Let’s Encrypt is a widely known certificate authority that provides free SSL certificates for websites, launched in April 2016. With the help of Certbot client, certificate creation, validation, signing, implementation, and renewal of certificates are fully automated. Prerequisites Follow the links to have either LAMP stack or only Apache web server installed on your system. […]

Top 17 Important Docker Commands

In this post, we will see the top 17 important docker commands that we generally use in Docker environment. These are the basic Docker commands you need to get started with Docker containers and images. Install Docker Before going ahead, take a look at how to install Docker on famous Linux distributions. READ: How To […]