How can I limit internet access by time on Linux?
Created on 2021-11-11T17:51:23-06:00
- Disable internet via an on-screen widget
- Use iptables rules to allow access at certain times
- Use a cron job to turn the hardware on/off at certain times
- Use a cron job to turn the hardware off every minute
Not mentioned is using tools like `trickle` or bandwidth limiting to make it more annoying.