How To Install and Secure Redis on Ubuntu

In order to get the latest version of Redis, we will use apt to install it from the official Ubuntu repositories. Update your local apt package cache and install Redis by typing: This will download and install Redis and its dependencies. If on A regular Ubuntu distribution, change the configuration for the server to run … Read more

Docker Network and Other Commands

Docker Network commands Docker Example To illustrate this, we will use a Hive and Hadoop environment, containing 5 Docker Containers from – https://github.com/mesmacosta/docker-hive. Since I am on windows, I use Github desktop. Launch Github desktop and then go to File >> Clone Repository >> URL. Go to https://github.com/mesmacosta/docker-hive – Click on Code > Copy. Paste … Read more

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