Skip to content

Instantly share code, notes, and snippets.

@azurestone
Created February 23, 2013 10:58
Show Gist options
  • Select an option

  • Save azurestone/5019310 to your computer and use it in GitHub Desktop.

Select an option

Save azurestone/5019310 to your computer and use it in GitHub Desktop.
ubuntu securiy update
sudo cp /etc/apt/sources.list /etc/apt/security.sources.list
# securityセクションのみ残す
sudo vim /etc/apt/security.sources.list
sudo apt-get upgrade -o Dir::Etc::SourceList=/etc/apt/security.sources.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment