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…
To configure IP in Ubuntu Server 20.04 guest, create a file add the following content example “on-link: true” is what makes it…
Left Shift key on my keyboard started acting up. It some times work, some times it won’t. I never use the caps…
RedHat, parent company of CentOS Linux announce it will stop supporting CentOS 8, the latest version of CentOS. CentOS is build from…
First check if you have file If the file exists, make sure, you have the following content in it. Edit Replace all…
On Ubuntu 20.04/22.04 settings won’t open. This may be caused by some software install/update. I tried to run From the terminal, I…
Whem install csf firewall on Ubuntu 20.04, i get following error root@ok:~# csf *Error* The path to iptables is either not set…
GNOME Shell Extensions allow you to add/modify features in Gnome Desktop. Gnome Desktop is used by Ubuntu. Shell Extensions are stored in…
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…
When running man command on a debian server, i get error root@lab:~# man sftp -bash: man: command not found root@lab:~# This is…
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…
Method 1: Using x11vnc Connect to remote computer with SSH ssh user@REMOTE_PC_IP Install x11vnc sudo apt install x11vnc start x11vnc as the…