General

Change shell Ubuntu

Sometimes you might create a new user without specifiying the necessary arguments, resulting the shell for that user being something other than the default bash shell you're used. This often…

Continue reading
0 Comments

Gallery Widget

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