Development Blog

Using Linux rsync to transfer data to another server

Monday, December 24th, 2007

The rsync command is commonly used to transfer data to another server. Lees verder »

Get disk free space in Linux

Monday, December 10th, 2007

The command from the shell to view the free disk space in Linux is:

df -h

The -h flag makes sure the output is in human readable format (i.e. 2G instead of 1K blocks)

Software you need

Thursday, November 29th, 2007

Software you need when setting up a design studio. This list will be regularly updated.

Lees verder »

MySQL Replication using AdoDb

Friday, November 16th, 2007

24HOURSMEDIAThis page contains a free AdoDb based class to use ADODB in a replicated MySQL Master/Slave environment. With this ADODB class, you can efficiently migrate to a replication database setup. Switching from a single MySQL database to a replicated database solution can be cumbersome. All your update and insert queries may not be performed on the slave databases, or else the replication will be broken. This class should help you how to manage the migration more easily.

Lees verder »

Text does not display in Flash dynamic text field

Friday, November 16th, 2007

24HOURSMEDIASometimes, when text is loaded in a dynamic text field, it does not display. This appears to be a bug when you publish your movie for Flash Player 8 or lower, it does not occur for Flash Player 9. Lees verder »

Changing the system date and time in linux

Saturday, November 10th, 2007

24HOURSMEDIAOn load balanced servers (where one server is the ‘master’ and other servers synchronize with the master server), the operating system’s time and date settings may be crucial for the synchronization process. Lees verder »