Skip to content

Instantly share code, notes, and snippets.

@kaplas
kaplas / Raspberry-Pi-for-Google-Cloud-Print.md
Last active August 23, 2023 21:45
How to set up a RPi as a Google Cloud Print server
@aamnah
aamnah / install-apps.sh
Last active June 24, 2023 13:14
Bash script to install packages [Git, s3cmd] on a new system. For Debian and Ubuntu. To run, copy the script to the server and run ``bash install-apps.sh``
#!/bin/bash/
#######################################
# Bash script to install apps on a new system (Ubuntu)
# Written by @AamnahAkram from http://aamnah.com
#######################################
## Update packages and Upgrade system
sudo apt-get update -y
## Git ##