Skip to content

Instantly share code, notes, and snippets.

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

Zero xZeroMCPE

😀
Home (In the hood.)
  • CEO @ TBA
  • Miami, Florida
View GitHub Profile
@Trefex
Trefex / OVH_README.md
Last active March 13, 2025 13:27
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