Skip to content

jhanzo/rpi-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Installation

Raspbian on SDCard

Download latest release of Raspbian on : https://www.raspberrypi.org/downloads/raspbian/ Minimal version of raspbian should be better for installing only required packages.

Raspberry is ready after following Raspbian official guide.

Docker on Rpi

Run simply following commands for updating OS and dowloading required packages :

#download Docker for Raspberry
curl -sSL https://get.docker.com | sh
#add pi user to docker group
sudo usermod -aG docker pi
#enable docker service on rpi boot
sudo systemctl enable docker.service

More info on official blog.

Docker cheatsheets

Security Access

For extrem security access, install OpenVPN.

A good way to achieve this is PiVPN (very easy install).

If you encounter any issue with internet navigation while connected to VPN, you could try to run :

iptables --policy INPUT ACCEPT
iptables --policy OUTPUT ACCEPT
iptables --policy FORWARD ACCEPT

About

Utilities for Raspberry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published