Configure OVH Failover IP in Ubuntu 20.04/22.04

To configure IP in Ubuntu Server 20.04 guest, create a file add the following content example “on-link: true” is what makes it work. The “on-link: true” option is used to specify that a specific route should be considered “on-link.” This means that the route is directly reachable on the local network segment, and packets destined … Read more

Red Hat Killing CentOS Linux, Fight for CentOS clone

RedHat, parent company of CentOS Linux announce it will stop supporting CentOS 8, the latest version of CentOS. CentOS is build from the source code RHEL, making a free version of stable and well-tested enterprise ready RHEL Linux. CentOS 7 will keep getting security updates until it reaches End Of Life June 30th, 2024. For … Read more

csf error path to iptables is either not set or incorrect

Whem install csf firewall on Ubuntu 20.04, i get following error root@ok:~# csf *Error* The path to iptables is either not set or incorrect for IPTABLES [/usr/sbin/ip6tables] in /etc/csf/csf.conf at /usr/local/csf/lib/ConfigServer/URLGet.pm line 26. Compilation failed in require at /usr/sbin/csf line 21. BEGIN failed–compilation aborted at /usr/sbin/csf line 21. root@ok:~# This is because path for iptables … Read more

GNOME Shell Extension

GNOME Shell Extensions allow you to add/modify features in Gnome Desktop. Gnome Desktop is used by Ubuntu. Shell Extensions are stored in folder /home/USER/.local/share/gnome-shell/extensions On Ubuntu 20.04, i installed NoAnnoyance extension. This prevent Annoying Windows Ready notification. https://extensions.gnome.org/extension/1236/noannoyance/ To install an extension, go to the web page of the extension, you will be asked to … Read more

Install TeamSpeak Client on Ubuntu

TeamSpeak Client Ubuntu

To install TeamSpeak client on Ubuntu, download latest version from https://www.teamspeak.com/en/downloads/ Download page list both 32 and 64 bit versions. Most computers these days use 64 bit OS. So download 64 bit version unless you are using older computer with 32 bit OS. On Ubuntu, you can find if you are using 32 or 64 … Read more

Enable FTP for EasyEngine Website

To Enable FTP for EasyEngine web sites, we need to install pure-ftpd. On Ubuntu/Debian, run apt install -y pure-ftpd Enable virtial FTP users ln -s /etc/pure-ftpd/conf/PureDB /etc/pure-ftpd/auth/PureDB touch /etc/pure-ftpd/pureftpd.pdb In EasyEngine, we sites files are owned by www-data user, this user have a UID of 33. By default pure-ftpd won’t allow this. To enable users … Read more