<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jennyandlih.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Ubuntu</title>
 <link>http://jennyandlih.com/note-type/tech/ubuntu</link>
 <description>The taxonomy view.</description>
 <language>en</language>
<item>
 <title>Laptops and Ubuntu</title>
 <link>http://jennyandlih.com/laptops-and-ubuntu</link>
 <description>	&lt;blockquote&gt;&lt;div class=&quot;quote_start&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;quote_end&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;p&gt;You must have the following essential stuff installed for power scaling in laptops to work:&lt;/p&gt;
		&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo apt-get install cpufrequtils&lt;br /&gt;sudo apt-get install laptop-mode-tools&lt;br /&gt;sudo apt-get install pm-utils&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
	&lt;/blockquote&gt;

	&lt;p&gt;Source: &lt;a href=&quot;http://forum.notebookreview.com/linux-compatibility-software/257220-m1330-poor-battery-life-ubuntu.html&quot; title=&quot;http://forum.notebookreview.com/linux-compatibility-software/257220-m1330-poor-battery-life-ubuntu.html&quot;&gt;http://forum.notebookreview.com/linux-compatibility-software/257220-m133...&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/laptops-and-ubuntu#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Fri, 14 May 2010 19:22:33 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">2102 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Installing Gtk2::Sexy on Ubuntu</title>
 <link>http://jennyandlih.com/installing-gtk2sexy-ubuntu</link>
 <description>&lt;h2&gt;First error message and fix&lt;/h2&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Can&amp;#039;t locate ExtUtils/Depends.pm in @INC&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo perl -MCPAN -e &amp;#039;install ExtUtils::Depends&amp;#039;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h2&gt;Second error message and fix&lt;/h2&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Can&amp;#039;t locate ExtUtils/PkgConfig.pm in @INC&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo perl -MCPAN -e &amp;#039;install ExtUtils::PkgConfig&amp;#039;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h2&gt;Third error message and fix&lt;/h2&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Package libsexy was not found in the pkg-config search path.&lt;br /&gt;Perhaps you should add the directory containing `libsexy.pc&amp;#039;&lt;br /&gt;to the PKG_CONFIG_PATH environment variable&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo apt-get install libsexy-dev&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/installing-gtk2sexy-ubuntu&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/installing-gtk2sexy-ubuntu#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/perl">PERL</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Fri, 31 Jul 2009 13:18:37 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">1890 at http://jennyandlih.com</guid>
</item>
<item>
 <title>CheckGmail fails with &quot;Error: Incorrect username or password&quot;</title>
 <link>http://jennyandlih.com/checkgmail-fails-error-incorrect-username-or-password</link>
 <description>&lt;p&gt;For all the gory details, visit &lt;a href=&quot;http://tombuntu.com/index.php/2008/07/23/updating-checkgmail-to-fix-login-errors/&quot;&gt;Updating CheckGmail to Fix Login Errors&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the lazy, just do this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;svn co &lt;a href=&quot;https://checkgmail.svn.sourceforge.net/svnroot/checkgmail&quot; title=&quot;https://checkgmail.svn.sourceforge.net/svnroot/checkgmail&quot;&gt;https://checkgmail.svn.sourceforge.net/svnroot/checkgmail&lt;/a&gt; /tmp/checkgmail&lt;br /&gt;sudo cp /tmp/checkgmail/checkgmail /usr/bin&lt;br /&gt;rm -rf /tmp/checkgmail&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Voila, fixed.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Troubleshooting&lt;/h2&gt;
&lt;p&gt;The first time I did this, I got the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/checkgmail-fails-error-incorrect-username-or-password&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/checkgmail-fails-error-incorrect-username-or-password#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Thu, 25 Jun 2009 19:39:00 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">1799 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Changing timezones in Ubuntu</title>
 <link>http://jennyandlih.com/changing-timezones-ubuntu</link>
 <description>&lt;h2&gt;GUI&lt;/h2&gt;
