Skip to content

Instantly share code, notes, and snippets.

@christianrojas
Last active August 29, 2015 13:59
Show Gist options
  • Save christianrojas/10683201 to your computer and use it in GitHub Desktop.
Save christianrojas/10683201 to your computer and use it in GitHub Desktop.
Rails 4.1 + Ubuntu 13.10 64bits VPS + Capistrano 3

VPS Setup

Groups and Privileges

Great info here

Change root password:

passwd
groupadd groupname
sudo adduser username
sudo adduser username groupname

open the sudoers file containing a list of users and groups who have root privileges:

nano /etc/sudoers

TZ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment