Category: Uncategorized

Gartner Says RIM Wins Smartphone War

More on Google Chrome. Meanwhile Firefox 3.1 alpha 2.0 is out. I’d wait to even try it. Hadron collider may end this show (and all life on earth). Let’s hope not. Intel taking halogen out of the process for the good of the earth. Yeah, right. Company also doing a solid-state drive. Seinfeld-Gates ads getting bad press with various puns. My column takes a new angle. Zillow launched. Steve Jobs is supposed to look good on stage tomorrow. Google launches satellite for its maps. Colbert digitizes his own DNA. Gartner decales the winner in the Smartphone game. RIM!

Click to listen:

Virtualbox Host Interface Networking - Windows host, Ubuntu guest

I found this blog entry from George Lantz about virtual box and host interface networking.  Since I am in a bad place as far as location right now, I am posting the entire blog post here for safe keeping.  The original blog post is at this url http://georgelantz.com/2007/11/27/virtualbox-host-interface-networking-windows-host-ubuntu-guest/

It’s exactly what I am doing, except I am using Linux Mint which is a ubuntu derivative.

=============================

So I needed a way of running a couple test servers. Each needed to accept connections from the network including the host operating system. The connections needed to also be static for server testing. As a reminder to myself, here is a brief rundown on how to do it.

I am using VirtualBox 1.5.2 with Windows Vista (XP will work with this method as well). For the Guest I am using Ubuntu 6.06 Server. This will work with other Debian based flavors.

Host Setup

1. Create a new virtual machine.

2. Click on Network to configfure network settings for your VM

3. Add a new host interface by click the add button next to the Host Interfaces select box. Name it anything you like.

4. Change the Attached to option to Host Interface. Choose your new host interface in the Interface name option.

5. This will create a virtual interface TAP adapter in the Windows Network Connections.

6. Go to the Windows Network Connections. Highlight your main connection and the new virtual interface, right click and choose Bridge Connections.

Now all packets sent to or from the virtual interface will be routed through your main network connection. Now to set up the client.

Client Setup

1. Start the virtual machine with Ubuntu Installed

2. Set up your network interface

sudo nano /etc/network/interfaces

iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.266
gateway 192.168.0.1

3. Set up your nameservers

sudo nano /etc/resolv.conf

nameserver xx.xx.xx.xx
nameserver xx.xx.xx.xx

4. Restart the network

sudo /etc/init.d/networking restart

5. Test

ifconfig - should see the address set in the /etc/network/interfaces

ping -c3 192.168.0.1

Alright that’s it. I will show you how to bridge your connection on Linux next time.

440,000 Sony VAIO Recall

Comcast tells FCC to pound salt. Sony VAIO 440,000 machine recall. Yikes. New Tivo to have a terabyte. Yay. Hard disks down to $189 for a terabyte. Michael on Facebook. Better than a blog? Or no? The little Dell laptop is out for $349. Huge patch Tuesday coming next week. CNBC doing a deal with LinkedIn and we can now expect content on LinkedIn. Chrome has weird security issue. Beware.

Click to listen:

I has your datas…

While at work this week I accidentally deleted some source files I was working on.  They were quite large, and a lot of time had been put into these files.  I really didn’t want to do the work over since I didn’t really have time.

The mistake was a stupid one, but something that happens to a lot of admins (that’s my story and I’m sticking to it).  If you are an admin and say this hasn’t happened to you then you aren’t really an admin, or you have blocked the memory out because of how sickening the ordeal actually was.

I was working on an Ubuntu server, and decided to remove a folder and some tempfiles I was no longer working in.  Here is the sequence of events that transpired.  If you are a Linux person, you will understand.

>sudo -i
#rm -r tmp *

See, in Ubuntu server, if you follow anything after the -r switch for recursive remove it will not ask you to confirm your selection.  Notice the space between tmp and the asterisk? In Ubuntu server, it ignores everything without a - and between the end.  So basically, I just asked it to recursively remove everything in the directory and not just the intended files and directories…….yea……ugh……I think I threw up a little.

So what in the world was I to do?  Easy, I download RIPLinux (Recovery Is Possible), and copied it to cd, booted the server up with it and WHAM!  This linux distro found my IBM raid controllers and saw every ext3 partition that I had.  I was told long ago that you cannot recover deleted data from ext3.  I thought I would give it a try.

I found the programs and started up a program called PhotoRec (short for photo recovery).  The program was originally designed to retrieve accidently deleted images, but had grown to recover just about everything.   I stuck in a large USB device to copy the recovered files to and the program immediately recognized it as well.  Everything was moving smoothly.  The program was iterating through all the deleted clusters block by slow moving block.  I let it sit.

After two hours I came back to find that my USB device was slam full.  WOW!  Photorec wasn’t even done.  I copied the contents of the USB device to another server and then restarted the search.  Amazingly I did this 20 times over a period of a week.  Yes, I wanted my datas!

Finally, I was finished.  I started looking through the files.  To my suprise, I found files that were from the server when it was a Windows server.  I found files from when it was a Linux server, and from when it was turned back into a Windows server.  I found my files as well.

I started to really analyze the data I had collected.  I had some old emails that actually had passwords in them.  I found one document that was part of the our hr’s folder back 5 years and it contained social security numbers.  It was amazing what I found.

What is the moral to this story?

If your drive that you are getting rid of to put a larger drive in its place still spins, or spins the slightest, especially after a good tap with a hammer, don’t just throw it away because someone will get it and has your datas very easily.  Deleting doesn’t delete.  Formatting doesn’t delete.  The only way to make sure I don’t has your datas is shred that hard drive.

Onerous Google EULA Outrages Users

Googlers try to sneak in onerous EULA. BUSTED! The company should be ashamed of itself. Web controlled door locks announced. Dumb idea. Xbox 360 to be reduced to $199. Corning warns of LCD glut. Sony raising the refresh rate of its LCD-TV. Why is the phrase "Upping the ante.." showing up a lot?

Click to listen: