Updating drupal core
Submitted by drink on
I guess this should have been obvious to me long ago, but if you have shell access you can near-instantly upgrade drupal like this:
wget (new drupal release)
tar xfz (new drupal release)
cd drupal-(new drupal version)
rm -rf sites
rsync .htaccess * (your drupal root)