Archive for the "Bash" Tag

Filed in: , , , ,
Posted On: 2007 / 10 / 27

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

Filed in: , , , ,
Posted On: 2007 / 08 / 03

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

Filed in: , , , ,
Posted On: 2006 / 05 / 30

Create your own complex functions in your wiki.[...] → Read more

Filed in: , ,
Posted On: 2006 / 02 / 07

How del.icio.us got its creative name.[...] → Read more

Filed in: , , , , ,
Posted On: 2005 / 02 / 28

Complete archive from 85 to 95 in a click[...] → Read more

Filed in: , , ,
Posted On: 2004 / 12 / 01

Bash alias to get a nice modification date[...] → Read more

Filed in: , , , , , , ,
Posted On: 2004 / 10 / 20

Website to paste code, then discuss it[...] → Read more

Filed in: , ,
Posted On: 2004 / 09 / 05

Bash function to kill zombie sshd[...] → Read more

Filed in: , ,
Posted On: 2004 / 08 / 22

A replacement for linux tool "cat"[...] → Read more

Filed in: , , , , , , , , , ,
Posted On: 2004 / 05 / 08

A few "refcards" (reference cards) I found and kept[...] → Read more

Close
E-mail It