HP Procurve Switch Selector
http://www.procurve.com/Products/Selector/switches/index.htm
HP Procurve Switch Selector
http://www.procurve.com/Products/Selector/switches/index.htm
real life squid cache examples
using gns3 and qemu for emulating juniper devices
small network monitoring utils
SFP and mini-gbic http://bit.ly/aghHml
knowlege about 1000BASE-T,LX,LH,SX etc and SFP/mini GBIC http://bit.ly/9IbmAA
Juniper Networks 3D Scaling http://bit.ly/1Qan77
command line vlc streaming how to
http://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples
vlc stream http
cvlc -vvv Tali_Pocong_Perawan.mp4 –sout ‘#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:standard{access=http,mux=ogg,dst=server.susiloadhy.net:8080}’
port forwarding
iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp –dport 2323 -j DNAT –to-destination 192.168.27.202:23
iptables -t nat -A POSTROUTING -o tap1 -p tcp –dport 23 -d 192.168.27.202 -j SNAT –to-source 192.168.27.2