&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Right click on the clock that displays in your taskbar.
&lt;/li&gt;
&lt;li&gt; Choose &quot;Adjust Date &amp;amp; Time&quot;
&lt;/li&gt;
&lt;li&gt; If the resulting window is greyed out, click &quot;Unlock&quot; at the bottom and enter your password.
&lt;/li&gt;
&lt;li&gt; Choose your timezone.
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Command-line&lt;/h2&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo dpkg-reconfigure tzdata&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/changing-timezones-ubuntu#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Wed, 17 Jun 2009 22:30:55 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">1770 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Flashing a BIOS with an exe in Ubuntu</title>
 <link>http://jennyandlih.com/flashing-bios-exe-ubuntu</link>
 <description>&lt;p&gt;For step-by-step instructions, go read &lt;a href=&quot;http://www.linuxinsight.com/how-to-flash-motherboard-bios-from-linux-no-dos-windows-no-floppy-drive.html&quot;&gt;the mastermind\&amp;#039;s article&lt;/a&gt;, from which this is derived.  This is mostly for my future reference.  I was given an exe (&lt;code&gt;M1330A12.EXE&lt;/code&gt;) by Dell and told to flash my BIOS with it.  Right.  Then I was given &lt;a href=&quot;http://hp.vector.co.jp/authors/VA004958/bootcd/index_e.html&quot;&gt;the world\&amp;#039;s most incomprehensible instructions&lt;/a&gt; on how to supposedly get it working with linux.  Thank god for the aforementioned article -- the following worked like a charm.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/flashing-bios-exe-ubuntu&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/flashing-bios-exe-ubuntu#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Wed, 03 Sep 2008 20:22:47 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">747 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Unresolved: &lt;Ctrl&gt;Tab for gnome-terminal</title>
 <link>http://jennyandlih.com/unresolved-ctrl-tab-gnome-terminal</link>
 <description>&lt;p&gt;Firefox uses &lt;code&gt;&amp;lt;Ctrl&amp;gt;Tab&lt;/code&gt; and &lt;code&gt;&amp;lt;Ctrl&amp;gt;&amp;lt;Shift&amp;gt;Tab&lt;/code&gt; for switching between tabs.  Eclipse at least lets you assign these same keybindings to its tabs.  Wouldn&#039;t it be nice if gnome-terminal would allow the same thing?  No such luck.&lt;/p&gt;
&lt;p&gt;The symptom, as described by Daniel DiPaolo:&lt;/p&gt;
&lt;blockquote&gt;&lt;div class=&quot;quote_start&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;quote_end&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/unresolved-ctrl-tab-gnome-terminal&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/unresolved-ctrl-tab-gnome-terminal#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/gnome">Gnome</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Thu, 13 Mar 2008 21:08:24 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">485 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Don&#039;t clear out /tmp on boot</title>
 <link>http://jennyandlih.com/dont-clear-out-tmp-boot</link>
 <description>&lt;p&gt;Yes, &lt;code&gt;/tmp&lt;/code&gt; is for temporary files... but cleaning it out on every boot?  Whose bright idea was that?&lt;/p&gt;
&lt;p&gt;Here&#039;s how to fix it.  In &lt;code&gt;/etc/default/rcS&lt;/code&gt;, locate this line:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;TMPTIME=0&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;This is where the number of days old a file needs to be for it to be deleted on boot is supposed to go.  Notice the offending 0.  That means delete everything, every time.  Change this value to something sensible like 15 or 30.&lt;/p&gt;
&lt;p&gt;Other distros use cron to clean out /tmp, and the default for those is 720 hours (30 days).&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/dont-clear-out-tmp-boot#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/debian">Debian</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Mon, 10 Mar 2008 02:04:01 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">478 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Installing fonts</title>
 <link>http://jennyandlih.com/installing-fonts</link>
 <description>&lt;p&gt;This is the quickest way I&#039;ve found to install fonts.  I&#039;m sure there&#039;s an equally easy system-wide method, but I haven&#039;t stumbled upon it yet... this is working for now.&lt;/p&gt;
&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Create a directory called .fonts in your home directory
&lt;/li&gt;
&lt;li&gt; Copy .ttf files into ~/.fonts
&lt;/li&gt;
&lt;li&gt; Done
&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://jennyandlih.com/installing-fonts#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Sun, 02 Mar 2008 23:53:46 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">454 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Bringing eth1 (wireless network card) up/down on Ubuntu</title>
 <link>http://jennyandlih.com/bringing-eth1-wireless-network-card-down-ubuntu</link>
 <description>&lt;p&gt;For reasons that elude me, the normal way of handling this does not work for wireless interfaces:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo ifdown eth1&lt;br /&gt;sudo ifup eth1&lt;br /&gt;sudo dhclient&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;...but this does work:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo ifconfig eth1 down&lt;br /&gt;sudo ifconfig eth1 up&lt;br /&gt;sudo dhclient&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Thanks to Lih for figuring this one out...&lt;/i&gt;&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/bringing-eth1-wireless-network-card-down-ubuntu#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/networking">Networking</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Thu, 20 Dec 2007 14:38:03 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">365 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Internal web browser in Eclipse</title>
 <link>http://jennyandlih.com/internal-web-browser-eclipse</link>
 <description>&lt;p&gt;I was getting this error:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Embedded browser not available&lt;br /&gt;&lt;br /&gt;java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3346 or swt-mozilla-gtk in swt.library.path...&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Apparently the xulrunner package is needed:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo apt-get install xulrunner&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;...then close and reopen eclipse.  Works like a charm.&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/internal-web-browser-eclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Sat, 24 Nov 2007 19:29:09 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">303 at http://jennyandlih.com</guid>
</item>
</channel>
</rss>
