0

Given my computer runs on Ubuntu, and I can install on it whatever I like: If I would want to prevent myself from using the computer in the night and on the weekend, what software solution comes closest to putting the computer into a box locked with a timer-lock?

1 Answers1

1

pam_time is the built-in way to restrict access based on time. It can prevent logins, but existing sessions would continue. Otherwise, people seem to script their own solutions.

Links