<?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>Linux Windows System Administrator Help</title>
	<atom:link href="http://linuxwindowsmaster.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jul 2012 08:25:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Happy System Administrator Appreciation Day !!!!!!!!!</title>
		<link>http://linuxwindowsmaster.com/happy-system-administrator-appreciation-day/</link>
		<comments>http://linuxwindowsmaster.com/happy-system-administrator-appreciation-day/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 08:25:53 +0000</pubDate>
		<dc:creator>AlexP</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=401</guid>
		<description><![CDATA[Today  is a most beautiful day of  the sysadmin ie.  System Administrator Appreciation Day . It’s the one day of the year to be thankful for that person who keeps everything working, everything Live An appreciation&#8217;s aim is to acknowledge the effort that system Administrator  do every day of the year 24&#215;7 to keep everything [...]]]></description>
				<content:encoded><![CDATA[<p>Today  is a most beautiful day of  the sysadmin ie.  System Administrator Appreciation Day . It’s the one day of the year to be thankful for that person who keeps everything working, everything Live <img src='http://linuxwindowsmaster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Happy System Administrator Appreciation Day !!!!!!!!!" /> </p>
<p>An appreciation&#8217;s aim is to acknowledge the effort that system Administrator  do every day of the year 24&#215;7 to keep everything working .</p>
<p>I hope all are enjoying it <img src='http://linuxwindowsmaster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Happy System Administrator Appreciation Day !!!!!!!!!" /> </p>
<p>&nbsp;</p>
<p>Happy System Administrator Appreciation Day !!!!!!!!!</p>
<p>Regards</p>
<p>Alex Parker</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/happy-system-administrator-appreciation-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tailwatchd &#8211; chkservd on server status: hang</title>
		<link>http://linuxwindowsmaster.com/tailwatchd-chkservd-on-server-status-hang/</link>
		<comments>http://linuxwindowsmaster.com/tailwatchd-chkservd-on-server-status-hang/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 17:58:11 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=399</guid>
		<description><![CDATA[Hello, This notification is sent out when &#8220;tailwatchd::chkservd&#8221; hangs. I have seen a few instances where this has happened as a result of the &#8220;update_sa_rules&#8221; command hanging due to a SpamAssassin RPM installed on the system. Please check to see if you have a SpamAssassin RPM installed on your system: Code: # rpm -qa&#124;grep -i [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>This notification is sent out when &#8220;tailwatchd::chkservd&#8221; hangs. I have seen a few instances where this has happened as a result of the &#8220;update_sa_rules&#8221; command hanging due to a SpamAssassin RPM installed on the system. Please check to see if you have a SpamAssassin RPM installed on your system:</p>
<p>Code:</p>
<p># rpm -qa|grep -i spam</p>
<p>If you do, I advise removing it, and reinstalling SpamAssassin via:</p>
<p>Code:</p>
<p># /scripts/installspam</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/tailwatchd-chkservd-on-server-status-hang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Oracle Instant Client and PHP OCI8 module</title>
		<link>http://linuxwindowsmaster.com/how-to-install-oracle-instant-client-and-php-oci8-module/</link>
		<comments>http://linuxwindowsmaster.com/how-to-install-oracle-instant-client-and-php-oci8-module/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 20:19:43 +0000</pubDate>
		<dc:creator>AlexP</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[Dedicated Server]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=392</guid>
		<description><![CDATA[First download the  oracle instant client basic and devel files from oracle website : http://www.oracle.com/technetwork/topics/linuxsoft-082809.html oracle-instantclient11.2-basic-11.2.0.3.0-1.i386.rpm and oracle-instantclient11.2-devel-11.2.0.3.0-1.i386.rpm from the oracle website and install them: # rpm -ivh oracle-instantclient11.2-basic-11.2.0.3.0-1.i386.rpm # rpm -ivh oracle-instantclient11.2-devel-11.2.0.3.0-1.i386.rpm Installing OCI8 from PECL The OCI8 extension can be added to an existing PHP installation either automatically or manually from » http://pecl.php.net/. Information for [...]]]></description>
				<content:encoded><![CDATA[<p>First download the  oracle instant client basic and devel files from oracle website : http://www.oracle.com/technetwork/topics/linuxsoft-082809.html</p>
<p>oracle-instantclient11.2-basic-11.2.0.3.0-1.i386.rpm and<br />
oracle-instantclient11.2-devel-11.2.0.3.0-1.i386.rpm</p>
<p>from the oracle website and install them:</p>
<pre># rpm -ivh oracle-instantclient11.2-basic-11.2.0.3.0-1.i386.rpm
# rpm -ivh oracle-instantclient11.2-devel-11.2.0.3.0-1.i386.rpm</pre>
<h2>Installing OCI8 from PECL</h2>
<p>The OCI8 extension can be added to an existing PHP installation either automatically or manually from <a href="http://pecl.php.net/">» http://pecl.php.net/</a>. Information for installing this PECL extension may be found in the manual chapter titled <a href="http://www.php.net/manual/en/install.pecl.php">Installation of PECL extensions</a>. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: <a href="http://pecl.php.net/package/oci8">» http://pecl.php.net/package/oci8</a>.</p>
<p>For an automated install follow these steps:</p>
<p>If you are behind a firewall, set PEAR&#8217;s proxy, for example:</p>
<ul>
<li>
<div>
<div>
<div>
<pre>pear config-set http_proxy http://my-proxy.example.com:80/</pre>
</div>
</div>
</div>
</li>
<li>Run
<div>
<div>
<div>
<pre>pecl install oci8</pre>
</div>
</div>
</div>
<p>When prompted, enter either the value of <em>$ORACLE_HOME</em>, or <em>instantclient,/path/to/instant/client/lib</em>.</p>
<p>Note: Do not enter the variable <em>$ORACLE_HOME</em> because it will not be expanded. Instead, enter the actual path of the Oracle home directory.</li>
</ul>
<p>For a manual install, download the PECL OCI8 package, e.g. <var>oci8-1.3.5.tgz</var>.</p>
<p>&nbsp;</p>
<ul>
<li>Extract the package:
<div>
<div>
<div>
<pre>tar -zxf oci8-1.3.5.tgz
cd oci8-1.3.5</pre>
</div>
</div>
</div>
</li>
<li>Prepare the package:
<div>
<div>
<div>
<pre>phpize</pre>
</div>
</div>
</div>
</li>
<li>Configure the package, either using <em>$ORACLE_HOME</em>or Instant Client
<div>
<div>
<div>
<pre>./configure -with-oci8=shared,$ORACLE_HOME</pre>
</div>
</div>
</div>
<p>or</p>
<p>./configure &#8211;with-oci8=shared,instantclient,/usr/lib/oracle/11.2/client/lib/</li>
<li>
<div>
<div>
<div>
<p>if you get this error: <strong>checking Oracle Instant Client SDK header directory&#8230; configure: error: Oracle Instant Client SDK header files not found</strong> it means your oracle devel package didnt install correctly.</p>
<p>then run</p>
</div>
</div>
</div>
</li>
<li>Install the package:
<div>
<div>
<div>
<pre>make install</pre>
</div>
</div>
</div>
</li>
</ul>
<p>After either an automatic or manual install, edit your <var>php.ini</var> file and add the line:</p>
<blockquote><p>extension=oci8.so</p></blockquote>
<p>If you are having issues using oci_pconnect (causing apache segmentation faults) then you will need to use <strong>&#8211;with-oci8=shared,instantclient,/usr/lib/oracle/11.2/client/lib</strong> and install the 1.3.0 version of the OCI client from <a href="http://pecl.php.net/package/oci8" target="_blank">http://pecl.php.net/package/oci8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-to-install-oracle-instant-client-and-php-oci8-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agent is not in recovery mode but recovery mode is required</title>
		<link>http://linuxwindowsmaster.com/agent-is-not-in-recovery-mode-but-recovery-mode-is-required/</link>
		<comments>http://linuxwindowsmaster.com/agent-is-not-in-recovery-mode-but-recovery-mode-is-required/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 19:54:25 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=389</guid>
		<description><![CDATA[I have seen &#8216; Agent is not in recovery mode but recovery mode is required&#8217; error while restoring complete backup of one partition so can try below steps to fixed it. Linux Installations 1. Start a remote SSH session or access a GUI terminal window (Konsole in KDE, Gnome Terminal in Gnome, etc.) 2. Use [...]]]></description>
				<content:encoded><![CDATA[<p>I have seen &#8216;  Agent is not in recovery mode but recovery mode is required&#8217; error while restoring complete backup of one partition so can try below steps to fixed it.</p>
<p>Linux Installations</p>
<p>1. Start a remote SSH session or access a GUI terminal window (Konsole in KDE, Gnome Terminal in Gnome, etc.)</p>
<p>2. Use one of the following commands to stop the buagent service:</p>
<p># /etc/init.d/cdp-agent stop</p>
<p>or</p>
<p># service cdp-agent stop</p>
<p>3. Create the empty file /usr/sbin/r1soft/.recovery-mode:touch /usr/sbin/r1soft/.recovery-mode<br />
as shown:</p>
<p>4. And last, save the /etc/init.d/buagent file, and restart the agent service.</p>
<p>/etc/init.d/cdp-agent start</p>
<p>or</p>
<p>service cdp-agent start</p>
<p>This will successfully place the Linux R1Soft Agent into recovery mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/agent-is-not-in-recovery-mode-but-recovery-mode-is-required/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>cPanel : UPCP error : Undefined subroutine &amp;Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273</title>
		<link>http://linuxwindowsmaster.com/cpanel-upcp-error-undefined-subroutine-cpanelupdateautomatic_updates_enabled-called-at-scriptsupcp-line-273/</link>
		<comments>http://linuxwindowsmaster.com/cpanel-upcp-error-undefined-subroutine-cpanelupdateautomatic_updates_enabled-called-at-scriptsupcp-line-273/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 11:43:07 +0000</pubDate>
		<dc:creator>AlexP</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=387</guid>
		<description><![CDATA[I have seen recent cPanel upgrade from old version 11.24 to 11.30 and got the following error. # /scripts/upcp /scripts/upcp syntax OK Running Futex Check/Fix……Done Undefined subroutine &#38;Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273. This can be fixed using below : wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static &#38;&#38; perl /root/updatenow.static --manual Upgrade the cPanel : /scripts/upcp --force it [...]]]></description>
				<content:encoded><![CDATA[<div>
<p>I have seen recent cPanel upgrade from old version 11.24 to 11.30 and got the following error.</p>
<p><em># /scripts/upcp<br />
/scripts/upcp syntax OK<br />
Running Futex Check/Fix……Done<br />
Undefined subroutine &amp;Cpanel::Update::automatic_updates_enabled  called at /scripts/upcp line 273.<br />
</em><br />
This can be fixed using below :</p>
<p><code>wget -O /root/updatenow.static   http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static   &amp;&amp; perl /root/updatenow.static --manual</code></p>
<p>Upgrade the cPanel :</p>
<p><code>/scripts/upcp --force</code></p>
<p>it should be work perfect.</p>
<p>Regards</p>
<p>Alex P</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/cpanel-upcp-error-undefined-subroutine-cpanelupdateautomatic_updates_enabled-called-at-scriptsupcp-line-273/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zimbra : Error in NoteBook. system failure: wiki formatter failure</title>
		<link>http://linuxwindowsmaster.com/zimbra-error-in-notebook-system-failure-wiki-formatter-failure/</link>
		<comments>http://linuxwindowsmaster.com/zimbra-error-in-notebook-system-failure-wiki-formatter-failure/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:30:38 +0000</pubDate>
		<dc:creator>AlexP</dc:creator>
				<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Error in NoteBook]]></category>
		<category><![CDATA[system failure: wiki formatter failure]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=380</guid>
		<description><![CDATA[I have this when I enter in notebook, inte user interface I click on Notebook, and didn`t work why is it?  what would the wrong ? HTTP ERROR 500 Problem accessing /service/home/admin@domainname/Notebook. Reason: system failure: wiki formatter failure Powered by Jetty:// Sounds like you don&#8217;t have Documents enabled,You can use following steps to enable it. [...]]]></description>
				<content:encoded><![CDATA[<p>I have this when I enter in notebook, inte user interface I click on  Notebook, and didn`t work why is it?  what would the wrong ?</p>
<h2>HTTP ERROR 500</h2>
<p>Problem accessing /service/home/admin@domainname/Notebook.  Reason:</p>
<pre>    system failure: wiki formatter failure</pre>
<hr /><em><small>Powered  by Jetty://</small></em></p>
<p>Sounds like you don&#8217;t have Documents enabled,You can use following steps to enable it.</p>
<p>All you need to do is re-initalize the notebook template for the  renamed wiki user (wiki@domain.com)</p>
<p>1. login to the zimbra server.<br />
2. Shell into the zimbra account (su &#8211; zimbra)<br />
3. run  zmprov in <a href="mailto:wiki@domain.com">wiki@domain.com</a><br />
4. look for the following output: Initializing folders</p>
<p>Regards</p>
<p>Alex P.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/zimbra-error-in-notebook-system-failure-wiki-formatter-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail cannot be sent through AtMail error &#8220;Could not send message to SMTP server. Check you have access to send messages via the server and that all To/CC/BCC addresses are valid\nError: SMTP Server rejected email. Returned:553&#8243;</title>
		<link>http://linuxwindowsmaster.com/mail-cannot-be-sent-through-atmail-error-could-not-send-message-to-smtp-server-check-you-have-access-to-send-messages-via-the-server-and-that-all-toccbcc-addresses-are-validnerror-smtp-server/</link>
		<comments>http://linuxwindowsmaster.com/mail-cannot-be-sent-through-atmail-error-could-not-send-message-to-smtp-server-check-you-have-access-to-send-messages-via-the-server-and-that-all-toccbcc-addresses-are-validnerror-smtp-server/#comments</comments>
		<pubDate>Sun, 16 May 2010 14:37:16 +0000</pubDate>
		<dc:creator>AlexP</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[AtMail]]></category>
		<category><![CDATA[Mail cannot be sent through AtMail]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=371</guid>
		<description><![CDATA[Emails cannot be sent through AtMail. When click Send Mail popup window is created with the following message: Could not send message to SMTP server. Check that you have access to send messages via the server and that all To/CC/BCC addresses are valid\nError: SMTP Server rejected mail. Returned:553 What may cause the problem? Solutions : [...]]]></description>
				<content:encoded><![CDATA[<p>Emails cannot be sent through AtMail. When click Send Mail popup window is created with the following message:</p>
<blockquote><p><strong>Could not send message to SMTP server. Check that you have access to send messages via the server and that all To/CC/BCC addresses are valid\nError: SMTP Server rejected mail. Returned:553 </strong></p></blockquote>
<p>What may cause the problem?</p>
<p><strong>Solutions :</strong></p>
<p>Seemed like atmail didn&#8217;t authenticate when trying to send the email. After searching through the sources found that in the @mail config file (/var/www/atmail/libs/Atmail/Config.php) there is an option to authenticate with an username/password</p>
<p><strong><br />
<blockquote>&#8216;smtpauth_password&#8217; => &#8221;,<br />
&#8216;smtpauth_username&#8217; => &#8221;,</p></blockquote>
<p></strong></p>
<p>by default they&#8217;re empty.<br />
if you put here a valid username and password, the messages will be sent.<br />
The problem is that I wanted that the users authenticate with their own credentials when sending messages.</p>
<p>So here&#8217;s the way I fixed it:</p>
<p>Open the file<strong> /var/www/atmail/libs/Atmail/SendMsg.php</strong></p>
<p>Search for the line <strong>&#8220;// Optionally authenticate with the SMTP server&#8221;</strong></p>
<p>Add below line :<br />
<strong><br />
<blockquote>$auth =&#038; $atmail->getAuthObj();<br />
$pref['smtpauth_username'] = $auth->Account;<br />
$pref['smtpauth_password'] = $auth->password;</p></blockquote>
<p></strong></p>
<p>That&#8217;s it. This will override the auth settings from Config.php with the credentials the user used to log in.</p>
<p>After that try to send an email it will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/mail-cannot-be-sent-through-atmail-error-could-not-send-message-to-smtp-server-check-you-have-access-to-send-messages-via-the-server-and-that-all-toccbcc-addresses-are-validnerror-smtp-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin Error &#8211; Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly</title>
		<link>http://linuxwindowsmaster.com/phpmyadmin-error-cannot-start-session-without-errors-please-check-errors-given-in-your-php-andor-webserver-log-file-and-configure-your-php-installation-properly/</link>
		<comments>http://linuxwindowsmaster.com/phpmyadmin-error-cannot-start-session-without-errors-please-check-errors-given-in-your-php-andor-webserver-log-file-and-configure-your-php-installation-properly/#comments</comments>
		<pubDate>Sun, 16 May 2010 12:00:58 +0000</pubDate>
		<dc:creator>AlexP</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[Cannot start session without errors]]></category>
		<category><![CDATA[cpanelphpmyadmin]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=358</guid>
		<description><![CDATA[Last night I had migrated one our client accounts from old cpanel server to new cpanel server , customers reported their phpMyAdmin install was showing the error message &#8220;Cannot start session without errors&#8221;  and they were unable to even get to the phpMyAdmin login page on the new server. This post looks at what caused [...]]]></description>
				<content:encoded><![CDATA[<p>Last night I had migrated one our client accounts from old cpanel server to new cpanel server , customers reported their phpMyAdmin install was showing the error  message &#8220;Cannot start session without errors&#8221;  and they were unable to  even get to the phpMyAdmin login page on the new server.</p>
<p><strong>This post looks at what caused  the issue and how to fix it.</strong></p>
<p>Clearly there&#8217;s something wrong with the way phpmyadmin sessions are being used. Cpanel work with is own internal PHP and store the application session files in different folder for security reason.</p>
<p>On Cpanel server, every application as his own php configuration setting like phpmyadmin , php configuration file is /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini , roundcube (/usr/local/cpanel/3rdparty/etc/roundcube/php.ini)</p>
<p><strong>PHPmyAdmin</strong> session files are store in <strong>/var/cpanel/userhomes/cpanelphpmyadmin/</strong> folder.  The <strong>/var/cpanel/userhomes/cpanelphpmyadmin/</strong> folder ownership should be <strong>cpanelphpmyadmin.cpanelphpmyadmin</strong>n  /var/cpanel/userhomes/cpanelphpmyadmin/ in order to get phpmyadmin work perfect.</p>
<p><strong>root@server [/var/cpanel/userhomes]# chown cpanelphpmyadmin.cpanelphpmyadmin cpanelphpmyadmin/ -R </strong></p>
<p>If session folder owned by any other username rather than cpanelphpmyadmin then you will get &#8220;Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly&#8221; error.</p>
<pre>root@server [/var/cpanel/userhomes]# ll
drwxr-xr-x  4 cpanel           cpanel            4096 Dec 11 23:04 cpanel/
drwx--x--x  4 cpanelhorde      cpanelhorde       4096 Sep 24  2009 cpanelhorde/
drwx--x--x  4 cpanelphpmyadmin cpanelphpmyadmin  4096 Sep 24  2009 cpanelphpmyadmin/
drwx--x--x  4 cpanelphppgadmin cpanelphppgadmin  4096 Sep 24  2009 cpanelphppgadmin/
drwx--x--x  4 cpanelroundcube  cpanelroundcube   4096 Sep 24  2009 cpanelroundcube/
root@server [/var/cpanel/userhomes]#</pre>
<p>Regards</p>
<p>Alex P</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/phpmyadmin-error-cannot-start-session-without-errors-please-check-errors-given-in-your-php-andor-webserver-log-file-and-configure-your-php-installation-properly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix HTTP Error on WordPress 2.6 Flash Uploader</title>
		<link>http://linuxwindowsmaster.com/http-error-on-wordpress-flash-uploader/</link>
		<comments>http://linuxwindowsmaster.com/http-error-on-wordpress-flash-uploader/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:24:31 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[Flash Uploader]]></category>
		<category><![CDATA[HTTP Error]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=312</guid>
		<description><![CDATA[Whenever you are trying to upload an image using the flash uploader in WordPress and received a “HTTP error”? and uploading images status stuck in crunching …….. Here solutions:: The problem has something to do with mod_security, which is basically a web application firewall that protects your website from a range of attacks. So you [...]]]></description>
				<content:encoded><![CDATA[<p><!--[endif]--></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">Whenever you are trying to upload an image using the flash uploader in WordPress <span> </span><span> </span>and received a “HTTP error”? and uploading images status stuck in crunching ……..</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"><span> </span><strong>Here solutions::</strong></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">The problem has something to do with mod_security, <span> </span>which is basically a web application firewall that protects your website from a range of attacks. So you shouldn’t turn off this module as it protects your site from such <span> </span>malicious attack , You can add a special rule in .htaccess file which can be found in the root folder of your WordPress installation<span> </span>to get work <span> </span>the flash uploader.</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">Open the <strong><span style="font-family: &quot;Georgia&quot;,&quot;serif&quot;;">.htaccess</span></strong> file in your website document root and add the following lines:</span></p>
<ul>
<li><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"> <strong>For Apache 1.X<br />
</strong></p>
<pre>&lt;IfModule mod_security.c&gt;
&lt;Files async-upload.php&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/Files&gt;
&lt;/IfModule&gt;</pre>
<p></span></li>
<li><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"><strong>For Apache 2.X<br />
</strong></p>
<pre>&lt;IfModule mod_security2.c&gt;
&lt;Files async-upload.php&gt;
SecRuleEngine Off
SecAuditEngine Off
&lt;/Files&gt;
&lt;/IfModule&gt;</pre>
<p></span></li>
</ul>
<p><strong><span style="font-family: &quot;Georgia&quot;,&quot;serif&quot;; color: black;"> </span></strong><span style="font-family: &quot;Georgia&quot;,&quot;serif&quot;; color: black;">Then try to upload the images it should be work like charm D:</span></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/http-error-on-wordpress-flash-uploader/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to hide your shell commands</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/</link>
		<comments>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comments</comments>
		<pubDate>Mon, 11 May 2009 23:19:49 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[stty]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/</guid>
		<description><![CDATA[Have you thought of hiding what you are doing on your linux bash shell prompt? and not allowing your colleague to see what command you are entering or do you want to confuse your colleague by showing something invisible but work as visible? then read out this… Today I came across a neat, but pointless [...]]]></description>
				<content:encoded><![CDATA[<p>Have you thought of hiding what you are doing on your linux bash shell prompt? and not allowing your colleague to see what command you are entering  or do you want to confuse your colleague by showing something invisible but work as visible?  then read out this…</p>
<p>Today I came across a neat, but pointless shell command. By running the following in shell, it will hide any commands you run.</p>
<pre><strong>root@server2 [/]# stty -echo</strong></pre>
<p><strong>In order to disable this mode, simply remove the “-” before echo.</strong></p>
<pre><strong>root@server2 [/]# stty echo</strong></pre>
<p>I guess there really is no point to the command, though you could always mess with your coworkers if they leave their shell prompt open</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
