Just tried out Fedora 15 and noticed the pre-installed firewall application that I found much easier to use than any other previously tried out firewall manager.
Definitely miss it at my Ubuntu workstation, so how can I get it?
Just tried out Fedora 15 and noticed the pre-installed firewall application that I found much easier to use than any other previously tried out firewall manager.
Definitely miss it at my Ubuntu workstation, so how can I get it?
You can download it from here.
Then you can use Alien to convert it to a deb package. Run something like this at terminal:
alien --to-deb package.rpm
Finally install your package:
sudo dpkg -i package.deb
Enjoy!