<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.3" -->
<rss version="0.92">
<channel>
	<title>33dots</title>
	<link>http://www.33dots.com</link>
	<description></description>
	<lastBuildDate>Sun, 07 Mar 2010 10:30:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>33dots.com moved to a new host</title>
		<description>Finally this site is moved(hosting and registration) from Yahoo! to DreamHost.
A quick summary of the steps.

1. BackUps!
Yahoo doesn't allow shell. So painstakingly downloaded the all the required contents to my local system using gFTP. This took about 1hr :(
Exported all the essential MySQL databases via phpMyAdmin

2. Unlocked the domain and ...</description>
		<link>http://www.33dots.com/index.php/web/33dots-com-moved-to-a-new-host.html</link>
			</item>
	<item>
		<title>Resized my root filesystem online</title>
		<description>Wanted to increase the size of my root filesystem. I have my CentOS 5.3 in an LVM
[tony@localhost ~]$ df -h /
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/CentOsVG-RootLV
16G   11G  3.8G  75% /

Decided to use a ...</description>
		<link>http://www.33dots.com/index.php/linux/resized-my-root-filesystem-online.html</link>
			</item>
	<item>
		<title>The Linux File System basics</title>
		<description>Each file in a Linux file system (eg, ext2, ext3) is described by an Inode, and every inode is identified by a unique number.
An Inode is a datastructure that describes the blocks of data the file occupies, as well as, metadata about the file like, the file's owner and group ...</description>
		<link>http://www.33dots.com/index.php/linux/the-linux-file-system-basics.html</link>
			</item>
	<item>
		<title>Backing up a MySQL MyISAM database using mysqldump.</title>
		<description>Give the command,
[tony@localhost ~]$mysqldump --opt --user=username --password=
password --host=yourMySQLHostname dbname &#62; output.sql
For bzipping it,
[tony@localhost ~]$mysqldump --opt --user=username --password=
password --host=yourMySQLHostname dbname &#124; bzip2 -c &#62; output.sql.bz2
To dump individual tables use the command,
[tony@localhost ~]$mysqldump --opt --user=username --password=
password --host=yourMySQLHostname dbname  (tablename tablename tablename) &#62; output.sql
The --opt switch is a shorthand; it is the ...</description>
		<link>http://www.33dots.com/index.php/sysadmin/backing-up-a-mysql-myisam-database-using-mysqldump.html</link>
			</item>
	<item>
		<title>No meta tags available for selection nodewords 6.x-1.2</title>
		<description>After nodewords installation, there were no 'Meta' tags available in the Meta tag selection form (in the nodewords settings page). Enabling or disabling made no effect. Also no tags were shown in the HTML output. The 'Global meta tags' page told, 'no metatags are selected in the settings page'.
Googling revealed ...</description>
		<link>http://www.33dots.com/index.php/drupal/no-meta-tags-available-for-selection-nodewords-6-x-1-2.html</link>
			</item>
</channel>
</rss>
