RedCat@lemmygrad.ml to Asklemmy@lemmy.mlEnglish · edit-223 hours agoDo 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?message-squaremessage-square3fedilinkarrow-up18arrow-down10file-text
arrow-up18arrow-down1message-squareDo 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?RedCat@lemmygrad.ml to Asklemmy@lemmy.mlEnglish · edit-223 hours agomessage-square3fedilinkfile-text
minus-squareChaser@lemmy.ziplinkfedilinkarrow-up4·23 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.
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.