Install Docker on Ubuntu

Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: Add Docker’s official GPG key: Use the following command to set up the stable repository. Install Docker Engine Update the apt package index, and install the latest version of Docker Engine and containerd, or … Read more

Install Docker on Debian

Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: Add Docker’s official GPG key: Use the following command to set up the stable repository. Install Docker Engine Update the apt package index, and install the latest version of Docker Engine and containerd, or … Read more

How to Update Ubuntu and the differences between Upgrade and Dist-upgrade

How to update Ubuntu Info from man apt-get: update update is used to resynchronize the package index files from their sources. The indexes of available packages are fetched from the location(s) specified in /etc/apt/sources.list. For example, when using a Debian archive, this command retrieves and scans the Packages.gz files, so that information about new and … Read more

Installing Samba on Ubuntu 21.04

To install Samba, we run: We can check if the installation was successful by running: The following should be its output: Setting up Samba Now that Samba is installed, we need to create a use and directory for it to share: Add a user Add a directory to share (replace your username here). The command … Read more

CUDA Toolkit 11.4 Update 2 Downloads

Cuda Toolkit on Ubuntu WSL https://developer.nvidia.com/cuda-downloads?target_os=Linux Uninstall all linux distributions. Uninstall WSL (right-click on the windows start logo> App and Features> Enable or disable windows features> uncheck the box for Windows Subsystem for Linux). Restart the computer. Open PowerShell in administrator mode and perform the simplified installation of WSL, as it already (i) enables the … Read more

How to Install WP-CLI on cPanel

To install and use WP-CLI, you will need access to your server’s command line. Administrators with root access can log in with SSH. cPanel users can log in with SSH if it’s available or cPanel’s built-in Terminal. Download WP-CLI Change Permissions To allow every user to run WP-CLI, we have to move it to a … Read more