How to Upgrade Debian 10 to Debian 11
One of the advantages of the Debian operating system is easy to upgrade to the newer version. Login to your Debian 10…
One of the advantages of the Debian operating system is easy to upgrade to the newer version. Login to your Debian 10…
CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA,…
Debian 11.0 Bullseye released on August 14th, 2021 is the next major Debian GNU/Linux distribution release. Debian 10 buster is designated as…
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 reinstall Kernel in Ubunru, you need to find the version of kernal installed, for this run dpkg -l | grep linux-image…
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…
To uninstall a software on Debian server, run apt remove PKG_NAME Example To all installed software with specific name, run dpkg-query -l…
To search for available packages, run apt-cache search PKG_NAME Example boby@sok-01:~$ apt-cache search wget devscripts – scripts to make the life of…
To auto upgrade software packages in Ubuntu/Debian, install apt install -y unattended-upgrades Edit vi /etc/apt/apt.conf.d/50unattended-upgrades In this file, you can configure various…
When running apt update on a Debian server, i get error root@shop:~# apt-get update E: The method driver /usr/lib/apt/methods/https could not be…