Pages
Categories
Archives
Category Archives: Software
mysql: --i-am-a-dummy
I just noticed the mysql client “--i-am-a-dummy” parameter in the help output (from mysql --help) This interestingly named synonym for “--safe-updates” looks like it should be set as the default on any live mysql database. The command is supposed to block updates and deletes that don’t use keys. As an example, it could be used [...]
Compiling Ruby on Ubuntu – Part 2
Following on from my previous post Installing Ruby on Ubuntu, I tried to install/compile Ruby (and rubygems, rake) on Ubuntu server 7.04. Since Ubuntu Server is a “minimal” installation for use on a server, various development tools need to be installed, I used the following commands: apt-get install build-essential autoconf manpages-dev and also apt-get build-dep [...]
Symbian Slingplayer In Private Beta
Saw this on mocoNews.net this morning: Symbian Slingplayer In Private Beta Looks interesting, even with the number of operators making video available on mobile, this allows an individual get the video content that they have available, in their home or office, delivered to their phone. So, while they’re on a train, or waiting in an [...]
Also posted in Entertainment, Networks, Technology, Telecomms Leave a comment
SSH updates
The Past: I’m a long-time user of SSH. I presume that I was typical in my initial use of it for secure access to remote servers. But I quickly became familiar with its port-forwarding capabilities, and have often set up intricate webs of connected and nested tunnels, in order to negotiate the problems of multiple [...]
Also posted in Networks, Security, Technology Leave a comment
Upgrading WordPress
Well, after my earlier problems with the automated Fantastico upgrade, I did the “manual” upgrade to my WordPress installation. I was moving from 2.0.6 to 2.2.1 following the instructions from WordPress. It all went perfectly. Well done on the instructions (and the software). At the end of the upgrade instructions, there’s a section called Special [...]
Also posted in Blogs, Personal Leave a comment
Back to basics (or some rules for software upgrades)
Don’t upgrade just because there is a newer version available. Check the release notes and other documentation for any problems with the new software. Verify the upgrade in a test environment first. This is not always a realistic option, but if you don’t do it then backups become even more important. Backup your current live [...]
Flash Lite: Graphics for Mobile Devices
This is an interesting introduction to Flash Lite – including getting data from the network – in the current issue of Dr. Dobbs Journal. Well it’s probably only interesting if, like me, the only thing you already know about Flash Lite, is that some people can make nice looking demos with it Dr. Dobbs | [...]
Also posted in Networks, Technology, Telecomms, Work Leave a comment
RubyCocoa 0.11.0 released – The Unofficial Apple Weblog TUAW
Just saw this post on TUAW: RubyCocoa 0.11.0 released – The Unofficial Apple Weblog TUAW Looks interesting for anyone wanting to develop Mac applications in Ruby.
Also posted in Blogs Leave a comment
Mac 101: Enter directory paths when in open/save dialogs – The Unofficial Apple Weblog (TUAW)