<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>Bit-Shift.Net - Hardware</title>
    <link>http://www.bit-shift.net/</link>
    <description>The views expressed here are mine alone and do not reflect those of my employer or anyone else for that matter.</description>
    <language>en-us</language>
    <copyright>Matthew Lapworth</copyright>
    <lastBuildDate>Thu, 10 Sep 2009 23:49:06 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>bit.shift@bit-shift.net</managingEditor>
    <webMaster>bit.shift@bit-shift.net</webMaster>
    <item>
      <trackback:ping>http://www.bit-shift.net/Trackback.aspx?guid=377bb366-eb88-4c4e-82e9-db1929303085</trackback:ping>
      <pingback:server>http://www.bit-shift.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.bit-shift.net/PermaLink,guid,377bb366-eb88-4c4e-82e9-db1929303085.aspx</pingback:target>
      <dc:creator>Matthew</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <style type="text/css">
          <!--
		@page { margin: 2cm }
		P { margin-bottom: 0.21cm }
		A:link { so-language: zxx }
	-->
        </style>
        <p style="margin-bottom: 0cm;">
After almost 9 years, I finally bought a new laptop as a birthday present to myself.
I tried making due with an Asus Eee PC netbook, and while it was light weight and
had great battery life, I kept finding myself wanting to see more on the screen.<br /><br />
When I friend told me about a deal with Lenovo to get employee pricing through Borders
Rewards. I hopped on Lenovo's site and configured a Thinkpad T500 for myself. At my
last company, all engineers were issued Thinkpads and I was really impressed with
their design, quality and features. Since I was more interested in long battery life
versus high end performance, I chose the 2.26GHz Centrino2, 4GB of RAM, integrated
graphics and the 9-cell battery. Even with the 15.4” screen I can get upwards of 6
hours of use.<br /></p>
        <p style="margin-bottom: 0cm;">
Once home, I formatted the drive and proceeded to install the 64-bit versions of Ubuntu
9.04 and Windows 7. I use Ubuntu as my main day to day use OS. It has all the utilities
I need and use on a daily basis. I use Windows 7 for managing my iPhone with iTunes
and some light development in Visual Studio. 
<br /><br />
I installed Ubuntu first and setup my root, home and Windows partition, <a href="https://help.ubuntu.com/9.04/switching/installing-partitioning.html">following
these instructions</a>. One fact I discovered is that a hard drive can only have <b>four</b> primary
partitions, so partition editors will suggest you make one partition an logical partition
and then further divide that into extended partitions. This is all well except that
Windows will not let you install to an extended partition. I discovered this after
creating the linux partitions so I had to wipe the drive and start again to get Windows
it's own primary partition, located after the root Ubuntu partition.<br /><br />
Installing Windows to it's parition will overwrite the GRUB bootloader preventing
you from booting Ubuntu. You can fix that by following the instructions <a href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows">here</a>.
The example has the 'boot menu' option. This will make the boot menu appear each time
you power on the PC. I chose to exclude that option so the PC will boot into Ubuntu
by default. <b>Note: when editing menu.lst, place the new stanza at the bottom of
the file after the AUTOMAGIC KERNEL LIST.</b></p>
        <p>
Once I had Ubuntu installed and booting reliably and started installing my favorite
applications. A new one that a friend told me about is Powertop (<i>sudo apt-get install
powertop</i>). This app will poll your hardware every five seconds to determine power
draw and then make suggestions on how to reduce it by turning on or off features.
It shows you in near real time how disabling hardware will reduce your power draw
and extend battery life. A must have for all road warriors to acheive the afore mentioned
6 hours of battery life.<br /><br />
The last thing I needed was a good way to access files and services on my home network.
To access my desktop I had been using SSH to securly connect to the computer and then
tunneling VNC traffic over that SSH connection. But what I really wanted was a VPN
solution. So I bought an inexpensive PC off craigslist, put in two gigabit NIC's and
installed <a href="http://www.smoothwall.org/">Smoothwall</a>, a dedicated linux based
firewall package with SSL VPN. I'll post about that later as I'm still fiddling with
the VPN configuration to get it working just so.
</p>
        <p>
