Saturday, March 13 2010 @ 12:18 CET
Contributed by: tingo
Views: 82
The Outstanding AVR based SCSI RAM Disk is a project that created an universal SCSI controller. Very cool if you need a SCSI device for something, for example an old computer.
Sunday, February 14 2010 @ 21:32 CET
Contributed by: tingo
Views: 82
This is exciting: Tahoe-LAFS (Wikipedia: Tahoe-LAFS) is a secure, decentralized, data store. Or a P2P filesystem that lets you use the cloud without trusting it. Allmydata.org calls it the first cloud storage system with provider-independent security.
(found via Boing Boing)
Sunday, February 14 2010 @ 21:03 CET
Contributed by: tingo
Views: 104
Over at SuperGamer, you can download a bootable, dual-layer DVD full of native-running Linux games. Almost 8 GB of games, just boot from it and play. Cool!
(via Linux Journal)
Sunday, January 31 2010 @ 01:15 CET
Contributed by: tingo
Views: 113
Emulith is an emulator for the ETH Lilith computer.
Emulith is a register-level emulation, in C, of the Lilith hardware.
You will need a reasonably fast PC running Linux and having at least 1280x1024 resultion.
First feedback I got shows that it also runs on OS-X.
Saturday, January 30 2010 @ 23:56 CET
Contributed by: tingo
Views: 178
In cups if http://localhost:631/ works, but http://hostname:631/ gives you a "400 Bad Request", try this:
cupsctl "ServerAlias=hostname". It worked for me. If the server have aliases, you can add them with more cupsctl commands.
Friday, January 29 2010 @ 12:13 CET
Contributed by: tingo
Views: 91
Boomerang is "A general, open source, retargetable decompiler of machine code programs". Works on Windows and Linux. Doesn't look like much activity on the development front, but the project is interesting.
Wednesday, January 27 2010 @ 21:29 CET
Contributed by: tingo
Views: 542
I bought a SmartQ V5 (I bought mine from DX). This small device have one interesting feature compared with other devices like this: it comes factory installed with three operating systems: Linux (Ubuntu), Android and WinCE. When you boot, you can choose which os to boot.
Tuesday, January 26 2010 @ 14:40 CET
Contributed by: tingo
Views: 108
Atomthreads is a free, lightweight, portable, real-time scheduler for embedded systems. It is released under the flexible, open source BSD license and is free to use for commercial or educational purposes without restriction. Currently the ATmega/AVR architecture is supported.
Monday, January 25 2010 @ 20:49 CET
Contributed by: tingo
Views: 99
If you put INSTALL_NODEBUG=yes in /etc/make.conf, you will avoid all the *.symbol files (which fills up your root partition) when doing 'make kernel' or 'make buildkernel; make installkernel'.