Browsing tag

ubuntu 18.04

How To Disable IPv6 on Debian 11 / 10 & Ubuntu 20.04 / 18.04

This post helps you in disabling ipv6 on Debian 11 / 10 & Ubuntu 20.04 / 18.04. IPv6 can be disabled by modifying sysctl.conf or by creating a .conf file in the /etc/sysctl.d directory. You can also disable IPv6 for a particular network adapter. The steps mentioned here should work on previous versions of Debian […]

How to Add Remote Linux Host to Zabbix Server for Monitoring

After installing the Zabbix server and Zabbix agent, you are now due for adding a node to the Zabbix server for monitoring. Install Zabbix Server: READ: How To Install Zabbix Server 4.0 on CentOS 7 / RHEL 7 READ: How To Install Zabbix Server 4.0 on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9 Install […]

How To Install Apache Cassandra on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Cassandra is (also known as Apache Cassandra) an open-source distributed database management system. It was developed to handle large amounts of data across commodity hardware or cloud infrastructure. Cassandra provides high availability with no single point of failure. Cassandra supports linear scalability by adding a new machine to it with no downtime or interruption to […]