Skip to content

Instantly share code, notes, and snippets.

@uzegonemad
Created April 2, 2015 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzegonemad/8d45668c7600c8a61c4c to your computer and use it in GitHub Desktop.
Save uzegonemad/8d45668c7600c8a61c4c to your computer and use it in GitHub Desktop.
blog-server-maintenance
cd /tmp
mysqldump -uroot -p --all-databases > dump.sql
tar zcf www.tar.gz /var/www/
jQuery('input[name*=backupfiles]').slice(0, 25).each(function() {jQuery(this).prop('checked', true)});jQuery('select[name=action]').find('option[value=delete]').prop('selected', true);jQuery('#doaction').trigger('click');
apt-get update
apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment