<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Ubuntu</title>
<link>http://www.hackszine.com/blog/archive/ubuntu/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Mon, 08 Sep 2008 20:43:18 -0800</lastBuildDate>
<pubDate>Sun, 28 Sep 2008 12:01:13 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>Run Google Chrome in Linux with Wine</title>
<itunes:summary> If you&apos;re waiting impatiently for the native Linux release of Chrome, check out the instructions by Romeo Adrian Cioaba, who was able to get Chrome running on his Ubuntu box using Wine. The latest Wine release (1.1.4) contains a...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="chrome_linux_20080908.jpg" src="http://www.hackszine.com/chrome_linux_20080908.jpg" width="600" height="409" class="mt-image-none" style="" /></span></p>

<p>If you're waiting impatiently for the native Linux release of Chrome, check out the instructions by Romeo Adrian Cioaba, who was able to get Chrome running on his Ubuntu box using Wine. The latest Wine release (1.1.4) contains a fix that corrects some rendering problems with the application, so make sure to upgrade first. </p>

<p>Most of the application is functional, except for HTTPS support. Unfortunately, <a href="http://wiki.winehq.org/Secur32">according to the Wine wiki</a>, this is because SSL support has only been stubbed in at this point. I can't say for sure if it'd work, but you could try copying the native Windows secur32.dll and crypt32.dll files into your Wine installation (assuming you can get your hands on them). There's a chance that there might be a few other incomplete libraries that you'll run into along this path, but if you get it to work, let us know.</p>

<p><a href="http://www.myscienceisbetter.info/2008/09/install-google-chrome-on-linux-using-wine.html">Install Google Chrome on Linux using wine</a> [via <a href="http://lifehacker.com/5045334/run-google-chrome-in-ubuntu-with-wine">Lifehacker</a>]</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/run_google_chrome_in_linux_wit.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/run_google_chrome_in_linux_wit.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/09/run_google_chrome_in_linux_wit.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/09/run_google_chrome_in_linux_wit.html?CMP=OTC-7G2N43923558</guid>
<category>Google</category>
<pubDate>Mon, 08 Sep 2008 20:43:18 -0800</pubDate>

</item>

