<?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 Experience</title>
	<atom:link href="http://www.nixexp.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixexp.com</link>
	<description>Linux Experience on Security, maintenance and configuration</description>
	<lastBuildDate>Sun, 14 Feb 2010 10:26:54 +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>How to list the total size of a directory with ls or du in LINUX CENTOS 5</title>
		<link>http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-total-size-of-a-directory-with-ls-or-du/</link>
		<comments>http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-total-size-of-a-directory-with-ls-or-du/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 10:58:09 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Webmasters]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-total-size-of-a-directory-with-ls-or-du/</guid>
		<description><![CDATA[simply issue du -sh
or ls -lah &#124; grep &#8220;filename&#8221;
]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-total-size-of-a-directory-with-ls-or-du/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list the contents or files from a tar.gz file in LINUX CENTOS 5.2</title>
		<link>http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-contents-or-files-from-a-targz-file/</link>
		<comments>http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-contents-or-files-from-a-targz-file/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 10:16:46 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Webmasters]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-contents-or-files-from-a-targz-file/</guid>
		<description><![CDATA[I keep forgetting how to do this&#8230; so here goes:
tar -tvzf tarfile.tar.gz
non gzip file:
tar -tfv tarfile.tar
]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2009/02/11/how-to-list-the-contents-or-files-from-a-targz-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php 5.2.x with curl, GD as fastcgi</title>
		<link>http://www.nixexp.com/index.php/2009/02/07/php-52x-with-curl-gd-as-fastcgi/</link>
		<comments>http://www.nixexp.com/index.php/2009/02/07/php-52x-with-curl-gd-as-fastcgi/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 05:44:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2009/02/07/php-52x-with-curl-gd-as-fastcgi/</guid>
		<description><![CDATA[./configure &#8211;enable-fastcgi &#8211;enable-discard-path &#8211;enable-force-redirect &#8211;with-gd &#8211;with-jpeg-dir=/usr/local/lib &#8211;with-png-dir=/usr/local/lib &#8211;with-curl=/usr
for media server on php 5 under lighty
use yum install curl*
and further:
 yum update lvm2 pcre yum libxml2 python pcre-devel rhnlib xorg libxml2-devel libxml2-python
just to be safe
then makemake install 
]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2009/02/07/php-52x-with-curl-gd-as-fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 7 Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</title>
		<link>http://www.nixexp.com/index.php/2009/01/24/error-7-handles-clause-requires-a-withevents-variable-defined-in-the-containing-type-or-one-of-its-base-types/</link>
		<comments>http://www.nixexp.com/index.php/2009/01/24/error-7-handles-clause-requires-a-withevents-variable-defined-in-the-containing-type-or-one-of-its-base-types/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 00:24:38 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Visual Basic .NET]]></category>
		<category><![CDATA[Webmasters]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2009/01/24/error-7-handles-clause-requires-a-withevents-variable-defined-in-the-containing-type-or-one-of-its-base-types/</guid>
		<description><![CDATA[Visual basic . NET!
This occurs with some code as follows:
[code]        Private Sub button7_Click_1(ByVal sender As Object, ByVal e As EventArgs) Handles button7.Click            ' do some stuff        End Sub[/code]
instead you need [...]]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2009/01/24/error-7-handles-clause-requires-a-withevents-variable-defined-in-the-containing-type-or-one-of-its-base-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PHP 5.2.x on FRESH HD.</title>
		<link>http://www.nixexp.com/index.php/2008/08/07/installing-php-52x-on-fresh-hd/</link>
		<comments>http://www.nixexp.com/index.php/2008/08/07/installing-php-52x-on-fresh-hd/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 01:25:09 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2008/08/07/installing-php-52x-on-fresh-hd/</guid>
		<description><![CDATA[When installing PHP 5.2 on a new server all you really need is libxml.
do this by issuing:
yum install libxml*
THen you&#8217;re ALL SET>
]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2008/08/07/installing-php-52x-on-fresh-hd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INstalling lighttpd 1.4.19 on FRESH BARE server</title>
		<link>http://www.nixexp.com/index.php/2008/06/15/installing-lighttpd-1419-on-fresh-bare-server/</link>
		<comments>http://www.nixexp.com/index.php/2008/06/15/installing-lighttpd-1419-on-fresh-bare-server/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 03:50:15 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2008/06/15/installing-lighttpd-1419-on-fresh-bare-server/</guid>
		<description><![CDATA[Iinstalling a fresh copy of lighttpd 1.4.19 (or latest) on a new freaking server (media server)> do the following to get it going:
wget http://www.lua.org/ftp/lua-5.1.3.tar.gz (install lua)
tar -zxvf lua*
cd lua*
yum install pcre-devel zlib-headers zlib-devel bzip2*
and some othe rshit but im too damn lazy&#8230;.
]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2008/06/15/installing-lighttpd-1419-on-fresh-bare-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot find -lncurses</title>
		<link>http://www.nixexp.com/index.php/2008/06/15/cannot-find-lncurses/</link>
		<comments>http://www.nixexp.com/index.php/2008/06/15/cannot-find-lncurses/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 03:12:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2008/06/15/cannot-find-lncurses/</guid>
		<description><![CDATA[This error usually occurs when libncurses5-dev isn&#8217;t installed.
I installed it with
yum install ncurses*
which installed ncurses-devel from YUM
this was for LUA 5.1.3 for lighttpd and memcache&#8230;..
Weeeeeeeee
]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2008/06/15/cannot-find-lncurses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to kill user&#8217;s SSH session</title>
		<link>http://www.nixexp.com/index.php/2007/08/17/how-to-kill-users-ssh-session/</link>
		<comments>http://www.nixexp.com/index.php/2007/08/17/how-to-kill-users-ssh-session/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 06:44:02 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2007/08/17/how-to-kill-users-ssh-session/</guid>
		<description><![CDATA[# ps aux &#124; grep ssh

Will print something like:
root             1450   0.0     0.0      5432   620 pts/0             S+   [...]]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2007/08/17/how-to-kill-users-ssh-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip On Installing GD library for PHP with YUM</title>
		<link>http://www.nixexp.com/index.php/2007/07/09/tip-on-installing-gd-library-for-php-with-yum/</link>
		<comments>http://www.nixexp.com/index.php/2007/07/09/tip-on-installing-gd-library-for-php-with-yum/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 12:03:44 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2007/07/09/tip-on-installing-gd-library-for-php-with-yum/</guid>
		<description><![CDATA[This may seem extremely trivial for many people out there.. but all it takes is a forgetful server admin.
I had an old box that needed reloading, so I had to reinstall the GD library for php using YUM.
# yum install php-gd

Is all it takes to install gd for php. I&#8217;ve forgotten the php- part so [...]]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2007/07/09/tip-on-installing-gd-library-for-php-with-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mail loops back to me (MX problem?) Local configuration error</title>
		<link>http://www.nixexp.com/index.php/2007/07/03/mail-loops-back-to-me-mx-problem-local-configuration-error/</link>
		<comments>http://www.nixexp.com/index.php/2007/07/03/mail-loops-back-to-me-mx-problem-local-configuration-error/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 21:37:00 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.nixexp.com/index.php/2007/07/03/mail-loops-back-to-me-mx-problem-local-configuration-error/</guid>
		<description><![CDATA[Although this is a frequently asked question which has many answers, I thought it should be addressed.
If you are not receiving mail from your server, grep through all the log files in your /var/spool/mail mailboxes.
# grep &#8220;MX&#8221; root

for example will output if you have had any of these errors reported back to root. (This only [...]]]></description>
		<wfw:commentRss>http://www.nixexp.com/index.php/2007/07/03/mail-loops-back-to-me-mx-problem-local-configuration-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

