<?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>Random IT Tidbits</title>
	<atom:link href="http://achnid.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://achnid.com/wordpress</link>
	<description>What I learn during my journeys through the IT world!</description>
	<lastBuildDate>Tue, 13 Dec 2011 21:51:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>See all listening ports with which processes using them for linux</title>
		<link>http://achnid.com/wordpress/2011/12/13/see-all-listening-ports-with-which-processes-using-them-for-linux/</link>
		<comments>http://achnid.com/wordpress/2011/12/13/see-all-listening-ports-with-which-processes-using-them-for-linux/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 21:51:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=126</guid>
		<description><![CDATA[Use the following command to list all open ports and associated programs: sudo netstat -tulpn Good sight for hardening your linux servers http://www.cyberciti.biz/tips/linux-security.html]]></description>
			<content:encoded><![CDATA[<p>Use the following command to list all open ports and associated programs:<br />
<code><br />
sudo netstat -tulpn<br />
</code></p>
<p>Good sight for hardening your linux servers</p>
<p>http://www.cyberciti.biz/tips/linux-security.html</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/12/13/see-all-listening-ports-with-which-processes-using-them-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Password / Passphrase to OpenVPN certificate</title>
		<link>http://achnid.com/wordpress/2011/12/12/add-password-passphrase-to-openvpn-certificate/</link>
		<comments>http://achnid.com/wordpress/2011/12/12/add-password-passphrase-to-openvpn-certificate/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 19:37:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenVPN]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=112</guid>
		<description><![CDATA[Command used on Vyatta router:- openssl rsa -in .key -out .key -des3 Link where i got this info from. http://openvpn.net/archive/openvpn-users/2004-06/msg00175.html]]></description>
			<content:encoded><![CDATA[<p>Command used on Vyatta router:-</p>
<p>openssl rsa -in <certificate>.key -out <certificate>.key -des3</p>
<p>Link where i got this info from.</p>
<p>http://openvpn.net/archive/openvpn-users/2004-06/msg00175.html</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/12/12/add-password-passphrase-to-openvpn-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running minimum amount of services in CentOS</title>
		<link>http://achnid.com/wordpress/2011/10/15/running-minimum-amount-of-services-in-centos/</link>
		<comments>http://achnid.com/wordpress/2011/10/15/running-minimum-amount-of-services-in-centos/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 15:58:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=120</guid>
		<description><![CDATA[This article describes the various services that CentOS runs by default and what all we can disable. http://anchorite.org/blog/2006/11/13/minimal-services-on-centos-44-mini-howto/]]></description>
			<content:encoded><![CDATA[<p>This article describes the various services that CentOS runs by default and what all we can disable.</p>
<p>http://anchorite.org/blog/2006/11/13/minimal-services-on-centos-44-mini-howto/</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/10/15/running-minimum-amount-of-services-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling And Disabling Services During Start Up In GNU/Linux</title>
		<link>http://achnid.com/wordpress/2011/10/15/enabling-and-disabling-services-during-start-up-in-gnulinux/</link>
		<comments>http://achnid.com/wordpress/2011/10/15/enabling-and-disabling-services-during-start-up-in-gnulinux/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 15:52:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=118</guid>
		<description><![CDATA[Excellent write up on how to enable and disable services in Linux using the command line and also discusses generic methods (that which are not dependent on the distribution) http://linuxhelp.blogspot.com/2006/04/enabling-and-disabling-services-during_01.html]]></description>
			<content:encoded><![CDATA[<p>Excellent write up on how to enable and disable services in Linux using the command line and also discusses generic methods (that which are not dependent on the distribution)</p>
<p>http://linuxhelp.blogspot.com/2006/04/enabling-and-disabling-services-during_01.html</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/10/15/enabling-and-disabling-services-during-start-up-in-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Sphinx Search on CentOS 5.6</title>
		<link>http://achnid.com/wordpress/2011/10/15/installing-sphinx-search-on-centos-5-6/</link>
		<comments>http://achnid.com/wordpress/2011/10/15/installing-sphinx-search-on-centos-5-6/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 15:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=115</guid>
		<description><![CDATA[Quick write up on how to install Sphinx on a new installation of CentOS. -After installing CentOS first thing to do is to update everything. So yum -y upgrade -Download the Sphinx Tarball and untar it (wget http://sphinxsearch.com/files/sphinx-2.0.1-beta.tar.gz) -Download the libstemmer library (the download link is in the INSTALL file, wget http://snowball.tartarus.org/dist/libstemmer_c.tgz) -Make sure yum [...]]]></description>
			<content:encoded><![CDATA[<p>Quick write up on how to install Sphinx on a new installation of CentOS.</p>
<p>-After installing CentOS first thing to do is to update everything. So yum -y upgrade</p>
<p>-Download the Sphinx Tarball and untar it (wget http://sphinxsearch.com/files/sphinx-2.0.1-beta.tar.gz)</p>
<p>-Download the libstemmer library (the download link is in the INSTALL file, wget http://snowball.tartarus.org/dist/libstemmer_c.tgz)</p>
<p>-Make sure yum -y install gcc-c++ kernel-devel</p>
<p>-Also yum -y install mysql-devel</p>
<p>-Then do ./configure &#8211;with-libstemmer</p>
<p>-make -j4 install</p>
<p>And that&#8217;s it&#8230;the installation of Sphinx Search is complete!</p>
<p>Now you need to configure the sphinx.conf file. There is an excellent wiki available at http://sphinxsearch.com/wiki/doku.php</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/10/15/installing-sphinx-search-on-centos-5-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMware Tools on CentOS 5.6</title>
		<link>http://achnid.com/wordpress/2011/10/15/install-vmware-tools-on-centos-5-6/</link>
		<comments>http://achnid.com/wordpress/2011/10/15/install-vmware-tools-on-centos-5-6/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=103</guid>
		<description><![CDATA[yum -y install gcc-c++ kernel-devel mount /dev/cdrom /mnt tar -C /tmp -zxvf /mnt/VMwareTools* umount /mnt cd /tmp/vmware-tools-distrib ./vmware-install.pl Taken from this website http://jameshouse.org/2011/05/25/install-vmware-tools-on-centos-5-6-with-yum/]]></description>
			<content:encoded><![CDATA[<p>yum -y install gcc-c++ kernel-devel<br />
mount /dev/cdrom /mnt<br />
tar -C /tmp -zxvf /mnt/VMwareTools*<br />
umount /mnt<br />
cd /tmp/vmware-tools-distrib<br />
./vmware-install.pl</p>
<p>Taken from this website</p>
<p>http://jameshouse.org/2011/05/25/install-vmware-tools-on-centos-5-6-with-yum/</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/10/15/install-vmware-tools-on-centos-5-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up SSL or HTTPS on WAMP</title>
		<link>http://achnid.com/wordpress/2011/08/11/setting-up-ssl-or-https-on-wamp/</link>
		<comments>http://achnid.com/wordpress/2011/08/11/setting-up-ssl-or-https-on-wamp/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 15:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Server Stuff]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=108</guid>
		<description><![CDATA[Excellent write up here.]]></description>
			<content:encoded><![CDATA[<p>Excellent write up <a href="http://guides.jlbn.net/setssl/setssl1.html" title="here" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/08/11/setting-up-ssl-or-https-on-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List SSH command line history with timestamp</title>
		<link>http://achnid.com/wordpress/2011/08/08/list-ssh-command-line-history-with-timestamp/</link>
		<comments>http://achnid.com/wordpress/2011/08/08/list-ssh-command-line-history-with-timestamp/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:18:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=104</guid>
		<description><![CDATA[Found an interesting trick at http://linux.byexamples.com/archives/467/list-command-line-history-with-timestamp/ All you need to do is run export HISTTIMEFORMAT=&#34;%F %T &#34; at the command line and you are done! Now run history and you&#8217;ll get your history with timestamps!]]></description>
			<content:encoded><![CDATA[<p>Found an interesting trick at <a href="http://linux.byexamples.com/archives/467/list-command-line-history-with-timestamp/">http://linux.byexamples.com/archives/467/list-command-line-history-with-timestamp/</a></p>
<p>All you need to do is run <code>export HISTTIMEFORMAT=&quot;%F %T &quot;</code> at the command line and you are done! Now run history and you&#8217;ll get your history with timestamps!</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2011/08/08/list-ssh-command-line-history-with-timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create a user for SDM through CLI IOS</title>
		<link>http://achnid.com/wordpress/2010/10/17/create-a-user-for-sdm-through-cli-ios/</link>
		<comments>http://achnid.com/wordpress/2010/10/17/create-a-user-for-sdm-through-cli-ios/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 02:35:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/2010/10/17/create-a-user-for-sdm-through-cli-ios/</guid>
		<description><![CDATA[You need three commands to add a user so that someone can log in through the built-in http server on cisco. First command is :- ip http server This enables the http server Second command is :- username admin privilege 15 password password This creates the user admin with password &#8220;password&#8221; and full priviliges. Third [...]]]></description>
			<content:encoded><![CDATA[<p>You need three commands to add a user so that someone can log in through the built-in http server on cisco.</p>
<p>First command is :-<br />
ip http server</p>
<p>This enables the http server</p>
<p>Second command is :-<br />
username admin privilege 15 password password</p>
<p>This creates the user admin with password &#8220;password&#8221; and full priviliges.</p>
<p>Third command is :-<br />
ip http authentication local</p>
<p>This enables the authentication to take place through the above created username and password</p>
<p>That&#8217;s it! After this you should be able to log in through the web portal</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2010/10/17/create-a-user-for-sdm-through-cli-ios/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>Search file names in Windows 7</title>
		<link>http://achnid.com/wordpress/2010/07/21/search-file-names-in-windows-7/</link>
		<comments>http://achnid.com/wordpress/2010/07/21/search-file-names-in-windows-7/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://achnid.com/wordpress/?p=95</guid>
		<description><![CDATA[One of the many quirks in Windows 7 is the inability to search for file names. By default it searches for file contents. One simple way to JUST look for filenames is to prefix &#8220;name:&#8221; without quotes to your file name search. So instead of searching for readme.txt, search for name:readme.txt Hope this helps somebody!]]></description>
			<content:encoded><![CDATA[<p>One of the many quirks in Windows 7 is the inability to search for file names. By default it searches for file contents. One simple way to JUST look for filenames is to prefix &#8220;name:&#8221; without quotes to your file name search. So instead of searching for readme.txt, search for name:readme.txt</p>
<p>Hope this helps somebody!</p>
]]></content:encoded>
			<wfw:commentRss>http://achnid.com/wordpress/2010/07/21/search-file-names-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
	</channel>
</rss>

