I feel so proud, thank you!!!!!
Related Posts
How to enable adb logcat on Android 4 (debugging output)
So you got a new Nexus or another Android running Android +4.2 and there’s no “Applications” menu entry in the settings menu. No worries. Go to the “About phone” entry at the bottom of settings, then scroll all the way down to the “Build number” menu entry. Tap on it SEVEN times. (You’ll see funny […]
Preparing your primary mount and swap with fdisk
I have 4 big drives on a new machine, each can hold up to 2Tb of data, at first I thought I’d use the first drive for the OS and the other 3 for a RAID5 (software controlled) Then after I had installed the operating system, I decided it was a big waste, and that […]
How to make your own Quick & Dirty Hex File Viewer in Java
Update: You might want to read this new version of the code instead. Thanks ispak I was playing with a hex editor recently and then I thought it would be pretty easy to make a program to output what you see on a text editor. Here’s a quick & dirty Hex Visor I wrote in […]