Nokia N900 Demo Unit

I think in part to my tweets of N900 lust and desire, Nokia contacted me to see if I was interested in a demo unit. After validating the email was NOT from Nigeria I quickly responded with a “YES PLZ SEND MEZ FONE!” Why the gadget lust when I have a top-of-the-line iPhone? Easy, I am a geek. While I enjoy the hell out of having nice and easy to use devices, deep down I want to tinker. My original move to Mac was because I didn’t trust myself to have a Linux or BSD machine with me on the road. Every waking moment would be spent tweaking the kernel or compiler options for just a little bit more speed. Bleeding Edge, you betcha. ...

February 19, 2010 · 2 min · Nick

Move from Physical to Virtual with CloneZilla

Just a side note for when I forget how I fixed this… When using CloneZilla you can capture server images and redeploy them unless there are hardware differences. To fix issues with hardware changes between physical server hardware and VMware here are my fix actions: Windows 2003 Enterprise Change the hard drive to IDE from SCSI. Windows will blue screen when you boot after image deployment since it cannot find the drive to boot from. You will get the error: 0x0000007b After booting windows 2003 you can then install the BusLogic or LSI SCSI drivers Red Hat Linux 5 Boot with the first CD of the install set and instead of an install, use linux rescue. Once booted chroot /mnt/sysimage Blank out the /etc/modprobe.conf mv /boot/initrd-2.6.18-20.el5.img /boot/initrd-2.6.18-20.el5.img.orig mkinitrd /boot/initrd-2.6.18-20.el5.img 2.6.18-20.el5 reboot Windows XP Change the hard drive to IDE from SCSI. Windows XP in the default install does not include the two SCSI adapters VMware supports, BusLogic or LSI Logic. During the CloneZilla restore you are given a few options. The ones to select to ensure a successful MBR restore are: -t1 -j1 These settings will allow you to move your physical clonezilla images to vmware.

December 17, 2008 · 1 min · Nick

Kicking it old school

I setup the Cube in the living room today. After hooking it up to the Xbox controller and big screen I am ready for some Mario Kart throw down. Now if you will excuse me I have some Mario Brothers to reminisce over…

November 4, 2008 · 1 min · Nick

I hate Windows

I run Windows XP in a virtual machine for those few programs that lack Linux and Mac clients. I booted my FULLY PATCHED, FIREWALLED, and Windows XP Service Pack 3 to find gay sex fetish icons. Oh, gosh, I didn’t even realize I loved me some gay pr0n. When we move to virtualized solutions and slowly get rid of Windows enviroments we often forget that it is still a vulnerable machine. More and more users are booting Windows simply to interface with their corporate enviroments and not following under the security posture they believe to be in. ...

October 26, 2008 · 1 min · Nick

NetBackup with RHEL5 – CentOS IPTables

First you need to open the iptables firewall settings: ## NetBackup Client Firewall Ports iptables -D RH-Firewall-1-INPUT -j REJECT –reject-with icmp-host-prohibited iptables -A RH-Firewall-1-INPUT -m state –state NEW -p tcp –dport bpcd-j ACCEPT –src iptables -A RH-Firewall-1-INPUT -j REJECT –reject-with icmp-host-prohibited /etc/init.d/iptables restart

October 24, 2008 · 1 min · Nick