<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>nixCraft Linux / UNIX / Shell Scripting Forum</title>
		<link>http://nixcraft.com/</link>
		<description>It is the place to ask Linux/ UNIX questions and get real answers from experienced Linux admins. Share knowledge, Help others!</description>
		<language>en</language>
		<lastBuildDate>Thu, 29 Jul 2010 14:43:05 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://nixcraft.com/images/misc/rss.jpg</url>
			<title>nixCraft Linux / UNIX / Shell Scripting Forum</title>
			<link>http://nixcraft.com/</link>
		</image>
		<item>
			<title>Lighttpd vhost and subdomain</title>
			<link>http://nixcraft.com/web-servers/15344-lighttpd-vhost-subdomain.html</link>
			<pubDate>Thu, 29 Jul 2010 03:54:50 GMT</pubDate>
			<description><![CDATA[Hi. 
 
I'm not sure why this not working on lighttpd. 
 
I want domain.com & www.domain.com to point to /home/domain.com/public_html 
 
and...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
I'm not sure why this not working on lighttpd.<br />
<br />
I want domain.com &amp; <a href="http://www.domain.com" target="_blank">www.domain.com</a> to point to /home/domain.com/public_html<br />
<br />
and sub1.domain.com point to /home/sub1.domain.com<br />
<br />
here my current config:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$HTTP[&quot;host&quot;] =~ &quot;domain.com&quot; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server.document-root = &quot;/home/domain.com/public_html&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; accesslog.filename&nbsp; &nbsp; &nbsp; &nbsp;  = &quot;/var/log/lighttpd/domain.com/access.log&quot;<br />
}<br />
<br />
$HTTP[&quot;host&quot;] =~ &quot;sub1.domain.com&quot; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server.document-root = &quot;/home/sub1.domain.com/public_html&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; accesslog.filename&nbsp; &nbsp; &nbsp; &nbsp;  = &quot;/var/log/lighttpd/sub1.domain.com/access.log&quot;<br />
}</code><hr />
</div>this setup works for domain.com but if i point my browser to sub1.domain.com it will still shows domain.com content.<br />
<br />
anyone could help out giving the correct config?</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/web-servers/">Web servers</category>
			<dc:creator>flipmode</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/web-servers/15344-lighttpd-vhost-subdomain.html</guid>
		</item>
		<item>
			<title>Trace</title>
			<link>http://nixcraft.com/linux-software/15343-trace.html</link>
			<pubDate>Thu, 29 Jul 2010 00:08:18 GMT</pubDate>
			<description>Hi all, 
 
I have a red hat server with applications that where created for this server. 
I need to trace this applications to understand what they...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I have a red hat server with applications that where created for this server.<br />
I need to trace this applications to understand what they do and what files they touch.<br />
<br />
Any idea?<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/linux-software/">Linux software</category>
			<dc:creator>opnine</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/linux-software/15343-trace.html</guid>
		</item>
		<item>
			<title>how to Hardening command linux ?</title>
			<link>http://nixcraft.com/networking-firewalls-security/15342-how-hardening-command-linux.html</link>
			<pubDate>Wed, 28 Jul 2010 17:03:19 GMT</pubDate>
			<description>hi all  
Hardening command linux ? 
examplle: 
 
