<?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 Quick Tweaks</title>
	<atom:link href="http://www.quicktweaks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:08:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Gmail+Weather+Beauty right on your Ubuntu desktop by Guilherme</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/comment-page-5/#comment-60851</link>
		<dc:creator>Guilherme</dc:creator>
		<pubDate>Sun, 29 Jan 2012 16:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32#comment-60851</guid>
		<description>Sorry, but I can&#039;t visualize my conky in on desktop. I t looks invisible. I did all that was told. How can I solve this problem. Can somebody help me? </description>
		<content:encoded><![CDATA[<p>Sorry, but I can&#039;t visualize my conky in on desktop. I t looks invisible. I did all that was told. How can I solve this problem. Can somebody help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kick ass guide for installing Oracle on Ubuntu by Kushal</title>
		<link>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/comment-page-1/#comment-60607</link>
		<dc:creator>Kushal</dc:creator>
		<pubDate>Fri, 27 Jan 2012 09:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=256#comment-60607</guid>
		<description>Hi, 
 
Could you help me with the below error log. 
 
 
 
kushal@kushal-Inspiron-N4010:~$ ./4_oraInstaller.sh  
 
 
 
############################################################################## 
dbca is working in silent mode. Please be patient and have FEW cups of coffee. 
############################################################################## 
 
 
UnsatisfiedLinkError exception loading native library: njni11 
Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: get 
at oracle.net.common.NetGetEnv.get(Native Method) 
at oracle.net.config.Config.getNetDir(Unknown Source) 
at oracle.net.config.Config.initConfig(Unknown Source) 
at oracle.net.config.Config.&lt;init&gt;(Unknown Source) 
at oracle.sysman.assistants.util.NetworkUtils.&lt;init&gt;(NetworkUtils.java:237) 
at oracle.sysman.assistants.util.step.StepContext.&lt;init&gt;(StepContext.java:267) 
at oracle.sysman.assistants.dbca.backend.Host.&lt;init&gt;(Host.java:731) 
at oracle.sysman.assistants.dbca.backend.SilentHost.&lt;init&gt;(SilentHost.java:128) 
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:150) 
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94) 
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180) 
export ORACLE_SID=oraIntrepid 
 
 
 
########################################################### 
Seems everything is ok. Congratulations!!! 
To get started try $ sqlplus &#039;/as sysdba&#039; and then sql&gt; startup 
If there is something wrong try with: 
$ lsnrctl 
LSNRCTL&gt; status 
LSNRCTL&gt; stop 
LSNRCTL&gt; start 
LSNRCTL&gt; exit 
$ sqlplus &#039;/as sysdba&#039; 
sql&gt;startup; 
 
 
 To share and discuss issues visit &lt;a href=&quot;http://quicktweaks.com&quot; rel=&quot;nofollow&quot;&gt;http://quicktweaks.com&lt;/a&gt; 
########################################################## 
 
 
kushal@kushal-Inspiron-N4010:~$  
 </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Could you help me with the below error log. </p>
