Sunday, January 17, 2010

Firewall in Ubuntu Server

root@myserver:/#ufw enable

Firewall is active and enabled on system startup

root@myserver:/#ufw allow 80

Rule added

root@myserver:/#

Source:

https://help.ubuntu.com/8.04/serverguide/C/firewall.html

No comments:

Windows (powershell) counterparts of Linux commands

You may find Windows mostly powershell equivalent of frequently used Linux commands here. I will update this post, with newer ones by the ti...