General

Install Let's Encrypt for Apache

Start by enabling the Certbot repository: sudo add-apt-repository ppa:certbot/certbot Next, update the package list: sudo apt update Next, install the Certbot Apache package: sudo apt install python-certbot-apache Finally, obtain the…

Continue reading
0 Comments

Gallery Widget

Mount NFS share Ubuntu

To mount an NFS share in Ubuntu you need to install nfs-common: sudo apt-get install nfs-common Next, create the directory to which you would like to mount the share: sudo…

Continue reading
0 Comments