Skip to content

Commit

Permalink
Adds some more details to apt-get updates/upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
aspnetde committed Jan 7, 2015
1 parent 18f7e71 commit ec463c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,9 @@ Action | Command
------------ | -------------
Change User name | passwd
Grant root priviliges | visudo, add: {username} ALL=(ALL:ALL) ALL
System Updates | sudo apt-get update && sudo apt-get upgrade
System UpdateS: Fetching the list of available updates | sudo apt-get update
System UpdateS: Strictly upgrading the current packages | sudo apt-get upgrade
System UpdateS: Installing updates (new ones) | sudo apt-get dist-upgrade
Reboot | sudo reboot
Remove a directory and its sub-directories recursively | rm –R {directoryname}
Remove everything, files and directories | sudo rm -rf *
Expand Down

0 comments on commit ec463c8

Please sign in to comment.