Resources

This page is mainly just intended to store information for myself about how to complete certain tasks in different coding languages, but it may be a useful resource for other folks as well.

This page hasn't been populated yet...

Programming

sudo raspi-config

Opens raspberry pi configuration window. Common uses include enabling new interfaces like SSH or WiFi. "sudo" is simply added to authorize the following command as the use of certain commands is restricted for security purposes. By typing "sudo" you are authorizing the command from the superuser to do something.


sudo apt-get update

Update raspberry pi package indexes with state and location of new software. Typically followed by the upgrade command.


sudo apt-get upgrade

Upgrade raspberry pi by actualling installing the packages from the updated package indexes.

Here's some text

Here's some text

Here's some text

Here's some text

Here's some text

Here's some text

Here's some text

Here's some text

Engineering

Here's some text

Here's some text

Here's some text

Here's some text

Here's some text

Here's some text