Checking your Ubuntu Version
Related Posts
How to backup mysql database (command line)
To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p…
List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
