Quote:
Originally Posted by Pragadheesh
thanx for your replies... and regarding my project,
it is like controlling the entire linux for layman... one can enable, disable the new hardwares plugged, create logs of all changes being made, current running process and associated files etc... i ave a basic idea of how to do, but can u people enlighten more on how to implement the project and share your ideas...!!
|
So, in short you want something like control panel?
I guess you can have a look at webmin for some ideas, it's a web based management system using perl, I believe.
For enabling/disabling hardware you can connect use hal and udev and stuff.
For logging, well there's already so many logs in /var/log/ just give a frontend to view those logs.
there's already apps integrated in KDE and even GNOME for process management and file association.
And most importantly, there's a very few people who know development on linux platform out here. You'd increase your scope to a lot more people if you go to places like linuxquestions.net, if you haven't done so already.
Also, are you just sufficing with linux or aiming for other OS's like BSD's and all?