View Comments
I made available on my wiki the energy monitor project working on my house.
Read more on: http://wiki.wsartori.com/wiki/Energy_Monitor
View Comments
I added a page to my wiki that I hope will help people to add DNSSEC to your domains.
Read more on: http://wiki.wsartori.com/wiki/The_Perfect_BIND_DNS_Server_DNSSEC_enabled
View Comments
A simple multi band(AM, FM) radio with LCD display and capacity to be controlled wireless. This project shows a working radio being controlled by an IPhone using TouchOSC. I choose TouchOSC because of its editor that turns possible to design your remote control interface in your PC, MAC or ...
View Comments
I'd like to separate my logs to facilitate analyze and monitoring of what's going on.
So, it's easy. Shorewall by default log using "Shorewall:" prefix. Create the file:
/etc/rsyslog.d/10-shorewall.conf
:msg, startswith, "Shorewall:" -/var/log/shorewall.log
& ~
The second line discard the message ...