<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lanexa.net</title>
	<atom:link href="http://www.lanexa.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lanexa.net</link>
	<description>Web Design, Development, Hosting and Business Consulting Services</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:01:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Custom Post Types Unveiled</title>
		<link>http://www.lanexa.net/2012/01/wordpress-custom-post-types-unveiled/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-custom-post-types-unveiled</link>
		<comments>http://www.lanexa.net/2012/01/wordpress-custom-post-types-unveiled/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:19:40 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1373</guid>
		<description><![CDATA[In this tutorial, we will illustrate how to create a WordPress custom post type called My Things. I have narrowed the procedure down to 4 steps, which will be explained in depth. The most obvious place to insert the code is somewhere within your functions.php, but to add another level of organization, I recommend linking [...]]]></description>
		<wfw:commentRss>http://www.lanexa.net/2012/01/wordpress-custom-post-types-unveiled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change your password in MySQL</title>
		<link>http://www.lanexa.net/2012/01/how-to-change-your-password-in-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-your-password-in-mysql</link>
		<comments>http://www.lanexa.net/2012/01/how-to-change-your-password-in-mysql/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 20:08:47 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1368</guid>
		<description><![CDATA[Need to change your password in MySQL? It&#8217;s pretty simple. Here is the command: mysql> update mysql.user set Password=PASSWORD(&#8216;NEWPASSWORD&#8217;) where User=&#8217;YOURUSERNAME&#8217; AND Host=&#8217;localhost&#8217;; mysql> flush privileges;]]></description>
		<wfw:commentRss>http://www.lanexa.net/2012/01/how-to-change-your-password-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup to Amazon S3</title>
		<link>http://www.lanexa.net/2012/01/how-to-backup-to-amazon-s3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-backup-to-amazon-s3</link>
		<comments>http://www.lanexa.net/2012/01/how-to-backup-to-amazon-s3/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 04:29:48 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bash scripts]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1357</guid>
		<description><![CDATA[Need to backup your Linux server files and databases to Amazon S3? Here is a great tool &#8211; http://s3tools.org/download Follow the install instructions. Once you set up your S3 bucket, you can use this bash script to copy files to the S3 bucket: #!/bin/sh # ## Lanexa.net - file name = BACKUP_s3.sh ## backup script [...]]]></description>
		<wfw:commentRss>http://www.lanexa.net/2012/01/how-to-backup-to-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a WordPress Child-theme on Thematic framework</title>
		<link>http://www.lanexa.net/2012/01/create-a-wordpress-child-theme-on-thematic-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-wordpress-child-theme-on-thematic-framework</link>
		<comments>http://www.lanexa.net/2012/01/create-a-wordpress-child-theme-on-thematic-framework/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 19:55:00 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1323</guid>
		<description><![CDATA[I&#8217;m a huge fan of ThemeShaper&#8216;s Thematic base theme, by Ian Stewart. After spending some time getting to know it, I have very little reason to start my custom themes from scratch. Since coming to understand the structure, I have yet to feel limited by it. View a diagram of the Thematic structure here. After [...]]]></description>
		<wfw:commentRss>http://www.lanexa.net/2012/01/create-a-wordpress-child-theme-on-thematic-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zingle</title>
		<link>http://www.lanexa.net/2012/01/zingle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zingle</link>
		<comments>http://www.lanexa.net/2012/01/zingle/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 05:28:41 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Clients]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1318</guid>
		<description><![CDATA[Lanexa provides overall system architecture, Linux server administration, web development (php/mysql), Sugar CRM and Drupal support, as well as strategic technology planning for next generation text ordering solutions. Visit Zingle at http://www.zinglenow.com and http://www.zingleparking.com.]]></description>
		<wfw:commentRss>http://www.lanexa.net/2012/01/zingle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cell Applications, Inc.</title>
		<link>http://www.lanexa.net/2012/01/cell-applications-inc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cell-applications-inc</link>
		<comments>http://www.lanexa.net/2012/01/cell-applications-inc/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 05:25:01 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Clients]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1316</guid>
		<description><![CDATA[We provide onsite IT Support Services to Cell Applications, Inc., including database development, Linux system administration, network and security services. Lanexa also provides ongoing web site development and ecommerce support.]]></description>
		<wfw:commentRss>http://www.lanexa.net/2012/01/cell-applications-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Migration from Server1 to Server2: WordPress and Drupal friendly</title>
		<link>http://www.lanexa.net/2011/10/site-migration-from-server1-to-server2-wordpress-and-drupal-friendly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-migration-from-server1-to-server2-wordpress-and-drupal-friendly</link>
		<comments>http://www.lanexa.net/2011/10/site-migration-from-server1-to-server2-wordpress-and-drupal-friendly/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 18:28:59 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1111</guid>
		<description><![CDATA[This post was borne out of our mass migration to Rackspace. Naturally, it gets into some advanced, hairy stuff. However, when fully dialed in, this method can take less than 5 minutes, even for large WordPress or Drupal sites. In order to complete these tasks, you will need privileged shell access to both servers (including [...]]]></description>
		<wfw:commentRss>http://www.lanexa.net/2011/10/site-migration-from-server1-to-server2-wordpress-and-drupal-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to import your .sql into a MySQL database</title>
		<link>http://www.lanexa.net/2011/10/import-your-sql-into-a-mysql-database/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=import-your-sql-into-a-mysql-database</link>
		<comments>http://www.lanexa.net/2011/10/import-your-sql-into-a-mysql-database/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 17:51:35 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=1105</guid>
		<description><![CDATA[How to import your db_backup.sql into an empty database: user@server:~$ mysql -u mysql_user -p db_name < /path/to/db_backup.sql]]></description>
		<wfw:commentRss>http://www.lanexa.net/2011/10/import-your-sql-into-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to export your MySQL database using mysqldump</title>
		<link>http://www.lanexa.net/2011/10/export-your-mysql-database-using-mysqldump/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=export-your-mysql-database-using-mysqldump</link>
		<comments>http://www.lanexa.net/2011/10/export-your-mysql-database-using-mysqldump/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 19:25:31 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=981</guid>
		<description><![CDATA[Use your command line to backup your mysql database by exporting it to an .sql file. All you need to complete this task is shell access &#038; a mysql account. A major use for this command is to easily migrate your sites from one server to another. Since this is often part of a larger [...]]]></description>
		<wfw:commentRss>http://www.lanexa.net/2011/10/export-your-mysql-database-using-mysqldump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wget the latest WordPress installed &#8211; pronto!</title>
		<link>http://www.lanexa.net/2011/09/wget-latest-wordpress-installed-pronto/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wget-latest-wordpress-installed-pronto</link>
		<comments>http://www.lanexa.net/2011/09/wget-latest-wordpress-installed-pronto/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 18:01:47 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lanexa.net/?p=994</guid>
		<description><![CDATA[It&#8217;s so flippin&#8217; fast! Forget about FTP-ing&#8230; Step 1: wget it. user@server:~$ wget http://wordpress.org/latest.tar.gz This command will place the file in your current directory. You may plan on unpacking &#038; installing in multiple directories, so you may want to cd to the parent directory of those locations. Plus, if you choose this method to get [...]]]></description>
		<wfw:commentRss>http://www.lanexa.net/2011/09/wget-latest-wordpress-installed-pronto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

