Skip to content

Instantly share code, notes, and snippets.

@Eric-Guo
Created December 16, 2012 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eric-Guo/4305890 to your computer and use it in GitHub Desktop.
Save Eric-Guo/4305890 to your computer and use it in GitHub Desktop.
Modify live Linux CD hosts on fly
#!/bin/bash
echo "127.0.0.1 rstudio.cloud-mes.com" >> /etc/hosts
wget -q -O - http://smarthosts.googlecode.com/svn/trunk/hosts >> /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment