Skip to content

Instantly share code, notes, and snippets.

View xZeroMCPE's full-sized avatar
😀
Home (In the hood.)

Andre | xZeroMCPE xZeroMCPE

😀
Home (In the hood.)
View GitHub Profile
@Trefex
Trefex / OVH_README.md
Last active January 23, 2020 20:11
How I setup my VPS on ovh-com

Config is 2vCPU, 2 GB RAM and running Debian 7 on 64 bits.

apt-get update
apt-get upgrade
apt-get install htop

Add localadmin user

adduser localadmin

apt-get install sudo