>NIL:'s Techno Feats
Eat my feats!
2009-08-28
More 8032 / 8051 trickery
›
Don't worry, the (serial) printf handler is coming. In the meantime, some more hard to spot Mediatek 8032/8051 (Geez, couldn't at le...
2009-08-26
Search for low pointer values in IDA Pro
›
Use the following regexp: DPTR, #0x[0-9A-F]{3}$ This will lock only on DPTR assignment values in 0x0000 0x0FFF
Switch statements, 8032/8051 style
›
Now this next trick is a little bit more clever. If, when disassembling 8032 / 8051 code, you ever see the start of an lcall'ed routine ...
2009-08-24
Now I remember why I hate the 8032...
›
...and pretty much EVERY CPU designed by intel, ever. It's not like they could have turned a 16 bit CPU into a 24 or 32 bit addressing o...
2009-07-23
Why does windows find the need to modify the partition table at boot...
›
...or how I almost lost 1.5 TB of data today. If you use software/fake RAID, this might happen to you too. See, this morning I thought I wou...
2009-07-20
Displaying International Domain Names in the browser's address bar
›
In IE (>7): Tools -> Internet Options -> Advanced -> International -> Always show encoded addresses -> Un check A typical ...
2009-07-16
Unicode charts as a single image
›
Well, one guy was crazy enough to create a single image containing all the Unicode charts from unicode.org and put it online, and he was ev...
2009-07-15
Windows Command Prompt in UTF-8
›
Change the default font to Lucida issue the command chcp 65001
2009-06-15
Convert a grayscale or RGB layer to an alpha channel in Photoshop CS 4
›
Goddammit! I don't know if 3D graphics designer use Photoshop or not, and if they do, how they manage to put with it all day, but talk ...
2 comments:
2009-04-20
More vi search and replace
›
To replace ^M characters that did not quite make it into carriage return when displayed in vi: :%s/ <Ctrl-V><Ctrl-M>/ <Ctrl-V...
2009-03-12
redhat/centos services and mdadm quicknotes
›
Always seem to forget stuff there. The command I'm looking for to manage services/change runlevel on redhat/centos is chkconfig (chkconf...
2009-03-09
Mysql logging
›
One day or another, you'll want to check what exactly your MySQL server is doing (to check for SQL injections for instance). Therefore: ...
Getting some bloody files from Gigabyte
›
There's not ONE motherboard manufacturer to save the others. NOT ONE! Listen, we all know that you're hardware developers, and that ...
2009-02-26
isw: Could not find disk /dev/sd# in the metadata error with dmraid
›
Reinstalled my old rig yesterday, to switch from a RAID0 to a RAID1 conf, now that the bulk of my data is stored in the RAID5 array from my ...
2009-02-24
Booting with a failed primary HDD on a Linux RAID1 array
›
Thought it would be straightforward, and that the system would automagically take care of it by itself, think again: GRUB is dumb, until we ...
2009-02-10
Booting fakeraid RAID5 Linux, the less half assed way
›
This will be the final episode of our ongoing installation of Linux on a nVidia MediaShield fakeraid RAID5 array. By now, you should have a ...
RE: Installing XBox controller on Vista 64
›
Well, I already gave you some tips , but each time I do it, it's a complete pain finding the right driver and getting it to work. I'...
2009-02-06
Booting fakeraid RAID5 Linux, the half assed way
›
OK, by now you have a whole Linux system sitting idly on one of your RAID5 device mapper partitions. First thing you want to do then is edit...
2009-02-05
And here we go again - RAID5 fakeraid + Linux
›
It's that time of the decade where I get a new machine, this time an nVidia MCP79 (a.k.a. GeForce 9400) based motherboard from Gigabyte ...
2 comments:
2009-02-04
These are not the ads you're looking for
›
Here's a link to the hosts file I use on my Windows systems: http://www.mvps.org/winhelp2002/hosts.htm
2009-02-02
Windows update error 0x8024402c
›
Well, like everybody else , this error has been driving me nuts. Plus it manifested itself in such a weird way I couldn't believe. I alr...
2009-01-15
This script will save your life!
›
Or at least your data. I have been unofficially sysadm'ing a bunch of HP DL380 running Linux over the past few years, and over the Chris...
2008-12-17
Incoming packet was garbled on decryption (putty)
›
For some reason , I decided to install openssh on openWRT (Kamikaze), and I have been getting "Incoming packet was garbled on decryptio...
2008-08-12
mmc driver for openwrt, part deux
›
Went over the MMC configuration for my openWRT router yesterday, as I wanted to relinquish the use of the SES button by the driver (GPIO4) t...
2008-08-10
Installing unsigned drivers on Vista 64
›
OK, if you ended up here, it's probably because you've been trying to install an unsigned driver (eg. XBCD Xbox Gamepad, PSPLinkUSB)...
5 comments:
‹
›
Home
View web version