New laptop?

Well, after my old IBM x31 kicked the bucket I bought a D410 for very cheap. However now that I gave that one to my brother (needed something light and portable) I may purchase another one. I am currently looking a portable laptop, around a 13″ display and pretty decent specs. After looking around on Dells site, I found the E4300. It has the power and the screen size I was looking for and it looks like a pretty decent machine. However like anything else, I did my research.

Well, as it turned out, people had issues with this laptop freezing. A nice long thread can testify to that. Also, here is nice article with comments.

I am going to keep on looking, but this looks promising now that the bugs are out of the system (hopefully).

Bootable Vista/Win 7 USB drive

I was looking for a way to install Windows 7 on my netbook since it never came with a CD/DVD drive. So instead of buying a drive, I looked online and found a nice article here.

It surprised me to find that there are very few dead-simple guides to creating a bootable USB thumb/pen/flash drive for a Vista and/or Windows 7 installation. I cobbled together the following from VistaPCGuy and another source I don’t remember right now.

This will walk through the steps to create a bootable USB flash drive for the purpose of installing a Vista or Windows 7 OS. These instructions assume that you have a computer with Windows Vista installed on it.

Required:

* USB Flash Drive (4GB+)
* Microsoft OS Disk (Vista / Windows 7)
* A computer running Vista / Windows 7

Step 1: Format the Drive
The steps here are to use the command line to format the disk properly using the diskpart utility. [Be warned: this will erase everything on your drive. Be careful.]

1. Plug in your USB Flash Drive
2. Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”
3. Find the drive number of your USB Drive by typing the following into the Command Prompt window:
diskpart
list disk
The number of your USB drive will listed. You’ll need this for the next step. I’ll assume that the USB flash drive is disk 1.
4. Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.
select disk 1
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit
When that is done you’ll have a formatted USB flash drive ready to be made bootable.

Step 2: Make the Drive Bootable
Next we’ll use the bootsect utility that comes on the Vista or Windows 7 disk to make the flash drive bootable. In the same command window that you were using in Step 1:

1. Insert your Windows Vista / 7 DVD into your drive.
2. Change directory to the DVD’s boot directory where bootsect lives:
d:
cd d:\boot
3. Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:
bootsect /nt60 g:
4. You can now close the command prompt window, we’re done here.

Step 3: Copy the installation DVD to the USB drive
The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive. After you’ve copied all of the files the disk you are ready to go.

Step 4: Set your BIOS to boot from USB
This is where you’re on your own since every computer is different. Most BIOS’s allow you to hit a key at boot and select a boot option.

I used these instructions to get my new Dell Mini 9 laptop loaded with Windows 7 (the PDC bits). HTH.

Ebay

When I joined ebay in 1999 or so, it was pretty cool. You had stuff you didn’t want, or had abundance of, you can sell it. Now it seems like the power is shifting to the buyer instead of the seller. I know this has been around a while now, but why can’t the seller leave negative feedback on a person? It used to be nice and easy – you gave them the appropriate feedback. However now its just one sided 🙁

I hope ebay will correct this soon…

RH033 – Red Hat Linux Essentials

Well, I just took a course for my company for Linux training (no test, but you get a certificate). I know quite a bit about Linux, but I figured why not get formally trained? The next training class for Sun should begin soon, however I fear it will be virtually the same stuff as I learned in this class. I guess only time will tell…

I would like to take the RH133 next, but I can’t do that through my company and I don’t have a few grand to spend to do it myself… lol