<?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, 09 Oct 2011 16:21:36 +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>Remove Apache Headers</title>
		<link>http://www.webm.in/2011/01/remove-apache-headers/</link>
		<comments>http://www.webm.in/2011/01/remove-apache-headers/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 01:33:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=286</guid>
		<description><![CDATA[For me it's really wrong to show everyone which version of apache you have installed and other informations, many crackers can use this info to make attacks to your web server, so it's will not be bad to hide them, this is really easy all you must to do is open httpd.conf file with vi command "vi httpd.conf" and find "ServerSignature [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2011/01/remove-apache-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Emulate a Remote Linux Desktop From Windows</title>
		<link>http://www.webm.in/2011/01/how-to-emulate-a-remote-linux-desktop/</link>
		<comments>http://www.webm.in/2011/01/how-to-emulate-a-remote-linux-desktop/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 13:18:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=270</guid>
		<description><![CDATA[It's really easy to control linux OS from windows by using remote desktop.  all what you need is several free software and done. first of all you must download SSH client I recommend Putty its free and really nice soft you can download it from here "http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" second step is to login with SSH as root and install VNC [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2011/01/how-to-emulate-a-remote-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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't have it you can easily install it by this commands Ubuntu - sudo apt-get install imagemagick CentOs - yum install ImageMagick ok if you installed it, you can use "mogrify" command to resize your images [...]]]></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 [...]]]></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 [...]]]></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't exist, it'll be created, but if it exists, it'll be overwritten: $ cp file file2 There aren't any undo commands in the Linux CLI, so accidentally overwriting an important file would probably make you pull [...]]]></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 - 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's [...]]]></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 " etc/postfix " [...]]]></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 " ls " this will show that you are in right place, now type "vi php.ini " and by clicking " i " start editing what you want but be careful, then press " 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>

