Skip to content
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0b72650
Initial version... we use hibernate instead of killing session. We al…
JimDunphy Jul 24, 2015
1ce7f47
initial/tesing how to use github
JimDunphy Jul 24, 2015
e4dd7a6
more info about timestamp entry in /tmp
JimDunphy Jul 24, 2015
65da7b3
formatting issues so reference a file to generate the key
JimDunphy Jul 24, 2015
46f88c8
init file
JimDunphy Jul 24, 2015
486e55f
added package
JimDunphy Jul 24, 2015
c0b9e7e
package
JimDunphy Jul 24, 2015
f515243
Operation text
JimDunphy Jul 24, 2015
6730d66
comment
JimDunphy Jul 24, 2015
c8e2ab6
update
JimDunphy Jul 24, 2015
d9dc3de
comment
JimDunphy Jul 24, 2015
6b957e2
update
JimDunphy Jul 24, 2015
c7537e0
update/removed git from archive
JimDunphy Jul 25, 2015
f91a910
formatting
JimDunphy Jul 26, 2015
79b7a4d
formatting
JimDunphy Jul 26, 2015
8c3a2ef
document how we invoke our version
JimDunphy Jul 25, 2017
2a8cafe
typo
JimDunphy Jul 25, 2017
314269c
added latest kidtimer
JimDunphy Jul 28, 2017
06b8ab4
update docs
JimDunphy Jul 28, 2017
781bb94
update docs
JimDunphy Jul 28, 2017
e356fb3
Add sound playing
bsbernd Dec 26, 2025
611c671
Mark variables as local
bsbernd Dec 26, 2025
5bdcc82
Change indentation to 4 chars
bsbernd Dec 26, 2025
c00613a
Remove the update feature
bsbernd Dec 26, 2025
7678120
Recheck in go_recheck_logout()
bsbernd Dec 26, 2025
db5b745
Add a variable for the shutdown file
bsbernd Dec 26, 2025
5d4bb6c
Use curly braces for SOUND_FILE
bsbernd Dec 26, 2025
6a0d9d8
Add KILLALL_BASE and use /var/run
bsbernd Dec 26, 2025
53e9bd0
Lock the account when time is over
bsbernd Dec 26, 2025
b983122
Remove the debs
bsbernd Dec 26, 2025
ff4819a
Merge pull request #1 from bsbernd/updates
JimDunphy Dec 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment
  • Loading branch information
JimDunphy committed Jul 24, 2015
commit 6730d66db012bbdd0b4e321cec132cd3e751fa6c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Kidtimer

Operation: This runs from cron every minute to decrement the number of minutes your child has been using their computer. If your child has spent more time on their computer then you have allowed, it will queue up 5 warning messages and a hibernate via the 'at' command. As 'at' executes these commands, it will show a message on the users window and count down the number of minutes before issuing the hibernate. The child can watch via... kidtimer gettime user or watch the /tmp directory. I find my 10 year old likes to issue commands from the shell as it seems more "hacker like"... I have provided her with a print out and told her that she could defeat it if she looks hard enough.
Operation: This runs from cron every minute to decrement the number of minutes your child has been using their computer. If your child has spent more time on their computer then you have allowed, it will queue up 5 warning messages and a hibernate via the 'at' command. As 'at' executes these commands, it will show a message on the users window and count down the number of minutes before issuing the hibernate. The child can watch via... kidtimer gettime user or watch the /tmp directory. I find my 10 year old likes to issue commands from the shell as it seems more "hacker like"... I have provided her with a print out and told her that she could defeat it if she looks hard enough. I will fix these as she discovers them... currently it is fairly easy to defeat which makes it more intersting for her from my perspective as a teaching aid.

Modified to do the following.

Expand Down