Because a thing seems difficult for you, do not think it impossible for anyone to accomplish. – Marcus Aurelius
Header

Author Archives: CcR

iptables port forwarding

February 14th, 2012 | Posted by CcR in Uncategorized - (0 Comments)

port 80 forwarding from 172.64.64.8 to 172.64.64.23

iptables -t nat -A PREROUTING -d 172.64.64.8 -p tcp --dport 80 -j DNAT --to 172.64.64.23:80
iptables -t nat -A POSTROUTING -d 172.64.64.23 -p tcp --dport 80 -j MASQUERADE

sip forwarding from 172.64.64.8 to … Read more

Nepal Television Plus Live

December 15th, 2011 | Posted by CcR in Live Stations - (0 Comments)

NTV plus is Powered by npvideo.com

Nepal Television Live

December 15th, 2011 | Posted by CcR in Live Stations - (0 Comments)

NTV is Powered by npvideo.com

Useful *nix commands

December 1st, 2011 | Posted by CcR in *nix - (0 Comments)

Some useful *nix commands for System debugging and administration.

This is a Beta version of NetBean plugin, tested with NetBean version 6.9.1.
This plugin changes the Titlebar of NetBean with file path that is currently open in editor.

How To Enable the Plugin.
1) Download and Read more