<?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>LinuxMonk &#187; Ubuntu</title>
	<atom:link href="http://www.linuxmonk.org/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Wed, 02 Mar 2011 05:41:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Copying Keystore files across computers corrupting the keystore file</title>
		<link>http://www.linuxmonk.org/2011/03/01/copying-keystore-files-across-computerscorrupting-the-keystore-file/</link>
		<comments>http://www.linuxmonk.org/2011/03/01/copying-keystore-files-across-computerscorrupting-the-keystore-file/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 19:10:26 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[keytool]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=345</guid>
		<description><![CDATA[I had a java project in my ubuntu netbeans, that used a keystore file created using keytool for secured communication with the server. When i deployed the project into a windows server it didnt work. When I tracred i was getting this exception java.io.IOException: Keysize too big Some times googling just doesnt work. I know [...]]]></description>
			<content:encoded><![CDATA[<p>I had a java project in my ubuntu netbeans, that used a keystore file created using keytool for secured communication with the server. When i deployed the project into a windows server it didnt work. When I tracred i was getting this exception</p>
<blockquote><p>java.io.IOException: Keysize too big</p></blockquote>
<p>Some times googling just doesnt work. I know only sometimes, most times it helps. I thought, it could be some JVM memory issue, then thought Windows OS issue. Finally decided to list the keystore using keytool in the server itself. I got the error,</p>
<blockquote><p>keytool: java.io.IOException: Keysize too big</p></blockquote>
<p>Now came to a conclusion its the keystore file is corrupted. WIth some help from IRC and stack over flow narrowed the problem. It was the way i copied the file to the server, i had used normal TEXT MODE FTP, which will mess the keystore file. As TEXT MODE copies line by line, few characters will be interpreted wrongly like &#8216;\n&#8217;. Using sftp, scp or binary mode is best. I used scp and it worked. I couldnt just accept i had been spending hours to trace the issue. Let me call it a day.. cheers.</p>
<p>A Nice reasoning in <strong>stackoverflow</strong> for my post: FTP programs try to convert between different line-ending modes, so one 10 byte on the unix side gets converted to one 10 and one 13 byte on the windows side &#8211; by <a title="3074 reputation" href="http://stackoverflow.com/users/600500/palo-ebermann">Pa?lo Ebermann</a></p>
<p><a href="http://stackoverflow.com/questions/5142396/java-io-ioexceptoin-keysize-too-big-in-windows-2003-server">http://stackoverflow.com/questions/5142396/java-io-ioexceptoin-keysize-too-big-in-windows-2003-server</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2011/03/01/copying-keystore-files-across-computerscorrupting-the-keystore-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huawei Modem not detecting in Ubuntu 10.04 Lucid &#8211; Fix</title>
		<link>http://www.linuxmonk.org/2010/07/17/huawei-modem-not-detecting-in-ubuntu-10-04-lucid-fix/</link>
		<comments>http://www.linuxmonk.org/2010/07/17/huawei-modem-not-detecting-in-ubuntu-10-04-lucid-fix/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:25:28 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=325</guid>
		<description><![CDATA[I always like to do thinks in terminal, let me explain you in my way.  Use lsusb command to find if the modem is detected. If detected use lsusb -v, to find the product id and vendor id of the modem. In my case I am using Huawei EC168C &#8211; the vendor id is &#8220;12d1&#8243; [...]]]></description>
			<content:encoded><![CDATA[<p>I always like to do thinks in terminal, let me explain you in my way.  Use lsusb command to find if the modem is detected.</p>
<p>If detected use lsusb -v, to find the product id and vendor id of the modem.</p>
<p>In my case I am using Huawei EC168C &#8211; the vendor id is &#8220;12d1&#8243; and product id is &#8220;1446&#8243;.</p>
<p>Open the terminal and follow the instructions</p>
<blockquote><p>#sudo gedit /etc/udev/rules.d/15-huawei-115x.rules</p></blockquote>
<p>Now paste the following content as follows and save.</p>
<blockquote><p>SUBSYSTEM==&#8221;usb&#8221;,<br />
SYSFS{idProduct}==&#8221;1446&#8243;,<br />
SYSFS{idVendor}==&#8221;12d1&#8243;,<br />
RUN+=&#8221;/lib/udev/modem-modeswitch &#8211;vendor 0x12d1 &#8211;product 0&#215;1446 &#8211;type option-zerocd&#8221;</p></blockquote>
<p>Save the file. Unplug and plug the modem. Now right click the network icon , goto Mobile Broadband and click Edit. Enter the phone and username.</p>
<p>In my case I am in Zantel network. The phone number is #777 and username is @zantel.com. Click the network icon again and click the detected modem to enjoy surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2010/07/17/huawei-modem-not-detecting-in-ubuntu-10-04-lucid-fix/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Wireless Issue Dell 1330 or BCM4312</title>
		<link>http://www.linuxmonk.org/2010/01/01/ubuntu-9-10-wireless-issue-dell-1330-or-bcm4312/</link>
		<comments>http://www.linuxmonk.org/2010/01/01/ubuntu-9-10-wireless-issue-dell-1330-or-bcm4312/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 14:50:36 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=313</guid>
		<description><![CDATA[To solve this issue you should make sure you have installed the right driver and also you should make sure you removed all the conflicting drivers. Because if there is any conflicting drivers installed it will not allow the kernel to load the right driver. Packages to be intalled bcmwl-kernel-source bcmwl-modaliases Packages that should not [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->To solve this issue you should make sure you have installed the right driver and also you should make sure you removed all the conflicting drivers. Because if there is any conflicting drivers installed it will not allow the kernel to load the right driver.</p>
<p><strong>Packages to be intalled</strong></p>
<blockquote><p>bcmwl-kernel-source</p>
<p>bcmwl-modaliases</p></blockquote>
<p><strong>Packages that should not be installed or removed</strong></p>
<blockquote><p>b43-fwcutter</p>
<p>linux-backports-modules-karmic</p>
<p>linux-backports-modules-karmic-generic</p></blockquote>
<p>actually no backports-modules need not be installed.</p>
<p>Problems solved</p>
<ul>
<li>detecting wireless connections, but not able to connect.</li>
<li>Wireless not working</li>
<li>wireless is enabled but doesnt work.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2010/01/01/ubuntu-9-10-wireless-issue-dell-1330-or-bcm4312/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connecting Zantel&#8217;s Z-Connect modem to Internet in Linux(Ubuntu)</title>
		<link>http://www.linuxmonk.org/2009/12/27/connecting-zantels-z-connect-modem-to-internet-in-linuxubuntu/</link>
		<comments>http://www.linuxmonk.org/2009/12/27/connecting-zantels-z-connect-modem-to-internet-in-linuxubuntu/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 08:40:24 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=306</guid>
		<description><![CDATA[Z-Connect is one of the fastest wireless modem in Tanzania. Connecting it in Linux was a challenge. Here is the configuration file to connect to the Internet in Linux. I am using Ubuntu. In your terminal give the command #wvdialconf Edit the file /etc/wvdial.conf with your favorite text editor and overwrite the entire contents with [...]]]></description>
			<content:encoded><![CDATA[<p>Z-Connect is one of the fastest wireless modem in Tanzania. Connecting it in Linux was a challenge. Here is the configuration file to connect to the Internet in Linux. I am using Ubuntu.</p>
<ul>
<li>In your terminal give the command</li>
</ul>
<blockquote><p>#wvdialconf</p></blockquote>
<ul>
<li>Edit the file /etc/wvdial.conf with your favorite text editor and overwrite the entire contents with the following</li>
</ul>
<blockquote><p>Init2 = AT+CRM=1<br />
Dial Command = ATM1L3DT<br />
Modem Type = Analog Modem<br />
Phone = #777<br />
ISDN = 0<br />
Username = &#8220;@zantel.com&#8221;<br />
Init1 = ATZ<br />
Password = &#8221; &#8221;<br />
Modem = /dev/ttyUSB0<br />
Baud = 519600</p></blockquote>
<ul>
<li>Now come to the terminal and type the command</li>
</ul>
<blockquote><p>#wvdial</p></blockquote>
<p>Enjoy Browsing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2009/12/27/connecting-zantels-z-connect-modem-to-internet-in-linuxubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ruby on Rails in Ubuntu 8.04(Hardy)</title>
		<link>http://www.linuxmonk.org/2009/01/31/installing-ruby-on-rails-in-ubuntu-804hardy/</link>
		<comments>http://www.linuxmonk.org/2009/01/31/installing-ruby-on-rails-in-ubuntu-804hardy/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 14:41:13 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=215</guid>
		<description><![CDATA[Ruby on Rails is a web application programmers based on Ruby. It helps the programmers creat best web applications easily. Here are the steps to set up Ruby on Rails in your Ubuntu or Debian based systems Step 1: First step is to install some inportant packages that are recured, sudo apt-get -y install build-essential [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;">Ruby on Rails is a web application programmers based on Ruby. It helps the programmers creat best web applications easily.</p>
<p style="margin-bottom: 0cm;">Here are the steps to set up Ruby on Rails in your Ubuntu or Debian based systems</p>
<p style="margin-bottom: 0cm;">
<p style="margin-bottom: 0cm;"><strong>Step 1:</strong> First step is to install some inportant packages that are recured,</p>
<blockquote>
<p style="margin-bottom: 0cm;">sudo apt-get -y install build-essential libssl-dev libreadline5-dev zlib1g-dev</p>
</blockquote>
<p style="margin-bottom: 0cm;"><strong>Step 2:</strong> Install ruby</p>
<blockquote>
<p style="margin-bottom: 0cm;"><code>RUBY="ruby-1.8.6-p111" </code><code>//Current stable version</code></p>
<p style="margin-bottom: 0cm;"><code>wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/$RUBY.tar.gz</code></p>
<p style="margin-bottom: 0cm;"><code>tar xzf $RUBY.tar.gz</code> <code>cd $RUBY</code></p>
<p style="margin-bottom: 0cm;"><code>./configure --prefix=/usr/local --with-openssl-dir=/usr --with-readline-dir=/usr –with-zlib-dir=/usr</code></p>
<p style="margin-bottom: 0cm;"><code>make clean</code></p>
<p style="margin-bottom: 0cm;"><code>make</code></p>
<p style="margin-bottom: 0cm;"><code>make install</code></p>
<p style="margin-bottom: 0cm;"><code>make install-doc</code></p>
</blockquote>
<p style="margin-bottom: 0cm;">make clean will clear any make files in that folder, previosly created that was configured without right options  Checking whether ruby is installed properly</p>
<blockquote>
<p style="margin-bottom: 0cm;"><code>ruby -ropenssl -rzlib -rreadline -e "puts :success" </code></p>
</blockquote>
<p style="margin-bottom: 0cm;"><strong> Step 3:</strong> Install Gem</p>
<p style="margin-bottom: 0cm;">Gem is a installer similar to apt, for ruby and ruby related packages</p>
<pre><code>RUBYGEMS="rubygems-1.0.1" //Current stable version</code>
<code>wget http://rubyforge.org/frs/download.php/29548/$RUBYGEMS.tgz</code><code>
tar xzf $RUBYGEMS.tgz</code><code>
cd $RUBYGEMS</code><code>
/usr/local/bin/ruby setup.rb</code>
<code>	</code></pre>
<p style="margin-bottom: 0cm;"><strong>Step 4: </strong>Install Rails</p>
<blockquote>
<p style="margin-bottom: 0cm;"><code>gem install rails //This will install rails successfully.</code></p>
<p style="margin-bottom: 0cm;"><code>Or gem install &lt;paths to rails gem file&gt;</code></p>
</blockquote>
<p style="margin-bottom: 0cm;">
<p style="margin-bottom: 0cm;"><strong>Main Errors during Installation:</strong></p>
<p style="margin-bottom: 0cm;"><strong>Error 1:</strong></p>
<p style="margin-bottom: 0cm;"><strong>/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; zlib (LoadError)</strong></p>
<p style="margin-bottom: 0cm;">
<p style="margin-bottom: 0cm;">using the following step for configuring ruby, that is before make, will remove this problem</p>
<pre><code>./configure --prefix=/usr/local --with-openssl-dir=/usr --with-readline-dir=/usr –with-zlib-dir=/usr</code></pre>
<p style="margin-bottom: 0cm;">
<p><strong>Error 2:</strong></p>
<p style="margin-bottom: 0cm;"><strong>no such file to load &#8212; mysql</strong></p>
<p style="margin-bottom: 0cm;"><strong>undefined symbol: rb_Digest_MD5_Init &#8211; /usr/local/lib/ruby/1.8/i686-linux/digest/md5.so (LoadError)</strong></p>
<p style="margin-bottom: 0cm;">
<p style="margin-bottom: 0cm;">Installing the mysql dev package and mysql library for ruby will clear this error,</p>
<blockquote>
<p style="margin-bottom: 0cm;">sudo apt-get install libmysqlclient15-dev</p>
<p style="margin-bottom: 0cm;">sudo gem install mysql</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2009/01/31/installing-ruby-on-rails-in-ubuntu-804hardy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing XMMS in Ubuntu Hardy</title>
		<link>http://www.linuxmonk.org/2009/01/06/installing-xmms-in-ubuntu-hardy/</link>
		<comments>http://www.linuxmonk.org/2009/01/06/installing-xmms-in-ubuntu-hardy/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 08:25:43 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Hardy]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=184</guid>
		<description><![CDATA[XMMS2 is not a replacement to XMMS in the Ubuntu Hardy (8.04)  repo. There is an offical ubuntu xmms pacakage, unfortunately wich is not available in Ubnuntu repo. We have to manually download and install it. You can download from the link https://launchpad.net/ubuntu/hardy/i386/xmms/1:1.2.10+20070601-1build2 There are both soruce packages and ubuntu build deb packages in the [...]]]></description>
			<content:encoded><![CDATA[<p>XMMS2 is not a replacement to XMMS in the Ubuntu Hardy (8.04)  repo. There is an offical ubuntu xmms pacakage, unfortunately wich is not available in Ubnuntu repo. We have to manually download and install it. You can download from the link</p>
<p><a href="https://launchpad.net/ubuntu/hardy/i386/xmms/1:1.2.10+20070601-1build2">https://launchpad.net/ubuntu/hardy/i386/xmms/1:1.2.10+20070601-1build2</a></p>
<p>There are both soruce packages and ubuntu build deb packages in the above link&#8230;<br />
But inturn dont mistake that installing XMMS2 from the repo is the XMMS player. After intallation there may be some combatibility problems. But there wont be any probleming in playing songs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2009/01/06/installing-xmms-in-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba File sharing between two ubuntu systems in LAN</title>
		<link>http://www.linuxmonk.org/2008/11/03/samba-file-sharing-between-two-ubuntu-systems-in-lan/</link>
		<comments>http://www.linuxmonk.org/2008/11/03/samba-file-sharing-between-two-ubuntu-systems-in-lan/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:46:31 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Linux Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LAN]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=174</guid>
		<description><![CDATA[With two systems connected in LAN is so easy to share files and folders in Ubuntu. Here i tell you how to share files and folders with samba file server between two ubuntu systems with few clicks. The Ubuntu Iam using here is Hardy. The system that has source contents to be shared should have [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;">With two systems connected in LAN is so easy to share files and folders in Ubuntu. Here i tell you how to share files and folders with samba file server between two ubuntu systems with few clicks. The Ubuntu Iam using here is Hardy.</p>
<p style="margin-bottom:0;">The system that has source contents to be shared should have Samba server, (That can be installed in course of the procedure how to share). And the remote system that wish to access the source contents should have the Samba client. Samba client will installed be default in ubuntu, if not install it with the command</p>
<blockquote>
<p style="margin-bottom:0;"><strong> $sudo apt-get install smbclient</strong></p>
</blockquote>
<p style="margin-bottom:0;">Here comes the procedure how to share.</p>
<p style="margin-bottom:0;">Soruce Side</p>
<ol>
<li>
<p style="margin-bottom:0;">On the source system login to 	ubuntu, right click on the folder you wish to share and select 	&#8216;Sharing Options&#8217;.</p>
</li>
<li>
<p style="margin-bottom:0;">In the Dialog box that apears 	select &#8216;Share this Folder&#8217; check box, you will be prompted to 	install a service. Clicking on Install will open synaptic package 	manager and install the Samba Server packages.</p>
</li>
<li>
<p style="margin-bottom:0;">On successful Installation of the 	packages, the part in the server side is over.</p>
<p style="margin-bottom:0;">This will create a share automatically 	in Samba server on the the username you have logged in (here 	&#8216;rosario&#8217;) with its password.</p>
</li>
</ol>
<p style="margin-bottom:0;">Destination Side</p>
<ol>
<li>
<p style="margin-bottom:0;">Check whether the smbclient 	package is installed, if not install it with the above command.</p>
</li>
<li> Use the command like</li>
<blockquote><p><strong>$sudo smbclient 	\\\\192.168.1.33\\photos -U rosario</strong></p></blockquote>
<blockquote>
<ul>
<li>where rosario is the username of the source system,</li>
<li>192.168.1.33 is the IP address of the source system</li>
<li>photos is the name of the folders shared in the source system(In small characters)</li>
</ul>
</blockquote>
<li> The above command first will prompt the local system password as sudo is used. And then it will prompt for the password of the remote samba server for the username rosario</li>
<li>On giving the right password, it 	will take to the samba promt.</li>
</ol>
<p><em> </em></p>
<blockquote>
<p style="margin-bottom:0;"><em> <strong>Smb</strong></em><strong>: \&gt;</strong></p>
<p style="margin-bottom:0;">
</blockquote>
<p style="margin-bottom:0;">Some usefull commands</p>
<ul>
<li>help- To know all possible commands</li>
<li> dir- To list out all the shared directories, or contents inside the current directory</li>
<li> cd- Change Directory</li>
<li> get- To copy a specified file from the source system to the local system</li>
<li> put- To copy contents from local system to the server system</li>
</ul>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Enjoy Easy File Sharing With Ubuntu&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/11/03/samba-file-sharing-between-two-ubuntu-systems-in-lan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set GRUB Password after the Installation of any Distro</title>
		<link>http://www.linuxmonk.org/2008/10/01/set-grub-password-after-the-installation-of-any-distro/</link>
		<comments>http://www.linuxmonk.org/2008/10/01/set-grub-password-after-the-installation-of-any-distro/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 18:04:33 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[BootLoader]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[GRUB]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=155</guid>
		<description><![CDATA[If you forgot to set the password during the time of installing the linux distribution, and if you feel to set the password for your grub boot loader. Then here is the answer&#8230; Switch to root using &#8216;su&#8217; command and execute &#8216;grub&#8217; command in terminal/konsole. Prompt will change to &#8216;grub&#62;&#8217; execute md5crypt to generate password [...]]]></description>
			<content:encoded><![CDATA[<p>If you forgot to set the password during the time of installing the linux distribution, and if you feel to set the password for your grub boot loader. Then here is the answer&#8230;</p>
<p>Switch to root using &#8216;su&#8217; command and execute &#8216;grub&#8217; command in terminal/konsole. Prompt will change to &#8216;grub&gt;&#8217;<br />
execute md5crypt to generate password hash.</p>
<blockquote><p><strong>grub&gt; md5crypt</strong></p></blockquote>
<p>it will prompt you for password, enter the password which you are going to set for GRUB. it will display encrypted password hash.</p>
<blockquote><p><strong>Password: *******<br />
Encrypted: $1$X2jZi$KeCC6NuRp0BJDt32jCvnw0</strong></p></blockquote>
<p>note down encrypted password hash or copy it and exit grub mode using the grub command.</p>
<blockquote><p>
<strong>grub&gt; quit</strong></p></blockquote>
<p>Now edit the<br />
edit /boot/grub/menu.lst file and insert encrypted password above the &#8220;title&#8221; lines or insert near commented examples of password line.</p>
<blockquote>
<p><strong>password &#8211;md5 &lt;password-hash&gt;<br />
## ## End Default Options ##<br />
title        Ubuntu 8.04.1, kernel 2.6.24-19-generic</strong></p></blockquote>
<p>save edited file and reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/10/01/set-grub-password-after-the-installation-of-any-distro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nVidia Driver Problem with Hardy Solved- EnvyNG</title>
		<link>http://www.linuxmonk.org/2008/09/30/nvidia-driver-problem-with-hardy-solved-envyng/</link>
		<comments>http://www.linuxmonk.org/2008/09/30/nvidia-driver-problem-with-hardy-solved-envyng/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 15:30:45 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=148</guid>
		<description><![CDATA[Hi folks, if you are still in a head ache of searching a driver for your nvidia graphics card, your head ache is solved here. Iam using my Dell XPS 1530 Lap, and the problem with the driver installation for nvidia graphics card is solved here. EnvyNg in a package that searches the packages and [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;">Hi folks, if you are still in a head ache of searching a driver for your nvidia graphics card, your head ache is solved here. Iam using my Dell XPS 1530 Lap, and the problem with the driver installation for nvidia graphics card is solved here.</p>
<p style="margin-bottom:0;">EnvyNg in a package that searches the packages and required driver and installs it, reducing our head ache of finding a right driver.</p>
<p style="margin-bottom:0;">Update the repositories list in Synaptic Package Manager, using the command</p>
<blockquote>
<p style="margin-bottom:0;">$sudo apt-get update</p>
</blockquote>
<p style="margin-bottom:0;">Now install the following the packages</p>
<ul>
<li>envyng-gtk</li>
<li>envyng-qt</li>
<li>envyng-core</li>
</ul>
<p style="margin-bottom:0;">using the command</p>
<ul>
<li>$sudo apt-get install envyng-gtk</li>
<li>$sudo apt-get install envyng-qt</li>
<li>$sudo apt-get install envyng-core</li>
</ul>
<p style="margin-bottom:0;">Now go to the Main menu, Applications-&gt;SystemTools-&gt;EnvyNG, and select whether nVidia or ATI and click Apply. Your driver will be installed and restart your computer.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Other debian derivative distros and other ubuntu versions donwload the envy package clicking below.</p>
<blockquote>
<p style="margin-bottom:0;"><strong><a href="http://www.4shared.com/file/65094037/f2969713/envy_0910-0ubuntu10_all.html" target="_blank">Click here to Download</a></strong></p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/09/30/nvidia-driver-problem-with-hardy-solved-envyng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fight with Ubuntu Hardy for a complete night</title>
		<link>http://www.linuxmonk.org/2008/09/12/fight-with-ubuntu-hardy-for-a-complete-night/</link>
		<comments>http://www.linuxmonk.org/2008/09/12/fight-with-ubuntu-hardy-for-a-complete-night/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 17:09:34 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=122</guid>
		<description><![CDATA[While i was working with my hardy in Virtual Box, after installing few pacakages my hardy started mis behaving, my lap was looking fine, but i couldnt open any of my softwares not even i could open my Open Office writter in user mode. But i could open them in terminal with sudo. So i [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;">While i was working with my hardy in Virtual Box, after installing few pacakages my hardy started mis behaving, my lap was looking fine, but i couldnt open any of my softwares not even i could open my Open Office writter in user mode. But i could open them in terminal with sudo. So i  restarted my lap. After booting in, my hardy displayed a message like</p>
<p style="margin-left:1.25cm;margin-bottom:0;"><strong> Loading, pease wait&#8230;<br />
Kinit: name_to_dev_t(/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)= sda(8,8)<br />
kinit: No resume image, doing normal boot&#8230;</strong></p>
<p style="margin-bottom:0;">After which, i will get a login message, which would login to shell.</p>
<p style="margin-bottom:0;">I tried so many things, i could solve the problem. I switched on my desktop and connected net and went to IRC to #ubuntu channel for help, but in vain. And then googled so long to get so many solutions but none of them worked.</p>
<p style="margin-bottom:0;">Solutions were,</p>
<ol>
<li>
<p style="margin-bottom:0;">$fdisk -l | grep swap</p>
</li>
</ol>
<p style="margin-left:1.27cm;margin-bottom:0;">$swapoff /dev/sdax</p>
<p style="margin-left:1.27cm;margin-bottom:0;">$mkswap /dev/sdax</p>
<p style="margin-left:1.27cm;margin-bottom:0;">$update-initramfs -u</p>
<ol>
<li>
<p style="margin-bottom:0;">$sudo aptitude install 	update-usplash-theme usplash-theme-ubuntu</p>
</li>
</ol>
<p style="margin-left:1.27cm;margin-bottom:0;">$sudo update-usplash-theme usplash-theme-ubuntu</p>
<ol>
<li>
<p style="margin-bottom:0;">$sudo apt-get install 	ubuntu-desktop</p>
</li>
</ol>
<p style="margin-bottom:0;">None of the solutions worked, in IRC only one person gave a response, he too told to use a rescue cd. While googling i learned few things,</p>
<p style="margin-bottom:0;">What is Resume Image?</p>
<p style="margin-bottom:0;">Resume image is nothing but a file that stores the state of the machine while shutting down or suspending and is kept in the swap space while shutting down or suspending and gets back to the same state when rebooted of resumed.</p>
<p style="margin-bottom:0;">So finally after trying so hard last my patience and decided to reinstall, took the Ubuntu 8.04 LTS dvd and installed it over night. After installing it and all my required packages from net, i say the clock it was 5.30 am. Went to bed&#8230;</p>
<p style="margin-bottom:0;">Hi viewers do you have solution&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/09/12/fight-with-ubuntu-hardy-for-a-complete-night/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

