My loyal readers know that I’m a bit impatient (surprise!!). I tend to play around with new scripts and sometimes just want to get rid of them; they’re not even worth the space on my server.
Deleting through FTP takes waaaay too long. And, the other alternative is to log into my control panel, but [...]
Written on May 14, 2008 | Posted in
Programming |
Leave a comment
Running the command below in your favorite SSH program will upload the latest version of WordPress to your site in 2 seconds. Can your FTP program do that?
wget wordpress.org/latest.tar.gz
SSH can unwrap the whole thing in another 4 seconds when you run the following command
tar -xzvf latest.tar.gz
I ask again: Can your FTP program do that?
Of course, [...]
Written on May 14, 2008 | Posted in
Programming |
Leave a comment
Make your favicon, but remember that it has to be in the size of 16×16.
Name it favicon.ico and upload it to your site.
In your header, include this code
It may take a few days for it to work.
Written on May 13, 2008 | Posted in
Programming |
Leave a comment