| Author |
Message |
lawmanuk
|
|
Post subject: big brother
Posted: Aug 09, 2008 - 05:02 AM
|
|
Parsix Lover
Joined: Aug 09, 2008
Posts: 148
Status: Offline
|
|
from what i gather, linux users will hate this question but let me ask, as i need it:
is there a parental control software for linux (plenty of which exists for windows), that allows me to:
1. limit online time for children.
2. record email/chat/keystroke/screenshot activity for review.
3. limit time on certain websites.
so many gaps like this in the linux market, for which real demand exists.
let the flames begin. |
|
|
| |
|
|
|
 |
cmost
|
|
Post subject: RE: big brother
Posted: Aug 09, 2008 - 08:50 AM
|
|
Forum Moderator

Joined: Feb 19, 2008
Posts: 205
Location: Cincinnati, Ohio
Status: Offline
|
|
| There will be no flames. Parental controls are a legitimate requirement for families with children who can find themselves in hot water if left to their own devices on the computer. In my opinion, one of the best applications for Linux is Dansguardian. You can learn more here (http://dansguardian.org/). As for key logging, etc. I am not aware of any software for Linux that can accomplish what you need (I don't have children myself.) |
_________________ AMD Athlon 64 X2 3800+
4096 MB DDR 400MHz RAM
nVidia GeForce 9400 GT w 512 MB DDR2
Parsix GNU/Linux (built from Debian Testing and a dash of Sid)
Kernel 2.6.29 amd64
Compiz-Fusion Git
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject: RE: big brother
Posted: Aug 09, 2008 - 09:51 AM
|
|
Parsix Lover
Joined: Aug 09, 2008
Posts: 148
Status: Offline
|
|
|
|
|
 |
cmost
|
|
Post subject: RE: big brother
Posted: Aug 09, 2008 - 10:22 AM
|
|
Forum Moderator

Joined: Feb 19, 2008
Posts: 205
Location: Cincinnati, Ohio
Status: Offline
|
|
| I really doubt such sophisticated software is available for Linux. Most Linux users are quite technically savvy and would be able to replicate the various logging elements on their own. You might find a hardware keylogger like the ones detailed here (http://www.thespystore.com/pcsurveillance.htm) to be more useful on a Linux machine. |
_________________ AMD Athlon 64 X2 3800+
4096 MB DDR 400MHz RAM
nVidia GeForce 9400 GT w 512 MB DDR2
Parsix GNU/Linux (built from Debian Testing and a dash of Sid)
Kernel 2.6.29 amd64
Compiz-Fusion Git
|
| |
|
|
|
 |
grasshopper
|
|
Post subject: RE: big brother
Posted: Aug 09, 2008 - 11:25 AM
|
|
Joined: Aug 07, 2008
Posts: 28
Status: Offline
|
|
Here is a site with some info. You can use Firefox extensions to some extent.
http://kb.mozillazine.org/Parental_controls
I probably would consider installing Windows through Virtualbox and then installing my parental control software there and only allowing them internet access through that. |
|
|
| |
|
|
|
 |
xet7
|
|
Post subject: RE: big brother
Posted: Aug 11, 2008 - 10:14 AM
|
|
Forum Moderator

Joined: Feb 20, 2008
Posts: 205
Location: Finland
Status: Offline
|
|
|
|
|
 |
xet7
|
|
Post subject: RE: big brother
Posted: Aug 12, 2008 - 10:04 PM
|
|
Forum Moderator

Joined: Feb 20, 2008
Posts: 205
Location: Finland
Status: Offline
|
|
|
|
|
 |
lawmanuk
|
|
Post subject: RE: big brother
Posted: Aug 13, 2008 - 08:27 AM
|
|
Parsix Lover
Joined: Aug 09, 2008
Posts: 148
Status: Offline
|
|
i found two good addons to firefox. foxfilter does parental control, but not that great (dansguardian is prob better, but i can't get it to work). leech controls how many hours per day people can use the browser online.
haven't figured out a way to do keystroke/email/chat/website/screen snapshots. |
|
|
| |
|
|
|
 |
xet7
|
|
Post subject: RE: big brother
Posted: Aug 13, 2008 - 10:29 AM
|
|
Forum Moderator

Joined: Feb 20, 2008
Posts: 205
Location: Finland
Status: Offline
|
|
lawmanuk:
Thanks for the additional info you found!  |
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject: RE: big brother
Posted: Aug 13, 2008 - 07:09 PM
|
|
Parsix Lover
Joined: Aug 09, 2008
Posts: 148
Status: Offline
|
|
| it seems firefox also has a keystroke logger. not very good, as doesn't log user/windows/time, but better than nothing |
|
|
| |
|
|
|
 |
xet7
|
|
Post subject: RE: big brother
Posted: Aug 13, 2008 - 09:12 PM
|
|
Forum Moderator

Joined: Feb 20, 2008
Posts: 205
Location: Finland
Status: Offline
|
|
lawmanuk:
What is the name of that extension? Is there an URL for it? |
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Aug 14, 2008 - 10:00 AM
|
|
Parsix Lover
Joined: Aug 09, 2008
Posts: 148
Status: Offline
|
|
|
|
|
 |
xet7
|
|
Post subject:
Posted: Aug 14, 2008 - 10:03 AM
|
|
Forum Moderator

Joined: Feb 20, 2008
Posts: 205
Location: Finland
Status: Offline
|
|
lawmanuk:
Thanks a lot!  |
|
|
| |
|
|
|
 |
cmost
|
|
Post subject:
Posted: Aug 21, 2008 - 01:59 AM
|
|
Forum Moderator

Joined: Feb 19, 2008
Posts: 205
Location: Cincinnati, Ohio
Status: Offline
|
|
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Oct 13, 2008 - 10:26 PM
|
|
Parsix Lover
Joined: Aug 09, 2008
Posts: 148
Status: Offline
|
|
Hi,
The article regarding cron doesn't seem to work fully. ie. it doesn't run the sh file at regular intervals.
1. How can I ensure that cron is running? my crontab -l shows that the screen.sh should run every minute as below:
user@parsix:/tmp/ie$ crontab -l
* * * * * /tmp/ie/screen.sh
nb. screen.sh works fine when run manually - content as follows:
#!/bin/sh
NOW=$(date +%Y%m%d%k%M)
cd /tmp/ie
import -window root screenshot-$NOW.jpg
2. Where in Parsix is the easier gnome scheduled tasks tool referred to here: https://help.ubuntu.com/community/CronHowto
3. Checking sys/admin/services - i can see klogd and sysklogd services running. what information do these collate and how can i view it?
Thanks. |
Last edited by lawmanuk on Oct 14, 2008 - 03:45 AM; edited 1 time in total
|
| |
|
|
|
 |
|
|