<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-13913563</id><updated>2011-04-22T02:29:44.940+08:00</updated><title type='text'>Techie's Notes</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tech-potato.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tech-potato.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>sylphiel</name><uri>http://www.blogger.com/profile/17168573876427677651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-13913563.post-114843787846171928</id><published>2006-05-24T10:26:00.000+08:00</published><updated>2006-05-24T10:40:46.950+08:00</updated><title type='text'>Linux: Burn CD using CLI</title><content type='html'>&lt;span style=";font-family:verdana;font-size:100%;"  &gt;To make a CD image of a directory with Rock Ridge and Joliet file support:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;mkisofs -o name_of_file.iso -J -r /home/username/name_of_directory&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;cdrecord -v speed=8 dev=0,0,0 name_of_iso_file.iso&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(Note that you need to get the info for the 'dev=' part by running '&lt;span style="font-weight: bold;font-family:courier new;" &gt;cdrecord -scanbus&lt;/span&gt;')&lt;br /&gt;&lt;br /&gt;To copy a CD to an image file you could use this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;dd if=/dev/scd0 of=/home/username/isoimage.iso&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;cat /dev/scd0 &gt;&gt; /home/username/isoimage.iso&lt;/span&gt;  &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13913563-114843787846171928?l=tech-potato.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-potato.blogspot.com/feeds/114843787846171928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13913563&amp;postID=114843787846171928' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114843787846171928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114843787846171928'/><link rel='alternate' type='text/html' href='http://tech-potato.blogspot.com/2006/05/linux-burn-cd-using-cli.html' title='Linux: Burn CD using CLI'/><author><name>sylphiel</name><uri>http://www.blogger.com/profile/17168573876427677651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13913563.post-114843816873662430</id><published>2006-05-21T10:33:00.000+08:00</published><updated>2006-05-24T10:42:16.473+08:00</updated><title type='text'>MySQL: Increamental Backup</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;Author:&lt;/span&gt; phpfreak&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;Date:&lt;/span&gt; 08/27/2005&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Version 1.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;Website:&lt;/span&gt; http://www.phpfreaks.com/tutorials/136/0.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Backing up a database is something that should be done regularly on a dynamic driven website. You simply never know when the server is going to crash, or your database becomes corrupted. Therefore, it is a wise decision to take precautions and backup your database as often as possible.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;In this very short tutorial, we're going to cover some of the "tried and true" methods to backup your database on the server your website is hosted on.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Shell Backup&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;If you have the ability to backup your database using some type of shell scripting, this would be easier. You can simply upload a shell script similar to this one and place it on your server then run it on the automated CRON daemon, and forget about it!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;#!/bin/bash &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;TIMESTAMP=`date +%m-%d-%y-%H%M` &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;cd /home/backups/mysql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;find /home/backups/mysql/*.tar.gz -mtime +7 -exec &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;rm -f {} ; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;# my database &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;DBNAME=my_database &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;mysqldump --opt -c -e -Q -u MYSQL_USER -p'MYSQL_PASSWORD' $DBNAME &gt; $DBNAME.sql tar czpf $DBNAME.$TIMESTAMP.tar.gz $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;rm -f $DBNAME.sql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Now let's discuss this shell script a little in depth.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;The beginning of the code is the shebang line and then followed by defining a variable called TIMESTAMP so that you can easily identify when the backup was created, other than the timestamp of the actual file. Kind of redundant, but prevents you from overwriting a backup done 10 minutes ago because the file name is different.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;#!/bin/bash &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;TIMESTAMP=`date +%m-%d-%y-%H%M`&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Next, we go ahead and change directory (cd) to the /home/backups/mysql directory. It is always the safe move to cd to the directory you are going to work in to prevent any kind of file system damage by automated scripts (just my preference).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;cd /home/backups/mysql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Next, we run this handly find command to find any file tar.gz file in this directory that was modified more than 7 days ago. Thus, keeping backups only within the past 7 days. Usually, we don't need more than that, but it's smart to keep at least that if you can. You never know, you may go away on vacation, or out of town and not have access to your website for a few days. If you only keep one day worth of backups, you could be out of luck when it comes time to restore from the last known GOOD backup.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;find /home/backups/mysql/*.tar.gz -mtime +7 -exec rm -rf {} ;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Moving along, the following code simply defines the database name DBNAME of the database we want to backup. There's a few reasons to define it as a variable, such as you would create variables in PHP, we do it to reuse the code much easier.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;# my database &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;DBNAME=my_database &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;mysqldump --opt -c -e -Q -u MYSQL_USER -p'MYSQL_PASSWORD' $DBNAME &gt; $DBNAME.sql tar czpf $DBNAME.$TIMESTAMP.tar.gz $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;rm -f $DBNAME.sql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;The previous code will dump the database using the best combination of options that we could find. Many times in the past, just using mysqldump without any flags causes import process to fail, so we've had great success rate with this combination: --opt -c -e -Q&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Here's a trick for you. If you have multiple databases, you can simply copy the previous codeblock over and over, change the DBNAME variable and backup multiple databases at one time. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;# my second database &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;DBNAME=my_database2 &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;mysqldump --opt -c -e -Q -u MYSQL_USER -p'MYSQL_PASSWORD' $DBNAME &gt; $DBNAME.sql tar czpf $DBNAME.$TIMESTAMP.tar.gz $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;rm -f $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;# my 3rd database &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;DBNAME=my_database3 &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;mysqldump --opt -c -e -Q -u MYSQL_USER -p'MYSQL_PASSWORD' $DBNAME &gt; $DBNAME.sql tar czpf $DBNAME.$TIMESTAMP.tar.gz $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;rm -f $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;# my 4th database DBNAME=my_database4 mysqldump --opt -c -e -Q -u MYSQL_USER -p'MYSQL_PASSWORD' $DBNAME &gt; $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;tar czpf $DBNAME.$TIMESTAMP.tar.gz $DBNAME.sql &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;rm -f $DBNAME.sql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Now that you have your script written, give it proper execution permissions and setup it up on a CRON job.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Restoring Your Database Backup&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;To restore your database, simply extract the database file you want ( tar zxpf database_name.TIMESTAMP.tar.gz ) and then import the mysql file: &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;mysql -u MYSQL_USER -p 'MYSQL_PASSWORD' DATABASE_NAME &lt;&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Now, if you get any errors, you might need to drop the tables inside the database first, however, our dump command takes care of the DROP TABLE statements for you.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;If you have a similar backup scenario, or a completely different one, feel free to discuss other options in the discussion thread at the end of this tutorial. &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13913563-114843816873662430?l=tech-potato.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-potato.blogspot.com/feeds/114843816873662430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13913563&amp;postID=114843816873662430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114843816873662430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114843816873662430'/><link rel='alternate' type='text/html' href='http://tech-potato.blogspot.com/2006/05/mysql-increamental-backup_21.html' title='MySQL: Increamental Backup'/><author><name>sylphiel</name><uri>http://www.blogger.com/profile/17168573876427677651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13913563.post-114843799749931930</id><published>2006-05-20T10:32:00.000+08:00</published><updated>2006-05-24T10:41:38.110+08:00</updated><title type='text'>Linux: Cronjob</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Author :&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; Laurence Hunter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Website : &lt;/span&gt;&lt;span style="font-family:verdana;"&gt;http://esm2.imt-mrs.fr/~staffelb/guide_linux/part1/cron.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;The Crontab File's Syntax&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;To tell cron what you want it to run, and how often you want it to run it, you need to create a crontab file. A crontab file is just a text file with the following syntax:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;minute hour day-of-month month-of-year day-of-week command&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Each of the above columns can be in one of the following formats (these examples are for the minute column):&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;30&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run command at 30 minutes past the hour.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;0-59/10&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run command once every 10 minutes, for the entire hour.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;15-30&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run command once every minute, from 15 to 30 minutes past the hour.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;0,10,50&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run command at 0 minutes past the hour, 10 minutes past the hour, and 50 minutes past the hour.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;*&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run command once every minute.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;And here's the range of numbers available for each of the time and date columns:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;minute       : 0-59&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;hour         : 0-23&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;day-of-month : 0-31&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;month-of-year: 1-12&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;day-of-week  : 0-6&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;(0=Sun, 1=Mon, 2=Tue, 3=Wed, 4=Thu, 5=Fri, 6=Sat)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Here's an example crontab file:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;30 0 * * * ./backup.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;0,10,50 9-15 * * * ./compute.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;0-59/10 * * * 1,3,5 ./netgrab.sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;30 0 * * * ./backup.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run the backup.sh script (located in your home directory) at half-past (30) midnight (0), on every day of the month (*), and every day of the year (*), and every day of the week (*).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;0,10,50 9-15 * * * ./compute.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run the compute.sh script every 0 minutes, 10 minutes, and 50 minutes past the hours (0,10,50), between 9am and 5pm (9-15), every day of the year.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;0-59/10 * * * 1,3,5 ./netgrab.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Run the netgrab.sh script every 10 minutes (0-59/10), every Monday, Wednesday, and Friday (1,3,5). &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13913563-114843799749931930?l=tech-potato.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-potato.blogspot.com/feeds/114843799749931930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13913563&amp;postID=114843799749931930' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114843799749931930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114843799749931930'/><link rel='alternate' type='text/html' href='http://tech-potato.blogspot.com/2006/05/linux-cronjob.html' title='Linux: Cronjob'/><author><name>sylphiel</name><uri>http://www.blogger.com/profile/17168573876427677651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13913563.post-114551735305479859</id><published>2005-01-01T16:00:00.000+08:00</published><updated>2006-05-24T11:11:29.636+08:00</updated><title type='text'>Category</title><content type='html'>&lt;div id="del-container"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- Write the Delicious Categories --&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;d2bWriteCat();&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13913563-114551735305479859?l=tech-potato.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114551735305479859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13913563/posts/default/114551735305479859'/><link rel='alternate' type='text/html' href='http://tech-potato.blogspot.com/2005/01/category.html' title='Category'/><author><name>sylphiel</name><uri>http://www.blogger.com/profile/17168573876427677651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
