<?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>Web Masters Site &#187; Linux SA</title>
	<atom:link href="http://www.webm.in/category/linux-sa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webm.in</link>
	<description>All For Web Masters</description>
	<lastBuildDate>Sun, 16 May 2010 09:24:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Image Resize on Linux</title>
		<link>http://www.webm.in/2010/01/batch-image-resize-on-linux/</link>
		<comments>http://www.webm.in/2010/01/batch-image-resize-on-linux/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 01:05:32 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=258</guid>
		<description><![CDATA[You can easily resize any images in your directory or entry server with help of ImageMagick Libraries if you don&#8217;t have it you can easily install it by this commands
Ubuntu &#8211; sudo apt-get install imagemagick
CentOs - yum install ImageMagick
ok if you installed it, you can use &#8220;mogrify&#8221; command to resize your images for example if [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2010/01/batch-image-resize-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I Compress a Whole Linux or UNIX Directory?</title>
		<link>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/</link>
		<comments>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:21:53 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=256</guid>
		<description><![CDATA[Q. How can I compress a whole directory under Linux / UNIX using a shell prompt?
A. It is very easy to compress a Whole Linux/UNIX directory. It is useful to backup files, email all files, or even to send software you have created to friends. Technically, it is called as a compressed archive. GNU tar [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Tutorial &#8211; Import or Export A Database</title>
		<link>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/</link>
		<comments>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:16:43 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=254</guid>
		<description><![CDATA[This tutorial section deals with mysqldump which is a tool to import and export MySQL databases.
It can be used to back up a database or to move database information from one server to another.
1. Export A MySQL Database
This example shows you how to export a database. It is a good idea to export your data [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy Files In Linux</title>
		<link>http://www.webm.in/2009/02/how-to-copy-files-in-linux/</link>
		<comments>http://www.webm.in/2009/02/how-to-copy-files-in-linux/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 14:23:59 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=187</guid>
		<description><![CDATA[To copy files, you use the cp command. The following will copy file to file2. Note that if file2 doesn&#8217;t exist, it&#8217;ll be created, but if it exists, it&#8217;ll be overwritten:
$ cp file file2
There aren&#8217;t any undo commands in the Linux CLI, so accidentally overwriting an important file would probably make you pull your head [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/02/how-to-copy-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade To PHP 5.2.x on CentOS/RHEL/Fedora</title>
		<link>http://www.webm.in/2008/08/upgrade-php-52x-on-centosrhelfedora/</link>
		<comments>http://www.webm.in/2008/08/upgrade-php-52x-on-centosrhelfedora/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 02:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=158</guid>
		<description><![CDATA[If you want to upgrade php automatically on your dedicated server or VPS, you can easily do this with this method, first of all write this command
wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh &#124; sh
then
yum update
if you are updating from php 4 type this to replace the PHP 4 php.ini with PHP 5.2.x&#8217;s
mv /etc/php.ini.rpmnew /etc/php.ini
now type this [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2008/08/upgrade-php-52x-on-centosrhelfedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Alternative SMTP Port with Postfix</title>
		<link>http://www.webm.in/2008/08/open-alternative-smtp-port-with-postfix/</link>
		<comments>http://www.webm.in/2008/08/open-alternative-smtp-port-with-postfix/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:51:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=133</guid>
		<description><![CDATA[Many ISP(Internet Service Provider) are blocking 25 port which is used to send emails from email clients like The Bat, Outlook, Thunderbird .etc, so what you must do if you want to use some email client, this is very simple, login as root, go to your postfix directory by default this is &#8221; etc/postfix &#8221; [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2008/08/open-alternative-smtp-port-with-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit php.ini from ssh</title>
		<link>http://www.webm.in/2008/08/edit-phpini-from-ssh/</link>
		<comments>http://www.webm.in/2008/08/edit-phpini-from-ssh/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 00:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=130</guid>
		<description><![CDATA[
First of all you must login as root, Then go to your php.ini category for example in etc category. type &#8221; ls &#8221; this will show that you are in right place, now type &#8220;vi php.ini &#8221; and by clicking &#8221; i &#8221; start editing what you want but be careful, then press &#8221; Esc [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2008/08/edit-phpini-from-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
