First, install libwww-perl package needed for CSF firewall apt -y install libwww-perl Install CSF with cd … Install CSF firewall on Ubuntu ServerRead more
How to convert images to webp format in Ubuntu
Webp is a new image format for the web. It can be used on websites for … How to convert images to webp format in UbuntuRead more
How to install .NET SDK in Ubuntu 20.04
To install .NET on ubuntu 20.04, run the following commands wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg … How to install .NET SDK in Ubuntu 20.04Read more
Reset nextcloud admin password (snap install)
To reset the admin password of a nextcloud installed using the snap package, run sudo nextcloud.occ … Reset nextcloud admin password (snap install)Read more
How to install dropbear SSH server
Dropbear is a Lightweight SSH server. You can use it as openssh server alternative. Dropbear is … How to install dropbear SSH serverRead more
apt error doesn’t support architecture ‘i386’
On an Ubuntu server, when running “apt update” command, I got the following error message root@s196379:~# … apt error doesn’t support architecture ‘i386’Read more
How to change varnish port in Ubuntu
To change the varnish port, run the command systemctl edit varnish It opens an editor, in … How to change varnish port in UbuntuRead more
Install MATE desktop with xrdp on Ubuntu Server
Login to ubuntu server using SSH and run the following command to install MATE desktop environment … Install MATE desktop with xrdp on Ubuntu ServerRead more
How to Disable apt Ubuntu Pro Advertisement
On running “apt upgrade” command on Ubuntu 20.04 and newer, Ubuntu shows an advertisement about Ubuntu … How to Disable apt Ubuntu Pro AdvertisementRead more
DHCP
DHCP, or Dynamic Host Configuration Protocol, is a network management protocol that automates the process of … DHCPRead more