Monthly Archives: April 2008
TV tuner (BT878) in Linux
http://www.mythtv.org/wiki/index.php/Bttv
Posted in Linux, Media center
Leave a comment
IPTables
Old-school-command-line-IPTables Listing your IPTables with line numbers: iptables -L <chain> –line-numbers Adding an ACCEPT rule to chain <chain>, with protocol <prot>, accepted source <src> and destination port <dport> goes like this: iptables -A <chain> -p <prot> -s <src> –dport <dport> … Continue reading
Posted in Notes-to-self, Server
Leave a comment