thefekete.net

$> :(){ :|:& };:

Splitting large files for a FAT32 removable drive or flash drive

If you got a file or group of files to put on a removable drive with a FAT32 file system – and any of them are over 4GB – then you need a way to make it smaller for transport. The easiest way is with split, cat and tar.

Read the rest of this entry »

Arduino Library for LM75 Temp Sensor

I just put together a quick and dirty library for the LM75 I2C temp sensor. You can theck it out on my GitHub project page.