Skip to content

Instantly share code, notes, and snippets.

@simple
Created May 11, 2011 23:52
Show Gist options
  • Save simple/967656 to your computer and use it in GitHub Desktop.
Save simple/967656 to your computer and use it in GitHub Desktop.
update Ubuntu package sources (for Korean users)
sudo vim -e /etc/apt/sources.list <<EOF
%s/kr.archive.ubuntu.com/ftp.daum.net/g
w
q
EOF
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment