<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu For Free &#187; Laptop</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/laptop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrade to Jaunty Jackalope</title>
		<link>http://www.forwardyouth.com/ubuntu/upgrade-to-jaunty-jackalop/</link>
		<comments>http://www.forwardyouth.com/ubuntu/upgrade-to-jaunty-jackalop/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:38:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[dist-upgrade]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=129</guid>
		<description><![CDATA[Well, I finally upgraded all four systems to Jaunty Jackalope. I did the upgrade in pairs so that the entire network wouldnt be offline. I spread it across two days. I used the tutorial from UbuntuGeek to upgrade via the konsole. It was mostly painless, with my laptop being the most troublesome.  Having to re-configure [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally upgraded all four systems to Jaunty Jackalope. I did the upgrade in pairs so that the entire network wouldnt be offline. I spread it across two days. I used the tutorial from <a href="http://www.ubuntugeek.com/upgrade-ubuntu-810-intrepid-to-ubuntu-904-jaunty-server.html">UbuntuGeek</a> to upgrade via the konsole. It was mostly painless, with my laptop being the most troublesome.  Having to re-configure a separate network manager, that wasn&#8217;t immediately visible, was a nuisance. I had to add a widget to the panel and then configure the widget. I would have preferred to keep my connection.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/upgrade-to-jaunty-jackalop/&title=Upgrade+to+Jaunty+Jackalope&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/upgrade-to-jaunty-jackalop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Xming on Windows to view X11 forwarded apps</title>
		<link>http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/</link>
		<comments>http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 00:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[Quanta+]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[XMing]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=119</guid>
		<description><![CDATA[Recently, I have had a need to use Windows more frequently (Windows-only games and ActiveSync!), but still have a high demand on my network at the same time. I have sought to be able to combine the best of both worlds. I previously relied heavily on Web-based applications, but my favorite Web Development IDE was [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have had a need to use Windows more frequently (Windows-only games and ActiveSync!), but still have a high demand on my network at the same time. I have sought to be able to combine the best of both worlds. I previously relied heavily on Web-based applications, but my favorite Web Development IDE was developed for Linux only. I had put up enough with the banalities of using WebMin and it&#8217;s built-in file editor. I have read about others having success running KDE apps on Windows, but since I had my Quanta already setup and configured, I looked for a way of just being able to access that. Honestly, I&#8217;m not very excited about using VNC over WiFi, even with high compression.</p>
<p>To my surprise, I found that Xming was specifically suited to my needs. It acts as an X11 server, allowing me to use it to display my X11 applications that I have forwarded through SSH. It works perfectly.</p>
<p>It took a little time for setting up, but if you have got PuTTY installed and working, sixty percent of the work is already done.</p>
<p>Below is a screen shot that shows my running Windows Vista desktop, programming in Quanta which is actually hosted on a server called A. This is connected through an SSH tunnel from my laptop to my C server using the Putty client. From the C server, I launch the Quanta program using another SSH connection to the A server. It looks just like the Quanta program is a native windows app on the local Windows Vista desktop. You&#8217;ll also notice I&#8217;ve got an xterm session open connected to server A in the background.</p>
<p style="text-align: center;"><a href="http://www.forwardyouth.com/ubuntu/images/xmingrunningquanta.png"><img src="http://www.forwardyouth.com/ubuntu/images/xmingrunningquanta.png" width="560" alt="X11 Forwarding XMing Putty SSH" /></a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/&title=Use+Xming+on+Windows+to+view+X11+forwarded+apps&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/use-xming-on-windows-to-view-x11-forwarded-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My work-around for problems with suspend to ram in gutsy</title>
		<link>http://www.forwardyouth.com/ubuntu/my-work-around-for-problems-with-suspend-to-ram-in-gutsy/</link>
		<comments>http://www.forwardyouth.com/ubuntu/my-work-around-for-problems-with-suspend-to-ram-in-gutsy/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 04:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ACPI]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[Suspend]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/my-work-around-for-problems-with-suspend-to-ram-in-gutsy/</guid>
		<description><![CDATA[I&#8217;ve been having some serious difficulty with my laptop and using suspend to RAM. Suspend to disk is another issue, with similar symptoms. This is pretty regular for a Linux laptop. In many of these cases, the cause of the problem is a hardware vendor&#8217;s poor implementation of the ACPI. I&#8217;ve checked and I am [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having some serious <a href="https://bugs.launchpad.net/ubuntu/+bug/180907">difficulty with my laptop and using suspend to RAM</a>. Suspend to disk is another issue, with similar symptoms. This is pretty regular for a Linux laptop. In many of these cases, the cause of the problem is a hardware vendor&#8217;s poor implementation of the ACPI. I&#8217;ve checked and I am already using the current version of the BIOS.</p>
<p>Here&#8217;s the good news about it for me. If I use the keyboard to switch to a tty login, the monitor wakes back up. I can then use the keyboard to switch back to my KDM.</p>
<p>I have not tested it with suspend to disk yet. Let me know if this works on your laptop (comment on the bug report).</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/my-work-around-for-problems-with-suspend-to-ram-in-gutsy/&title=My+work-around+for+problems+with+suspend+to+ram+in+gutsy&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/my-work-around-for-problems-with-suspend-to-ram-in-gutsy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Init: Error parsing configuration no such file or directory</title>
		<link>http://www.forwardyouth.com/ubuntu/init-error-parsing-configuration-no-such-file-or-directory/</link>
		<comments>http://www.forwardyouth.com/ubuntu/init-error-parsing-configuration-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 20:39:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[1520]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[GParted]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Inspiron]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/init-error-parsing-configuration-no-such-file-or-directory/</guid>
		<description><![CDATA[I recently got a new Dell laptop, an Inspiron 1520. It came pre-loaded of course with Vista. I of course wanted Kubuntu on it, and that&#8217;s been an adventure.
Now&#8230; first things first. I setup the notebook using Vista and made sure that everything worked. Fortunately, everything worked&#8230; and worked perfectly.
Next, I moved into using GParted/CloneZilla [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got a new Dell laptop, an Inspiron 1520. It came pre-loaded of course with Vista. I of course wanted Kubuntu on it, and that&#8217;s been an adventure.</p>
<p>Now&#8230; first things first. I setup the notebook using Vista and made sure that everything worked. Fortunately, everything worked&#8230; and worked perfectly.</p>
<p>Next, I moved into using GParted/CloneZilla from their LiveCD so that I can resize the NTFS partition. At first when I opened it, I noticed that it had a couple of partitions, including a recovery partition, the OS partition, and two others that I was uncertain of their purpose. It&#8217;s my first Dell, so I left those alone for now.</p>
<p>I resized the largest partition, the one used by Windows, so that I would have enough free room to support Ubuntu and all my desired files. I rebooted and attempted to let Vista load. Windows Vista noticed something had changed and spent the next 25 minutes checking integrity. It then allowed me to proceed to log in and everything again worked as expected.</p>
<p>I rebooted to use the GParted LiveCD again, this time with the intention of creating my desired partitions and this is where the problem began. I was unable to create any additional partitions because Dell had created all 4 partitions as Primary partitions, and that&#8217;s the limit. I opted to delete the last partition on the drive for convenience. The unallocated space was before this partition, so it just made the most since and required the least amount of data to be moved. I later found out this partition held the wonderful MediaDirect 3.0 software, that must be reinstalled prior to any OS.</p>
<p>I put the Hardy Heron Alpha1 disk in the tray, rebooted, and allowed it to install. I could not let it use a guided setup because I wanted /home on a separate partition. I also chose to put /etc on it&#8217;s own separate partition, and the Install program let me do it.</p>
<p>After rebooting, on the Ubuntu loading screen with the sliding orange progress bar, my caps lock and scroll lock lights begin to blink/flash. I rebooted and chose the Recovery mode from GRUB. This time, I see where it stops and it shows this error:</p>
<p>init: error parsing configuartions no such file or directory.</p>
<p>After searching the internet for reports of bugs with the flashing lights, I found a bunch of irrelevant stuff. Searching for the specific error message, I found the problem in a <a href="https://bugs.launchpad.net/ubuntu/+source/partman-target/+bug/148331">this bug report on Launchpad</a>.</p>
<p>I re-installed and put /etc on the same partition as / and it now boots properly into Hardy Heron.</p>
<p>It seems that /etc can&#8217;t be on it&#8217;s own partition. Who knew? Not me. Not the install program. To me, it&#8217;s a bug that it wasn&#8217;t able to tell me : DO  NOT install /etc on a separate partition.</p>
<p>Now that it boots, my next step is to get the wireless and audio working.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/init-error-parsing-configuration-no-such-file-or-directory/&title=Init:+Error+parsing+configuration+no+such+file+or+directory&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/init-error-parsing-configuration-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using kTorrent in Kubuntu</title>
		<link>http://www.forwardyouth.com/ubuntu/using-ktorrent-in-kubuntu/</link>
		<comments>http://www.forwardyouth.com/ubuntu/using-ktorrent-in-kubuntu/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 00:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Peer-To-Peer]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[UPnP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[kTorrent]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/using-ktorrent-in-kubuntu/</guid>
		<description><![CDATA[Having been an Internet user for a long time, I am well versed with a few topics related to peer-to-peer file sharing using the torrent system. On Windows, I used uTorrent, and initially after my switch to Linux, I continued to use uTorrent, just because it used less memory than Azureus. Eventually, using applications under [...]]]></description>
			<content:encoded><![CDATA[<p>Having been an Internet user for a long time, I am well versed with a few topics related to peer-to-peer file sharing using the torrent system. On Windows, I used uTorrent, and initially after my switch to Linux, I continued to use uTorrent, just because it used less memory than Azureus. Eventually, using applications under Wine became a problem. uTorrent would disappear&#8230; randomly.</p>
<p>I tried Azureus, and it ate more and more and more RAM.</p>
<p>I was happy when i switched from Ubuntu to Kubuntu, mostly because of the inclusion of kTorrent. While kTorrent is not on the whitelist of acceptable clients at some of my favorite trackers, it conveniently has an integrated interface where all torrents are easily available through one window in the same view. Compared to BitTornado, this is a relief for those like me who desire an easy to manage (note, not understand, but <em>manage</em>) interface.</p>
<p>A sophisticated plug-in interface for expandability provides a range of extensions created by open source developers. It already comes with several plug-ins, and many of the features I discuss will be implemented through a plug-in, for example the interface for UPnP connectivity is through an included plug-in.</p>
<p>Of note, I appreciate the UPnP support. This helps eliminate the messy configuration and hassle of adjusting a firewall/router.</p>
<p>It also allows us to schedule bandwidth limits, much the same way uTorrent does. This again is through a plug-in. It also provides a lo-fi version for systems with limited video capabilities. This is definitely something I use, just because of simplicity.<br />
Another feature I haven not found as useful has been the integrated search engine. I have been disappointed with the implementation of this feature in torrent clients in the past, so I was interested in trying this. It works moderately well. I have not been able to browse to next pages of results when using the integrated browser, but it forces me to be more precise in my searches. Since I am capable of using a browser on my own, I have forgone attempting to use the external browser integration. Please leave me a comment and describe your experience with this, because if it works better I would be willing to try it.</p>
<p>We are able to manage our torrents in kTorrent from any web-enabled computer in the world via WebInterface. I use this for checking the status from my laptop. This is convenient when I don&#8217;t have a remote desktop connection open and quickly want to view my queue and statistics.</p>
<p>Because I take other precautions, the Integrated black list manager I have skipped using. I am not for certain why it needs duplicated here, because if this is your only protection, it applies to kTorrent only, and really lacks in effectiveness. For those that choose to use it, it does support wild cards. Otherwise it supports the use of two ipfilter list file formats.</p>
<p>I believe kTorrent will be a regular in my peer to peer tool box, but the client is only as good as what the tracker supports, which makes me need to use something else from time to time.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/using-ktorrent-in-kubuntu/&title=Using+kTorrent+in+Kubuntu&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/using-ktorrent-in-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering a crashed Windows on Dual Boot</title>
		<link>http://www.forwardyouth.com/ubuntu/recovering-a-crashed-windows-on-dual-boot/</link>
		<comments>http://www.forwardyouth.com/ubuntu/recovering-a-crashed-windows-on-dual-boot/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 04:03:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Recovery Console]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[fixboot]]></category>
		<category><![CDATA[fixmbr]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/recovering-a-crashed-windows-on-dual-boot/</guid>
		<description><![CDATA[Having previously configured my laptop for dual boot, I was satisfied with the way things were running. My wife would use XP. We&#8217;d enabled GRUB to save the default using the Start Up Manager, so we could hibernate in order to switch users and operating systems.
All was fine until Windows said &#8220;ENOUGH!&#8221; and bit the [...]]]></description>
			<content:encoded><![CDATA[<p>Having previously configured my laptop for dual boot, I was satisfied with the way things were running. My wife would use XP. We&#8217;d enabled GRUB to save the default using the Start Up Manager, so we could hibernate in order to switch users and operating systems.</p>
<p>All was fine until Windows said &#8220;ENOUGH!&#8221; and bit the dust. I started out by getting the ominous sounding &#8220;<strong>Error 13 : Invalid or unsupported executable format</strong>&#8221; from GRUB. I wasn&#8217;t able to mount the partition in Kubuntu so I&#8217;m unable to retrieve any files from it.</p>
<p>I&#8217;ve tried using the Windows disk to boot to the recovery console. From that, I used fixmbr and it still didnt work. I used the great program Super GRUB disk to restore GRUB. Unfortunately, Windows <em>still</em> did not boot. What finally fixed it, was using FIXBOOT from the recovery console in Windows XP.</p>
<p>What an ordeal.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/recovering-a-crashed-windows-on-dual-boot/&title=Recovering+a+crashed+Windows+on+Dual+Boot&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/recovering-a-crashed-windows-on-dual-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Greatest Keyboard Ever &#8211; Adesso Tru-Form™ Pro &#8211; Contoured Ergonomic Keyboard with Built-In Touchpad and Hot Keys (black)</title>
		<link>http://www.forwardyouth.com/ubuntu/the-greatest-keyboard-ever-adesso-tru-form%e2%84%a2-pro-contoured-ergonomic-keyboard-with-built-in-touchpad-and-hot-keys-black/</link>
		<comments>http://www.forwardyouth.com/ubuntu/the-greatest-keyboard-ever-adesso-tru-form%e2%84%a2-pro-contoured-ergonomic-keyboard-with-built-in-touchpad-and-hot-keys-black/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 18:07:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/the-greatest-keyboard-ever-adesso-tru-form%e2%84%a2-pro-contoured-ergonomic-keyboard-with-built-in-touchpad-and-hot-keys-black/</guid>
		<description><![CDATA[Allow me to tell you about one of the best hardware investments I recently made. It&#8217;s the Adesso Tru-Form™ Pro &#8211; Contoured Ergonomic Keyboard with Built-In Touchpad and Hot Keys (black). I originally got this for my laptop, which is still running Windows XP. I&#8217;m very picky about my keyboards, and this one&#8217;s so awesome, [...]]]></description>
			<content:encoded><![CDATA[<p>Allow me to tell you about one of the best hardware investments I recently made. It&#8217;s the <a href="http://www.adesso.us/product_details.asp?dept%5Fid=106&amp;pf%5Fid=KA33KBPCK%2D308B">Adesso Tru-Form™ Pro &#8211; Contoured Ergonomic Keyboard with Built-In Touchpad and Hot Keys (black)</a>. I originally got this for my laptop, which is still running Windows XP. I&#8217;m very picky about my keyboards, and this one&#8217;s so awesome, I&#8217;m now in need of another one so I don&#8217;t have to swap this excellent piece between both computers!</p>
<p>I discovered this keyboard when I found myself needing a touch pad constructed into the keyboard. Adesso is the only manufacturer I found providing a wave-shape ergonomic split multimedia keyboard with built in touchpad. I purchased this black keyboard with the matching ps/2 to USB adaptor and had it delivered to my home for under $75 USD. They have a white model that would be better matched to the Mac users for a similar price.</p>
<p>To me, its number one feature is the built-in touchpad. This is what I was looking for in the keyboard when I originally purchased it. This allows the user to not be tied to a mousing surface, while giving us a full-sized ergonomic keyboard. This extends the &#8220;portability&#8221; of my laptop tenfold. The touchpad has a unique feature lacking from the laptop&#8217;s built-in : on-pad right click area. Touching the upper right corner of the touch pad is the same as right clicking. Yes, the keyboard still offers a dedicated right click button as well. I didn&#8217;t have to load any drivers to get it to work properly in Ubuntu on my desktop or XP on my laptop. However, I was able to download driver&#8217;s from <a href="http://www.adesso.com">Adesso&#8217;s home page</a> and achieve some more configuration options.</p>
<p>The keyboard features an excellent ergonomic design, which is a must for any person suffering carpal tunel syndrome like myself. The space bar is split, and requires some adjustment if you&#8217;re more accustomed to the Microsoft layout with a solid, one piece bar. It&#8217;s more of a wave-shape than most ergonomics, which makes the numeric keypad more friendly. It also sports the inverted T arrow design that Microsoft abandoned on some ergonomic designs. I also appreciate the 3&#215;2 word processing key (insert,home,page up,delete end, page down) arrangement.</p>
<p>The Tru-Form™ Pro also makes generous use of its size and offers the usual array of multimedia keys.</p>
<p>It&#8217;s not too heavy, so it&#8217;s a great addition for use in your lap while you&#8217;re surfing from the couch. The cord is of an appropriate length for this. It only comes with ps/2 connections, and demands two of them (mouse and keyboard). Adesso takes care of those of us lacking PS/2 connections by offering a perfectly matching PS/2 to USB adapter.(not included) Fortunately, it only requires one USB port and extends the cable&#8217;s reach some more inches.</p>
<p>It does have some room for improvement, so I look forward to an updated model. This is probably a tall order, but I&#8217;d like to see scalability on the touchpad allowing for proportional 16:10 or 16:9 touch-to-screen movement, so that I don&#8217;t have to pickup my finger to drag something across the entire screen. I&#8217;d also like to see better use of the vacant real estate between the left and right sides of the keyboard. For example, I miss the Zoom and Back/Forward features of my Microsoft Natural 4000. Also, having a high demand on portability, I would appreciate some attention to halving the heft. The touchpad is below the space bar. This works for both right and left handed people, but for either person, it&#8217;s more practical on the user&#8217;s respective dominant side. I&#8217;d much rather have mine on the right and would be willing to pay a higher price for such a tailored model.</p>
<p>Considering the stack of features, the price tag was comfortable. Keep in mind that you&#8217;re getting a mouse and a full-featured ergonomic multimedia keyboard together. Having owned mine for a couple of months already, I can tell you the keyboard shell and keys are sturdy enough that it&#8217;s sure to last for a long time. Even my wife likes it so much she agrees we need another.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/the-greatest-keyboard-ever-adesso-tru-form%e2%84%a2-pro-contoured-ergonomic-keyboard-with-built-in-touchpad-and-hot-keys-black/&title=The+Greatest+Keyboard+Ever+&#8211;+Adesso+Tru-Form™+Pro+&#8211;+Contoured+Ergonomic+Keyboard+with+Built-In+Touchpad+and+Hot+Keys+(black)&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/the-greatest-keyboard-ever-adesso-tru-form%e2%84%a2-pro-contoured-ergonomic-keyboard-with-built-in-touchpad-and-hot-keys-black/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server on Ubuntu</title>
		<link>http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/</link>
		<comments>http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 04:51:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/</guid>
		<description><![CDATA[One of my most critical requirements of the new operating system was an operational VMWare Server application. My wife and I share a network, and the flexibility of a VMWare Server was very appealing.
Our network consists of two computers, a P4 3.0Ghz Celeron with 1GB of RAM and an AMD Turion 64 laptop with 1GB of [...]]]></description>
			<content:encoded><![CDATA[<p>One of my most critical requirements of the new operating system was an operational <a HREF="http://www.vmware.com/products/server/">VMWare Server</a> application. My wife and I share a network, and the flexibility of a VMWare Server was very appealing.</p>
<p>Our network consists of two computers, a P4 3.0Ghz Celeron with 1GB of RAM and an AMD Turion 64 laptop with 1GB of RAM. The desktop had suffered a hard drive failure a few months earlier, and I at least wanted it as an internet station running on a LiveCD, but after using it that way for a week, I felt I could really stretch the functionality.</p>
<p>After doing some research, I found Daniel Knippers guide to <a HREF="http://www.tudra.net/wp/2006/07/15/vmware-server-on-ubuntu-dapper-drake/">VMWare on Dapper Drake</a> to be an indespensible walk-through. I managed to salvage a hard drive and went to install. The instructions were exactly the same for my chosen version, Edgy Eft. I&#8217;ve heard that Feisty Fawn requires some extra steps, but it was not officially released before I made the install and I still have yet to upgrade.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/&title=VMWare+Server+on+Ubuntu&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/vmware-server-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

