Hardware

Kategorie:

1. Zainstalowac moduł iptables-mod-extra
2. Na poczatku /etc/firewall.user dodac linie
insmod ipt_LOG
3. Dodac linijki logujace caly ruch.
iptables -A input_rule -j LOG --log-prefix "IN: "
iptables -A output_rule -j LOG --log-prefix "OUT: "

http://forum.openwrt.org/viewtopic.php?id=4008

Kategorie:

Cytat:
EventGhost is an open-source automation tool for MS Windows, that can be extended through plugins. It can use different input devices like infrared or wireless remotes to trigger macros, that on their part control a computer and its attached hardware. After the user has configured everything to its needs, the program will run silently in the system tray and waits for an event to arrive. So it can be used to control a Media-PC with a normal consumer remote for example.

http://www.eventghost.org/wiki/EventGhost:About

Kategorie:

Cytat:

Now, not all applications (or, more precisely, important operations of an application) are amenable to parallelization. True, some problems, such as compilation, are almost ideally parallelizable. But others aren’t; the usual counterexample here is that just because it takes one woman nine months to produce a baby doesn’t imply that nine women could produce one baby in one month.

http://gotw.ca/publications/concurrency-ddj.htm