Skip to content

Instantly share code, notes, and snippets.

View Jpec57's full-sized avatar
💭
I don't always test my code, but when I do, I do it on production

Jpec57

💭
I don't always test my code, but when I do, I do it on production
View GitHub Profile
Set Up
apt install curl vim wget git zsh sudo php apache2
# Add jpec to user list which can log as root
usermod -aG sudo jpec
vim /etc/sudoers
jpec ALL=(ALL) NOPASSWD:ALL