<p>kushal@kushal-Inspiron-N4010:~$ ./4_oraInstaller.sh  </p>
<p>##############################################################################<br />
dbca is working in silent mode. Please be patient and have FEW cups of coffee.<br />
############################################################################## </p>
<p>UnsatisfiedLinkError exception loading native library: njni11<br />
Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: get<br />
at oracle.net.common.NetGetEnv.get(Native Method)<br />
at oracle.net.config.Config.getNetDir(Unknown Source)<br />
at oracle.net.config.Config.initConfig(Unknown Source)<br />
at oracle.net.config.Config.&lt;init&gt;(Unknown Source)<br />
at oracle.sysman.assistants.util.NetworkUtils.&lt;init&gt;(NetworkUtils.java:237)<br />
at oracle.sysman.assistants.util.step.StepContext.&lt;init&gt;(StepContext.java:267)<br />
at oracle.sysman.assistants.dbca.backend.Host.&lt;init&gt;(Host.java:731)<br />
at oracle.sysman.assistants.dbca.backend.SilentHost.&lt;init&gt;(SilentHost.java:128)<br />
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:150)<br />
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)<br />
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)<br />
export ORACLE_SID=oraIntrepid </p>
<p>###########################################################<br />
Seems everything is ok. Congratulations!!!<br />
To get started try $ sqlplus &#039;/as sysdba&#039; and then sql&gt; startup<br />
If there is something wrong try with:<br />
$ lsnrctl<br />
LSNRCTL&gt; status<br />
LSNRCTL&gt; stop<br />
LSNRCTL&gt; start<br />
LSNRCTL&gt; exit<br />
$ sqlplus &#039;/as sysdba&#039;<br />
sql&gt;startup; </p>
<p> To share and discuss issues visit <a href="http://quicktweaks.com" rel="nofollow">http://quicktweaks.com</a><br />
########################################################## </p>
<p>kushal@kushal-Inspiron-N4010:~$</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail+Weather+Beauty right on your Ubuntu desktop by Tanga</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/comment-page-5/#comment-60064</link>
		<dc:creator>Tanga</dc:creator>
		<pubDate>Sun, 22 Jan 2012 16:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32#comment-60064</guid>
		<description>It took me a while, but I finally got the battery indicator working. 
