<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Panic Room</title>
	<atom:link href="http://thepanicroomblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepanicroomblog.wordpress.com</link>
	<description>Sys Admin Days....</description>
	<lastBuildDate>Wed, 25 May 2011 16:17:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thepanicroomblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Panic Room</title>
		<link>http://thepanicroomblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thepanicroomblog.wordpress.com/osd.xml" title="The Panic Room" />
	<atom:link rel='hub' href='http://thepanicroomblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Compiling OpenLDAP on Debian Lenny</title>
		<link>http://thepanicroomblog.wordpress.com/2010/08/16/compiling-openldap-on-debian-lenny/</link>
		<comments>http://thepanicroomblog.wordpress.com/2010/08/16/compiling-openldap-on-debian-lenny/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 19:07:40 +0000</pubDate>
		<dc:creator>Chamila &#124; පිටස්තරයා</dc:creator>
				<category><![CDATA[LDAP]]></category>
		<category><![CDATA[BDB]]></category>
		<category><![CDATA[Cyrus]]></category>
		<category><![CDATA[OpenLDAP]]></category>
		<category><![CDATA[SASL]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://thepanicroomblog.wordpress.com/?p=26</guid>
		<description><![CDATA[Download the latest OpenLDAP source from the site (http://openldap.org). Go to /usr/src/ and untar the source package. tar xzvf openldap-stable-20100719.tgz cd openldap-2.4.23 Then install the following prerequisites that are needed to compile OpenLDAP. apt-get install build-essential cyrus-sasl2-dbg openssl libtool libdb-dev gnutls-dev libsasl2-dev Then start compiling OpenLDAP. ./configure make depend make make test make install OpenLDAP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=26&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openldap.org/software/download/" target="_blank">Download</a> the latest OpenLDAP source from the site (http://openldap.org).</p>
<p>Go to /usr/src/ and untar the source package.</p>
<p><code>tar xzvf openldap-stable-20100719.tgz<br />
cd openldap-2.4.23<br />
</code></p>
<p>Then install the following prerequisites that are needed to compile OpenLDAP.</p>
<p><code>apt-get install build-essential cyrus-sasl2-dbg openssl libtool libdb-dev gnutls-dev libsasl2-dev</code></p>
<p>Then start compiling OpenLDAP.</p>
<p><code>./configure<br />
make depend<br />
make<br />
make test<br />
make install</code></p>
<p>OpenLDAP Should be working now.</p>
<p>For configuration files, look in /usr/local/etc/openldap/.</p>
<p>Uninstalling such an installation is a bit of pain in the ass. OpenLDAP does not have a make uninstall defined. So, the files have to be manually deleted.</p>
<p>To identify which files are to be deleted, do an install to a temporary directory and note down the files.</p>
<p><code>make install DESTDIR=/tmp/ldap/</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thepanicroomblog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thepanicroomblog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thepanicroomblog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thepanicroomblog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thepanicroomblog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thepanicroomblog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thepanicroomblog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thepanicroomblog.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=26&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thepanicroomblog.wordpress.com/2010/08/16/compiling-openldap-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7db9357aea6e8c18d49fc29e60893b0?s=96&#38;d=&#38;r=X" medium="image">
			<media:title type="html">cs2respect</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling mod_rewrite in Apache2 (LAMP)</title>
		<link>http://thepanicroomblog.wordpress.com/2010/08/12/enabling-mod_rewrite-in-apache2-lamp/</link>
		<comments>http://thepanicroomblog.wordpress.com/2010/08/12/enabling-mod_rewrite-in-apache2-lamp/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 04:24:18 +0000</pubDate>
		<dc:creator>Chamila &#124; පිටස්තරයා</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[a2enmod]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://thepanicroomblog.wordpress.com/?p=23</guid>
		<description><![CDATA[mod_rewrite is a module in Apache which is used to simply rewrite a URL into a different URL. This module comes by default with Apache2. If you are using Apache in a Windows environment, simply right clicking on the Wamp server icon and enabling mod_rewrite from there would do. But in a Linux environment, these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=23&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">mod_rewrite is a module in Apache which is used to simply rewrite a URL into a different URL. This module comes by default with Apache2. If you are using Apache in a Windows environment, simply right clicking on the Wamp server icon and enabling <em>mod_rewrite</em> from there would do. But in a Linux environment, these are the simple steps to follow.</p>
<p>Issue the following command to enable the module.</p>
<p><code>a2enmod rewrite</code></p>
<blockquote><p>The command a2enmod can be used to load this kind of modules to Apache.</p></blockquote>
<p style="text-align:justify;">Chances are that you would still not be able to  have URL rewrites. For this you must change some settings in another conf file.</p>
<p style="text-align:justify;">Go to<em> ﻿/etc/apache2/sites-available/</em> and open the file default. Replace every &#8220;<em>AllowOverride None</em>&#8221; with &#8220;<em>AllowOverride All</em>&#8220;. This enables Apache2 to override rewrites by the use of <em>.htaccess</em> files.</p>
<p>Restart the server and rewrites should be working fine for you.</p>
<p><code>/etc/init.d/apache2 restart</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thepanicroomblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thepanicroomblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thepanicroomblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thepanicroomblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thepanicroomblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thepanicroomblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thepanicroomblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thepanicroomblog.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=23&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thepanicroomblog.wordpress.com/2010/08/12/enabling-mod_rewrite-in-apache2-lamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7db9357aea6e8c18d49fc29e60893b0?s=96&#38;d=&#38;r=X" medium="image">
			<media:title type="html">cs2respect</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Xen on Debian Lenny &#8211; Binaries</title>
		<link>http://thepanicroomblog.wordpress.com/2010/08/10/installing-xen-on-debian-lenny-binaries/</link>
		<comments>http://thepanicroomblog.wordpress.com/2010/08/10/installing-xen-on-debian-lenny-binaries/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 08:49:14 +0000</pubDate>
		<dc:creator>Chamila &#124; පිටස්තරයා</dc:creator>
				<category><![CDATA[Xen]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Lenny]]></category>

		<guid isPermaLink="false">http://thepanicroomblog.wordpress.com/?p=19</guid>
		<description><![CDATA[Update and upgrade the system. apt-get update &#38;&#38; apt-get upgrade -y Then install the following packages. apt-get install xen-linux-system-2.6.26-2-xen-amd64 linux-modules-2.6-xen-amd64 xen-linux-system-2.6.26-2-xen-amd64 installs the following packages. linux-image-2.6.26-2-xen-amd64 xen-hypervisor-3.2-1-amd64 This installation will create the Xen kernel at /boot and add the proper entries to the /boot/grub/menu.lst. Check your menu.lst and set the Xen kernel as the booting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=19&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Update and upgrade the system.</p>
<p><code>apt-get update &amp;&amp; apt-get upgrade -y</code></p>
<p>Then install the following packages.</p>
<p><code>apt-get install xen-linux-system-2.6.26-2-xen-amd64 linux-modules-2.6-xen-amd64</code></p>
<p>xen-linux-system-2.6.26-2-xen-amd64 installs the following packages.</p>
<blockquote><p>linux-image-2.6.26-2-xen-amd64<br />
xen-hypervisor-3.2-1-amd64</p></blockquote>
<p>This installation will create the Xen kernel at /boot and add the proper entries to the /boot/grub/menu.lst. Check your menu.lst and set the Xen kernel as the booting kernel.</p>
<p><code>vi /boot/grub/menu.lst</code></p>
<p>Check whether your Xen kernel entry is something similar to the following.</p>
<p><code>title           Xen 3.2-1-amd64 / Debian GNU/Linux, kernel 2.6.26-2-xen-amd64<br />
root            (hd0,2)<br />
kernel          /xen-3.2-1-amd64.gz<br />
module          /vmlinuz-2.6.26-2-xen-amd64 root=/dev/sda1 ro console=tty0<br />
module          /initrd.img-2.6.26-2-xen-amd64</code></p>
<p>Set the booting kernel number by changing the default line. And reboot.</p>
<p>After logging in check whether the Xen daemon (xend) is running. Then issue the following command to make sure Xen is running properly.</p>
<p><code>xm list</code></p>
<p>It should output something like this.</p>
<p><code>Name                                        ID   Mem VCPUs      State   Time(s)<br />
Domain-0                                     0 14711     8     r-----   5205.1</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thepanicroomblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thepanicroomblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thepanicroomblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thepanicroomblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thepanicroomblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thepanicroomblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thepanicroomblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thepanicroomblog.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=19&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thepanicroomblog.wordpress.com/2010/08/10/installing-xen-on-debian-lenny-binaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7db9357aea6e8c18d49fc29e60893b0?s=96&#38;d=&#38;r=X" medium="image">
			<media:title type="html">cs2respect</media:title>
		</media:content>
	</item>
		<item>
		<title>Xen Dom0 Fails to boot. Error &#8220;elf_init: not an ELF binary&#8221;</title>
		<link>http://thepanicroomblog.wordpress.com/2010/08/08/xen-dom0-fails-to-boot-error-elf_init-not-an-elf-binary/</link>
		<comments>http://thepanicroomblog.wordpress.com/2010/08/08/xen-dom0-fails-to-boot-error-elf_init-not-an-elf-binary/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 09:59:15 +0000</pubDate>
		<dc:creator>Chamila &#124; පිටස්තරයා</dc:creator>
				<category><![CDATA[Xen]]></category>
		<category><![CDATA[Apt]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Panic]]></category>
		<category><![CDATA[SCSI]]></category>

		<guid isPermaLink="false">http://thepanicroomblog.wordpress.com/?p=16</guid>
		<description><![CDATA[Recently we installed Debian Lenny on a server machine which was to be used as a Virtualization Server. Xen was then installed from the repository using the binaries. All was supposed to be okay. Xen was supposed to create the Xen kernel and update the GRUB menu.lst to include the Xen kernel. But, nope.. If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=16&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Recently we installed Debian Lenny on a server machine which was to be used as a Virtualization Server. Xen was then installed from the repository using the binaries. All was supposed to be okay. Xen was supposed to create the Xen kernel and update the GRUB menu.lst to include the Xen kernel. But, nope.. If something can go wrong, it will right? That&#8217;s what exactly happened. Following is the apt-get command I issued to install Xen.</p>
<p><code>apt-get install xen-hypervisor-3.2-1-amd64 xen-linux-system-2.6.26-2-xen-amd64 xen-utils-3.2-1 xen-utils-common</code></p>
<p style="text-align:justify;">After the installation, there was no additional entry in the menu.lst that corresponded to the Xen kernel. I added the entry manually and booted from it. Whoa! Kernel Panic! Machine kept rebooting after showing the following error.</p>
<p><code>elf_init: not an ELF binary</code></p>
<p>Searching for through the forums and blogs was the next step, which suggested following possibilities.</p>
<ul>
<li>Corrupt Xen Kernel or GRUB Entry</li>
<li>incorrect console entry on the GRUB</li>
<li>Incorrect or bad drivers for the SCSI drives</li>
</ul>
<p style="text-align:justify;">But, nope.. none of the above is possible. Then with the help of a colleague, it was clear that I was missing a package. So in a nutshell, if you are installing Xen on Debian Lenny this is the list of packages that you should use.</p>
<p><code>apt-get install xen-linux-system-2.6.26-2-xen-amd64 linux-modules-2.6-xen-amd64</code></p>
<p style="text-align:justify;">Everything was cool after this. GRUB entries were updated. Booted in to the new kernel and voila! You have Xen!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thepanicroomblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thepanicroomblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thepanicroomblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thepanicroomblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thepanicroomblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thepanicroomblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thepanicroomblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thepanicroomblog.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=16&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thepanicroomblog.wordpress.com/2010/08/08/xen-dom0-fails-to-boot-error-elf_init-not-an-elf-binary/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7db9357aea6e8c18d49fc29e60893b0?s=96&#38;d=&#38;r=X" medium="image">
			<media:title type="html">cs2respect</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Things to Remember When Installing Linux</title>
		<link>http://thepanicroomblog.wordpress.com/2010/08/07/things-to-remember-when-installing-linux/</link>
		<comments>http://thepanicroomblog.wordpress.com/2010/08/07/things-to-remember-when-installing-linux/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 18:58:22 +0000</pubDate>
		<dc:creator>Chamila &#124; පිටස්තරයා</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apt]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Partition]]></category>
		<category><![CDATA[Sudo]]></category>
		<category><![CDATA[Vi]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://thepanicroomblog.wordpress.com/?p=4</guid>
		<description><![CDATA[Not the usual bunch! Always check twice before blindly pressing Return through the Key Board selection and the Country screens. Although I haven&#8217;t practically gone through one, one can&#8217;t simply risk having the key board respond in the most foolish manner ever. If the installation seems to take a while, don&#8217;t leave the screen. There [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=4&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not the usual bunch!</p>
<ol>
<li>Always check twice before blindly pressing Return through the Key Board selection and the Country screens. Although I haven&#8217;t practically gone through one, one can&#8217;t simply risk having the key board respond in the most foolish manner ever.</li>
<li>If the installation seems to take a while, don&#8217;t leave the screen. There might be intermediate screens asking for stuff like, network mirrors etc. It is not pleasant to come back after half an hour to find out that the installation had been paused just for you to select the option &#8220;Yes&#8221; to install GRUB the minute you left.</li>
<li>Have separate /boot, /home and / (root) partitions if possible. This is common practice. Just to make sure that a 100Mb porn clip download would not keep the machine from booting.</li>
<li>Format the /boot partition as Ext2. Ext3 onwards introduce Journaling, and thus takes extra space to store the Journal. For the /boot partition, this feature is almost useless, as it is only needed to load the kernel and the ramdisk to the memory. Ext2 on a 200Mb partition will be more than enough.</li>
<li>Make sure to flag the boot partition as &#8220;Bootable&#8221; in the disk partitioning step.  Although the Graphical Install option might just do this automatically, normal installations require you to specify the boot partition manually.</li>
<li>Skip the network information section if possible. You don&#8217;t want the installation to start downloading the latest packages and updates from the Internet, during the peak hours of the day.</li>
<li> Enter a strong root password in the installation. Chances are that after finishing the installation, you would most probably forget the root account (especially if you are a fan of sudo). And if you had entered an easy password, the people targeting the root account will have no hard time cracking it.</li>
<li>Remove any USB drives and portable storage devices before the installation starting step, in case you had plugged them into load drivers during the pre-installation steps. There is a good chance that the installer might use the portable drive to install the GRUB.</li>
<li>Learn Vi! The default text editor for the terminal in Linux is Vi and not Vim. Vi is designed considering only the QWERTY key board and not the arrow keys and the End, Home etc key set. <a href="http://www.eng.hawaii.edu/Tutor/vi.html" target="_blank">Here</a> is a good starting point.</li>
<li>Enable bash completion for your account. Bash Completion is the functionality which allows bash to complete the words on Tab press. This is particularly useful when using Apt (haven&#8217;t tried on Yum, but should work theoretically). This can be done by un-commenting the following lines in your $HOME/.bashrc file (or in some systems .bash_profile)</li>
</ol>
<p><code>if [ -f /etc/bash_completion ] &amp;&amp; ! shopt -oq posix; then<br />
. /etc/bash_completion<br />
fi</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thepanicroomblog.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thepanicroomblog.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thepanicroomblog.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thepanicroomblog.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thepanicroomblog.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thepanicroomblog.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thepanicroomblog.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thepanicroomblog.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thepanicroomblog.wordpress.com&amp;blog=15081379&amp;post=4&amp;subd=thepanicroomblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thepanicroomblog.wordpress.com/2010/08/07/things-to-remember-when-installing-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7db9357aea6e8c18d49fc29e60893b0?s=96&#38;d=&#38;r=X" medium="image">
			<media:title type="html">cs2respect</media:title>
		</media:content>
	</item>
	</channel>
</rss>
