How to Add IPv6 Address on Ubuntu

In this tutorial, we will explain how to add IPv6 Address on your Ubuntu Server. Interface: eth0 IPv6 Address: 2001:19c0:000e:0013:8000:0000:0000:0602/120 IPv6 Gateway: 2001:19c0:000e:0013:8000:0000:0000:0601 Log your Ubuntu server by SSH and open the network config file nano /etc/network/interfaces Add the following block in your config iface eth0 inet6 static pre-up modprobe ipv6 address 2001:19c0:000e:0013:8000:0000:0000:0602 netmask 120…

How to install CSF Firewall on cPanel Server

In this tutorial, we will explain how to install CSF Firewall on your cPanel Server. Requirement: cPanel Dedicated Server root access First log your cPanel Server by SSH ssh root@your_cpanel_server_ip Download and extract CSF on your server cd /usr/local/src/ wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz Start the installation of CSF cd csf sh install.sh When done,…

How to Add IPv6 Addresses on CentOS

In this tutorial, we will show you how to add IPv6 addresses to your CentOS Server. In this case, the network interface we will use in our tutorial will be eth0 and the IPv6 subnet will be a /120. Add a temporary IPv6 address to your server To add a temporary IPv6 to your server,…

How to install htop on CentOS

In this tutorial, we will show you how to install htop monitoring tool on CentOS 6/7. Requirements : Dedicated Server root access Install epel repo to install htop yum install epel-release -y Install htop monitoring tool yum install htop -y Using htop htop To exit htop, just type “q”