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
Linux
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
Create a Debian Container in LXD
Debian OS templates are available in images:debian/VERSION. To see all available Debian OS templates, run To … Create a Debian Container in LXDRead more
How to install development tools on Debian/Ubuntu
Development tools are programs used to build software from its source code. These include compilers, make, … How to install development tools on Debian/UbuntuRead more
Debian 11.0 Bullseye released
Debian 11.0 Bullseye released on August 14th, 2021 is the next major Debian GNU/Linux distribution release. … Debian 11.0 Bullseye releasedRead more
sudo: command not found
On a Debian server, when running a command with sudo, I got the error sudo: command … sudo: command not foundRead more