SSH Server refused our key
I got the following error when logging in to a server using SSH key authentication. Server refused our key I checked the…
I got the following error when logging in to a server using SSH key authentication. Server refused our key I checked the…
Lost SSH public key, don’t worry, you can generate it from your private key file. If you have an SSH private key,…
How to find ImageMagick is installed on the server, run which convert Usually, it will be installed at – /usr/bin/convert On Ubuntu/Debian,…
To find the timezone of your Linux server, you can use the command You can also use the command To find a…
When you remove a package with the command yum remove PKG_NAME yum will remove all other packages that are dependent on the…
Dropbear is a Lightweight SSH server. You can use it as openssh server alternative. Dropbear is particularly useful for embedded type Linux…
To reset the admin password of a nextcloud installed using the snap package, run sudo nextcloud.occ user:resetpassword USER_NAME_HERE It will ask for…
When trying to resize a disk on Debian 8, I got the following error Fixed by installing cloud-utils package On newer versions…
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 -i packages-microsoft-prod.deb rm packages-microsoft-prod.deb sudo apt-get…
CyberPanel is a free hosting control panel. To find MySQL root password on CyberPanel server, run cat /etc/cyberpanel/mysqlPassword If you want to…
When updating packages on CentOS 8 server, I got the following error [root@instance-20220409-2340 ~]# dnf update Failed loading plugin “osmsplugin”: No module…
CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA,…