<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Debian Admin</title>
	<atom:link href="http://www.debianadmin.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Tue, 21 Feb 2012 22:25:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Howto setup Request-Tracker 3.6 on Debian Etch by Chris</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-9818</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 21 Feb 2012 22:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-9818</guid>
		<description>Hi Great write up is right. I have been reading everywhere about rt. I recently have been made responsible for rt system(no training). Every time a report runs it fails on rt. Example
We are running rt-3.8.6.

Being suspicious I decided to run basic sql commands to see if I can login. Mind you I can log into the system via http.

Here is the request tracker report….

rt3#  /usr/local/bin/rt ls -i &quot;Created &gt; &#039;1 Year Ago&#039; AND Status != &#039;resolved&#039;&quot; -o -Created &#124; xargs /usr/local/bin/report.pl
rt: Incorrect username or password. 

What does this mean???? How to a fix this?

I ran same command below with these results thinking that I should be able to login.

rt3# mysql -u chris.bender@localhost -p
Enter password: 
ERROR 2002 (HY000): Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039; (2)</description>
		<content:encoded><![CDATA[<p>Hi Great write up is right. I have been reading everywhere about rt. I recently have been made responsible for rt system(no training). Every time a report runs it fails on rt. Example<br />
We are running rt-3.8.6.</p>
<p>Being suspicious I decided to run basic sql commands to see if I can login. Mind you I can log into the system via http.</p>
<p>Here is the request tracker report….</p>
<p>rt3#  /usr/local/bin/rt ls -i &#8220;Created &gt; &#8217;1 Year Ago&#8217; AND Status != &#8216;resolved&#8217;&#8221; -o -Created | xargs /usr/local/bin/report.pl<br />
rt: Incorrect username or password. </p>
<p>What does this mean???? How to a fix this?</p>
<p>I ran same command below with these results thinking that I should be able to login.</p>
<p>rt3# mysql -u chris.bender@localhost -p<br />
Enter password:<br />
ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Replace multiple file text string in Linux by Arno</title>
		<link>http://www.debianadmin.com/howto-replace-multiple-file-text-string-in-linux.html/comment-page-1#comment-9812</link>
		<dc:creator>Arno</dc:creator>
		<pubDate>Tue, 21 Feb 2012 16:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-replace-multiple-file-text-string-in-linux.html#comment-9812</guid>
		<description>The rrep program lets you replace strings in multiple files and recursively in directories. It also supports regular expressions. The usage is similar to grep.
Available in Debian, Ubuntu and at http://sourceforge.net/projects/rrep/</description>
		<content:encoded><![CDATA[<p>The rrep program lets you replace strings in multiple files and recursively in directories. It also supports regular expressions. The usage is similar to grep.<br />
Available in Debian, Ubuntu and at <a href="http://sourceforge.net/projects/rrep/" rel="nofollow">http://sourceforge.net/projects/rrep/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install .rpm Files in Debian and Ubuntu by theOne</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-9771</link>
		<dc:creator>theOne</dc:creator>
		<pubDate>Mon, 20 Feb 2012 06:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-9771</guid>
		<description>the alien -i option works great...thanks</description>
		<content:encoded><![CDATA[<p>the alien -i option works great&#8230;thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 84 MySQL Performance Tips by Steve</title>
		<link>http://www.debianadmin.com/top-84-mysql-performance-tips.html/comment-page-1#comment-9723</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 18 Feb 2012 16:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/top-84-mysql-performance-tips.html#comment-9723</guid>
		<description>Hi there, thanks for the helpful list.

If I may just ask about point no. 24: &quot;separate text/blobs from metadata, don’t put text/blobs in results if you don’t need them&quot;.

How exactly is this division achieved? 
Do you have two tables (or two databases?) one holding blobs, and the other, metadata (with a foreign key)?
Is this a secure and reliable strategy?
Are there certain things I need be warned of?

Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Hi there, thanks for the helpful list.</p>
<p>If I may just ask about point no. 24: &#8220;separate text/blobs from metadata, don’t put text/blobs in results if you don’t need them&#8221;.</p>
<p>How exactly is this division achieved?<br />
Do you have two tables (or two databases?) one holding blobs, and the other, metadata (with a foreign key)?<br />
Is this a secure and reliable strategy?<br />
Are there certain things I need be warned of?</p>
<p>Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sshpass - Non-interactive ssh password authentication by sysadmin</title>
		<link>http://www.debianadmin.com/sshpass-non-interactive-ssh-password-authentication.html/comment-page-1#comment-9697</link>
		<dc:creator>sysadmin</dc:creator>
		<pubDate>Fri, 17 Feb 2012 11:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/sshpass-non-interactive-ssh-password-authentication.html#comment-9697</guid>
		<description>Yes, public key authentication is better, but not always available. For example, I have Draytek Vigor wifi-router with has ssh-server but I don&#039;t know whether it supports public key authentication (and I almost sure that it does not). So sshpass is ideal soulution in this case. Thanks to author for this post!</description>
		<content:encoded><![CDATA[<p>Yes, public key authentication is better, but not always available. For example, I have Draytek Vigor wifi-router with has ssh-server but I don&#8217;t know whether it supports public key authentication (and I almost sure that it does not). So sshpass is ideal soulution in this case. Thanks to author for this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup GeoIP support for apache2 On Debian Etch by Bohuslav Jonathan Tóth</title>
		<link>http://www.debianadmin.com/how-to-setup-geoip-support-for-apache2-on-debian-etch.html/comment-page-1#comment-9672</link>
		<dc:creator>Bohuslav Jonathan Tóth</dc:creator>
		<pubDate>Thu, 16 Feb 2012 15:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-geoip-support-for-apache2-on-debian-etch.html#comment-9672</guid>
		<description>hi there im working on something like this and i cant get it work properly.

1. main server is located in london, using geoip to get continet code to show of a visitor connecting to web server. there are several web domains connecting to it as http and www as well

2. i want to incoming header and address using continent geoip code forward it to another reverse proxy located in another continent using geoip. reverse proxy has already a database of running web addresses and where to looking for files on original web server

3. i just do not know how to use header coming to main server and forward it to reverse proxy so reverse proxy would see it as coming straight to it. main server should not have a database of running web sites. just a plain redirection using geoip to reverse proxy on another continet

i know this shouldbe easy i just need help

thanx, john</description>
		<content:encoded><![CDATA[<p>hi there im working on something like this and i cant get it work properly.</p>
<p>1. main server is located in london, using geoip to get continet code to show of a visitor connecting to web server. there are several web domains connecting to it as http and www as well</p>
<p>2. i want to incoming header and address using continent geoip code forward it to another reverse proxy located in another continent using geoip. reverse proxy has already a database of running web addresses and where to looking for files on original web server</p>
<p>3. i just do not know how to use header coming to main server and forward it to reverse proxy so reverse proxy would see it as coming straight to it. main server should not have a database of running web sites. just a plain redirection using geoip to reverse proxy on another continet</p>
<p>i know this shouldbe easy i just need help</p>
<p>thanx, john</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Setup Cisco Router Auxiliary,Console and Telnet Passwords by Sunny</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-9661</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Thu, 16 Feb 2012 10:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-9661</guid>
		<description>When conf. the console and vty what is the difference between &quot;login&quot; and &quot;login local&quot;?

Cheers</description>
		<content:encoded><![CDATA[<p>When conf. the console and vty what is the difference between &#8220;login&#8221; and &#8220;login local&#8221;?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clone Your Ubuntu installation by Dr A Saleem Sajid</title>
		<link>http://www.debianadmin.com/clone-your-ubuntu-installation.html/comment-page-1#comment-9651</link>
		<dc:creator>Dr A Saleem Sajid</dc:creator>
		<pubDate>Wed, 15 Feb 2012 19:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/clone-your-ubuntu-installation.html#comment-9651</guid>
		<description>I very strongly recommend remastersys for three reasons particularly for the desktop systems.
1. You have a snapshot of your system as a backup
2.You have an installation media with all your packages on it.  Thus no need to download them again. 
3.You save bandwidth and reduce load on the download server

I have been using this approach</description>
		<content:encoded><![CDATA[<p>I very strongly recommend remastersys for three reasons particularly for the desktop systems.<br />
1. You have a snapshot of your system as a backup<br />
2.You have an installation media with all your packages on it.  Thus no need to download them again.<br />
3.You save bandwidth and reduce load on the download server</p>
<p>I have been using this approach</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian Mail Server Setup with Postfix + Dovecot + SASL + Squirrel Mail by fetra</title>
		<link>http://www.debianadmin.com/debian-mail-server-setup-with-postfix-dovecot-sasl-squirrel-mail.html/comment-page-2#comment-9622</link>
		<dc:creator>fetra</dc:creator>
		<pubDate>Tue, 14 Feb 2012 06:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-mail-server-setup-with-postfix-dovecot-sasl-squirrel-mail.html#comment-9622</guid>
		<description>Im getting timed out by the recieving servers!!!</description>
		<content:encoded><![CDATA[<p>Im getting timed out by the recieving servers!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to sendemail from the command line using a Gmail account and others by Joe Dickson</title>
		<link>http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html/comment-page-1#comment-9611</link>
		<dc:creator>Joe Dickson</dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=706#comment-9611</guid>
		<description>Here is the Windows command that worked for me.

sendEmail -f Email@domain.com -t Recipient@domain.com -u &quot;this is the subject&quot; -m &quot;this is a test message body&quot; -s smtp.gmail.com:587 -o tls=yes -xu username@gmail.com -xp password</description>
		<content:encoded><![CDATA[<p>Here is the Windows command that worked for me.</p>
<p>sendEmail -f <a href="mailto:Email@domain.com">Email@domain.com</a> -t <a href="mailto:Recipient@domain.com">Recipient@domain.com</a> -u &#8220;this is the subject&#8221; -m &#8220;this is a test message body&#8221; -s smtp.gmail.com:587 -o tls=yes -xu <a href="mailto:username@gmail.com">username@gmail.com</a> -xp password</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on forgot root password or reset root password in Debian by elmbeech</title>
		<link>http://www.debianadmin.com/forgot-root-password-or-reset-root-password-in-debian.html/comment-page-1#comment-9601</link>
		<dc:creator>elmbeech</dc:creator>
		<pubDate>Sun, 12 Feb 2012 20:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/forgot-root-password-or-reset-root-password-in-debian.html#comment-9601</guid>
		<description>thank you! 
this side helped me a lot. I had installed debian on a mac with powerpc processer and yaboot ages ago and forgot my user and root password.  
i used a combination of solution 1 and 2:
1) boot: Linux init=/bin/bash
2) mount -n -o remount,rw /
3) vi shadow
Scroll down to the line containing the root user’s information, which looks something like
root:weeWRSF!sfDFs:12581:0:99999:7:::
Delete everything between the first and second colons, so that the line looks like
root::12581:0:99999:7:::
Save the file and exit your editor. 
4) exit the console 
5) i got some kernel panic and had to press the on/off button on the box for soem secounds to get the computer switched off. then i started the computer again.  
6) after the graphical logon screen appeard pess ctrl + alt + f1 to change to a text console
7) logan as root - you should now not need a password. 
8) change the user password by the &#039;passwd user&#039; commad
9) chnage to the graphical consol by ctrl + alt + f7 
10) logon with that user and then new password</description>
		<content:encoded><![CDATA[<p>thank you!<br />
this side helped me a lot. I had installed debian on a mac with powerpc processer and yaboot ages ago and forgot my user and root password.<br />
i used a combination of solution 1 and 2:<br />
1) boot: Linux init=/bin/bash<br />
2) mount -n -o remount,rw /<br />
3) vi shadow<br />
Scroll down to the line containing the root user’s information, which looks something like<br />
root:weeWRSF!sfDFs:12581:0:99999:7:::<br />
Delete everything between the first and second colons, so that the line looks like<br />
root::12581:0:99999:7:::<br />
Save the file and exit your editor.<br />
4) exit the console<br />
5) i got some kernel panic and had to press the on/off button on the box for soem secounds to get the computer switched off. then i started the computer again.<br />
6) after the graphical logon screen appeard pess ctrl + alt + f1 to change to a text console<br />
7) logan as root - you should now not need a password.<br />
 <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> change the user password by the &#8216;passwd user&#8217; commad<br />
9) chnage to the graphical consol by ctrl + alt + f7<br />
10) logon with that user and then new password</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install QupZilla (Lightweight multiplatform web browser) in debian by steve</title>
		<link>http://www.debianadmin.com/install-qupzilla-lightweight-multiplatform-web-browser-in-debian.html/comment-page-1#comment-9501</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=2116#comment-9501</guid>
		<description>Nothing but problems with linux use BSD ! They have all unified installer !</description>
		<content:encoded><![CDATA[<p>Nothing but problems with linux use BSD ! They have all unified installer !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XPressLinux - A New Kubuntu Based Linux Operating System For Windows Users by Joe Owen</title>
		<link>http://www.debianadmin.com/xpresslinux-a-new-kubuntu-based-linux-operating-system-for-windows-users.html/comment-page-1#comment-9476</link>
		<dc:creator>Joe Owen</dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/xpresslinux-a-new-kubuntu-based-linux-operating-system-for-windows-users.html#comment-9476</guid>
		<description>Please, some one either send/post a link to Download, or
make available through bit torrent. Thanx</description>
		<content:encoded><![CDATA[<p>Please, some one either send/post a link to Download, or<br />
make available through bit torrent. Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install .rpm Files in Debian and Ubuntu by Dieter Stroehle</title>
		<link>http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html/comment-page-1#comment-9432</link>
		<dc:creator>Dieter Stroehle</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html#comment-9432</guid>
		<description>Hi, have worked some time now to get a Lexmark Z600 debian printer driver available for installation on the Linux eeePC 701.  So far I achieved  to make the two rpm files available, but was not able to convert them into .deb files due to error messages. Now I look for someone who will be able to convert them. If someone thinks to be able to convert please send your Email address to me and I will submit for conversion and return the converted files to me.   Email-address is: dstroehle@online.de. Many thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi, have worked some time now to get a Lexmark Z600 debian printer driver available for installation on the Linux eeePC 701.  So far I achieved  to make the two rpm files available, but was not able to convert them into .deb files due to error messages. Now I look for someone who will be able to convert them. If someone thinks to be able to convert please send your Email address to me and I will submit for conversion and return the converted files to me.   Email-address is: <a href="mailto:dstroehle@online.de">dstroehle@online.de</a>. Many thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Replace multiple file text string in Linux by Rob Groen</title>
		<link>http://www.debianadmin.com/howto-replace-multiple-file-text-string-in-linux.html/comment-page-1#comment-9431</link>
		<dc:creator>Rob Groen</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-replace-multiple-file-text-string-in-linux.html#comment-9431</guid>
		<description>just place a g (global) behind the last slash in 

grep -l OLDTEXT * &#124; xargs perl -pi~ -e ‘s/OLDTEXT/NEWTEXT/’

so it becomes

grep -l OLDTEXT * &#124; xargs perl -pi~ -e ‘s/OLDTEXT/NEWTEXT/g’</description>
		<content:encoded><![CDATA[<p>just place a g (global) behind the last slash in </p>
<p>grep -l OLDTEXT * | xargs perl -pi~ -e ‘s/OLDTEXT/NEWTEXT/’</p>
<p>so it becomes</p>
<p>grep -l OLDTEXT * | xargs perl -pi~ -e ‘s/OLDTEXT/NEWTEXT/g’</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Reset debian Root Password by Bernard</title>
		<link>http://www.debianadmin.com/how-to-reset-debian-root-password.html/comment-page-1#comment-9422</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=1622#comment-9422</guid>
		<description>My way of solving this issue: 
1. Start up the computer with a linux live CD (or USB key). Doesn&#039;t matter if it&#039;s a Debian, Ubuntu or probably any other distro - I used an Ubuntu 11.10 USB key.
2. Using the Disk Utilities available from your device, mount the partition that hosts your /etc folder (probably marked as bootable)
3.in a command line, go to ./etc under your mounted partition, probably in /media/[a long hd id-like number]. Notice the dot (.) before /etc; don&#039;t go to &quot;/etc&quot;. You can check that you&#039;re in the right folder with a little &quot;grep -i [name of a user of yours (not root!)] shadow&quot; If you get anything, you&#039;re in the right folder and you can proceed to step 4.
4. Just to be safe, make a backup copy of your &quot;shadow&quot; file. I simply used a &quot;cp ./shadow /media/[an inserted and mounted USB key]/shadow&quot; command.
5. Using your favorite text editor (I used nano because I know it&#039;s available on my key), edit your &quot;shadow&quot; file (&quot;nano shadow&quot;)
6. Locate the root line. It&#039;ll look something like &quot;root:[encrypted pw]:12345:5:99999:::&quot; (figures are made up)
7. replace the [encrypted pw] part of the line with a single &quot;!&quot;. Yep, just an Exclamation mark with no double quotation mark. That tells Linux to authorize the mentioned user to access the system with no pw, so be cautious ! Your line will then look something like &quot;root:!:12345:5:99999:::&quot;
8. Save your changes and exit the command line
9. Back to your Disk Utilities program, unmount the partition you mounted in step  2 above.
10 Turn your computer off and remove all media, may it be USB key, CD, or whatever.
11 Restart your computer and, in the grub menu, choose &quot;rescue mode&quot;. You&#039;ll find yourself in a command line of a root session with no pw.
12 change your pw with a &quot;passwd&quot; command. If you&#039;re not sure, &quot;man passwd&quot; should help.

I know it&#039;s somewhat lenghty, but it worked for me in a few minutes.</description>
		<content:encoded><![CDATA[<p>My way of solving this issue:<br />
1. Start up the computer with a linux live CD (or USB key). Doesn&#8217;t matter if it&#8217;s a Debian, Ubuntu or probably any other distro - I used an Ubuntu 11.10 USB key.<br />
2. Using the Disk Utilities available from your device, mount the partition that hosts your /etc folder (probably marked as bootable)<br />
3.in a command line, go to ./etc under your mounted partition, probably in /media/[a long hd id-like number]. Notice the dot (.) before /etc; don&#8217;t go to &#8220;/etc&#8221;. You can check that you&#8217;re in the right folder with a little &#8220;grep -i [name of a user of yours (not root!)] shadow&#8221; If you get anything, you&#8217;re in the right folder and you can proceed to step 4.<br />
4. Just to be safe, make a backup copy of your &#8220;shadow&#8221; file. I simply used a &#8220;cp ./shadow /media/[an inserted and mounted USB key]/shadow&#8221; command.<br />
5. Using your favorite text editor (I used nano because I know it&#8217;s available on my key), edit your &#8220;shadow&#8221; file (&#8220;nano shadow&#8221;)<br />
6. Locate the root line. It&#8217;ll look something like &#8220;root:[encrypted pw]:12345:5:99999:::&#8221; (figures are made up)<br />
7. replace the [encrypted pw] part of the line with a single &#8220;!&#8221;. Yep, just an Exclamation mark with no double quotation mark. That tells Linux to authorize the mentioned user to access the system with no pw, so be cautious ! Your line will then look something like &#8220;root:!:12345:5:99999:::&#8221;<br />
8. Save your changes and exit the command line<br />
9. Back to your Disk Utilities program, unmount the partition you mounted in step  2 above.<br />
10 Turn your computer off and remove all media, may it be USB key, CD, or whatever.<br />
11 Restart your computer and, in the grub menu, choose &#8220;rescue mode&#8221;. You&#8217;ll find yourself in a command line of a root session with no pw.<br />
12 change your pw with a &#8220;passwd&#8221; command. If you&#8217;re not sure, &#8220;man passwd&#8221; should help.</p>
<p>I know it&#8217;s somewhat lenghty, but it worked for me in a few minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of Ubuntu Based Linux Distributions and Live Cd&#8217;s by JakeChaos</title>
		<link>http://www.debianadmin.com/list-of-ubuntu-based-linux-distributions-and-live-cds.html/comment-page-1#comment-9421</link>
		<dc:creator>JakeChaos</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/list-of-ubuntu-based-linux-distributions-and-live-cds.html#comment-9421</guid>
		<description>gOS is ubuntu based. When you start it it even say ubuntu.</description>
		<content:encoded><![CDATA[<p>gOS is ubuntu based. When you start it it even say ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create and Extract .bz2 and .gz files by santosh</title>
		<link>http://www.debianadmin.com/create-and-extract-bz2-and-gz-files.html/comment-page-1#comment-9416</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Mon, 30 Jan 2012 07:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/create-and-extract-bz2-and-gz-files.html#comment-9416</guid>
		<description>please help me how to extract img.gz file in ubuntu 10.04 version</description>
		<content:encoded><![CDATA[<p>please help me how to extract img.gz file in ubuntu 10.04 version</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Replace multiple file text string in Linux by Lena Schimmel</title>
		<link>http://www.debianadmin.com/howto-replace-multiple-file-text-string-in-linux.html/comment-page-1#comment-9388</link>
		<dc:creator>Lena Schimmel</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-replace-multiple-file-text-string-in-linux.html#comment-9388</guid>
		<description>Attention! None of the above commands (neither perl nor sed) seem to work correctly if OLDSTRING is found multiple times within the same line. In this case, only the first occurence within that line will be replaced and others remain unchanged. (Tested with perl 5.10.1 with debian patches and GNU sed 4.2.1)

Is there a way to fix that? (For me it&#039;s not a real problem, so I won&#039;t come back here to check your answers, but maybe this well help someone else who stumbles across this page...)</description>
		<content:encoded><![CDATA[<p>Attention! None of the above commands (neither perl nor sed) seem to work correctly if OLDSTRING is found multiple times within the same line. In this case, only the first occurence within that line will be replaced and others remain unchanged. (Tested with perl 5.10.1 with debian patches and GNU sed 4.2.1)</p>
<p>Is there a way to fix that? (For me it&#8217;s not a real problem, so I won&#8217;t come back here to check your answers, but maybe this well help someone else who stumbles across this page&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Iceweasel Web Browser in Debian and Ubuntu by Edwin</title>
		<link>http://www.debianadmin.com/install-iceweasel-web-browser-in-debian-and-ubuntu.html/comment-page-1#comment-9373</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Thu, 26 Jan 2012 10:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/install-iceweasel-web-browser-in-debian-and-ubuntu.html#comment-9373</guid>
		<description>Installed nice in Ubuntu 9.10 after removing hunspell-en-us. Thanks.</description>
		<content:encoded><![CDATA[<p>Installed nice in Ubuntu 9.10 after removing hunspell-en-us. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

