A few interesting commands in Linux
Posted in Tips and Tricks on Jul 10th, 2009
From time to time, I have the opportunity to encounter different problems while working with Ubuntu. I like the challenging so I collect and write down most of the interesting things I found. Iptables 1.iptables -L –line-numbers# will list all the rules2.iptables -A INPUT -p tcp -j ACCEPT -s IP/MASK# will open ports for the [...]