Advanced Search
Search Results
2 total results found
How To Use Certbot Standalone Mode to Retrieve Let's Encrypt SSL Certificates on Ubuntu 20.04
Ubuntu
Step 1 — Installing Certbot Certbot recommends using their snap package for installation. Snap packages work on nearly all Linux distributions, but they require that you’ve installed snapd first in order to manage snap packages. Ubuntu 20.04 comes with suppor...
How to unzip files on ubuntu
Ubuntu
# Install unzip for handling .zip files sudo apt-get update sudo apt-get install -y unzip # Command to unzip a .zip file unzip filename.zip # Install p7zip-full for handling .7z files sudo apt-get update sudo apt-get install -y p7zip-full # Command...