Skip to content

Instantly share code, notes, and snippets.

@jancelin
jancelin / freebsd_ovh_vps.md
Created July 29, 2024 14:03 — forked from c0m4r/freebsd_ovh_vps.md
FreeBSD installation on OVH VPS
@jancelin
jancelin / rPi3-ap-setup.sh
Created April 4, 2016 14:12 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 access-point-setup
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
if [[ $# -ne 1 ]];
then echo "You need to pass a password!"
echo "Usage:"