Blog

picotux - the smallest Linux Computer in the World

28.06.2006 at 13:53

Today i came across a really fancy project / product, picotux - the smallest Linux Computer in the World.

This thing is apperantly build on top off uClinux and busybox. It connects it self to the outside world over RJ45 or a serial connector and can even serve as a simple web or telnet server.

See the technical page for further information.

Marc

» read more » comments

Understanding XSS to prevent it

23.06.2006 at 14:41

There was recently a completely stupid XSS story covered on Slashdot whose main argument is quoted below.

XSS vulnerabilities are not a mark of bad or insecure code but rather a nasty but unavoidable risk that's a part of JavaScript - and that even then, XSS 'vulnerable' sites are no less dangerous or vulnerable at heart.

Fortunately this is completely bullshit. We will later discuss what kind of countermeasures can be taken, but first of all make sure you know what XSS is for that purpose i would suggest reading the XSS FAQ.

» read more » comments

brain-dump.org finally goes online

13.06.2006 at 17:14

After some time on my personal webserver which is only accessible from dyndns, brain-dump.org finally goes online. For those of you wondering about the name, brain-dump.org i would suggest reading the about page.

Hope you enjoy the stay and find some useful information.

Marc

» read more » comments

Developing Java Macros for OpenOffice.org and debuging them with Eclipse

13.06.2006 at 12:04

I recently had the pleasure to develop a OpenOffice.org Java Macro and from that expirience i can tell you that it is a pain in the ass.

No really, to start with the API is well not that simple and easy to work with. I understand that it is a complex task to create a cross plattform cross language, network aware component framework but the whole UNO thing is probably a bit over designed (see the Developer Guide with 1100+ pages).

Maybe i yust don't grasp it yet, so to let you judge yourself here is a junk of code. It's a simple helper class which demonstrates some basic functions like filling out form fields.

» read more » comments

Combine Winpooch and ClamWin to protect your Windows Clients with 100% free software

09.06.2006 at 14:41

You probably know clamav the popular opensource antivirus scanner which is widely used on mailservers etc. There is also a Windows Port, ClamWin available which can be used to scan files on the Windows platform. Unfortunately ClamWin currently lacks an on-access scanner, which is a must have for a modern desktop virus scanner.

This is where winpooch comes in. Winpooch is a API-Hooker that is it catches System calls checks them against a filter list and then proceed according to the configured action. Therefore it can be used to pass executed files over to ClamWin which checks them for viruses, resulting in an on-access scanner. If you are extra paranoid and don't care about potential performance issues you can even configure winpooch to call ClamWin on every opened file.

To configure Winpooch you have to go to the configuration tab and there select ClamWin as antivirus solution. If this is done, you should test your setup with a test virus. Download eicar.com and run it, ClamWin should now detect the virus and Winpooch should ask whether you want proceed.

Winpooch also detects when a programm want's to place itself in a auto startup positon, for example via the registry or a startup folder, and asks if you want to allow or deny the action.

So you get a 100% opensource and free software antivirus/spyware solution for your Windows client computers.

Marc

» read more » comments

<< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 >>