Controlling Access to Content Overview
Linux TCP Tuning
desativar dpms
xset s off # don't activate screensaver
xset -dpms # disable DPMS (Energy Star) features.
xset s noblank # don't blank the video device
ativar canais 12 e 13 no openwrt
cd /tmp/
wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
chmod +x reghack.mips.elf
./reghack.mips.elf /lib/modules/*/ath.ko
./reghack.mips.elf /lib/modules/*/cfg80211.ko
reboot
http://wiki.openwrt.org/doc/faq/faq.wireless
http://luci.subsignal.org/~jow/reghack/
converter ficheiros pst para thunderbird
preservar espaços na shell
Parallel command execution
mussh -H hosts.txt -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i .ssh/id_uk_rsa -s /bin/sh -C script_exec_cliente1
parallel-ssh -v -i -l root -e result -o result -h hosts.txt -O UserKnownHostsFile=/dev/null -O StrictHostKeyChecking=no -O IdentityFile=.ssh/id_uk_rsa uptime
http://www.softpanorama.org/Admin/parallel_command_execution.shtml