If you have shell access to your webserver, upgrading to the latest WordPress build can be a matter of painless seconds. As usual there is more than one way to do it, and here is one of these ways -- the script I am using. PLAIN TEXT CODE: #!/bin/bash CURDIR=$(pwd) SITE="http://yoursite.com/blog" echo Updating Wordpress in $CURDIR echo 1. downloading latest build wget -q [...] → Read more
Archive for the "Linux" Tag
The following is for my own reference, borrowed from there and duplicated here because the original blog looks inactive and a fine candidate for deletion next time their domain or hosting will expire. No questions on this please, this is not my area of expertise at all. Share This Related posts Some Reference Cards (2) WordPress Upgrade Script (9) Windows [...] → Read more
Have you ever "ls -l" a file or directory, watch its "-r-x--s-wT" symbolic notation and ask to yourself: "what the hell is that chmod ?". This was the case for me several times today, so before I spent 1 minute on thinking about the notation, I decided to spent 5 minutes on a quick Perl [...] → Read more
I was having a few reading problems on a server I've recently got my hands on: the locale is set to something like French UTF8, but Putty was displaying annoying é and stuff instead of accented characters. I was expecting the solution to be something linuxish like read boring man pages till I finally decide it's [...] → Read more
Cool article[...] → Read more
Lost my Linux data. Got them back with Windows.[...] → Read more
Migrating. See you Linux.[...] → Read more
My short how-to[...] → Read more
List of Live CD Distros[...] → Read more
Bash alias to get a nice modification date[...] → Read more