<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>Corpocrat Blog</title>
	<link>http://corpocrat.com</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<pubDate>Tue, 18 Nov 2008 18:40:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>HOWTO: Use Automatic Washing Machine to Wash Clothes?</title>
		<link>http://corpocrat.com/2008/11/17/how-to-use-automatic-washing-machine-to-wash-clothes/</link>
		<comments>http://corpocrat.com/2008/11/17/how-to-use-automatic-washing-machine-to-wash-clothes/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 13:18:05 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/11/17/how-to-use-automatic-washing-machine-to-wash-clothes/</guid>
		<description><![CDATA[Hmm! 
Washing clothes is one of the hardest work for any women in the planet. Recently i have purchased a LG top loading, fully automatic machine  ($375) and i was very surprised, being a first time user i really didnt know how to use a washing machine. I hate to admit it but its [...]]]></description>
			<content:encoded><![CDATA[<p>Hmm! </p>
<p>Washing clothes is one of the hardest work for any women in the planet. Recently i have purchased a LG top loading, fully automatic machine  ($375) and i was very surprised, being a first time user i really didnt know how to use a washing machine. I hate to admit it but its the truth. </p>
<p>If you are planning to buy a automatic washing machine&#8230; here are the features that is a must have for a good washing machine</p>
<p>1. Wash mode<br />
2. Rinse mode<br />
3. Spinning mode<br />
4. Dryer<br />
5. Top loading or front loading.<br />
6. Option of cold and hot water.</p>
<p>The best washing machine is front loading type but it the most expensive ($500) and the disadvantage is you have to lean down everytime to load or pull out your clothes. The cost effective and budget type would be top loading machine.</p>
<p><strong>How to setup a washing machine</strong></p>
<p>1. Connect the machine to power socket.<br />
2. Connect both hot and cold inlets to water pipes.<br />
3. Make sure you place the waste water outlet in appropriate place.<br />
4. Add a good washing powder.<br />
5. Power on the machine<br />
6. Set the water level manually (if it doesnt start)</p>
<p>The advantage of using hot water to kill germs. In my LG washing machine it takes about 40 minutes</p>
<p>Washing Mode</p>
<p>In this mode most washing machines simply swirl or rotate the clothes after soaking in the water mixed with washing powder. It does few rotations and does some inner swirl to remove the dirt or stains in clothes. </p>
<p>Rinsing Mode</p>
<p>In this mode the machine first releases the waste water completely and then fills in fresh water to re-clean the foam and washing powder in the clothes. This is called rinsing. It also cleans any bleaches.<br />
<strong><br />
NOTE:</strong> In most machines the spinning would work only if you have connected the hot or cold water inlet.</p>
<p><strong>Spinning</strong></p>
<p>Once the rinsing is done, the machine rotates the clothes and this process completely eliminates about 80% of the water in the clothes. If you live in a sunny place (with good sunshine) remove the clothes and dry it manually under sun, else if you live in a cold country, you might need dryer.</p>
<p><strong>Dryer</strong></p>
<p>Once spinning is complete, the machine dries your clothes by letting in hot air and does increased spinning to dry your clothes. Note that power consumption would be more in this mode and if you want to cut your power bills stop with spinning.</p>
<p>Here i am sharing what i have learnt from being a noob in washing. I really liked my machine and it infact removed dirt and stains very well. Infact my clothes smelled good.</p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/11/17/how-to-use-automatic-washing-machine-to-wash-clothes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FIX-&gt;Fatal error: Maximum execution time of 300 seconds exceeded with phpMyAdmin</title>
		<link>http://corpocrat.com/2008/11/13/fix-fatal-error-maximum-execution-time-of-300-seconds-exceeded/</link>
		<comments>http://corpocrat.com/2008/11/13/fix-fatal-error-maximum-execution-time-of-300-seconds-exceeded/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:17:51 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<category><![CDATA[PHP Scripts]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/11/13/fix-fatal-error-maximum-execution-time-of-300-seconds-exceeded/</guid>
		<description><![CDATA[PHPMyAdmin will not work for uploading large mysql databases. If you attempt to upload a large mysql dataset you will often get this error
Fatal error: Maximum execution time of 300 seconds exceeded
Fix:
If you get this error you will need edit config.default.php inside phpmyadmin and look for this line
$cfg[&#8217;ExecTimeLimit&#8217;]  = 300; 
and replace with 0 [...]]]></description>
			<content:encoded><![CDATA[<p>PHPMyAdmin will not work for uploading large mysql databases. If you attempt to upload a large mysql dataset you will often get this error</p>
<blockquote><p>Fatal error: Maximum execution time of 300 seconds exceeded</p></blockquote>
<p>Fix:</p>
<p>If you get this error you will need edit config.default.php inside phpmyadmin and look for this line</p>
<blockquote><p>$cfg[&#8217;ExecTimeLimit&#8217;]  = 300; </p></blockquote>
<p>and replace with 0 or any larger value</p>
<blockquote><p>$cfg[&#8217;ExecTimeLimit&#8217;]  = 3600; </p></blockquote>
<p>If that doesnt work, try this <a href="http://www.ozerov.de/bigdump.php">BigDump MySQL Importer</a>. It is free for download. </p>
<p>If you have commandline SSH access, and your SQL file is in gzip format use this superfast command to import large gzipped mysql databases</p>
<blockquote><p>gunzip < dbname.gz | mysql -u Username -p dbname</p></blockquote>
<p>Always consider GZIP to export and dump large mysql databases as it has better compression than ZIP formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/11/13/fix-fatal-error-maximum-execution-time-of-300-seconds-exceeded/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix-&gt; Warning: ereg_replace(): REG_BADRPT in PHP</title>
		<link>http://corpocrat.com/2008/11/12/how-to-fix-warning-ereg_replace-reg_badrpt-in-php/</link>
		<comments>http://corpocrat.com/2008/11/12/how-to-fix-warning-ereg_replace-reg_badrpt-in-php/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:19:37 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[PHP Scripts]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/11/12/how-to-fix-warning-ereg_replace-reg_badrpt-in-php/</guid>
		<description><![CDATA[If you are a PHP programmer and if you are using regular expressions with ereg_replace then often with replacing particular characters you might encounter error like
Warning: ereg_replace(): REG_BADRPT 
Here is a simple function that causes this error


function OrigURL($str)
{
$out = ereg_replace(&#039;+&#039;,&#039; &#039;,$str);
return $out;
}

Solution: Just escape the characters. Only then it will work.
$out = ereg_replace(&#8217;\+&#8217;,&#8217; &#8216;,$str);
Hope this [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a PHP programmer and if you are using regular expressions with ereg_replace then often with replacing particular characters you might encounter error like</p>
<blockquote><p>Warning: ereg_replace(): REG_BADRPT </p></blockquote>
<p>Here is a simple function that causes this error</p>
<pre name="code" class="php">

function OrigURL($str)
{
$out = ereg_replace(&#039;+&#039;,&#039; &#039;,$str);
return $out;
}
</pre>
<p><strong>Solution:</strong> Just escape the characters. Only then it will work.</p>
<blockquote><p>$out = ereg_replace(&#8217;<strong>\</strong>+&#8217;,&#8217; &#8216;,$str);</p></blockquote>
<p>Hope this would help!</p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/11/12/how-to-fix-warning-ereg_replace-reg_badrpt-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to remove GET variable within $_SERVER[&#8217;QUERY_STRING&#8217;] in PHP</title>
		<link>http://corpocrat.com/2008/11/12/how-to-remove-get-variable-within-_serverquery_string-in-php/</link>
		<comments>http://corpocrat.com/2008/11/12/how-to-remove-get-variable-within-_serverquery_string-in-php/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:14:16 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[PHP Scripts]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/11/12/how-to-remove-get-variable-within-_serverquery_string-in-php/</guid>
		<description><![CDATA[I was working on a mysql search script with paging where i had to pass the same GET parameters to page numbers like
search.php?q=what+europe+scripts&#038;page=1
I used $_SERVER[&#8217;QUERY_STRING&#8217;] to get the GET parameters. But the problem i got was when i was in page 2 it would show query string like
search.php?q=what+europe+scripts&#038;page=1&#038;page=2
and if i am in page 5, it [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a mysql search script with paging where i had to pass the same GET parameters to page numbers like</p>
<blockquote><p>search.php?q=what+europe+scripts&#038;page=1</p></blockquote>
<p>I used $_SERVER[&#8217;QUERY_STRING&#8217;] to get the GET parameters. But the problem i got was when i was in page 2 it would show query string like</p>
<blockquote><p>search.php?q=what+europe+scripts&#038;page=1&#038;page=2</p></blockquote>
<p>and if i am in page 5, it would show like</p>
<blockquote><p>search.php?q=what+europe+scripts&#038;page=1&#038;page=2&#038;page=3&#038;page=4&#038;page=5</p></blockquote>
<p>This is an unwanted problem and i wanted to strip/remove only the page variable. </p>
<p>If you are in such a situation here is the solution.</p>
<p><strong>1. Use ereg_replace to strip unwanted variable. (or)</strong></p>
<p><code> list($q) = explode('&#038;',$_SERVER['QUERY_STRING']);</code></p>
<p>Here the GET variables separated using &#038; and we take only the first value in the array (say q variable). </p>
<p><strong>2. Use SESSIONS to hold just the query variable.</strong></p>
<p>Just store the GET variable by registering a session and use it on pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/11/12/how-to-remove-get-variable-within-_serverquery_string-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Best FREE Wordpress THEMES You Never Want to MISS!</title>
		<link>http://corpocrat.com/2008/11/02/10-best-free-wordpress-themes-you-never-want-to-miss/</link>
		<comments>http://corpocrat.com/2008/11/02/10-best-free-wordpress-themes-you-never-want-to-miss/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 11:11:32 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/11/02/10-best-free-wordpress-themes-you-never-want-to-miss/</guid>
		<description><![CDATA[Wordpress is such a powerful CMS and literally you can achieve anything from it. Not just that its code is very easy to understand and it can be customized to anything.
Here are the 10 best free wordpress themes you would never want to miss.
Blue Sensation

License: FREE
Download &#124; Visit Website

Monochrome Gallery
(Photo gallery theme)

License: FREE
Download &#124; Visit [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress is such a powerful CMS and literally you can achieve anything from it. Not just that its code is very easy to understand and it can be customized to anything.</p>
<p>Here are the 10 best free wordpress themes you would never want to miss.</p>
<h3><a href="http://www.dailyblogtips.com/wordpress-themes/">Blue Sensation</a></h3>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/bluesens.png" alt="Free Wordpress Theme" /><br />
<strong>License: FREE</strong><br />
<a href="http://www.dailyblogtips.com/wordpress-themes/">Download | Visit Website</a></p>
<h3><a href="http://graphpaperpress.com/2008/03/05/monochrome-gallery/"><br />
Monochrome Gallery</a></h3>
<p>(Photo gallery theme)</p>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/monochrome.gif" alt="PhotoGallery" /><br />
<strong>License: FREE</strong><br />
<a href="http://graphpaperpress.com/2008/03/05/monochrome-gallery/">Download | Visit Website</a></p>
<h3><a href="http://ericulous.com/2007/01/19/wp-theme-internet-music/">Internet Music</a></h3>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/screenshot13.png" alt="Internet Music" /><br />
<strong>License: FREE</strong><br />
<a href="http://ericulous.com/2007/01/19/wp-theme-internet-music/">Download | Visit Website</a></p>
<h3><a href="http://3oneseven.com/29/newspaper-style/">Blog Times</a></h3>
<p>(Newspaper/Magazine/Article Theme)</p>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/bt.gif" alt="Blog Times" /><br />
<strong>License: FREE</strong><br />
<a href="http://3oneseven.com/29/newspaper-style/">Download | Visit Website</a></p>
<h3><a href="http://webdemar.com/">deLight</a></h3>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/screenshot3.png" alt="delight" /><br />
<strong>License: FREE</strong><br />
<a href="http://webdemar.com">Download | Visit Website</a></p>
<h3><a href="http://chris.pirillo.com/2008/06/07/download-my-free-premium-wordpress-theme/"><br />
WicketPixie</a></h3>
<p>(a social media theme for wordpress)</p>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/wicketpixie.png" alt="wicketpixie" /><br />
<strong>License: FREE</strong><br />
<a href="http://chris.pirillo.com/2008/06/07/download-my-free-premium-wordpress-theme/">Download | Visit Website</a></p>
<h3><a href="http://www.freewordpresstheme.info/2008/10/27/free-wordpress-theme-maxblog-2/">MaxBlog</a></h3>
<p>(Premium wordpress theme)</p>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/screenshot2.jpg" alt="maxblog" /><br />
<strong>License: FREE</strong><br />
<a href="http://www.freewordpresstheme.info/2008/10/27/free-wordpress-theme-maxblog-2/">Download | Visit Website</a></p>
<h3><a href="http://www.wpthemedesigner.com/free-wordpress-themes/"><br />
Mag Essentials</a></h3>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/screenshot14.png" alt="mag essentials" /><br />
<strong>License: FREE</strong><br />
<a href="http://www.wpthemedesigner.com/free-wordpress-themes/">Download | Visit Website</a></p>
<h3><a href="http://ophelianicholson.com/2008/08/21/fast-car-wordpress-theme/">Fast Car</a></h3>
<p>(A car blog theme)</p>
<p><img src="http://top-best-themes.com/wp-content/uploads/2008/10/fastcar.png" alt="fast car" /><br />
<strong>License: FREE</strong><br />
<a href="http://ophelianicholson.com/2008/08/21/fast-car-wordpress-theme/">Download | Visit Website</a></p>
<h3><a href="http://www.dailyblogtips.com/wordpress-themes/"><br />
StudioPress Red</a></h3>
<p>(adsense ready theme)<br />
<img src="http://top-best-themes.com/wp-content/uploads/2008/10/studiopress.png" alt="adsense wordpress theme" /><br />
<strong>License: FREE</strong><br />
<a href="http://www.dailyblogtips.com/wordpress-themes/">Download | Visit Website</a></p>
<p>More wordpress themes can found in <a href="http://top-best-themes.com">top-best-themes.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/11/02/10-best-free-wordpress-themes-you-never-want-to-miss/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get parent category name in Wordpress?</title>
		<link>http://corpocrat.com/2008/10/31/how-to-get-parent-category-name-in-wordpress/</link>
		<comments>http://corpocrat.com/2008/10/31/how-to-get-parent-category-name-in-wordpress/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 09:18:23 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/10/31/how-to-get-parent-category-name-in-wordpress/</guid>
		<description><![CDATA[In wordpress, sometimes you may have many subcategories for a different parent categories. By default wordpress lists all sub-categories. 
if i have category structure like
Drupal
- 2 Column
- 3 Column
- Left sidebar
- Right sidebar
Wordpress
- Fixed Width
- Widget Ready
- News/Magazine
- Photogallery
and if i do a wordpress post (with title say CSS Gallery) inside Wordpress -> Photogallery i [...]]]></description>
			<content:encoded><![CDATA[<p>In wordpress, sometimes you may have many subcategories for a different parent categories. By default wordpress lists all sub-categories. </p>
<p>if i have category structure like</p>
<blockquote><p>Drupal<br />
- 2 Column<br />
- 3 Column<br />
- Left sidebar<br />
- Right sidebar</p>
<p>Wordpress<br />
- Fixed Width<br />
- Widget Ready<br />
- News/Magazine<br />
- Photogallery</p></blockquote>
<p>and if i do a wordpress post (with title say CSS Gallery) inside Wordpress -> Photogallery i want the title to display </p>
<p>Blog Title > Parent Category Name > Blogpost Title<br />
like<br />
Top Best Themes > Wordpress > CSS Gallery</p>
<p>Here is the wordpress code to display parent category name. Its a very simple code but did the job for me. You can insert inside header.php if you want to change titles in wordpress. This is how it works. First it gets the category name of wordpress post, and from it gets the Category ID of its parent then it gets the parent name with get_cat_name() function. If the parent is empty (which means the wordpress post is already listed in the parent category) then print the current category name.</p>
<pre name="code" class="php">

&lt;?php
$category = get_the_category();
$parent = get_cat_name($category[0]-&gt;category_parent);
if (!empty($parent)) {
echo &#039;&amp;raquo; &#039; . $parent;
} else {
echo &#039;&amp;raquo; &#039; . $category[0]-&gt;cat_name;
}
?&gt;
</pre>
<p>Note that this code has a limitation and it works best with only one level deep.!</p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/10/31/how-to-get-parent-category-name-in-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress problem with subcategories under identical names!</title>
		<link>http://corpocrat.com/2008/10/30/wordpress-problem-with-same-name-subcategories/</link>
		<comments>http://corpocrat.com/2008/10/30/wordpress-problem-with-same-name-subcategories/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 19:23:49 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/10/30/wordpress-problem-with-same-name-subcategories/</guid>
		<description><![CDATA[Wordpress version 2.6.2 seems to have a problem with creating identical categories. It does not allow you to create a same name subcategories even with different parent.
For example you have category structure like
Wordpress Theme
- 2 Column
- 3 column
- Left sidebar
- Right sidebar
Drupal
- 2 column
- 3 column
&#8230;
&#8230;
You wont be able to identical subcategories even it belongs [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress version 2.6.2 seems to have a problem with creating identical categories. It does not allow you to create a same name subcategories even with different parent.</p>
<p>For example you have category structure like</p>
<p>Wordpress Theme<br />
- 2 Column<br />
- 3 column<br />
- Left sidebar<br />
- Right sidebar</p>
<p>Drupal<br />
- 2 column<br />
- 3 column<br />
&#8230;<br />
&#8230;</p>
<p>You wont be able to identical subcategories even it belongs to different parent category. I tried overcome this problem with different category slugs but it never worked for me. </p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/10/30/wordpress-problem-with-same-name-subcategories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to do backups with Network Attached Storage (NAS) in Linux</title>
		<link>http://corpocrat.com/2008/10/29/how-to-do-backups-with-network-attached-storage-nas-in-linux/</link>
		<comments>http://corpocrat.com/2008/10/29/how-to-do-backups-with-network-attached-storage-nas-in-linux/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 22:06:47 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/10/29/how-to-do-backups-with-network-attached-storage-nas-in-linux/</guid>
		<description><![CDATA[Network Attached Storage (NAS) is the cheap and easy way of storing your server backup files. Most often i used to do a cpanel backup files every week and i always wanted to store these files outside by server. Should my server crash, i can easily retrieve backup through FTP and restore the whole site. [...]]]></description>
			<content:encoded><![CDATA[<p>Network Attached Storage (NAS) is the cheap and easy way of storing your server backup files. Most often i used to do a cpanel backup files every week and i always wanted to store these files outside by server. Should my server crash, i can easily retrieve backup through FTP and restore the whole site. </p>
<p>Although NAS is not fully fault tolerant, its a very primitive form of backup and the one disadvantage is should the hosting providers network go down you wont be able to move your backup to another host. You have to wait until your host network is up and running.  I would suggest <strong>evault</strong> which is one of the cheap and reliable fault tolerant backup distributed over different locations and servers. If you have a dedicated server then NAS should cost about $5/mon and $10/mon for evault.</p>
<p>Here i will demonstrate how to store and retrieve files with Network Attached Storage (NAS) from commandline.</p>
<p><strong>Step: 1</strong><br />
Get NAS ip address with user name and password from your hosting provider.</p>
<p><strong>Step 2:</strong> If you have any firewalls(APF or CSF firewall) running, you have to unblock the following TCP/UDP ports <strong>137,138,139,445</strong></p>
<p>Step 3:<br />
Connect through FTP and store files. You just need to know the basic knowledge of ftp commands from linux commandline. </p>
<p><code>ftp <11.22.33.44><br />
Username: <username><br />
Password:
<password></code></p>
<p>Then,</p>
<p>(i)  switch off prompt</p>
<p><code>ftp> prompt<br />
Prompt off</code></p>
<p>(ii) Switch to binary mode</p>
<p><code>ftp> binary<br />
BINARY mode ON</code></p>
<p>(iii) Store backup files using put</p>
<p>Then transfer files to remote NAS with put</p>
<p><code>put source-file [remote-destination]<br />
put /mybackup.tar.gz /backups</code></p>
<p>(iv) Retrieve backup files using <strong>get</strong><br />
Similarly to retrieve backup file from remote use <strong>get</strong></p>
<p><code>get source-file [destination]</code></p>
<p>Note: [remote-destination] is optional</p>
<p>(iv) To FTP transfer (store/retrieve) Multiple files at once use <strong>mput or mget</strong> with asterisks.</p>
<p><code><br />
mput backup* /backups<br />
mget backup* /backups</code></p>
<p>(vi) To list remotely stored files in FTP use <strong>nlist</strong></p>
<p><code>nlist /backups</code></p>
<p>Good luck!</p>
<blockquote><p>With Backups YOU can SLEEP with Peace of MIND</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/10/29/how-to-do-backups-with-network-attached-storage-nas-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Website for Best Wordpress Themes</title>
		<link>http://corpocrat.com/2008/10/23/new-website-for-best-wordpress-themes/</link>
		<comments>http://corpocrat.com/2008/10/23/new-website-for-best-wordpress-themes/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 10:48:29 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/10/23/new-website-for-best-wordpress-themes/</guid>
		<description><![CDATA[i love wordpress and skinning wordpress with themes even a lot more. I have spent lot many hours with plenty of wordpress hacks including lot many wordpress themes. The problem was there were lot many beautiful themes scattered over the Web and many people just dont know where to download a good wordpress theme.
so i [...]]]></description>
			<content:encoded><![CDATA[<p>i love wordpress and skinning wordpress with themes even a lot more. I have spent lot many hours with plenty of wordpress hacks including lot many wordpress themes. The problem was there were lot many beautiful themes scattered over the Web and many people just dont know where to download a good wordpress theme.</p>
<p>so i started<br />
<h2><a href="http://Top- Best-Themes.com">Top- Best-Themes.com</a></h2>
<p> for Wordpress</p>
<p><a href='http://top-best-themes.com'><img src='http://corpocrat.com/wp-content/uploads/2008/10/logo.gif' alt='logo.gif' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/10/23/new-website-for-best-wordpress-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Fix] Ziplib compile error with zziptest.c</title>
		<link>http://corpocrat.com/2008/10/19/fix-ziplib-compile-error-with-zziptestc/</link>
		<comments>http://corpocrat.com/2008/10/19/fix-ziplib-compile-error-with-zziptestc/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 19:37:57 +0000</pubDate>
		<dc:creator>pbu</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://corpocrat.com/2008/10/19/fix-ziplib-compile-error-with-zziptestc/</guid>
		<description><![CDATA[I was trying to compile and install zziplib in my server and i downloaded the version zziplib-0.10.82 and it was giving me errors like
../../bins/zziptest.c: In function &#8216;main&#8217;:
../../bins/zziptest.c:76: error: invalid lvalue in assignment
make[3]: *** [zziptest.o] Error 1
To fix:
install the latest version of zziplib.0.13.49. It nicely fixed the above problem. It will be under zziplib-preview file name.
Note [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to compile and install zziplib in my server and i downloaded the version <a href="http://zziplib.sourceforge.net">zziplib-0.10.82</a> and it was giving me errors like</p>
<blockquote><p>../../bins/zziptest.c: In function &#8216;main&#8217;:<br />
../../bins/zziptest.c:76: error: invalid lvalue in assignment<br />
make[3]: *** [zziptest.o] Error 1</p></blockquote>
<p><strong>To fix:</strong></p>
<p>install the latest version of <a href="http://sourceforge.net/project/showfiles.php?group_id=6389&#038;package_id=35602">zziplib.0.13.49</a>. It nicely fixed the above problem. It will be under zziplib-preview file name.</p>
<blockquote><p>Note that zziplib requires zip and its header files, so before you compile and make it install zip package. <strong>yum install zip zip-devel</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://corpocrat.com/2008/10/19/fix-ziplib-compile-error-with-zziptestc/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
