Hello all.
I would like to create a Plasmoid or two, mostly for personal use but if I feel I did good I will share it on GHNS
My first idea is a program that displays currently active iptables chains/targets/rules (version 0.1) and then in Version 0.2 I will add a feature to add a new rule to allow or to deny access to a port/address pair. In Version 0.3 I will add the ability to re-organize/order the entries.
So basically a little firewall management plasmoid. I can do these things from the command line.
Searching online takes me into hell. Too many tools. Too many platforms. Frameworks. APIs. Help I don't know C++.
I have some shell scripting and even a little Python experience.
Do I install Eric? What about something called QtCreator? What is QtQuick?
The How-Tos and Getting Started Tutorials are a mess, at least the ones I've found are. So maybe if I can find a tool which will help me create the Plasmoid, guide me through the steps, then I can jsut fill in the blanks with the neccesary logic... I hope.
Cheers,
_Johan
I would like to create a Plasmoid or two, mostly for personal use but if I feel I did good I will share it on GHNS
My first idea is a program that displays currently active iptables chains/targets/rules (version 0.1) and then in Version 0.2 I will add a feature to add a new rule to allow or to deny access to a port/address pair. In Version 0.3 I will add the ability to re-organize/order the entries.
So basically a little firewall management plasmoid. I can do these things from the command line.
Searching online takes me into hell. Too many tools. Too many platforms. Frameworks. APIs. Help I don't know C++.
I have some shell scripting and even a little Python experience.
Do I install Eric? What about something called QtCreator? What is QtQuick?
The How-Tos and Getting Started Tutorials are a mess, at least the ones I've found are. So maybe if I can find a tool which will help me create the Plasmoid, guide me through the steps, then I can jsut fill in the blanks with the neccesary logic... I hope.
Cheers,
_Johan
Comment