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 "Bash" Tag
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
Create your own complex functions in your wiki.[...] → Read more
How del.icio.us got its creative name.[...] → Read more
Complete archive from 85 to 95 in a click[...] → Read more
Bash alias to get a nice modification date[...] → Read more
Website to paste code, then discuss it[...] → Read more
Bash function to kill zombie sshd[...] → Read more
A few "refcards" (reference cards) I found and kept[...] → Read more