<?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>spechal.com &#187; Linux</title>
	<atom:link href="http://spechal.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://spechal.com</link>
	<description>[spesh-uhl]</description>
	<lastBuildDate>Thu, 21 Jan 2010 11:50:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpize not found</title>
		<link>http://spechal.com/2009/12/06/phpize-not-found/</link>
		<comments>http://spechal.com/2009/12/06/phpize-not-found/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 02:12:57 +0000</pubDate>
		<dc:creator>Spechal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[phpize]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://spechal.com/?p=106</guid>
		<description><![CDATA[This error is typically generated when you don&#8217;t have the PHP development libraries installed.
Installing the libraries via repository is the easiest and quickest fix.
For Fedora/Red Hat:
yum install php5-dev
For Ubuntu/Debian:
apt-get install php5-dev
]]></description>
			<content:encoded><![CDATA[<p>This error is typically generated when you don&#8217;t have the PHP development libraries installed.</p>
<p>Installing the libraries via repository is the easiest and quickest fix.</p>
<p>For Fedora/Red Hat:<br />
yum install php5-dev</p>
<p>For Ubuntu/Debian:<br />
apt-get install php5-dev</p>
]]></content:encoded>
			<wfw:commentRss>http://spechal.com/2009/12/06/phpize-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Cleaning up your login tracks</title>
		<link>http://spechal.com/2009/11/15/linux-cleaning-up-your-login-tracks/</link>
		<comments>http://spechal.com/2009/11/15/linux-cleaning-up-your-login-tracks/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 21:28:24 +0000</pubDate>
		<dc:creator>Spechal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://spechal.com/?p=23</guid>
		<description><![CDATA[So you&#8217;ve logged into a Linux machine but you don&#8217;t want anyone to know you were there.  Why?  Who cares.  Here are a couple of things to clean up your tracks.
Once you log in, you&#8217;ll notice that message that tells you the last time and location you logged in from.  To [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve logged into a Linux machine but you don&#8217;t want anyone to know you were there.  Why?  Who cares.  Here are a couple of things to clean up your tracks.</p>
<p>Once you log in, you&#8217;ll notice that message that tells you the last time and location you logged in from.  To get rid of that, we need to clear out /var/log/wtmp and /var/log/lastlog.  We can do that easily with <code>cat > /var/log/wtmp</code> and <code> cat > /var/log/lastlog</code></p>
<p>To clear out the command history, execute <code>history -c</code></p>
<p>Hope that helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://spechal.com/2009/11/15/linux-cleaning-up-your-login-tracks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
