• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking For App: Internet limiter


So my buddy is running Ubuntu and has been playing around with web filters (Dan's Guardian / Squid, etc), but that's a different question.

Right now, he was looking for an app that would allow him to specify internet access times, and disable/enable his internet connection during specific times. He doesn't run his PC 24/7, so this app would have to run as a service (?) and check the current time on boot-up and periodically as needed.

I'm sure this exists, but if not, I think it wouldn't be that difficult to write. What would be the best (easiest) way to temporarily disable/enable internet access?
 
What is the purpose for this? A cron job is a start, but to bypass that all you would need to do is change the time, reboot the system or restart the network.

Are you attempting to lock down internet use during certain hours of the day for a particular user or users? Or do you just want to make sure that if he left the house and forgot to turn off his computer it wasn't on the net so that someone could be hacking it while he was away?
 
What is the purpose for this? A cron job is a start, but to bypass that all you would need to do is change the time, reboot the system or restart the network.

All of which require admin access...
 
Originally posted by: Fallen Kell
What is the purpose for this? A cron job is a start, but to bypass that all you would need to do is change the time, reboot the system or restart the network.

Are you attempting to lock down internet use during certain hours of the day for a particular user or users? Or do you just want to make sure that if he left the house and forgot to turn off his computer it wasn't on the net so that someone could be hacking it while he was away?

His lack of self-discipline. He just wanted something that would kill internet access during certain hours, but nothing he couldn't get around if he really needed to.

 
Back
Top