Skip to content

Instantly share code, notes, and snippets.

View phonicmouse's full-sized avatar
🔨
make dev

Phonic Mouse phonicmouse

🔨
make dev
  • Earth
View GitHub Profile
@phonicmouse
phonicmouse / index.pug
Created December 9, 2019 13:39
Raep Glitch
section.portfolio-experiment
.title(contenteditable="false") Ræp Records
#!/bin/bash
# Very secure OpenVPN server installer for CentOS
if [[ "$EUID" -ne 0 ]]; then
echo "Sorry, you need to run this as root"
exit 1
fi