Skip to content

Instantly share code, notes, and snippets.

View Jpec57's full-sized avatar

Jpec57

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