formats

Combine apt-get update and apt-get upgrade in one command

Published on August 1, 2012, by + in linux, sysadmin.

Combine apt-get update and apt-get upgrade in one command | On Ubuntu or Debian, it is possible to make a small bash one-liner to fully update the host with one simple command. I’ll show you how! 1. Create a file called ‘update’ in /usr/local/bin: $ sudo nano /usr/local/bin/update 2. Type the following for the file contents, then save with Control+X. #!/bin/bash sudo apt-get update &&

formats

Debian Administrator’s Handbook

Published on May 10, 2012, by + in linux, sysadmin.

Debian Administrator’s Handbook | Two well known Debian developers have written the Debian Administrator’s Handbook. It is now available in paper back as well as ebook formats. Check it out! http://debian-handbook.info/2012/the-debian-administrators-handbook-is-

Home Posts tagged "debian administration"