Skip to content

Instantly share code, notes, and snippets.

@SteveVallay
SteveVallay / set_up_diget_ocean.markdown
Last active December 27, 2015 15:59
setup digit ocean
useradd -m -d /home/goodluck -s /bin/bash your_user 

passwd your_user  

//type your passwd twice

sudo adduser your_user sudo
@SteveVallay
SteveVallay / rails-learning.md
Created August 23, 2013 17:41
materials about rails learning.
  1. [rails guides][1]
  2. [ruby on rails 实战圣经][2]
  3. [how to start learning ruby on rails][3]
  4. [RailsApp Project][4]