<?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>Quick Tweaks &#187; System</title>
	<atom:link href="http://www.quicktweaks.com/category/linux/software/system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Fri, 27 Nov 2009 22:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kick ass guide for installing Oracle on Ubuntu</title>
		<link>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 06:35:14 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=256</guid>
		<description><![CDATA[Four steps for installing Oracle on Ubuntu. Steps by steps video


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">One of the few complaints against any Linux OS &#8211; Difficult to install software which are not in the repository or in the standard .rpm/.deb format. Windows users enjoy double clicking an executable and then clicking NEXT button few times, Mac users just need to drag that .dmg file to the Application folder. Linux users feel themselves left out and find their own way playing with the Terminal, editing different system files, copying files from here to there and finally setting up some environment variables. Whew!</p>
<p><span id="more-256"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>After switching to Ubuntu, I tried to install Oracle but no luck until I found <a title="Installing Oracle 11g on Ubuntu Intrepid by Augusto Bott" href="http://www.pythian.com/blogs/1355/installing-oracle-11gr1-on-ubuntu-810-intrepid-ibex" target="_blank">this guide from Augusto Bott</a> . He has really written an excellent guide on installing Oracle on different versions of Ubuntu. But again with this guide also the users need to open different files and edit them manually. It isn&#8217;t that much difficult but if you are like me who often needs to reinstall/upgrade Ubuntu for one reason or other, reading the whole guide and manually editing the system files is really time consuming and cumbersome. So, to save my time for future installation of Oracle database on my Ubuntu box, I wrote a couple of scripts (four scripts to be exact). Running these four scripts will install Oracle database and will give you a fresh database to start with. To facilitate visual-learners, I&#8217;ve also made two videos which have been embedded below. I will explain how to proceed briefly below:</p>
<p>1.<a title="Download installer scripts" href="http://dl.getdropbox.com/u/83257/oraInstaller.zip" target="_blank"> Download all four scripts</a>.and unzip them</p>
<p>2. Extract Oracle database downloaded from Oracle to a folder (such as in your home folder)</p>
<p>3. Open<em><strong> 2_OraInstaller.sh</strong></em> in a text editor and change the source/destination values. The default values assume that you have extracted the Oracle installer files in ~/oracle folder and you want to install Oracle db in /opt/oracle folder.</p>
<p>4. Open <em><strong>4_OraInstaller.sh</strong></em> in a text editor and change the name of your database instance (dbSID). The default is oraIntrepid.</p>
<p>5. Fire up the Terminal and make all the files executable:</p>
<p><em><strong>$chmod 755 ./1_OraInstaller.sh</strong></em></p>
<p><em><strong>$chmod 755 ./2_OraInstaller.sh</strong></em></p>
<p><em><strong>$chmod 755 ./3_OraInstaller.sh</strong></em></p>
<p><em><strong>$chmod 755 ./4_OraInstaller.sh</strong></em></p>
<p>6. Make sure you have at least 3gb free space where you want to install your Oracle DB</p>
<p>7. Execute: $<em><strong>./1_OraInstaller.sh</strong></em></p>
<p>You need to logoff and login once</p>
<p>8. Execute: $<em><strong>./2_OraInstaller.sh</strong></em></p>
<p>This will install Oracle in silent mode. Please be patient as it will take some time and be very sure that YOU ARE CONNECTED TO THE INTERNET!!!</p>
<p>9. Execute: $<em><strong>./3_OraInstaller.sh</strong></em></p>
<p>You need to restart you computer once at this point.</p>
<p>10. Execute: $./<em><strong>4</strong><strong>_OraInstaller.sh</strong></em></p>
<p>This will install Oracle database instance in silent mode. This will take about 15 mins so be very patient.</p>
<p>At this point your Oracle installation on your Ubuntu box is complete.</p>
<p>Here are two videos showing all the above steps:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/"><em>Click here to view the embedded video.</em></a></p> <p><a href="http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/"><em>Click here to view the embedded video.</em></a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Run your virtual OS directly from GDM in Ubuntu</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 16:12:46 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154</guid>
		<description><![CDATA[If you regularly run a couple of OS from your VirtualBox and want to login to those OS directly from GDM session, here is a quick way to do it. For this to work you should have already set up your VirtualBox. Here we won't be talking about how to setup VirtualBox but only how to login to a virtual OS from GDM session. 


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/11/26/10-linux-commands-for-fun/' rel='bookmark' title='Permanent Link: 10 Linux commands for fun'>10 Linux commands for fun</a> <small>Here are few Linux commands you can play with for...</small></li><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you regularly run a couple of OS from your VirtualBox and want to login to those OS directly from GDM session, here is a quick way to do it. For this to work you should have already set up your VirtualBox. Here we won&#8217;t be talking about how to setup VirtualBox but only how to login to a virtual OS from GDM session.</p>
<p><span id="more-154"></span></p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_187" class="wp-caption aligncenter" style="width: 472px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-187" title="windowsgdm" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/windowsgdm.png" alt="Windows XP GDM" width="462" height="384" /></dt>
<dd class="wp-caption-dd">Windows XP GDM</dd>
<dt class="wp-caption-dt"></dt>
</dl>
</div>
<p><span style="color: #ff6600;">1. Create a bash script with the following contents</span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><code>#!/bin/bash<br />
VirtualBox -startvm <strong><span style="color: #000000;"><em>NameOfYourVirtualOS</em></span></strong></code></p>
<p>Replace <em><strong><span style="text-decoration: line-through;">y</span><span style="text-decoration: line-through;">ourSUPassword</span></strong></em><span style="text-decoration: line-through;"> with your password, and </span><em><strong>NameOfYourVirtualOS</strong></em> with the name that you have given to your virtual OS in VirtualBox.</p>
<p><span style="color: #ff6600;">2. Name it something like <strong><em>windowsXPGDM</em></strong> (if you want to run Windows XP), make it executable, and then copy it to /usr/bin.</span></p>
<p><code>$ chmod 755 windowsXP</code>GDM<br />
<code>$ sudo cp windowsXPGDM /usr/bin</code></p>
<p><span style="color: #ff6600;">2. Go to <strong><em>/usr/share/xsessions</em></strong> and create a new file with the following contents:</span></p>
<p><code>[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=WindowsXP<br />
Comment=My Virtual WindowsXP<br />
Exec=/usr/bin/windowsXPGDM<br />
Icon=<br />
Type=Application </code></p>
<p><span style="color: #ff6600;">3. Save it with a name something like <em><strong>windowsXP.desktop</strong></em>.</span></p>
<p><span style="color: #ff6600;">4. Log out and you will see a new entry WindowsXP in your GDM session. You can now directly open VirtualBox session without even logging in to your Ubuntu machine.</span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/11/26/10-linux-commands-for-fun/' rel='bookmark' title='Permanent Link: 10 Linux commands for fun'>10 Linux commands for fun</a> <small>Here are few Linux commands you can play with for...</small></li><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Tweet your &#8216;apt-get&#8217;! Let Twitter keep track of whatever you install in Ubuntu</title>
		<link>http://www.quicktweaks.com/2008/10/05/tweet-your-apt-get-let-twitter-keep-track-of-whatever-you-install-in-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2008/10/05/tweet-your-apt-get-let-twitter-keep-track-of-whatever-you-install-in-ubuntu/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 19:28:37 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tapt]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=101</guid>
		<description><![CDATA[This script, tapt, tweets whatever you install, remove or perform other operations with 'apt-get' in Ubuntu to your Tweeter account.


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you are like me who often likes to test one of the thousand applications available for Ubuntu and like to keep track of whatever you install or remove, here is a script for you. This script, <em>tapt</em>, tweets whatever you install, remove or perform other operations with <em>&#8216;apt-get&#8217;</em> in Ubuntu to your Tweeter account.<br />
<a title="more details on tapt" href="http://www.quicktweaks.com/tapt" target="_self">Click here for more details on this script</a></p>
<p style="text-align: center;"> </p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/05/tweet-your-apt-get-let-twitter-keep-track-of-whatever-you-install-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A day with Digg Effect – when the hosting sucks!</title>
		<link>http://www.quicktweaks.com/2008/09/30/a-day-with-digg-effect/</link>
		<comments>http://www.quicktweaks.com/2008/09/30/a-day-with-digg-effect/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 07:29:20 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=38</guid>
		<description><![CDATA[Much to my surprise, when I opened Digg’s front page yesterday morning, my post on Gmail+Weather+Beauty+Conky, I wish I was Mac but now I am happy that I am Ubuntu, was on the front page. It had only made 84 Diggs but was sitting right on the first position. A dream came true for a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Much to my surprise, when I opened Digg’s front page yesterday morning, my post on <a title="Gmail+Weather+Beauty" href="http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/" target="_blank">Gmail+Weather+Beauty+Conky</a>,<a title="I wish I was Mac but I am happy that I am Ubuntu" href="http://digg.com/linux_unix/I_wish_I_was_Mac_but_now_I_am_happy_that_I_am_Ubuntu" target="_blank"> I wish I was Mac but now I am happy that I am Ubuntu</a>, was on the front page. It had only made 84 Diggs but was sitting right on the first position. A dream came true for a blogger!</p>
<p><span id="more-38"></span></p>
<p style="text-align: center;"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/digg-front-page.gif"><img class="aligncenter size-medium wp-image-42" title="digg-front-page" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/digg-front-page-300x148.gif" alt="" width="300" height="148" /></a></p>
<p>But wait! When I clicked the link to see my &#8216;winner post&#8217; the site was down. I returned back to Digg to read comments. Everybody was complaining about the site being down and asking for a mirror. I checked my Inbox to see if there was anything from my hosting server. There was! This email from my hosting company <a title="LunarPages homepage" href="http://lunarpages.com" target="_blank">LunarPages.com</a></p>
<blockquote><p><em>Dear ashokgelal,<br />
&#8212;- TECH RESPONSE STARTS HERE &#8212;-<br />
Hello Your account is utilizing excessive resources, causing a significant degradation of services on the server. This is a shared environment and we can not allow one user to utilize the majority of the resources on a server as it affects all users adversely. Because of this, we have temporarily suspended your script: SCRIPT_FILENAME=/home/…/index.php Bellow you have the usage details for your account netkh0 netkhabar.com 4.17 2.32 0.1 Top Process %CPU 50.0 /usr/local/php5/bin/php-cgi /home/…/index.php Top Process %CPU 39.0 /usr/local/php5/bin/php-cgi /home/…/index.php Top Process %CPU 32.0 /usr/local/php5/bin/php-cgi /home/…/index.php CPU 4.17 MEMORY 2.32 MYSQL 0.1 Please note that the above mentioned resource usage is due to PHP processing.Please upgrade your scripts as soon as possible. Please let us know what changes you will be making to correct this issue and we can re-provide ownership of the script to you. We appreciate your understanding in this matter. Thanks. &#8212; Best Regards, Vlad Panainte Junior System Administrator 1 support@lunarpages.com Phone: 1-714-521-8150 (U.S. &amp; Canada ) Phone: 1-714-521-8150 (International)<br />
&#8212;- TECH RESPONSE ENDS HERE &#8212;-</em></p></blockquote>
<p>I replied them saying that this was because one of my posts made to the front page of Digg.com. I was fast enough to set up another site http://backuptweaks.quicktweaks.com (it doesn&#8217;t exist anymore), and imported all the posts with comments and attachments from quicktweaks backend. I installed <a title="WP Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a> plugin, enabled it and redirected <a title="quicktweaks.com" href="http://quicktweaks.com" target="_blank">quicktweaks.com</a> to backup.quicktweaks.com. Everything went right. Aha! What a relief! But wait again! 403 Forbidden! I thought I messed up something because of WP-Cache. Again, to keep Diggers happy, I was quick to setup another site <a title="qtbackup" href="http://qtbackup.quicktweaks.com" target="_blank">http://qtbackup.quicktweaks.com</a> (it&#8217;s still there). As soon as I was done, I got the same error 403 Forbidden message. Fired up Fireftp and checked the permission. All the permissions were taken away from me.</p>
<p>My hosting server couldn’t handle the Digg effect, and it was getting hard for me to handle diggers’ comments. Luckily, only permission for the index.php file was taken away for quicktweaks.com. I decided to create a new file index2.php and setup a redirect to execute index2.php instead of index.php. To do so, I added the following lines in my .htaccess file:<br />
<code>RewriteEngine  on<br />
RewriteRule    ^index\.php$  index2.php</code></p>
<p>It worked for about five minutes then immediately I got a new email notification. Who else it could be other than the LunarPages itself:</p>
<blockquote><p><em>Dear Ashok Gelal,<br />
&#8212;- TECH RESPONSE STARTS HERE &#8212;-<br />
Hello, Unfortunately, we have been forced to temporary suspend your account, as numerous folders were continuously having excessive apache connections, causing high stability to the server:<br />
~/backuptweaks/ ~qtbackup/ Here is only a small cut from the list of connections that the folders were having at the moment: 2-0 6308 4/14/14 K 0.05 4 4 10.1 0.43 0.43 99.227.220.98 backuptweaks.quicktweaks.com GET /wp-content/themes/personal/images/bg-older-posts.gif HTTP/ 3-0 6309 7/19/19 K 0.07 1 6 46.8 0.90 0.90 212.242.190.40 backuptweaks.quicktweaks.com<br />
…<br />
…<br />
&#8212;- TECH RESPONSE ENDS HERE &#8212;-</em></p></blockquote>
<p>It meant that everything was down, I couldn&#8217;t even access my files. Other domains hosted with my same account were also down. I couldn&#8217;t access admin backend. Any page was redirected to their page with a notice which asked the webmaster to contact them. Once again I replied them saying this is nothing to do with script file but but because of so called Digg Effect. I asked them when will my site be back.   I  waited their reply for the whole day and finally got this:</p>
<blockquote><p><em>Dear Ashok Gelal,<br />
&#8212;- TECH RESPONSE STARTS HERE &#8212;-<br />
Dear Customer, We really apologize for the inconvenience. You can log into your server here: https://mantus.lunarmania.com:2083 Please, let us know once you have updated your scripts so we can unsuspend your account. If you have any further questions we will gladly assist you. Thank you for your patience. Best Regards, Jaskaran Sandhu Junior Systems Admin. support@lunarpages.com Phone: 1-714-521-8150 (U.S. &amp; Canada &#8211; Toll-free) Phone: 1-714-521-8150 (International)</em></p>
<p>&#8212;- TECH RESPONSE ENDS HERE &#8212;</p></blockquote>
<p>I replied with this:</p>
<blockquote><p><em>Hi,<br />
I&#8217;ve updated my scripts. Its not the fault in my script. Its just one of my articles made to the front page of Digg.com (I repeat!!!) and an unexpected huge amount of traffic diverted towards my site. I&#8217;ve never expected that LunarPages is only good enough to host a couple of pages and is only able to bear a handful of visitors. I&#8217;ve just installed cache mechanism plugins for my blog (based on wordpress) which means now as soon as a visitor visits a page, it will be cached and after that the page will be served as a static page instead of making request to the database. But for this to happen, my site needs to be up and I need to click few pages so that the cached pages are created. Today&#8217;s &#8217;site unavailable&#8217; incident really had a bad impact on my site where I lost a good chance of making my site recognized to a community. A hosting is of no use when it doesn&#8217;t allow a webmaster to make an opportunity to make his site famous among a certain group of people. Have I crossed the web space limit? No! Have I used all of the available bandwidth? No! So what&#8217;s the reason? You should have made clear before that you are not able to handle more than 10 visitors at a time. Why do you boast being so affordable and so stable hosting company? Why do you advertise shouting &#8216;unlimited webspace and bandwidth&#8217; when you are not even closes to one gig of bandwidth? I do will write a blog on the useless and inability of LunarPages hosting and I hope that will hit the front page of Digg.com too. But before that would you please let my site take a breath? It might have been dying because of suffocation.<br />
An unhappy customer who thinks that LunarPages hosting sucks!<br />
Thank you anyways and I anticipate your prompt reply and action.</em></p></blockquote>
<p>Two hours later I received this response:</p>
<blockquote><p><em>Dear Ashok Gelal,<br />
&#8212;- TECH RESPONSE STARTS HERE &#8212;-<br />
Hello, I have unsuspended your account, please take necessary steps to lower your usage. If we found that your account is causing high usage then we will permanently suspend your account. If you require a higher usage then allowed on shared servers you might want to try a VPS/dedicated plans. Details on VPS or dedicated plans can be found here: http://www.lpdedicated.com Dedicated servers. http://www.lunarpages.com/virtual-private-server/ vps servers I hope this information is helpful. Please note that the acceptable usage range is 1.0% average %CPU or less, 1.0% average %Memory or less and Top Processes below 20%. Thanks. Best Regards, Jaskaran Sandhu Junior Systems Admin. support@lunarpages.com Phone: 1-714-521-8150 (U.S. &amp; Canada &#8211; Toll-free) Phone: 1-714-521-8150 (International)<br />
&#8212;- TECH RESPONSE ENDS HERE &#8212;-</em></p></blockquote>
<p>Finally, all the permissions were given back to me. They had put their own .htaccess file and renamed my file to .htacess-suspended. I renamed their .htaccess file to .LunarPagesSucks</p>
<p>As of writing this, the site hasn&#8217;t gone down once although I&#8217;ve seen an increasing number of traffic most of them from Digg. StumbledUpon and Bookmarks both have sent some traffic too. One thing I don&#8217;t understand is that according to one comment from Digg, my site was down before 70 diggs and it was down for the whole day. But the post got dug for the whole day. Before the site was back, it had already received more than 500 Diggs. This made me believe that there are many of those people who blindly Digg a post without bothering to read it.<br />
<strong>So what about revenue?</strong><br />
Some of you must be very eager to know about my adsense revenue. One thing I&#8217;ve noticed that the Diggers don&#8217;t click on any Adwords. The following reports speak themselves:</p>
<p><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/adsense_report.gif"><img class="aligncenter size-medium wp-image-39" title="adsense_report" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/adsense_report-300x96.gif" alt="" width="300" height="96" /></a><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/analytics-traffic.gif"></a></p>
<p><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/analytics-traffic.gif"><img class="aligncenter size-medium wp-image-40" title="analytics-traffic" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/analytics-traffic-300x128.gif" alt="" width="300" height="128" /></a><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/analytics-visitors.gif"><img class="aligncenter size-medium wp-image-41" title="analytics-visitors" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/analytics-visitors-300x157.gif" alt="" width="300" height="157" /></a></p>
<p><strong>Lesson learned:</strong></p>
<ol>
<li>If you submit a post to Digg, get prepared.</li>
<li>Enable caching for your site. After installing WP-Cache I&#8217;ve felt that the page is loading much faster.</li>
<li>Never think that you are going to earn lots of money with Adwords. Diggers love reading not clicking your adwords.</li>
<li>Never use cheap hosting. When you want to get a hosting account, don&#8217;t look for bandwidth or web space. Ask them if they are able to bear Digg Effect.</li>
<li>I don&#8217;t know about others but LunarPages.com sucks. It can&#8217;t even handle 60+ diggs. How shame!</li>
</ol>
<p><strong>Stat:</strong></p>
<p>Time to bring my site back again: About 16 hours</p>
<p>Time to write the blog and post it: 2 hours</p>
<p>Time to make to the front page: About 14 hours</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/09/30/a-day-with-digg-effect/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gmail+Weather+Beauty right on your Ubuntu desktop</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/</link>
		<comments>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 19:32:40 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[AWN]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[gnome-do]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32</guid>
		<description><![CDATA[[Update:After being hit severely by 'Digg Effect' when this post made to the front page this morning, this site is back again. Thank you for your patience, Diggs (Buries) and Comments folks! Digg on!]
Update2: Links updated. Instead of serving files from MediaFire, DropBox is used. Also, those of you having problem with weather or anything else don&#8217;t [...]


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>[<strong><em>Update:</em></strong>After being hit severely by 'Digg Effect' when this post made to the front page this morning, this site is back again. Thank you for your patience, Diggs (Buries) and Comments folks! Digg on!]</p>
<p><strong>Update2</strong>: Links updated. Instead of serving files from MediaFire, DropBox is used. Also, those of you having problem with weather or anything else don&#8217;t forget to read the comments. Thanks to everyone using this post and spreading the words because of which my hosting server is down several times!</p>
<p>Ever wished that you had new mails notifications right on your desktop? Ever wished you knew the weather info right on your desktop? Ever wished you had your hardware information right on your desktop? Ever wished your desktop was productive and beautiful at the same time? Ever wished you didn&#8217;t have to use Mac4Lin theme to hide the &#8216;ugliness&#8217; of Ubuntu&#8217;s native appearance? Ever wished you had a desktop that looked as beautiful as mine? Let&#8217;s fulfil your wish:</p>
<p style="text-align: center"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-2.png"><img class="aligncenter size-medium wp-image-36" title="My Desktop Screenshot with Gnome-do" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-2-300x187.png" alt="Desktop Screenshot with Gnome-Do" width="300" height="187" /></a></p>
<p><span id="more-32"></span></p>
<p>I have already talked about <a title="Three little things to make your ubuntu desktop beautiful and productive" href="http://www.quicktweaks.com/2008/04/11/three-little-things-to-make-your-ubuntu-desktop-beautiful-and-productive/" target="_blank">how to make your Ubuntu desktop look beautiful and productive</a>. This time I will focus mostly on <a title="conky home page" href="http://conky.sourceforge.net/" target="_blank">Conky</a>. Conky is a lightweight system monitor for X. Not only monitoring system, with a little bit of scripting, it can be useful to know your new mails, weather info etc.</p>
<p>Here I&#8217;ve attached all the required files, attached my Conky configuration file and explained how to make your desktop look similar to mine.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="TEXT-ALIGN: left"><strong><em>[Updated]</em></strong></p>
<ol>
<li><a title="Three little things to make your ubuntu desktop beautiful and productive" href="http://www.quicktweaks.com/2008/04/11/three-little-things-to-make-your-ubuntu-desktop-beautiful-and-productive/" target="_blank">Read my previous post about AWN and Gnome-Do</a>.</li>
<li>Install Conky:<br />
<code>$ sudo apt-get install conky</code></li>
<li><a title="conky configuration file" href="http://dl.getdropbox.com/u/83257/.conkyrc" target="_blank">Download this file and save in your home directory</a>(Right-click, Save Link As&#8230;save the file as .conkyrc)</li>
<li>Make a directory <strong><em>scripts</em></strong> in your home directory. <a title="Conky scripts" href="http://dl.getdropbox.com/u/83257/conkyscripts.zip" target="_blank">Download these scripts, extract and copy them inside the directory you just created</a>.</li>
<li><a title="Conky fonts" href="http://dl.getdropbox.com/u/83257/conkyfonts.zip">Download all these fonts, extract and copy them inside .fonts directory</a> in your home directory. If you don&#8217;t have the .fonts directory, you need to create it. You might need to have administrative privileges to create this directory.</li>
<li>Open .conkyrc file. Look for this line:<br />
<strong><code>${execpi 300 python ~/scripts/gmail_parser.py yourgmailusername yourgmailpassword 3}</code></strong></li>
<li>Replace <em>yourgmailusername</em>with your username and <em>yourgmailpassword</em> with Gmail password. You might also need to install python-feedparser (thanks Onno and Neil for bringing this to my attention)<br />
<strong> $ sudo apt-get install python-feedparser</strong></li>
<li>To monitor your hard disk and CPU temperature install lm-sensors and hddtemp</li>
<li><code>$sudo apt-get install hddtemp<br />
$sudo apt-get install lm-sensors</code></li>
<li>Now you need to know the location id for your location for weather info. Head to <a title="yahoo weather page" href="http://weather.yahoo.com" target="_blank">http://weather.yahoo.com</a>. Enter city or zip code for your location and click go. Copy the location ID from the adress bar. For examples the location id for Geneva, Switzerland is SZXX0013, for Kathmandu, Nepal is NPXX0003</li>
<li>Open pogodynka.sh file look for this line <code>kod=USID0025</code>. Replace <em>USID0025</em> with the location ID you got from step 10 above</li>
<li>If you want the temperature in Celsius instead of Farenheit, find the following line:<br />
<code>w3m -dump http://weather.yahoo.com/forecast/"$kod".html | grep -A21 "Current" | sed 's/DEG/°/g' &gt; $plik</code><br />
Replace it with:<br />
<code>w3m -dump http://weather.yahoo.com/forecast/"$kod"<strong><em>_c</em></strong>.html | grep -A21 "Current" | sed 's/DEG/°/g' &gt; $plik</code></li>
<li>Create a new empty file in your home directory. Name it <em><strong>weather. </strong></em>Leave the file as it is; do nothing with the file.</li>
<li>Bring <em>Run Application</em>dialog box (Alt+F2) type conky to launch it</li>
<li>If everything goes right, your desktop should be looking much &#8216;cooler&#8217;</li>
</ol>
<p>More info:</p>
<ul>
<li>My wallpaper, The Farm House, is from <a title="Fram House Wallpaper" href="http://interfacelift.com/wallpaper_beta/details/1545/the_farmhouse.html" target="_blank">http://interfacelift.com/wallpaper_beta/details/1545/the_farmhouse.html</a></li>
<li>Emerald Theme is<a title="Emerald theme" href="http://gnome-look.org/content/show.php/Scaled+Black+Mod?content=45402"> Scaled_Black_Mod from gnome-look.org</a></li>
<li><a title="Variables for conky" href="http://conky.sourceforge.net/variables.html" target="_blank">More variables for conky </a></li>
<li><a title="Settings variables for conky" href="http://conky.sourceforge.net/config_settings.html" target="_blank">Settings variables for conky</a></li>
</ul>
<p><span style="color: #000000;"><span>[If you want to share your desktop and want me to show the best looking desktops on my blog, shoot an email to admin[at]quicktweaks[dot]com along with the screenshot of your desktop and the conky file (if you wish). If you decide to send your conky file, don&#8217;t forget to delete your gmail username and password. Sharing is learning!]</span></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-1.png"></a></p>
<p style="text-align: center;"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-1.png"><img class="aligncenter size-medium wp-image-34" title="My Desktop Screenshot without Gnome-do" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-1-300x187.png" alt="my desktop screenshot" width="300" height="187" /></a></p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/feed/</wfw:commentRss>
		<slash:comments>246</slash:comments>
		</item>
		<item>
		<title>Unfreezing Your Linux Desktop</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/</link>
		<comments>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 22:25:05 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unfreeze]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9</guid>
		<description><![CDATA[A friend of mine writes &#8220;&#8230;when I open some heavy sites with Firefox, my Ubuntu desktop gets freeze. I can&#8217;t close the Firefox so I find no other way than to restart my system. Aren&#8217;t there any other ways to unfreeze the system without restarting?&#8221;
Yes there are!




The most efficient way to unfreeze your system is [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<blockquote><p>A friend of mine writes <em>&#8220;&#8230;when I open some heavy sites with Firefox, my Ubuntu desktop gets freeze. I can&#8217;t close the Firefox so I find no other way than to restart my system. Aren&#8217;t there any other ways to unfreeze the system without restarting?&#8221;</em><br />
Yes there are!<br />
<span id="more-11"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
The most efficient way to unfreeze your system is <em>to be patience</em>. Don&#8217;t try to open other applications, when your system is not responding. Don&#8217;t press unnecessary keys. Go have a cup of coffee, get fresh and get back. You system might have already been unfrozen or a dialog box might be waiting for you to click on that <em>Force Quit</em> button. (I promise you won&#8217;t be greeted by BSOD!)</p></blockquote>
<p>If you don&#8217;t have much patience or your system just can&#8217;t unfreeze automatically, then follow these steps:</p>
<ol>
<li>Hit <em>Caps Lock</em> or <em>Num Lock</em> keys to see if your keyboard is responding, if it isn&#8217;t than you&#8217;re out of luck.</li>
<li>Press <em><strong>Ctrl+Alt+F2</strong></em>, you will be taken to a black&amp;white terminal window. It will ask you for your username and password.</li>
<li>Type the following command to get the PID (process ID) of the program that is not responding (in this example Firefox)<br />
<em><strong> ps -A | grep firefox</strong></em></li>
<li>It will display you the PID of firefox. You should get at least two PIDs something similar to:<br />
<em> 5961 ?        00:00:00 firefox-2<br />
5977 ?        00:01:12 firefox-2-bin</em></li>
<li>Now issue the following command to kill the non-responding firefox (its PID is 5977 in this example)<br />
<strong><em> kill 5977<br />
</em></strong><em>[update: If you hate working with numbers you can also kill the non-responding program by issuing</em>: <em><strong>killall firefox-2-bin</strong>]</em><strong><em></em></strong></li>
<li>Re-check that you have successfully killed the non-responding program:<br />
<em><strong> ps -A | grep firefox</strong></em></li>
<li>If it doesn&#8217;t show you anything, then you are done. To exit and get back to your Graphical System, press <em><strong>Ctrl+Alt+F7</strong></em></li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Customizing Your GRUB Screen</title>
		<link>http://www.quicktweaks.com/2008/04/13/customizing-your-grub-screen/</link>
		<comments>http://www.quicktweaks.com/2008/04/13/customizing-your-grub-screen/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 05:10:25 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[gksu]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[splash]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[X PixMap]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=8</guid>
		<description><![CDATA[Ever wanted to show your favorite image as your GRUB splash screen in Ubuntu something similar to other distros such as Fedora? Follow these steps:





Get a picture and open it with GIMP.
Go to Image&#62;Mode&#62;Indexed&#8230;
Make the maximum no. of colors to 14. To do this, enter 14 in the box that shows the default value of [...]


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to show your favorite image as your GRUB splash screen in Ubuntu something similar to other distros such as Fedora? Follow these steps:<br />
<span id="more-10"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<ol>
<li>Get a picture and open it with GIMP.</li>
<li>Go to <strong><em>Image&gt;Mode&gt;Indexed&#8230;</em></strong></li>
<li>Make the maximum no. of colors to 14. To do this, enter <strong><em>14</em></strong> in the box that shows the default value of 255.</li>
<li>Click Convert</li>
<li>Your image might not look that good, but GRUB screen can handle only 14 colors. If you don&#8217;t like the 14 color picture at all, try changing the color to grayscale (<em><strong>Image&gt;Mode&gt;Grayscale</strong></em>). Some pictures look great in grayscale than in 14 colors.</li>
<li>Go to <em><strong>Image&gt;Scale Image&#8230;</strong></em></li>
<li>Set the width as <em><strong>640</strong></em> pixels and height as <em><strong>480</strong></em> pixels. You might need to click on the Chain icon to be able to set the exact size.</li>
<li>Click Scale</li>
<li>You have to save the file as a X PixMap image. Go to <em><strong>File&gt;Save As&#8230;</strong></em> In the save dialog box Click on <em><strong>Select File Size (By Extension)</strong></em>. From the drop down menu, select X PixMap image (third option from bottom). Give a filename, Save and close GIMP.Make the archive of the image:</li>
<li>R-click on the the file you have just saved and select Create Archive&#8230;</li>
<li>Give a name (the default should be okay). Don&#8217;t forget the save the file type as .gz. From the extension menu select .gz.</li>
<li>Click CreateCopy the archive file to /boot/grub/mygrubimages</li>
<li>Those who know how to copy files using Terminal window can easily do that. For those who prefer graphical way of copying files should open the Run Dialog box (Alt+F2) and type:<br />
<em><strong>gksu nautilus /boot/grub/</strong></em> and hit enter. If it asks for your password, give it.</li>
<li>Create a new folder, name it <em>mygrubimages</em> (you can name it anything) and copy the archive file into it.</li>
<li>Open /boot/grub/menu.lst. Again in the Run dialog box, type:<br />
<em><strong>gksu gedit /bott/grub/mnu.lst</strong></em> and hit enter. If it asks for password again then you know what to do &#8211; restart and use Windows Vista. It never nags you for doing any administrative tasks! <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>In the file that opens, add a following line:<br />
<em><strong>splashimage=/boot/grub/mysplashimages/nameOfArchiveFile.gz</strong></em></li>
<li>Save the file, restart your Ubuntu box, and get ready to be welcomed by your favorite picture</li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/04/13/customizing-your-grub-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.190 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-29 05:29:59 -->
<!-- Compression = gzip -->