So you are getting a crazy error in eclipse and you can not get your Android development to occur because Eclipse just refuses to find the Android ADB file. Well the problem most likely lies in that you searched for Android ...Read More

Picked up a new MacBook pro. Love these lil machines. In the process of installing WireShark, i had to do some funny stuff. After ChmodBPF folder into /Library/StartupItems, I then had to run the following lines on the command prompt to setup ...Read More

If you are planning on doing development work with Java on the Lego NXT robot platform using the Ubuntu Operating system, then you will need to install the following libraries through your package manager: libbluetooth.dev libusb-dev afterwards you can then go to the ...Read More

Edit etc/resolv.conf to contain the DNS servers Setup nsswitch to dns: # cp etc/nsswitch.conf etc/nsswitch.conf.original # cp etc/nsswitch.dns etc/nsswitch.conf # svcadm restart svc:/network/dns/client:default Edit etc/nwam/llp to contain a static IP for your network device: change the "nge0 dhcp" to "nge0 static 10.10.1.10/24" Create the following file and ...Read More

The addresses of the source repositories are listed under this file: /etc/apt/sources.list To sync the local software database with the database on the repositories, run the following on the command prompt: apt-get update To search for software/utilities: # apt-cache search |NAME| To install a package: # apt-get ...Read More

2010 CCDC Logo

So, it has been a while since I have posted anything. I have just been very busy with school, coming up with my research thesis and prepping for the Mid-Atlantic Collegiate Cyber Defence Competition(CCDC). Speaking of the CCDC, we got 2nd ...Read More

TheRobotRover-SideBackExtended-50

Ive been toying with this Idea for a while now: A small, simple autonomous wheel-based robot capable of self righting itself or extricating itself from awkward positions. I came up with this concept February 27, 2008. The wheel hubs are domed to ...Read More

I wanted to dig into the linux kernel. I didnt have acces to my laptop which runs Linux, so I decided to go to kernel.org get the latest Linux kernel source and take a look at it on my windows ...Read More

I apologize for the Delay in posting anything recently. I have been quite busy with setting up with my new job, ending my old job, and dealing with the initialization process of school. This semester I will be taking the following ...Read More

My first class in grad school is not going too well. Ive spent countless hours every week(averaging 20+ hours a week, not including class time) devoted to studying the material and squeezing in the homework. I am slowly picking up ...Read More