First:  apt-get installed acpi and acpi-tools. 
Then change the battery line to: 
Battery: ${execi 10 (acpi -b &#124; awk)} ${battery_bar BAT1} 
 
Your battery may be called something else, however.  To find out run acpi -b in terminal, and it should tell you the number.  If it&#039;s different to BAT1 then put that in instead. 
 
Now to get the weather and gmail working.  :( </description>
		<content:encoded><![CDATA[<p>It took me a while, but I finally got the battery indicator working.<br />
First:  apt-get installed acpi and acpi-tools.<br />
Then change the battery line to:<br />
Battery: ${execi 10 (acpi -b | awk)} ${battery_bar BAT1} </p>
<p>Your battery may be called something else, however.  To find out run acpi -b in terminal, and it should tell you the number.  If it&#039;s different to BAT1 then put that in instead. </p>
<p>Now to get the weather and gmail working.  <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail+Weather+Beauty right on your Ubuntu desktop by Jardi</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/comment-page-5/#comment-59204</link>
		<dc:creator>Jardi</dc:creator>
		<pubDate>Mon, 16 Jan 2012 08:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32#comment-59204</guid>
		<description>I got the weather part of the script working, but I had to modify the pogodynka.sh script. I changed the following lines: 
-This one: 
 w3m -dump &quot;$kod&quot; &#124; grep -A26 &quot;Current&quot; &#124; sed &#039;s/DEG/&#176;/g&#039; &gt; $plik 
 
and this others: 
        temp=`tail -n1 $plik &#124; awk &#039;{print $2}&#039;` 
tempo=`tail -n1 $plik &#124; awk &#039;{print $4}&#039;` 
 
If you change those lines, it should work ok. It would be nice if somebody can comment that script in English for I don&#039;t understand Polish, you can read the python code but with comments in English it would be easier. 
 
Cheers! </description>
		<content:encoded><![CDATA[<p>I got the weather part of the script working, but I had to modify the pogodynka.sh script. I changed the following lines:<br />
-This one:<br />
 w3m -dump &quot;$kod&quot; | grep -A26 &quot;Current&quot; | sed &#039;s/DEG/&deg;/g&#039; &gt; $plik </p>
<p>and this others:<br />
        temp=`tail -n1 $plik | awk &#039;{print $2}&#039;`<br />
tempo=`tail -n1 $plik | awk &#039;{print $4}&#039;` </p>
<p>If you change those lines, it should work ok. It would be nice if somebody can comment that script in English for I don&#039;t understand Polish, you can read the python code but with comments in English it would be easier. </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Three Little Things To Make Your Ubuntu Desktop Beautiful and Productive by Hardee</title>
		<link>http://www.quicktweaks.com/2008/04/11/three-little-things-to-make-your-ubuntu-desktop-beautiful-and-productive/comment-page-1/#comment-51428</link>
		<dc:creator>Hardee</dc:creator>
		<pubDate>Fri, 02 Dec 2011 17:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=7#comment-51428</guid>
		<description>awsome stuff... thanks...keep up the good work... </description>
		<content:encoded><![CDATA[<p>awsome stuff&#8230; thanks&#8230;keep up the good work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail+Weather+Beauty right on your Ubuntu desktop by @hmv0000</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/comment-page-5/#comment-50505</link>
		<dc:creator>@hmv0000</dc:creator>
		<pubDate>Fri, 25 Nov 2011 19:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32#comment-50505</guid>
		<description>Thank you! This was a big help! </description>
		<content:encoded><![CDATA[<p>Thank you! This was a big help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail+Weather+Beauty right on your Ubuntu desktop by Rik</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/comment-page-5/#comment-49426</link>
		<dc:creator>Rik</dc:creator>
		<pubDate>Wed, 16 Nov 2011 21:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32#comment-49426</guid>
		<description>never mind i got it working, all except gmail and weather </description>
		<content:encoded><![CDATA[<p>never mind i got it working, all except gmail and weather</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail+Weather+Beauty right on your Ubuntu desktop by Rik</title>
		<link>http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/comment-page-5/#comment-49362</link>
		<dc:creator>Rik</dc:creator>
		<pubDate>Wed, 16 Nov 2011 08:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=32#comment-49362</guid>
		<description>i folowed your directions to the letter and conky wont start.....this is my output 
 
 
 
Conky: /home/rik/.conkyrc: 14: no such configuration: &#039;border_margin&#039; 
Conky: desktop window (300006e) is subwindow of root window (153) 
Conky: window type - override 
Conky: drawing to created window (0x4a00001) 
Conky: drawing to double buffer 
cat: /home/rik/weather: No such file or directory 
Conky: can&#039;t open /sys/class/power_supply/BAT0/uevent: No such file or directory 
Traceback (most recent call last): 
  File &quot;/home/rik/scripts/gmail_parser.py&quot;, line 46, in &lt;module&gt; 
    f = auth()  # Do auth and then get the feed 
  File &quot;/home/rik/scripts/gmail_parser.py&quot;, line 29, in auth 
    f = opener.open(_URL) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 205, in open 
    return getattr(self, name)(url) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 449, in open_https 
    return self.http_error(url, fp, errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 369, in http_error 
    result = method(url, fp, errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 663, in http_error_301 
    return self.http_error_302(url, fp, errcode, errmsg, headers, data) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 632, in http_error_302 
    data) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 659, in redirect_internal 
    return self.open(newurl) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 205, in open 
    return getattr(self, name)(url) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 449, in open_https 
    return self.http_error(url, fp, errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 369, in http_error 
    result = method(url, fp, errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 694, in http_error_401 
    return getattr(self,name)(url, realm) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 776, in retry_https_basic_auth 
    return self.open(newurl) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 205, in open 
    return getattr(self, name)(url) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 449, in open_https 
    return self.http_error(url, fp, errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 369, in http_error 
    result = method(url, fp, errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 681, in http_error_401 
    errcode, errmsg, headers) 
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 379, in http_error_default 
    raise IOError, (&#039;http error&#039;, errcode, errmsg, headers) 
IOError: (&#039;http error&#039;, 401, &#039;Unauthorized&#039;, &lt;httplib.HTTPMessage instance at 0xb736c9cc&gt;) 
 what did i do wrong? </description>
		<content:encoded><![CDATA[<p>i folowed your directions to the letter and conky wont start&#8230;..this is my output </p>
<p>Conky: /home/rik/.conkyrc: 14: no such configuration: &#039;border_margin&#039;<br />
Conky: desktop window (300006e) is subwindow of root window (153)<br />
Conky: window type &#8211; override<br />
Conky: drawing to created window (0x4a00001)<br />
Conky: drawing to double buffer<br />
cat: /home/rik/weather: No such file or directory<br />
Conky: can&#039;t open /sys/class/power_supply/BAT0/uevent: No such file or directory<br />
Traceback (most recent call last):<br />
  File &quot;/home/rik/scripts/gmail_parser.py&quot;, line 46, in &lt;module&gt;<br />
    f = auth()  # Do auth and then get the feed<br />
  File &quot;/home/rik/scripts/gmail_parser.py&quot;, line 29, in auth<br />
    f = opener.open(_URL)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 205, in open<br />
    return getattr(self, name)(url)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 449, in open_https<br />
    return self.http_error(url, fp, errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 369, in http_error<br />
    result = method(url, fp, errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 663, in http_error_301<br />
    return self.http_error_302(url, fp, errcode, errmsg, headers, data)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 632, in http_error_302<br />
    data)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 659, in redirect_internal<br />
    return self.open(newurl)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 205, in open<br />
    return getattr(self, name)(url)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 449, in open_https<br />
    return self.http_error(url, fp, errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 369, in http_error<br />
    result = method(url, fp, errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 694, in http_error_401<br />
    return getattr(self,name)(url, realm)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 776, in retry_https_basic_auth<br />
    return self.open(newurl)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 205, in open<br />
    return getattr(self, name)(url)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 449, in open_https<br />
    return self.http_error(url, fp, errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 369, in http_error<br />
    result = method(url, fp, errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 681, in http_error_401<br />
    errcode, errmsg, headers)<br />
  File &quot;/usr/lib/python2.7/urllib.py&quot;, line 379, in http_error_default<br />
    raise IOError, (&#039;http error&#039;, errcode, errmsg, headers)<br />
IOError: (&#039;http error&#039;, 401, &#039;Unauthorized&#039;, &lt;httplib.HTTPMessage instance at 0xb736c9cc&gt;)<br />
 what did i do wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uninstalling XCode from Mac by doularam</title>
		<link>http://www.quicktweaks.com/2011/02/05/uninstalling-xcode-from-mac/comment-page-1/#comment-48288</link>
		<dc:creator>doularam</dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=322#comment-48288</guid>
		<description>$ sudo /Xcode4/Library/uninstall-devtools --mode=all -- it is not working. 
 
 
Its giving &quot;command not found 
&quot; </description>
		<content:encoded><![CDATA[<p>$ sudo /Xcode4/Library/uninstall-devtools &#8211;mode=all &#8212; it is not working. </p>
<p>Its giving &quot;command not found<br />
&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Linux commands for fun by outslider</title>
		<link>http://www.quicktweaks.com/2009/11/26/10-linux-commands-for-fun/comment-page-1/#comment-48099</link>
		<dc:creator>outslider</dc:creator>
		<pubDate>Mon, 31 Oct 2011 23:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=309#comment-48099</guid>
		<description>Instead of: 
$ cat mySmallFiles.* &gt; myBigFile 
shouldn&#039;t be: 
$ cat mySmallFiles.* &gt;&gt; myBigFile 
? 
 
I guess with single &gt; the myBigFile will be overwritten with every SmallFile. That&#039;s just a guess, I&#039;m not going to check this now. </description>
		<content:encoded><![CDATA[<p>Instead of:<br />
$ cat mySmallFiles.* &gt; myBigFile<br />
shouldn&#039;t be:<br />
$ cat mySmallFiles.* &gt;&gt; myBigFile<br />
? </p>
<p>I guess with single &gt; the myBigFile will be overwritten with every SmallFile. That&#039;s just a guess, I&#039;m not going to check this now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

