Category: Raspberry Pi

Renew Your Certbot Certificates

First log into the machine containing Certbot and access the user who has permissions to execute the command or use sudo. To check when your cert(s) are about to expire: You can renew your cert(s) with this command. It will check if any certs have less than 30 days until it expires, if so it […]

READ MORE

Linux Install CURL

The curl command allow you to download or upload data to another server. Let begin the install. Once the install is finished, test for the version to make sure it is working. Example usage, display the headers of this website. For more information on curl, view the man page in the terminal – man curl.

READ MORE

My Linux Prompt

It’s time to create the personal prompt you always wanted. After this tutorial you will have something that will look like this, but with this tutorial you can configure the prompt anyway you like. mainuser -> your user name21:12 -> display the timelab01 -> hostname of machineanytext -> whatever you want to add~/.mlp -> current […]

READ MORE

Raspberry Pi – Install Wget

Wget is used to download files in a terminal. To install it, issue this command in the terminal. You can test the version to ensure it is installed correctly. This is the help file for wget. I hope this page was helpful. Why not check out the man pages for more ways this command can […]

READ MORE

Raspberry Pi – Install Sudo

To install sudo you must first become root. The easiest way to switch to the root user is by using the su command – Substitute User. Using the command without any user id defaults to the root user. The dash will start the shell as a login shell. Issue the command to switch to the […]

READ MORE