How to Disable apt Ubuntu Pro Advertisement
On running “apt upgrade” command on Ubuntu 20.04 and newer, Ubuntu shows an advertisement about Ubuntu Pro subscription. To disable the Ubuntu…
On running “apt upgrade” command on Ubuntu 20.04 and newer, Ubuntu shows an advertisement about Ubuntu Pro subscription. To disable the Ubuntu…
MySQL 5.7 is not supported on Ubuntu 22.04, but you can download MySQL 5.7 for Ubuntu 18.04 and install it on Ubuntu…
When updating packages on an Ubuntu server, I got the error “Unsafe symlinks encountered in /var/log, refusing.”. root@ip-172-31-45-33:/var# apt upgrade -y Reading…
First, install libwww-perl package needed for CSF firewall Install CSF with Change following settings in csf.conf file If you need GUI enabled,…
A few days ago I wanted to Migrate an Ubuntu VPS from one provider to another. I tried to take a snapshot…
To verify the integrity of installed packages, you can use debsums utility. First of all install debsums with command apt install -y…
WebP is an image format for web by Google. The size of webp images are much smaller compared with other image formats,…
If you have installed Ubuntu with GUI and don’t want GUI, you can disable GUI from starting on boot with command systemctl…
When I run locale-gen command, i get the following error root@netmon1:~# locale-gen en_US.UTF-8 bash: locale-gen: command not found root@netmon1:~# To see which…
To enable firewal for Ant Media Server on Ubnuntu server, use following rules ufw allow ssh ufw allow http ufw allow https…
To reinstall Kernel in Ubunru, you need to find the version of kernal installed, for this run dpkg -l | grep linux-image…
Shotcut is an free open source video editor for Ubuntu. You can find more info at https://shotcut.org Latest version of Shotcut video…