By epb on January 8, 2010
Typing this from Deepest Sender (while listening to a remixes of Septette for the Dead Princess) It’s kinda nice and exactly what I was looking for – An extension for Firefox that allows you to post directly to your blog. (Of course you need XML RPC turned on to do so.) I note that it [...]
Posted in Wordpress
By epb on December 26, 2007
Theoretically, PHP-CGI processes on security level 1 sites should be faster now. I’ve put PHP in a tmpfs file system. It loads from RAM/Virtual Memory instead of from the hard drive, so page loads should come a couple milliseconds faster. I’ve also compressed the executables so they take up less of this tmpfs system.
Posted in Server Software
By epb on December 12, 2007
I have been hard at ‘work’ over the past 3 hours installing AWStats onto the server and realized a fatal flaw in my logging: All things get logged to a single monolithic log. Also Hypertext Preprocessor runs amok.
Posted in Server Software
By epb on August 12, 2007
If you are administering your own WordPress blog and are suddenly seeing massive page load times after editing a post or adding a new category, try adding your host name to /etc/hosts. More information on this issue can be viewed on the link below. Basically, it boils down to WordPress making HTTP calls and needing [...]
Posted in Wordpress