Penguin
Diff: KeepingLinuxSecure
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of KeepingLinuxSecure.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 15 Last edited on Friday, September 15, 2006 3:56:44 pm by IanMcDonald
Older page: version 14 Last edited on Friday, September 15, 2006 3:50:21 pm by CraigBox Revert
@@ -35,10 +35,10 @@
 </pre> 
  
 Then, every once in a while do an: 
 <verbatim> 
-apt-get update  
-apt -get upgrade 
+aptitude update  
+aptitude dist -upgrade 
 </verbatim> 
  
 This will pull the latest security updates from Debian's server. Security packages are stable packages with only the fixes for security vulnerabilities applied. It's normally safe to install updates on a schedule with a script if you're using only security.debian.org - packages in security are very reliable.