Cannot install nvidia-390 driver, ubuntu 21

Run sudo /usr/bin/nvidia-uninstall to uninstall a manually installed driver, if you still got one. Remove everything of your old NVIDIA driver (simulate first): If only nvidia packages are there to be removed, remove really: Run sudo apt update and ubuntu-drivers devices again. If nvidia-390 is still recommended, add your output of sudo ubuntu-drivers autoinstall again.

Install Let’s Encrypt SSL on Hostname in cPanel/WHM Server

Good Info: https://www.interserver.net/tips/kb/install-lets-encrypt-cpanel-whm-server/ https://lowendtalk.com/discussion/106071/installing-free-ssl-for-server-hostname-using-letsencrypt Login to the server via ssh andlLet’s run the following command to install Let’s Encrypt provider: Once you have installed Let’s Encrypt provider, change auto SSL provider to Let’s Encrypt from cPanel (powered by Sectigo). Login to WHM >> Manage AutoSSL. Select Let’s Encrypt from cPanel (powered by Sectigo). Check the … Read more

Set Up Lets Encrypt on Debian 10 with Nginx

Update your package list Install the dependencies for the python3-certbot-nginx package, which include the python3-acme, python3-certbot, python3-mock, python3-openssl, python3-pkg-resources, python3-pyparsing, and python3-zope.interface packages: Iinstall the python3-certbot-nginx package: Certbot needs to be able to find the correct server block in your Nginx configuration for it to be able to automatically configure SSL. Specifically, it does this … Read more

Host a Web Site with a Domain on IPFS

This article describes how to host a web site on IPFS. Requirements: Access to a Registered Domain and DNS records. Edit your DNS to point the A record to the IPFS server. We will need this to resolve in order to install a Let’s Encrypt Certificate. Lets Start with an Update # sudo apt update … Read more