To install kvm on Debian 10, run apt install -y qemu-kvm Install libvirt, it is a … Install kvm on Debian 10Read more
Debian
Configure KVM Bridge Network on Debian 10
Before you configure bridge network, make sure you have bridge-utils installed. apt install bridge-utils You may … Configure KVM Bridge Network on Debian 10Read more
Blocking Package Upgrade on Debian/Ubuntu
To block packages from upgrading, you can use command apt-mark hold. apt-mark hold PKG_NAME Example apt-mark … Blocking Package Upgrade on Debian/UbuntuRead more
Download a package using apt on Debian/Ubuntu
On Debian and Ubuntu servers, you can download a package using apt download command. apt download … Download a package using apt on Debian/UbuntuRead more
Install bitninja firewall
To install bitninja on Debian/Ubuntu, run sudo su -c “echo deb http://apt.bitninja.io/debian/ bitninja non-free >> /etc/apt/sources.list.d/bitninja.list” … Install bitninja firewallRead more
apt The method driver /usr/lib/apt/methods/https could not be found
When running apt update on a Debian server, i get error root@shop:~# apt-get update E: The … apt The method driver /usr/lib/apt/methods/https could not be foundRead more
Auto upgrade software in Ubuntu/Debian
To auto upgrade software packages in Ubuntu/Debian, install apt install -y unattended-upgrades Edit vi /etc/apt/apt.conf.d/50unattended-upgrades In … Auto upgrade software in Ubuntu/DebianRead more
apt-cache
To search for available packages, run apt-cache search PKG_NAME Example boby@sok-01:~$ apt-cache search wget devscripts – … apt-cacheRead more
Uninstalling Software in Debian Server
To uninstall a software on Debian server, run apt remove PKG_NAME Example To all installed software … Uninstalling Software in Debian ServerRead more
CloudPanel – Free Hosting Control Panel Debian 10/Nginx
CloudPanel is a free hosting control panel, that make deploying web application on cloud easier. It … CloudPanel – Free Hosting Control Panel Debian 10/NginxRead more