- 
uninstall Postgres 9.4, install 9.3, backup the database using pg_dumpall > backup.sql, uninstall Postgres 9.3, install Postgres 9.4, restore the databases using psql -d postgres -f backup.sql 
- 
- 
#!/bin/bash
- 
cat /var/run/reboot-required.pkgs
- 
xargs aptitude changelog < /var/run/reboot-required.pkgs | grep urgency=high
 
- 
- 
- 
dpkg -l | grep linux-image | awk {‘print $2’} | grep -v extra
 “ubuntu” related tagsxarkam’s tagsapt-get automatic update chmod debian dev packages dpkg find kernel linux list list security updates openssl php postgresql putty remove resolution safely save screen sessions ubuntu vmware 
-