<?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>Problem With Solutions &#187; Linux Commands</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/linux-commands/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55: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>awk linux command</title>
		<link>http://www.bestdesigns.co.in/blog/awk-linux-command</link>
		<comments>http://www.bestdesigns.co.in/blog/awk-linux-command#comments</comments>
		<pubDate>Mon, 03 Jan 2011 08:35:57 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1968</guid>
		<description><![CDATA[why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language, unlike, say, perl. And while it can&#8217;t do everything you can do in perl, it can do most things that are actually text processing, and it&#8217;s much easier to work with. what do you do?<a href="http://www.bestdesigns.co.in/blog/awk-linux-command">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/awk-linux-command/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Zip and Unzip files in UNIX</title>
		<link>http://www.bestdesigns.co.in/blog/zip-unzip-files-unix</link>
		<comments>http://www.bestdesigns.co.in/blog/zip-unzip-files-unix#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:33:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Unzip files]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=727</guid>
		<description><![CDATA[Here is how to Zip and Unzip files in UNIX unzip myFile.zip - This command will uncompress compressed files with the .zip extension. tar xvf myFile.tar - This command will uncompress compressed files with the .tar extension. gunzip myFile.gz           - This command will uncompress compressed files with the .gz extension.]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/zip-unzip-files-unix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>suEXEC mechanism enabled (wrapper:</title>
		<link>http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper</link>
		<comments>http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper#comments</comments>
		<pubDate>Tue, 22 Dec 2009 14:13:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[suEXEC mechanism enabled]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=671</guid>
		<description><![CDATA[Not able to start httpd &#38; the error is as below Configuration Failed [Tue Dec 22 11:24:33 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) [Tue Dec 22 11:24:33 2009] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Checking your disk shows that you have plenty of space. The problem is that apache<a href="http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete php.ini file from all directories</title>
		<link>http://www.bestdesigns.co.in/blog/delete-php-ini-file-directories</link>
		<comments>http://www.bestdesigns.co.in/blog/delete-php-ini-file-directories#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:16:45 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Delete php.ini file from all directories]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=641</guid>
		<description><![CDATA[Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/delete-php-ini-file-directories/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check insecure permission</title>
		<link>http://www.bestdesigns.co.in/blog/check-insecure-permission</link>
		<comments>http://www.bestdesigns.co.in/blog/check-insecure-permission#comments</comments>
		<pubDate>Fri, 04 Dec 2009 20:12:04 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[check insecure permission]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=592</guid>
		<description><![CDATA[How to check insecure permission for files and folders on the server ? #For Directories find -type d -perm 777 #For Files find -type f -perm 777]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/check-insecure-permission/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check server is suexec or not</title>
		<link>http://www.bestdesigns.co.in/blog/check-server-suexec</link>
		<comments>http://www.bestdesigns.co.in/blog/check-server-suexec#comments</comments>
		<pubDate>Fri, 04 Dec 2009 19:57:10 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[How to check server is suexec or not]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=577</guid>
		<description><![CDATA[How to check server is suexec or not? make 777 permission for index.php file for a clients domain and then access it, if it gives an error as Internal server then sure it is suexec server this time copy servers php.ini file and make necessary changes for client. or root@rushi []# /usr/local/cpanel/bin/rebuild_phpconf - -current Available<a href="http://www.bestdesigns.co.in/blog/check-server-suexec">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/check-server-suexec/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Commands</title>
		<link>http://www.bestdesigns.co.in/blog/mysql-commands-2</link>
		<comments>http://www.bestdesigns.co.in/blog/mysql-commands-2#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:22:41 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Mysql Commands]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=500</guid>
		<description><![CDATA[To login (from unix shell) use -h only if needed. # [mysql dir]mysql  -u username -p Create a database on the sql server. mysql&#62; create database [databasename]; List all databases on the sql server. mysql&#62; show databases; Switch to a database. mysql&#62; use [db name]; To see all the tables in the db. mysql&#62; show<a href="http://www.bestdesigns.co.in/blog/mysql-commands-2">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/mysql-commands-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check outgoing emails send from particular email address</title>
		<link>http://www.bestdesigns.co.in/blog/check-outgoing-emails-send-email-address</link>
		<comments>http://www.bestdesigns.co.in/blog/check-outgoing-emails-send-email-address#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:14:54 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[emails]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=454</guid>
		<description><![CDATA[Check outgoing emails from particular email address cat /var/log/exim_mainlog &#124; grep &#8220;&#60;= username@hostname&#8221; &#124; wc -l And incoming as cat /var/log/exim_mainlog &#124; grep &#8220;=&#62; username@hostname&#8221; &#124; wc -l using current date you can find logs as cat /var/log/exim_mainlog &#124; grep &#8220;&#60;= username@hostname&#8221; &#124; grep 2009-06-20 &#124; wc -l Note : Replace username= exact cpanel username<a href="http://www.bestdesigns.co.in/blog/check-outgoing-emails-send-email-address">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/check-outgoing-emails-send-email-address/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim + Basic information</title>
		<link>http://www.bestdesigns.co.in/blog/exim-basic-information</link>
		<comments>http://www.bestdesigns.co.in/blog/exim-basic-information#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:39:22 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[exim basic information]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=447</guid>
		<description><![CDATA[Basic information Print a count of the messages in the queue: root@localhost# exim -bpc Print a listing of the messages in the queue (time queued, size, message-id, sender, recipient): root@localhost# exim -bp Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals): root@localhost# exim -bp &#124; exiqsumm Print what Exim<a href="http://www.bestdesigns.co.in/blog/exim-basic-information">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/exim-basic-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ERROR: `/root/tmp/pear/pdflib/configure &#8211;with-pdflib=/usr/local&#8217; failed</title>
		<link>http://www.bestdesigns.co.in/blog/error-roottmppearpdflibconfigure-with-pdflibusrlocal-failed</link>
		<comments>http://www.bestdesigns.co.in/blog/error-roottmppearpdflibconfigure-with-pdflibusrlocal-failed#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:36:41 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[How to UNSECURED /tmp and /var/tmp partition.]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=369</guid>
		<description><![CDATA[How to UNSECURED /tmp and /var/tmp partition. On the linux server the /tmp and /var/tmp partition is secure. So you can not installed some php modules for example &#8220;pdflib&#8221; on the server, it shows the error  &#8220;ERROR: `/root/tmp/pear/pdflib/configure &#8211;with-pdflib=/usr/local&#8217; failed&#8221;  then you need to set the /tmp and /var/tmp partition UNSECURED and then try to<a href="http://www.bestdesigns.co.in/blog/error-roottmppearpdflibconfigure-with-pdflibusrlocal-failed">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/error-roottmppearpdflibconfigure-with-pdflibusrlocal-failed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