<item>
<title>HOWTO - reset a lost Ubuntu password</title>
<itunes:summary>I loaded one of my test Ubuntu virtual machines today (one that I hadn&apos;t used for a month) and, surprise, I had forgotten the password. This sort of thing happens from time to time, and if you&apos;re new to Linux,...</itunes:summary>
<description>
<![CDATA[<p>I loaded one of my test Ubuntu virtual machines today (one that I hadn't used for a month) and, surprise, I had forgotten the password. This sort of thing happens from time to time, and if you're new to Linux, it can be a little disconcerting. </p>

<p>Losing your root password isn't the end of the world, though. You'll just need to reboot into single user mode to reset it. Here's how to do it on a typical Ubuntu machine with the GRUB bootloader:</p>

<p><b>Boot Linux into single-user mode</b><br />
<ol><li>Reboot the machine.</li><li>Press the ESC key while GRUB is loading to enter the menu.</li><li>If there is a 'recovery mode' option, select it and press 'b' to boot into single user mode.</li><li>Otherwise, the default boot configuration should be selected. Press 'e' to edit it.</li><li>Highlight the line that begins with 'kernel'. Press 'e' again to edit this line.</li><li>At the end of the line, add an additional parameter: 'single'. Hit return to make the change and press 'b' to boot.</li></ol></p>

<p><b>Change the admin password</b><br />
The system should load into single user mode and you'll be left at the command line automatically logged in as root. Type 'passwd' to change the root password or 'passwd someuser' to change the password for your "someuser" admin account.</p>

<p><b>Reboot</b><br />
Once your done, give the three finger salute, or enter 'reboot' to restart into your machine's normal configuration.</p>

<p>That's all there is to it. Now just make sure to write your password down on a post-it and shove it somewhere safe like under your keyboard. :)</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/howto_reset_a_lost_ubuntu_pass.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/howto_reset_a_lost_ubuntu_pass.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/09/howto_reset_a_lost_ubuntu_pass.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/09/howto_reset_a_lost_ubuntu_pass.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Wed, 03 Sep 2008 22:37:46 -0800</pubDate>

</item>

<item>
<title>Beagle Board - ultra tiny, 2-Watt Linux system</title>
<itunes:summary> Hackszine pal Patti Schiendelman tipped me off to the Beagle Board, a spartan little embedded platform, perfect for all things hackable. It&apos;s based on the TI OMAP3 processor, which is packaged with 128MB of DDR RAM and 256MB of...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="beagleboard_20080818.jpg" src="http://www.hackszine.com/beagleboard_20080818.jpg" width="600" height="462" class="mt-image-none" style="" /></span></p>

<p>Hackszine pal Patti Schiendelman tipped me off to the Beagle Board, a spartan little embedded platform, perfect for all things hackable. It's based on the TI OMAP3 processor, which is packaged with 128MB of DDR RAM and 256MB of NAND Flash all on the single chip in the center of the board.</p>

<p>Instead of including things like ethernet and 802.11 on-board, they opted to keep the footprint small and only include the bare essentials: DVI for monitor output, SD/MMC for storage, audio in/out, and USB for device expansion. If you need any other hardware, just get a USB device that has a Linux driver.</p>

<p>Did I mention it's $150 and draws less that 2 Watts? This is definitely what you need for your next autonomous <strike>spy</strike> weather blimp.</p>

<p><a href="http://beagleboard.org/">BeagleBoard.org</a><br />
<a href="http://elinux.org/BeagleBoard">BeagleBoard Embedded Linux Wiki</a><br />
<a href="http://www.linuxjournal.com/content/beagleboard-149-linux-system">Linux Journal - The BeagleBoard: $149 Linux System</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/08/beagle_board_ultra_tiny_2watt.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/08/beagle_board_ultra_tiny_2watt.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/08/beagle_board_ultra_tiny_2watt.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/08/beagle_board_ultra_tiny_2watt.html?CMP=OTC-7G2N43923558</guid>
<category>Hardware</category>
<pubDate>Mon, 18 Aug 2008 21:06:07 -0800</pubDate>

</item>

<item>
<title>Improve Linux laptop performance with Ramlog</title>
<itunes:summary>One of the most power-hungry components in a traditional laptop is its hard disk, and time between charges can be greatly improved by keeping the disk in sleep mode. On machines like the OLPC that have solid-state disks, keeping disk...</itunes:summary>
<description>
<![CDATA[<p>One of the most power-hungry components in a traditional laptop is its hard disk, and time between charges can be greatly improved by keeping the disk in sleep mode. On machines like the OLPC that have solid-state disks, keeping disk writes to a minimum improves the life of the drive, minimizing unwritable sectors. Depending on how your machine is configured, log activity from kernel events and running daemons like sshd, a dns cache, or a local copy of apache can force your disk to make tiny writes every few minutes, impacting flash drive lifetime and ensuring that a mechanical drive never sleeps.</p>

<p>One solution to the problem is to disable syslogd entirely. An alternative is Ramlog, which offers a bit of a compromise. With Ramlog installed, log data is stored in RAM until shutdown, when it's copied back to disk in one big write. You will loose your logs if you have a system crash, but in a more usual scenario where you're trying to track down a wireless problem or an apache error on your development laptop, the logs are there for you to examine.</p>

<p><a href="http://www.linux.com/feature/141231">Installing Ramlog [linux.com]</a><br />
<a href="http://tofu3.szm.sk/ramlog/">Ramlog downloads</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/improve_linux_laptop_performan.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/improve_linux_laptop_performan.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/07/improve_linux_laptop_performan.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/07/improve_linux_laptop_performan.html?CMP=OTC-7G2N43923558</guid>
<category>olpc</category>
<pubDate>Wed, 16 Jul 2008 21:11:30 -0800</pubDate>

</item>

<item>
<title>Find and Grep 101</title>
<itunes:summary>Find and Grep are perhaps the most used command line tools for the Linux user or administrator. Terse but powerful, these two commands will allow you to search through files and their contents by almost any imaginable attribute or filter...</itunes:summary>
<description>
<![CDATA[<p>Find and Grep are perhaps the most used command line tools for the Linux user or administrator. Terse but powerful, these two commands will allow you to search through files and their contents by almost any imaginable attribute or filter criteria: file name, date modified, occurrence of the some specific word in a file, etc. Combined with a couple of other standard unix utilities, you can automate and process modifications over a number of files that match your search.</p>

<p>Here are two blog posts by Eric Wendelin which nicely illustrate the basics of these two commands:</p>

<p><a href="http://eriwen.com/productivity/find-is-a-beautiful-tool/">Find is a Beautiful Tool</a><br />
<a href="http://eriwen.com/tools/grep-is-a-beautiful-tool/">Grep is a Beautiful Tool</a></p>

<p>There are a number of other great unix utilities for file search, but knowing how to use find and grep is fundamental, as these two utilities can be found on the most basic build of every unix-like machine you come across.</p>

<p>Got a favorite command line hack that uses find or grep? Drop it on us in the comments.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/find_and_grep_101.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/find_and_grep_101.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/07/find_and_grep_101.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/07/find_and_grep_101.html?CMP=OTC-7G2N43923558</guid>
<category>Linux</category>
<pubDate>Sun, 13 Jul 2008 21:19:54 -0800</pubDate>

</item>

<item>
<title>Debian/Ubuntu users: update your SSL keys and certs</title>
<itunes:summary>It was announced yesterday that sometime back in September 2006 a line of code was removed from the Debian distributed OpenSSL package. That one line of code was responsible for causing an uninitialized data warning in Valgrind. It also seeded...</itunes:summary>
<description>
<![CDATA[<p>It was announced yesterday that sometime back in September 2006 a line of code was removed from the Debian distributed OpenSSL package. That one line of code was responsible for causing an uninitialized data warning in Valgrind. It also seeded the random number generator used by OpenSSL. Without it, the error went away, but the keyspace used by affected systems went from 2^1024 to about 2^15. Oh noes!</p>

<p>A large majority of Debian and Ubuntu systems are affected. To correct the problem, you'll need to not only update OpenSSL, but also revoke and replace any cryptographic keys and certificates that were generated on the affected systems. From the Debian security advisory:</p>

<blockquote>Affected keys include SSH keys, OpenVPN keys, DNSSEC keys, and key material for use in X.509 certificates and session keys used in SSL/TLS connections. Keys generated with GnuPG or GNUTLS are not affected, though.</blockquote>

<p>For most people, this boils down to your ssh server's host key and any public key pairs used for remote ssh authentication. Any keys or certificates generated on the affected machines for SSL/https use also need to be revoked and regenerated. It's pretty ugly, really.</p>

<p>As far as teachable moments go, there's probably a lot to think about here. Software developers have this weird natural tendency to want to fix and reengineer things that aren't even broken. I'd go so far as to say that the desire to reengineer is inversely proportional to a programmer's familiarity and understanding of the code. I think it comes from our intense desire to make sense of things.  It's the guru who's able to channel that hacker urge into solving new problems instead of creating new bugs out of old solutions.</p>

<p><br />
<a href="http://www.debian.org/security/2008/dsa-1571">DSA-1571-1 openssl -- predictable random number generator</a><br />
<a href="http://metasploit.com/users/hdm/tools/debian-openssl/">OpenSSL PRNG Debian Toys (more discussion of the problem here)</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/05/debianubuntu_users_update_your.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/05/debianubuntu_users_update_your.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/05/debianubuntu_users_update_your.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/05/debianubuntu_users_update_your.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Wed, 14 May 2008 19:57:27 -0800</pubDate>

</item>

<item>
<title>Air on the EeePC</title>
<itunes:summary> There&apos;s a good post on the O&apos;Reilly Rich Internet Application blog about running Air under Linux on the EeePC: Adobe recently released the first public alpha version of the AIR runtime for Linux on labs. This is great news!...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="eeepc_air_20080410.jpg" src="http://www.hackszine.com/eeepc_air_20080410.jpg" width="500" height="302" class="mt-image-none" style="" /></span></p>

<p>There's a good post on the O'Reilly Rich Internet Application blog about running Air under Linux on the EeePC:</p>

<blockquote>Adobe recently released the first public alpha version of the AIR runtime for Linux on labs. This is great news! I felt compelled to "geek out" with it, and was able to get AIR running on an Asus EeePC, although with a few minor issues.

<p>The Asus EeePC runs a derivative of Xandros with KDE, which is not a supported Linux distribution for AIR. I got it working with a little help from the Adobe forums, and I'm very excited about it. I have never gotten into Linux desktop application development, but I think that's could soon change.</blockquote></p>

<p>There's a thread on the Adobe forums that has guidance for running Air on Linux machines.  It's a simple matter of downloading the SDK and running your applications from the command line using the <em>adl</em> command like so:</p>

<blockquote><code>~/AIR-SDK/bin/adl -nodebug ~/app/META-INF/AIR/application.xml ~/app</code></blockquote>

<p>The AIR runtime for Linux release notes are pretty clear that this is still a pretty alpha product with some unfinished features, but it's something, and if you do a lot of AIR or traditional Flash development, this would be a cool way to include Linux as a build target for your next desktop application.</p>

<p><a href="http://www.insideria.com/2008/04/air-linux-eeepc.html">AIR + Linux + EeePC</a> [<a href="http://digg.com/linux_unix/AIR_Linux_EeePC">via Lebon Bon Lebon</a>]<br />
<a href="http://labs.adobe.com/technologies/air/">Adobe AIR for Linux</a><br />
<a href="http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=677&threadid=1352064&enterthread=y">Running AIR on Linux (Adobe forum)</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/04/air_on_the_eeepc.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/04/air_on_the_eeepc.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/04/air_on_the_eeepc.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/04/air_on_the_eeepc.html?CMP=OTC-7G2N43923558</guid>
<category>Flash</category>
<pubDate>Wed, 09 Apr 2008 23:06:48 -0800</pubDate>

</item>

<item>
<title>Run Safari in Ubuntu</title>
<itunes:summary> The Ubuntu Unleashed blog has a simple guide for getting Safari to run in Ubuntu. You basically install the Windows version of Safari under WINE, copy over a few core Windows fonts to your WINE install and it just...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="safariubuntu_20080323.jpg" src="http://www.hackszine.com/safariubuntu_20080323.jpg" width="500" height="346" class="mt-image-none" style="" /></span></p>

<p>The Ubuntu Unleashed blog has a simple guide for getting Safari to run in Ubuntu. You basically install the Windows version of Safari under WINE, copy over a few core Windows fonts to your WINE install and it just works. You can even install the flash plugin.</p>

<p>I'm not positive that I wouldn't feel a little dirty running closed software on a Linux desktop, but considering Safari is still my preferred browser under OS X (much to the embarrassment of some of my coworkers), I can understand why this could be cool for a lot of folks.</p>

<p><a href="http://www.ubuntu-unleashed.com/2008/03/howto-install-safari-on-ubuntu-with.html">Howto: Install Safari on Ubuntu with Flash</a><br />
</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/run_safari_in_ubuntu.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/run_safari_in_ubuntu.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/run_safari_in_ubuntu.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/run_safari_in_ubuntu.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Sun, 23 Mar 2008 20:43:24 -0800</pubDate>

</item>

<item>
<title>Command line Twitter</title>
<itunes:summary>You can easily update your Twitter status from the command line using cURL. The Tech-Recipes blog posted this handy command line hack: With cURL installed, you can post to Twitter from the terminal window by using the following syntax: curl...</itunes:summary>
<description>
<![CDATA[<p>You can easily update your Twitter status from the command line using cURL. The Tech-Recipes blog posted this handy command line hack:</p>

<blockquote>With cURL installed, you can post to Twitter from the terminal window by using the following syntax:

<p><br />
<code>curl -u yourusername:yourpassword -d status="Your Message Here" http://twitter.com/statuses/update.xml</code></p>

<p>You will receive a response containing the XML coding for your post which acts as a confirmation that your post was submitted.</blockquote></p>

<p>Consider this: instant messaging is the new <i>talk</i> (<i>phone</i> for my VMS peeps) and Twitter is the new <i>finger</i>.  It's nice to see at least one of these handy communication tools make its way back to the command line.</p>

<p>Posting to Twitter from the Terminal Window - <a href="http://blogs.tech-recipes.com/shamanstears/2008/03/04/ubuntu-posting-to-twitter-from-the-terminal-window/">Link</a><br />
cURL downloads - <a href="http://curl.haxx.se/download.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Sun, 09 Mar 2008 21:39:36 -0800</pubDate>

</item>

<item>
<title>Run Linux apps in Windows with andLinux</title>
<itunes:summary> andLinux is a Ubuntu distribution that used the coLinux kernel, a Windows port of the Linux kernel which allows andLinux to run natively inside Windows without any virtualization software. After downloading, you basically just run the install Wizard. When...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="andlinux_20080307.jpg" src="http://www.hackszine.com/andlinux_20080307.jpg" width="509" height="566" class="mt-image-none" style="" /></span></p>

<p>andLinux is a Ubuntu distribution that used the coLinux kernel, a Windows port of the Linux kernel which allows andLinux to run natively inside Windows without any virtualization software. After downloading, you basically just run the install Wizard.  When your machine reboots, an extra taskbar icon will be waiting for you to launch and install pretty much any standard Linux application.</p>

<p>The coLinux kernel can be launched as a service and it runs in the background with a dedicated amount of RAM allotted to it. During the install, you create a folder to house the andLinux Ubuntu installation's root directory. If you need to access the full C drive from Linux applications, it's just a quick entry in the /etc/fstab.</p>

<p>When you've got everything running, the end result is really seamless. The Linux applications each run in a standard window, just like your Windows apps.  There's no switching between operating system windows. Xterm, Konquerer, Amarok, whatever&mdash;It basically just works.</p>

<p>The installation is pretty simple, and there's also a nice tutorial at Tinkernut that runs you through the installer and shows you how to use Synaptec to easily install other Linux applications. If you're primarily a Windows user, but you miss all the great open source apps and command line tools that are available in Linux, this is worth the 700MB download.</p>

<p>andLinux - <a href="http://www.andlinux.org/">Link</a><br />
Using andLinux (video) - <a href="http://www.tinkernut.com/archives/45">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/run_linux_apps_in_windows_with.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/run_linux_apps_in_windows_with.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/run_linux_apps_in_windows_with.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/run_linux_apps_in_windows_with.html?CMP=OTC-7G2N43923558</guid>
<category>Windows</category>
<pubDate>Fri, 07 Mar 2008 20:07:19 -0800</pubDate>

</item>

<item>
<title>Ubuntu Tweak</title>
<itunes:summary> Hans sent us a link to HowtoForge&apos;s guide to installing and using the Ubuntu Tweak utility. Ubuntu Tweak is a tool that lets you change hidden Ubuntu settings, for example: hide or change the splash screen, show or hide...</itunes:summary>
<description>
<![CDATA[<p><img alt="ubuntutweak_20080204.jpg" src="http://www.hackszine.com/ubuntutweak_20080204.jpg" width="500" height="375" /></p>

<p>Hans sent us a link to HowtoForge's guide to installing and using the Ubuntu Tweak utility.</p>

<blockquote>Ubuntu Tweak is a tool that lets you change hidden Ubuntu settings, for example: hide or change the splash screen, show or hide the Computer, Home, Trash, and Network icons, change Metacity, Nautilus, power management, and security settings, etc.</blockquote>

<p>It's only applicable for the Gnome desktop, but it's a really convenient tool for tweaking your computer's splash screen, desktop and hibernation settings. There's nothing here that you can't do via other settings management programs or config files, but the interface is simple to use and it collects a lot of Gnome's system settings in a single application.</p>

<p>Tweaking Hidden Ubuntu Settings With Ubuntu Tweak - [<a href="http://hans-tech.blogspot.com/">via</a>] <a href="http://www.howtoforge.com/tweaking-hidden-ubuntu-settings-with-ubuntu-tweak">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/ubuntu_tweak.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/ubuntu_tweak.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/ubuntu_tweak.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/ubuntu_tweak.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Mon, 04 Feb 2008 19:04:53 -0800</pubDate>

</item>

<item>
<title>Essential hacker stocking stuffers</title>
<itunes:summary> Like most of us, you&apos;ve probably got some last-minute shopping to take care of. Or maybe there&apos;s a special someone in your life who keeps asking you for gift ideas and you need to start dropping hints to avoid...</itunes:summary>
<description>
<![CDATA[<p><img alt="stockingstuffers_20071221.jpg" src="http://www.hackszine.com/stockingstuffers_20071221.jpg" width="500" height="331" /></p>

<p>Like most of us, you've probably got some last-minute shopping to take care of.  Or maybe there's a special someone in your life who keeps asking you for gift ideas and you need to start dropping hints to avoid another button down and a neck tie. Whatever the reason, here's a quick and dirty hacker gift guide with a variety of gift ideas that should put a smile on someone's face.</p>

<p>Make sure to add your own favorites to the list in the comments area and pass it along. I'm focusing primarily on smaller items that are available in local stores, but feel free to toss in whatever you think is important and shouldn't be missed.</p>

<p><b>Reading Material:</b><br />
<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=059651428X">Make: The Best Of</a> - a killer collection of the best 75 projects from our favorite magazine.</li><li><a href="http://www.amazon.com/Dangerous-Book-Boys-Conn-Iggulden/dp/0061243582">The Dangerous Book For Boys</a> - this is a great book for sharing with your kids. Chock-full of essential information like how to tie knots, play poker, use a compass, build a tree house, and relate to girls.</li><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=9780596514938">Knoppix Hacks, 2nd Edition</a> - the swiss army knife for your computer.</li><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596526857">Illustrated Guide To Astronomical Wonders</a> - ideal for anyone who's interested in knowing their way around the universe.</li><li>Also check out other books from the O'Reilly Hacks Series - <a href="http://store.makezine.com/SearchResults.asp?Cat=33">Link</a></li></ul></p>

<p><b>Gadgets:</b><br />
<ul><li><a href="http://eeepc.asus.com/">Asus Eee PC</a> - this ultra-tiny Linux laptop is just starting to appear in stores - <a href="http://www.google.com/custom?domains=hackszine.com&sitesearch=hackszine.com&q=eee+pc&sa.x=0&sa.y=0&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1&client=pub-1711976718738240&forid=1&channel=7181752107&ie=ISO-8859-1&oe=ISO-8859-1&hl=en">Hacks</a></li><li><a href="http://en.wikipedia.org/wiki/WRT54G">Linksys WRT54GL Router</a> - the L in the GL stands for Linux. It's a $60 router that can be customized to do more than it's thousand dollar big-brothers - <a href="http://www.google.com/custom?hl=en&client=pub-1711976718738240&channel=7181752107&cof=FORID%3A1%3BGL%3A1%3BLBGC%3A336699%3BLC%3A%230000ff%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3B&domains=hackszine.com&ie=ISO-8859-1&oe=ISO-8859-1&q=wrt&btnG=Search&sitesearch=hackszine.com">Hacks</a></li><li><a href="http://www.wdmybook.com/">Western Digital MyBook World Edition External Hard Drive</a> - any extra storage is really nice to have, but this network-available drive contains mirrored RAID storage and a mini Linux computer that can run a web and database server - <a href="http://www.google.com/custom?hl=en&client=pub-1711976718738240&channel=7181752107&cof=FORID%3A1%3BGL%3A1%3BLBGC%3A336699%3BLC%3A%230000ff%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3B&domains=hackszine.com&ie=ISO-8859-1&oe=ISO-8859-1&q=mybook&btnG=Search&sitesearch=hackszine.com">Hacks</a></li><li><a href="http://www.apple.com/iphone/">iPhone</a> or <a href="http://www.apple.com/ipodtouch/">iPod Touch</a> - did I really put that here? - <a href="http://www.google.com/custom?domains=hackszine.com&sitesearch=hackszine.com&q=iphone+OR+ipod+touch&sa.x=0&sa.y=0&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1&client=pub-1711976718738240&forid=1&channel=7181752107&ie=ISO-8859-1&oe=ISO-8859-1&hl=en">Hacks</a></li><li>Broadband Mobile Card from <a href="http://www.verizonwireless.com/b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Wireless%20PC%20Cards&lid=//global//phones+and+accessories//wireless+pc+cards">Verizon</a> or <a href="http://www.sprint.com/NASApp/onlinestore/en/Action/DisplayPhones?filterString=Data_Cards_Phone_Char&id12=UHP_PhonesTab_Link_MobileBroadbandCards">Sprint</a> - they are getting super <br />
popular, and heck, they are cheaper than an iPhone.</li><li><a href="http://en.wikipedia.org/wiki/Nokia_N95">Nokia N95-3</a> - the winner of our <a href="http://www.hackszine.com/blog/archive/2007/11/ask_the_readers_whats_the_best.html">most hackable mobile phone</a> survey - <a href="http://www.google.com/custom?hl=en&client=pub-1711976718738240&channel=7181752107&cof=FORID%3A1%3BGL%3A1%3BLBGC%3A336699%3BLC%3A%230000ff%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3B&domains=hackszine.com&ie=ISO-8859-1&oe=ISO-8859-1&q=n95&btnG=Search&sitesearch=hackszine.com">Hacks</a></li></ul></p>

<p><b>Toys:</b><br />
<ul><li><a href="http://www.amazon.com/Air-Hogs-Havoc-Laser-Battle/dp/B000Y15UL4">Air Hogs Havoc Heli Laser Battle</a> - remember the Picco-Zs and their clones from last year?  Here's two of them in a single package, enhanced with a trigger that let's you zap your friend's heli down.</li><li><a href="http://en.wikipedia.org/wiki/Lama_v4">E-Sky Lama V4 Helicopter</a>- Yeah, I'm crazy for helicopters right now.  The counter-rotating models like this one are about $100, ready (and easy) to fly, and very hackable.</li><li><a href="http://www.robosapienv2online.com/">WowWee RoboSapien V2</a> - fun for the kids. More fun with a soldering iron - <a href="http://www.google.com/custom?hl=en&client=pub-1711976718738240&channel=7181752107&cof=FORID%3A1%3BGL%3A1%3BLBGC%3A336699%3BLC%3A%230000ff%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3B&domains=hackszine.com&ie=ISO-8859-1&oe=ISO-8859-1&q=robosapien&btnG=Search&sitesearch=hackszine.com">Hacks</a></li></ul></p>

<p><b>Gear:</b><br />
<ul><li>2GB or larger micro SD card, plus various SD and USB adapters - perfect for scooting files around, the size of a finger nail, and you can put a full Linux distro, anti virus software, or a <a href="http://www.hackszine.com/blog/archive/2007/10/running_puppy_linux_inside_os.html">Puppy Linux virtual machine</a> on it - <a href="http://www.google.com/custom?hl=en&client=pub-1711976718738240&channel=7181752107&cof=FORID%3A1%3BGL%3A1%3BLBGC%3A336699%3BLC%3A%230000ff%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3B&domains=hackszine.com&ie=ISO-8859-1&oe=ISO-8859-1&q=%22sd+card%22&btnG=Search&sitesearch=hackszine.com">Hacks</a></li><li><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=78">Mini Multimeter</a> - always handy.</li><li>Bike Multitool - a good one will pack allen and hex wrenches, screw drivers, and a knife into a pretty small package. Perfect for voiding warrantees in a pinch. Oh, and there's a chain tool, too - <a href="http://www.crankbrothers.com/multi19.php">Link</a>, <a href="http://www.topeak.com/2007/products/tools/aliendx.php">Link</a></li><li>Soldering Tools - whether it's a new Weller or just a pair of helping hands, it'll be welcome in any stocking - <a href="http://www.sparkfun.com/commerce/categories.php?cPath=46_49">Link</a>,  <a href="http://www.amazon.com/AMERICAN-SCIENCE-SURPLUS-HELPING-SOLDER/dp/B0001ZYH4O">Link</a></li></ul></p>

<p>What have we missed here? Add your wishes to the comments. Then find a completely non-tacky way to get this list into the hands of someone who wants you to be a happy hacker.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/essential_hacker_stocking_stuf.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/essential_hacker_stocking_stuf.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/essential_hacker_stocking_stuf.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/essential_hacker_stocking_stuf.html?CMP=OTC-7G2N43923558</guid>
<category>Electronics</category>
<pubDate>Fri, 21 Dec 2007 20:03:23 -0800</pubDate>

</item>

<item>
<title>HOWTO run Ubuntu off a USB drive on the Asus EEE</title>
<itunes:summary> C. K. Sample III has posted a comprehensive HOWTO on running Ubuntu on the Asus EEE PC... a fully-functional install on a USB drive: I&apos;ve been combing over various guides and instructions online for installing Ubuntu on the Asus...</itunes:summary>
<description>
<![CDATA[<p>
<img src="http://www.hackszine.com/csk3_ubuntu_eee.jpg" height="375" width="500" border="1" hspace="4" vspace="4" alt="Ubuntu on the EEE PC" title="Ubuntu on the EEE PC" />
</p><p>
C. K. Sample III has posted a comprehensive HOWTO on running Ubuntu on the Asus EEE PC... a fully-functional install on a USB drive: 
</p><blockquote>
I've been combing over various guides and instructions online for installing Ubuntu on the Asus Eee PC, and I ran into a few kinks along the way since I don't have a USB CD-ROM to install from and opted for a USB flash drive instead, so I thought I'd write the process out in this post in the hopes of helping those of you out there who are thinking about taking the plunge, but unsure of how it's going to work. All of this information is available elsewhere, but I found it somewhat scattered, so I'm documenting it all here for my future self.
</blockquote><p>
This is a great way to embiggen the amount of disk space at your disposal. The next step would be to get that USB drive into the inside of the EEE PC or find a really low-profile USB drive that you could affix with some hot glue so it doesn't come loose too easily. 
</p><p>
Ubuntu on the Asus Eee PC: Part 1 (or How to run a functional Ubuntu install off a USB drive) - <a href="http://www.sampletheweb.com/2007/12/09/ubuntu-on-the-asus-eee-pc-part-1-or-how-to-run-a-functional-ubuntu-install-off-a-usb-drive/">Link</a>
</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/howto_run_ubuntu_off_a_usb_dri.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/howto_run_ubuntu_off_a_usb_dri.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/howto_run_ubuntu_off_a_usb_dri.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/howto_run_ubuntu_off_a_usb_dri.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Sun, 09 Dec 2007 08:26:51 -0800</pubDate>

</item>

<item>
<title>HOWTO - Install Ubuntu on the Asus Eee PC</title>
<itunes:summary> Paul McGuinness sent us a howto for installing Ubuntu on the Asus Eee PC. For the most part, the install is fairly straightforward, but there are a few performance tweaks that are different from a typical desktop system. The...</itunes:summary>
<description>
<![CDATA[<p><img alt="eeepcubuntu_20071126.jpg" src="http://hackszine.com/eeepcubuntu_20071126.jpg" width="500" height="375" /></p>

<p>Paul McGuinness sent us a howto for installing Ubuntu on the Asus Eee PC.  For the most part, the install is fairly straightforward, but there are a few performance tweaks that are different from a typical desktop system.  The big one is that you want to disable the access time feature (noatime parameter in fstab) of the filesystem to minimize disk writes.</p>

<p>There are also a number of non-standard drivers that you'll need to grab to get things like the wireless card, webcam and sleep features working.  The eeeuser.com wiki has an page that describes in detail how to take care of all these issues.  Credit to them for the above photo as well.</p>

<p>I peeked at one of these in a store the other day and the hardware seems really sweet.  The included OS interface leaves a bit to be desired for someone who's comfortable and familiar with Linux, so it's good to see most everything (save for hibernation and a few function keys) is working on a stock Linux distro.  I'll be asking Santa for one of these this year.</p>

<p>Installing Ubuntu 7.10 Gutsey Gibbon on an Asus Eee PC - <a href="http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/">Link</a><br />
EeeUser.com Wiki: Ubuntu 7.10 on Eee PC - <a href="http://wiki.eeeuser.com/yet_another_way_to_install_ubuntu_710">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/howto_install_ubuntu_on_the_as.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/howto_install_ubuntu_on_the_as.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/howto_install_ubuntu_on_the_as.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/howto_install_ubuntu_on_the_as.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Mon, 26 Nov 2007 19:38:24 -0800</pubDate>

</item>

<item>
<title>HOWTO - stream music from your iPhone in Ubuntu</title>
<itunes:summary> Listening to music on your Linux desktop doesn&apos;t mean having to duplicate all your audio onto your local harddrive. By streaming your music over WiFi from the iPhone or iPod Touch, you can keep your music portable. Using two...</itunes:summary>
<description>
<![CDATA[<p><img alt="ubuntuiphone_20071013.jpg" src="http://hackszine.com/ubuntuiphone_20071013.jpg" width="500" height="329" /></p>

<p>Listening to music on your Linux desktop doesn't mean having to duplicate all your audio onto your local harddrive.  By streaming your music over WiFi from the iPhone or iPod Touch, you can keep your music portable.</p>

<blockquote>Using two programs called FUSE (Filesystem in Userspace) and sshfs we can mount the iPhone filesystem in Linux, then configure ssh key pairs so we can connect without needing to sudo or login as root every time we want to sync the phone, then we'll install beta versions of Libgpod and Rythmbox to end up with something insanely great.</blockquote>

<p>We've talked about the sshfs FUSE filesystem before, but this is a pretty cool application for it.  You're basically turning your iPhone into a wireless harddisk.  Unlike a normal portable drive, you can access it from multiple machines at the same time.  This allows a couple people to listen to different tunes off the same iPhone library simultaneously.</p>

<p>How To: Stream Music From The iPhone In Ubuntu - <a href="http://www.fsckin.com/2007/10/10/how-to-stream-music-from-the-iphone-in-ubuntu/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/howto_stream_music_from_your_i.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/howto_stream_music_from_your_i.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/10/howto_stream_music_from_your_i.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/10/howto_stream_music_from_your_i.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Sat, 13 Oct 2007 20:29:48 -0800</pubDate>

</item>

<item>
<title>Beautify Firefox widgets in Ubuntu</title>
<itunes:summary> The thing about Firefox under Linux is that its form widgets look a little nasty. Thankfully, Osmo Salomaa created some nice replacement widgets that really clean up the interface, and fatsheep over at ubuntu forums put together a quick...</itunes:summary>
<description>
<![CDATA[<p><img alt="firefoxwidget_20070527.jpg" src="http://hackszine.com/firefoxwidget_20070527.jpg" width="500" height="201" /><br />
The thing about Firefox under Linux is that its form widgets look a little nasty.  Thankfully, Osmo Salomaa created some nice replacement widgets that really clean up the interface, and fatsheep over at ubuntu forums put together a quick script for installing/uninstalling the patch.  It's a big improvement, unless you're into the whole super-aliased, shadow-casting button thing.</p>

<p>New Firefox Widgets and Install Instructions - [<a href="http://osnovice.blogspot.com/2007/05/firefox-controls-are-ugly.html">via</a>] <a href="http://ubuntuforums.org/showthread.php?t=369596">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/beautify_firefox_widgets_in_ub.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/beautify_firefox_widgets_in_ub.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/05/beautify_firefox_widgets_in_ub.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/05/beautify_firefox_widgets_in_ub.html?CMP=OTC-7G2N43923558</guid>
<category>Firefox</category>
<pubDate>Sun, 27 May 2007 20:34:50 -0800</pubDate>

</item>

<item>
<title>Run Beryl on Intel Integrated Graphics (GMA 950)</title>
<itunes:summary> I&apos;m running Ubuntu on a Dell with Intel integrated graphics, the Intel GMA 950. Traditionally, integrated graphics have been left out of the eye candy fun, but this recent chipset is actually pretty good. I&apos;ve run Vista on this...</itunes:summary>
<description>
<![CDATA[<p><img alt="beryl_on_gma950.png" src="http://hackszine.com/beryl_on_gma950.jpg" width="500" height="483" /></p>

<p>I'm running Ubuntu on a Dell with Intel integrated graphics, the Intel GMA 950. Traditionally, integrated graphics have been left out of the eye candy fun, but this recent chipset is actually pretty good. I've run Vista on this Dell, and the Aero effects work great, so I was pleased to find instructions on the Beryl forums where <strong>Fyda</strong> spelled out what you need to put in your <em>xorg.conf</em> to get X11 ready to run Beryl - <a href="http://forum.beryl-project.org/viewtopic.php?p=19079&sid=fecf1731be2536f4d41bdded24f8a97a#p19079">Link</a></p>

<p><strong>Related:</strong><br />
<ul><br />
<li>Ubuntu Hacks - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596527209">Link</a><br />
<li>Ubuntu 7.04  - <a href="http://releases.ubuntu.com/7.04/">Link</a><br />
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/run_beryl_on_intel_integrated.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/run_beryl_on_intel_integrated.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/run_beryl_on_intel_integrated.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/run_beryl_on_intel_integrated.html?CMP=OTC-7G2N43923558</guid>
<category>Linux</category>
<pubDate>Thu, 19 Apr 2007 09:56:48 -0800</pubDate>

</item>

<item>
<title>Import and Edit PDFs</title>
<itunes:summary> The Ubuntu Blog shows off one of the neat tricks that KWord has up its sleeve. You can use it to import PDFs, and they retain a lot of their formatting. Once you&apos;ve got it into KWord, you can...</itunes:summary>
<description>
<![CDATA[<p><img alt="kwordpdf.png" src="http://hackszine.com/kwordpdf.png" width="500" height="403" /></p>

<p>The Ubuntu Blog shows off one of the neat tricks that KWord has  up its sleeve. You can use it to import PDFs, and they retain a lot of their formatting. Once you've got it into KWord, you can work with it there, or export it into your favorite word processor's format. I imported the nearly 300 page <a href="http://www.makezine.com/sff">Make Projects: Small Form Factor PCs</a> book, and it didn't complain. - <a href="http://ubuntu.wordpress.com/2007/04/10/convertimport-from-pdf-and-keep-the-formatting/">Link</a></p>

<p><strong>Related:</strong><br />
<ul><br />
<li>KOffice - <a href="http://www.koffice.org/">Link</a><br />
<li>Native KDE/KOffice for Mac - <a href="http://ranger.users.finkproject.org/kde/index.php/Home">Link</a><br />
<li>Ubuntu Hacks - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596527209">Link</a><br />
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/import_and_edit_pdfs.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/import_and_edit_pdfs.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/import_and_edit_pdfs.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/import_and_edit_pdfs.html?CMP=OTC-7G2N43923558</guid>
<category>PDF</category>
<pubDate>Wed, 11 Apr 2007 07:12:00 -0800</pubDate>

</item>

<item>
<title>Building an Ubuntu Server for VMware</title>
<itunes:summary> Ubuntu&apos;s server distribution, with its tiny memory footprint, makes a really decent base setup for a VMware server machine. Using X11, you can even run the console on the server and have it remotely displayed to a Mac desktop...</itunes:summary>
<description>
<![CDATA[<p><img alt="vmwareubuntu_20070327.jpg" src="http://hackszine.com/vmwareubuntu_20070327.jpg" width="500" height="164" /><br />
Ubuntu's server distribution, with its tiny memory footprint, makes a really decent base setup for a VMware server machine.  Using X11, you can even run the console on the server and have it remotely displayed to a Mac desktop (since there isn't a native Mac console available).</p>

<p>Here's a decent walkthrough that will quickly take you start to finish through installing the required software on a fresh Ubuntu box, configuring VMware, and administering it from your Mac.  Have fun!</p>

<p>The Perfect VMWare server setup (Multi User and Multi Environment...FAST) -<a href="http://blog.2blocksaway.com/2007/03/16/the-perfect-vmware-server-setup-multi-user-and-multi-environmentfast/">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/building_an_ubuntu_server_for.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/building_an_ubuntu_server_for.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/building_an_ubuntu_server_for.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/building_an_ubuntu_server_for.html?CMP=OTC-7G2N43923558</guid>
<category>Virtualization</category>
<pubDate>Tue, 27 Mar 2007 20:56:05 -0800</pubDate>

</item>

<item>
<title>Make Ubuntu Look Like Mac OS X</title>
<itunes:summary> Love Ubuntu but wish it sported the Aqua UI of Mac OS X? Lauri Taimila&apos;s detailed tutorial shows you how to change themes and icons, wallpaper, desktop icons, fonts, and windows to make your favorite Linux distro look and...</itunes:summary>
<description>
<![CDATA[<p><img alt="Make Ubuntu Look Like Mac OS X" src="http://www.hackszine.com/blog/archive/350380999_e7830af164.jpg" width="500" height="282" /></p>

<p>Love Ubuntu but wish it sported the Aqua UI of Mac OS X? <a href="http://www.taimila.com/ubuntuosx.php">Lauri Taimila's detailed tutorial</a> shows you how to change themes and icons, wallpaper, desktop icons, fonts, and windows to make your favorite Linux distro look and feel like a Mac, as well as a few customizations for your applications to make them match.</p>

<p><em>(Thanks, <a href="http://egopoly.com/2007/01/05/os-x-theme-for-ubuntu/">Bill</a>!)</em></p>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596527209">Ubuntu Hacks</a>
<li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596009119">Linux Desktop Hacks</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/make_ubuntu_look_like_mac_os_x.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/make_ubuntu_look_like_mac_os_x.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/make_ubuntu_look_like_mac_os_x.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/make_ubuntu_look_like_mac_os_x.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Mon, 08 Jan 2007 05:38:22 -0800</pubDate>

</item>


</channel>
</rss>