ln 
cat 
ls 
and etc ....</description>
			<content:encoded><![CDATA[<div>hi all <br />
Hardening command linux ?<br />
examplle:<br />
<br />
ln<br />
cat<br />
ls<br />
and etc ....</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/networking-firewalls-security/">Networking, Firewalls and Security</category>
			<dc:creator>ZER0</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/networking-firewalls-security/15342-how-hardening-command-linux.html</guid>
		</item>
		<item>
			<title>how to compress log file ?</title>
			<link>http://nixcraft.com/shell-scripting/15341-how-compress-log-file.html</link>
			<pubDate>Wed, 28 Jul 2010 12:04:46 GMT</pubDate>
			<description>Hello all 
 
 
 
I have tracks on the system contains log 
example: 
/usr/local/apache/logs/access_log 
/usr/local/apache/logs/modsec_audit.log 
.....</description>
			<content:encoded><![CDATA[<div>Hello all<br />
<br />
<br />
<br />
I have tracks on the system contains log<br />
example:<br />
/usr/local/apache/logs/access_log<br />
/usr/local/apache/logs/modsec_audit.log<br />
..<br />
..<br />
..<br />
..<br />
etc....<br />
<br />
<br />
How do I compress these log, all in one file<br />
<br />
I want to do that bash shell</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/shell-scripting/">Shell scripting</category>
			<dc:creator>ZER0</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/shell-scripting/15341-how-compress-log-file.html</guid>
		</item>
		<item>
			<title>password protect alias in apache</title>
			<link>http://nixcraft.com/web-servers/15340-password-protect-alias-apache.html</link>
			<pubDate>Wed, 28 Jul 2010 10:20:23 GMT</pubDate>
			<description><![CDATA[hi all, 
 
i have a scenario, suppose i have a DocumentRoot let's say  /data/html/ 
 
in that doc root   /data/html/xml is the a directory....  
...]]></description>
			<content:encoded><![CDATA[<div>hi all,<br />
<br />
i have a scenario, suppose i have a DocumentRoot let's say  /data/html/<br />
<br />
in that doc root   /data/html/xml is the a directory.... <br />
<br />
this xml named dir i aliased with some other name i.e.  xmlnode<br />
<br />
now  i need to password protect (htpasswd) this alias name but not the original data dirctory... (/data/html/xml) .<br />
<br />
So is this possible to do so.<br />
<br />
Regards<br />
mansih</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/web-servers/">Web servers</category>
			<dc:creator>kasimani</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/web-servers/15340-password-protect-alias-apache.html</guid>
		</item>
		<item>
			<title>sort files by date</title>
			<link>http://nixcraft.com/shell-scripting/15339-sort-files-date.html</link>
			<pubDate>Wed, 28 Jul 2010 08:15:00 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I  just want to ask if you have an idea on how to sort files by date in bash script?  
 
I have a bash script but i don't know how to put sort...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I  just want to ask if you have an idea on how to sort files by date in bash script? <br />
<br />
I have a bash script but i don't know how to put sort command on it.<br />
<br />
Here is my script below:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#!/bin/bash<br />
<br />
DATESTRING=`date +%m%d%Y`<br />
<br />
#read directory<br />
&nbsp; cd /home/mitch/project<br />
<br />
&nbsp; &nbsp; echo &quot;LAST BACKUP: &quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; for file in `dir -d *`;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; s=`echo $file | cut -c 6-12`&nbsp;  #extract the date on the file<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;$s&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; done<br />
<br />
<br />
echo &quot;-------------&quot;<br />
echo &quot;RESULT&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; if [ $s = &quot;$DATESTRING&quot; ]; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;BACKUP SUCCESSFULLY&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;No Backup:&nbsp; $DATESTRING&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; fi</code><hr />
</div><br />
Your help is very much appreciated. <br />
Thanks</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/shell-scripting/">Shell scripting</category>
			<dc:creator>mitchiekoy</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/shell-scripting/15339-sort-files-date.html</guid>
		</item>
		<item>
			<title>getting a syntax error</title>
			<link>http://nixcraft.com/shell-scripting/15338-getting-syntax-error.html</link>
			<pubDate>Wed, 28 Jul 2010 05:01:11 GMT</pubDate>
			<description><![CDATA[#!/bin/ksh 
a=`grep MAJOR /osp/3rdpty/JBOSS/jboss-eap-4.3/jboss-as/server/apcProfile/log/alarm.log* | tail` 
if [ $a != "  " ] 
 then 
   echo " $a ...]]></description>
			<content:encoded><![CDATA[<div>#!/bin/ksh<br />
a=`grep MAJOR /osp/3rdpty/JBOSS/jboss-eap-4.3/jboss-as/server/apcProfile/log/alarm.log* | tail`<br />
if [ $a != &quot;  &quot; ]<br />
 then<br />
   echo &quot; $a  &quot;<br />
fi<br />
<br />
abc abc&gt; ./f1.sh<br />
./f1.sh[4]: test: argument expected<br />
<br />
i am trying to dispaly the major alarms in the fron the file but i am getting this syntax error.<br />
O/p of the of the alarm log file is<br />
 apc11&gt; grep MAJOR /osp/3rdpty/JBOSS/jboss-eap-4.3/jboss-as/server/apcProfile/log/alarm.log* | tail<br />
<br />
/osp/3rdpty/JBOSS/jboss-eap-4.3/jboss-as/server/apcProfile/log/alarm.log:Varbind[4] := .1.3.6.1.4.1.18016.2.1.2.3.0 --&gt; MAJOR<br />
/osp/3rdpty/JBOSS/jboss-eap-4.3/jboss-as/server/apcProfile/log/alarm.log.1:Varbind[4] := .1.3.6.1.4.1.18016.2.1.2.3.0 --&gt; MAJOR</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/shell-scripting/">Shell scripting</category>
			<dc:creator>arc12</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/shell-scripting/15338-getting-syntax-error.html</guid>
		</item>
		<item>
			<title>Postfix Load balance Mail out with haproxy</title>
			<link>http://nixcraft.com/mail-servers/15337-postfix-load-balance-mail-out-haproxy.html</link>
			<pubDate>Tue, 27 Jul 2010 15:36:39 GMT</pubDate>
			<description>What I want to achieve is this 
                                                         +------------+ 
                                            ...</description>
			<content:encoded><![CDATA[<div>What I want to achieve is this<br />
                                                         +------------+<br />
                                                         |            |<br />
                    +----------&gt; smtp backend 1 --------&gt;|            |<br />
                    |                                    |            |<br />
clients --------&gt; smtp lb -----&gt; smtp backend 2 --------&gt;|  Intenet   |<br />
                    |                                    |            |<br />
                    +----------&gt; smtp backend 3 --------&gt;|            |<br />
                                                         |            |<br />
                                                         +------------+<br />
<br />
<br />
Using postfix I have 3 machine that need to be used for mail out with haproxy on front on it, My question is do I need to setup each machine with postfix  with all same configuration?<br />
<br />
Also other question how about receiving email?<br />
<br />
Anyone already implement this setup?</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/mail-servers/">Mail Servers</category>
			<dc:creator>t0kneneng</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/mail-servers/15337-postfix-load-balance-mail-out-haproxy.html</guid>
		</item>
		<item>
			<title>Restrict users accessing mails through webmail</title>
			<link>http://nixcraft.com/mail-servers/15336-restrict-users-accessing-mails-through-webmail.html</link>
			<pubDate>Tue, 27 Jul 2010 14:55:05 GMT</pubDate>
			<description>Hi, 
 
I want to restrict list of users from accessing official mails from outside the office through webmail. Is there any way to do this sendmail....</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I want to restrict list of users from accessing official mails from outside the office through webmail. Is there any way to do this sendmail. We use squirrelmail as webmail</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/mail-servers/">Mail Servers</category>
			<dc:creator>karprav</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/mail-servers/15336-restrict-users-accessing-mails-through-webmail.html</guid>
		</item>
		<item>
			<title>unable to boot Vista after installing linux</title>
			<link>http://nixcraft.com/centos-rhel-fedora/15335-unable-boot-vista-after-installing-linux.html</link>
			<pubDate>Tue, 27 Jul 2010 13:42:00 GMT</pubDate>
			<description>I just installed the Fedora12 on my laptop, on which originally there was only one partition with Vista before. I resized the Vista partition and...</description>
			<content:encoded><![CDATA[<div><font face="&amp;quot">I just installed the Fedora12 on my laptop, on which originally there was only one partition with Vista before. I resized the Vista partition and made a free space and installed Linux on it.<br />
Fedora works fine, but when I try to boot Vista, it opens the system recovery options menu, without being able to do anything. After the end of each option it boots again, giving the two options between Linux and &quot;other&quot; and if I choose &quot;other&quot; it goes back to the recovery menu. Do you have any suggestions? </font></div>

]]></content:encoded>
			<category domain="http://nixcraft.com/centos-rhel-fedora/">CentOS / RHEL / Fedora</category>
			<dc:creator>fatook</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/centos-rhel-fedora/15335-unable-boot-vista-after-installing-linux.html</guid>
		</item>
		<item>
			<title>unfinished transactions remaining. You might consider running yum-complete-transactio</title>
			<link>http://nixcraft.com/centos-rhel-fedora/15334-unfinished-transactions-remaining-you-might-consider-running-yum-complete-transactio.html</link>
			<pubDate>Mon, 26 Jul 2010 19:10:52 GMT</pubDate>
			<description>Run this for gcc 
 
Code: 
--------- 
yum install gcc 
--------- 
and server said: 
 
Code: 
---------</description>
			<content:encoded><![CDATA[<div>Run this for gcc<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">yum install gcc</code><hr />
</div>and server said:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Freeing read locks for locker 0x5d: 28233/140385813321472<br />
Freeing read locks for locker 0x5f: 28233/140385813321472<br />
Freeing read locks for locker 0xde: 28233/140385813321472<br />
Freeing read locks for locker 0xe0: 28233/140385813321472<br />
Freeing read locks for locker 0xe1: 28233/140385813321472<br />
Freeing read locks for locker 0xe2: 28233/140385813321472<br />
Freeing read locks for locker 0xe3: 28233/140385813321472<br />
Freeing read locks for locker 0xe4: 28233/140385813321472<br />
Freeing read locks for locker 0xe5: 28233/140385813321472<br />
Freeing read locks for locker 0xe6: 28233/140385813321472<br />
Freeing read locks for locker 0xe7: 28233/140385813321472<br />
Freeing read locks for locker 0xe8: 28233/140385813321472<br />
Freeing read locks for locker 0xe9: 28233/140385813321472<br />
Freeing read locks for locker 0xea: 28233/140385813321472<br />
Freeing read locks for locker 0xeb: 28233/140385813321472<br />
Freeing read locks for locker 0xec: 28233/140385813321472<br />
Loaded plugins: refresh-packagekit, rhnplugin<br />
This system is not registered with RHN.<br />
RHN support will be disabled.<br />
Setting up Install Process<br />
Resolving Dependencies<br />
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.</code><hr />
</div>tell me how i fix this problem? plz</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/centos-rhel-fedora/">CentOS / RHEL / Fedora</category>
			<dc:creator>chinalinix</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/centos-rhel-fedora/15334-unfinished-transactions-remaining-you-might-consider-running-yum-complete-transactio.html</guid>
		</item>
		<item>
			<title>Convert GMT time to PST time</title>
			<link>http://nixcraft.com/shell-scripting/15333-convert-gmt-time-pst-time.html</link>
			<pubDate>Mon, 26 Jul 2010 16:32:48 GMT</pubDate>
			<description>hello - i have a script that grabs buoy data from the web.  the script greps a specific line of text, then does some organizing, unit conversions,...</description>
			<content:encoded><![CDATA[<div>hello - i have a script that grabs buoy data from the web.  the script greps a specific line of text, then does some organizing, unit conversions, and dumps it out into some html.  see below:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#Pull file from web<br />
curl -o data1.txt &quot;INTERNET.ndbc.noaa.gov/data/latest_obs/latest_obs.txt&quot;<br />
<br />
# Replace all MM with -<br />
sed 's/MM/-/g' data1.txt &gt; data2.txt<br />
<br />
# Find and print the line that starts with Buoy ____<br />
grep 46041 data2.txt | awk '{print &quot;&lt;tr&gt;\n&lt;td&gt;CPE&lt;/td&gt;\n&lt;td&gt;&quot; $5&quot;/&quot;$6&quot;&lt;/td&gt;\n&lt;td&gt;&quot;$7&quot;:&quot;$8&quot;&lt;/td&gt;\n&lt;td&gt;&quot;}{printf (&quot;%0.1f&quot;,$12/0.3048)}{print &quot;ft&lt;/td&gt;\n&lt;td&gt;&quot; $13,&quot;sec&lt;/td&gt;\n&lt;td&gt;&quot;$15&quot;°&lt;/td&gt;\n&lt;td&gt;&quot;}{printf (&quot;%0.0f'°'&quot;, 1.9*$15+32)}{print&quot;&lt;/td&gt;\n&lt;/tr&gt;\n&quot;}' &gt; data3.txt<br />
<br />
cat data3.txt</code><hr />
</div>the time data in the file i grab from the net is in GMT-8 (or UTC).  My webserver is located in GMT -7.<br />
<br />
I'd like to convert the data to PST 12 hour with am/pm.<br />
<br />
I don't have a clue how to convert this nor at which point in this script would be best to run this conversion.<br />
<br />
Any help is appreciated.</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/shell-scripting/">Shell scripting</category>
			<dc:creator>drexnefex</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/shell-scripting/15333-convert-gmt-time-pst-time.html</guid>
		</item>
		<item>
			<title>shell script ftp moniter</title>
			<link>http://nixcraft.com/shell-scripting/15332-shell-script-ftp-moniter.html</link>
			<pubDate>Mon, 26 Jul 2010 10:59:50 GMT</pubDate>
			<description>hi all  
 
I liked the idea of this  subject many 
 
Shell Script to monitor folder and upload found files via FTP 
 
Script by examination of files...</description>
			<content:encoded><![CDATA[<div>hi all <br />
<br />
I liked the idea of this  subject many<br />
<br />
Shell Script to monitor folder and upload found files via FTP<br />
<br />
Script by examination of files flying FTP<br />
According to the  following requirements<br />
Note  I'm good at managing the system as a whole<br />
But I  do not have skill in programming<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#!/bin/sh<br />
<br />
# Configure variables at the begining of the script<br />
MONITOR_DIR=/home/*<br />
TMP_DIR=/tmp<br />
SUCCESS_DIR=/var/log/ftpmoniter/ftp-SUCCESS.log<br />
FAILED_DIR=/var/log/ftpmoniter/ftp-FAILED.log<br />
ip_user_upload=/var/log/ftpmoniter/ipuserupload.log<br />
deny_name_file_upload=c99,r57,phpshell,cgi-telnet<br />
PROCCESS_ID_DIR={execution timestamp string}<br />
FILE_EXT_MONITOR=php,cgi,pl,php.gif,php,png<br />
iptable_drop=/sbin/iptables -A INPUT -s %s -j DROP<br />
<br />
touch /var/log/ftpmoniter/ftp-SUCCESS.log<br />
chown root.root /var/log/ftpmoniter/ftp-SUCCESS.log<br />
touch /var/log/ftpmoniter/ftp-SUCCESS.log<br />
chown root.root /var/log/ftpmoniter/ftp-SUCCESS.log<br />
touch /var/log/ftpmoniter/ipuserupload.log<br />
chown root.root /var/log/ftpmoniter/ipuserupload.log<br />
<br />
<br />
<br />
# FTP variables<br />
#all ftp acount in webserver<br />
<br />
_deny_name_file_upload=&quot;c99 r57 phpshell cgi-telnet<br />
for d in $_deny_name_file_upload<br />
do<br />
&nbsp; &nbsp; echo <br />
done</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://nixcraft.com/shell-scripting/">Shell scripting</category>
			<dc:creator>linux12</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/shell-scripting/15332-shell-script-ftp-moniter.html</guid>
		</item>
		<item>
			<title>Disable USB automount for users other than ROOT user.</title>
			<link>http://nixcraft.com/ubuntu-debian/15331-disable-usb-automount-users-other-than-root-user.html</link>
			<pubDate>Mon, 26 Jul 2010 07:39:13 GMT</pubDate>
			<description>Hi, 
 
I have a project where I need to disable automounting of USB devices for all users other than ROOT user. 
I should be able to mount it...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a project where I need to disable automounting of USB devices for all users other than ROOT user.<br />
I should be able to mount it manually so I dont need to hack &quot;usb-storage.ko&quot; driver.<br />
Do anyone have a solution ?<br />
<br />
Thanks in advance.<br />
<br />
- Mayuresh.</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/ubuntu-debian/">Ubuntu / Debian</category>
			<dc:creator>mayureshmulye</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/ubuntu-debian/15331-disable-usb-automount-users-other-than-root-user.html</guid>
		</item>
		<item>
			<title>usb broadband modem</title>
			<link>http://nixcraft.com/ubuntu-debian/15330-usb-broadband-modem.html</link>
			<pubDate>Sun, 25 Jul 2010 18:56:38 GMT</pubDate>
			<description>hello . I just install ubuntu 10.4 lts into my pc but the problem is i cant install or use usb modem with ubuntu.somebody please teach me how to...</description>
			<content:encoded><![CDATA[<div>hello . I just install ubuntu 10.4 lts into my pc but the problem is i cant install or use usb modem with ubuntu.somebody please teach me how to install usb modem in ubuntu:(..</div>

]]></content:encoded>
			<category domain="http://nixcraft.com/ubuntu-debian/">Ubuntu / Debian</category>
			<dc:creator>omango</dc:creator>
			<guid isPermaLink="true">http://nixcraft.com/ubuntu-debian/15330-usb-broadband-modem.html</guid>
		</item>
	</channel>
</rss>
