Search

You can find the results of your search below.

Fulltext results:

Repurpose Old Printers Using a Raspberry Pi
38 Hits, Last modified:
ted to your local network, use SSH to access it: <code bash> ssh <username>@<RaspberryPi_IP_Address> </code> //(Replace ''<RaspberryPi_IP_Address>'' with the ... cally ''pi''.)// Update and upgrade the system: <code bash> sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y </code> Then, install required packages: <code bash> su