minus-squareChaser@lemmy.ziptoAsklemmy@lemmy.ml•Do you know any software available on GNU+Linux that locks your computer/laptop unto a few websites of your choice for a certain amount of time, and doesn't let you open/close any tabs/apps?linkfedilinkarrow-up4·21 hours agoNot directly a ready to use software. But maybe you could use a combination of dnsmasq and cronjobs. https://wiki.archlinux.org/title/Dnsmasq https://wiki.archlinux.org/title/Cron You could load two different configs based on time. One to forward everything except xyz to localhost and one to forward everything. linkfedilink
Chaser@lemmy.zip to Comic Strips@lemmy.world · 4 days ago2011-06-26plus-squarelemmy.zipimagemessage-square1linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1image2011-06-26plus-squarelemmy.zipChaser@lemmy.zip to Comic Strips@lemmy.world · 4 days agomessage-square1linkfedilink
Not directly a ready to use software. But maybe you could use a combination of dnsmasq and cronjobs.
https://wiki.archlinux.org/title/Dnsmasq https://wiki.archlinux.org/title/Cron
You could load two different configs based on time. One to forward everything except xyz to localhost and one to forward everything.