WordPress 2.7.1 Released

A revision update to WordPress 2.7 has been released today with 68 fixed tickets!

As usual I immediately upgraded my version of WordPress. The upgrade is now as simple as Clicking an upgrade button and ta-da!

If you want to upgrade your version of WordPress 2.7 to 2.7.1, then just open your WordPress admin section. Under the “Tools” menu you will find an “Upgrade” option. Click “Upgrade” and on the next page just click to automatically upgrade!

It is still suggested that you backup your database, however, I ran into no problems during my upgrade process and the entire upgrade took approximately 5 seconds.

For those of you using a version of WordPress prior to 2.7, you will not have the luxury of a built-in automatic update, but you can still use a plugin to automatically upgrade for you. Just make sure to deactivate the plugin later if you intend to use the built-in upgrade tool in the future, otherwise you will see a message similar to the following when attempting to upgrade:

Fatal error: Cannot redeclare class pclzip in /../wp-admin/includes/class-pclzip.php on line 171

Enjoy the easy upgrade tool and WordPress 2.7.1!

Print this entry

UNIX: 1234567890 on Friday Feb. 13, 2009 @ 18:31:30

This coming Friday the 13th (ahhhh, bad luck!!!!) will be a unique day for me and everyone on earth!

This coming Friday the 13th will be the day that makes a milestone mark in the history of UNIX! That milestone has been running since midnight Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds.

Basically, if you live if Eastern Standard Time (EST) like I do, then you will see this once in a life time event occur on:

Fri Feb 13 18:31:30 2009

Here is a quick screen shot that illustrates how to find the local time for you as well as the local time for me. icon wink UNIX: 1234567890 on Friday Feb. 13, 2009 @ 18:31:30

02 300x198 UNIX: 1234567890 on Friday Feb. 13, 2009 @ 18:31:30

If you want to check the time in your location then enter the following terminal command (compliments of  Gizmodo.com).

perl -e 'print scalar localtime(1234567890),"\n";'

Enjoy the day and maybe down a brew to celebrate the unique timing! Go UNIX!

Print this entry

ext4: The Fourth Extended Filesystem

The ext4 file system is to be the successor to the ext3 journaled file system and will be available as an optional file system in the next release of Ubuntu, Ubuntu 9.04.

The ext4 file system is now, as of December 25, 2008, released as stable and can be used as the dominant file system without fear of data lose…well, to be more clear I mean no more fear than any other “stable” file system. icon razz ext4: The Fourth Extended Filesystem

Ext4 is capable of supporting hard drives up to 1 exabyte in size. To put that in terms you might understand more easily, that’s 1,073,741,824 gigabytes!

Also, new with ext4 is an increased maximum file size! Files can now be created up to an impressive size of 16 tebibytes compared to 2 tebibytes in ext3! That’s 16,384 gigabytes!

Support for the ext4 file system begins with Kernel 2.6.28, so previous versions will be incompatible and unable to mount an ext4 volume.

As computer processors continually increase in speed and performance, it becomes increasingly important that timestamps are accurate and very accurate at that. The ext4 file system will store timestamps for created or modified files down to the nanosecond!

This means that creating files very quickly will result in more unique timestamps, thus increasing the ability to compare new and old files down to the nanosecond! This could be very important in the future for tasks such as synchronization!

If you’re interested in seeing better performance during file system check, reading and writing files then you’ll want to give Ubuntu 9.04 Jaunty Jackalope or Fedora 11 a try when they are released!

If you’re interested in seeing some performance benchmarks, then I’ve already collected a few here for you to take a look at:

Print this entry