I was really impressed with how easy the Ubuntu install was. It was as easy as following
the bouncing ball. No convoluted console jockying, arcane Unix commands or mumbo jumbo.
And the best part is that all the hardware just worked. Even all the hot key buttons,
with the exceptoin of the mute button, and the signature Thinkpad track point scroll
button. But that is easily enabled following <a href="http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html">these
instructions</a>.<br /></p>
        <p>
        </p>
        <p>
        </p>
        <img width="0" height="0" src="http://www.bit-shift.net/aggbug.ashx?id=377bb366-eb88-4c4e-82e9-db1929303085" />
      </body>
      <title>Ubuntu and Windows 7 playing on my new T500</title>
      <guid isPermaLink="false">http://www.bit-shift.net/PermaLink,guid,377bb366-eb88-4c4e-82e9-db1929303085.aspx</guid>
      <link>http://www.bit-shift.net/PermaLink,guid,377bb366-eb88-4c4e-82e9-db1929303085.aspx</link>
      <pubDate>Thu, 10 Sep 2009 23:49:06 GMT</pubDate>
      <description>

	
	
	
	&lt;style type="text/css"&gt;
	&lt;!--
		@page { margin: 2cm }
		P { margin-bottom: 0.21cm }
		A:link { so-language: zxx }
	--&gt;
	&lt;/style&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
After almost 9 years, I finally bought a new laptop as a birthday present to myself.
I tried making due with an Asus Eee PC netbook, and while it was light weight and
had great battery life, I kept finding myself wanting to see more on the screen.&lt;br&gt;
&lt;br&gt;
When I friend told me about a deal with Lenovo to get employee pricing through Borders
Rewards. I hopped on Lenovo's site and configured a Thinkpad T500 for myself. At my
last company, all engineers were issued Thinkpads and I was really impressed with
their design, quality and features. Since I was more interested in long battery life
versus high end performance, I chose the 2.26GHz Centrino2, 4GB of RAM, integrated
graphics and the 9-cell battery. Even with the 15.4” screen I can get upwards of 6
hours of use.&lt;br&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
Once home, I formatted the drive and proceeded to install the 64-bit versions of Ubuntu
9.04 and Windows 7. I use Ubuntu as my main day to day use OS. It has all the utilities
I need and use on a daily basis. I use Windows 7 for managing my iPhone with iTunes
and some light development in Visual Studio. 
&lt;br&gt;
&lt;br&gt;
I installed Ubuntu first and setup my root, home and Windows partition, &lt;a href="https://help.ubuntu.com/9.04/switching/installing-partitioning.html"&gt;following
these instructions&lt;/a&gt;. One fact I discovered is that a hard drive can only have &lt;b&gt;four&lt;/b&gt; primary
partitions, so partition editors will suggest you make one partition an logical partition
and then further divide that into extended partitions. This is all well except that
Windows will not let you install to an extended partition. I discovered this after
creating the linux partitions so I had to wipe the drive and start again to get Windows
it's own primary partition, located after the root Ubuntu partition.&lt;br&gt;
&lt;br&gt;
Installing Windows to it's parition will overwrite the GRUB bootloader preventing
you from booting Ubuntu. You can fix that by following the instructions &lt;a href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows"&gt;here&lt;/a&gt;.
The example has the 'boot menu' option. This will make the boot menu appear each time
you power on the PC. I chose to exclude that option so the PC will boot into Ubuntu
by default. &lt;b&gt;Note: when editing menu.lst, place the new stanza at the bottom of
the file after the AUTOMAGIC KERNEL LIST.&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Once I had Ubuntu installed and booting reliably and started installing my favorite
applications. A new one that a friend told me about is Powertop (&lt;i&gt;sudo apt-get install
powertop&lt;/i&gt;). This app will poll your hardware every five seconds to determine power
draw and then make suggestions on how to reduce it by turning on or off features.
It shows you in near real time how disabling hardware will reduce your power draw
and extend battery life. A must have for all road warriors to acheive the afore mentioned
6 hours of battery life.&lt;br&gt;
&lt;br&gt;
The last thing I needed was a good way to access files and services on my home network.
To access my desktop I had been using SSH to securly connect to the computer and then
tunneling VNC traffic over that SSH connection. But what I really wanted was a VPN
solution. So I bought an inexpensive PC off craigslist, put in two gigabit NIC's and
installed &lt;a href="http://www.smoothwall.org/"&gt;Smoothwall&lt;/a&gt;, a dedicated linux based
firewall package with SSL VPN. I'll post about that later as I'm still fiddling with
the VPN configuration to get it working just so.
&lt;/p&gt;
&lt;p&gt;
I was really impressed with how easy the Ubuntu install was. It was as easy as following
the bouncing ball. No convoluted console jockying, arcane Unix commands or mumbo jumbo.
And the best part is that all the hardware just worked. Even all the hot key buttons,
with the exceptoin of the mute button, and the signature Thinkpad track point scroll
button. But that is easily enabled following &lt;a href="http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html"&gt;these
instructions&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.bit-shift.net/aggbug.ashx?id=377bb366-eb88-4c4e-82e9-db1929303085" /&gt;</description>
      <category>Tech;Hardware</category>
    </item>
  </channel>
</rss>