Open Source Parental Control for Windows [closed] - windows

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
anyone knows any "real" parental control software for windows which is "open source"?
tnx

I've just found one:
Kid Logger

Real "parental control" on Windows is Windows itself.
add all allowed domains and their IP's (twice each, with and without 'www') in file /windows/system32/drivers/etc/hosts
in properties of network connection go to properties of TCP/IP, choose 'use the following DNS addresses' and add 127.0.0.1
Now your system knows IP's of domains listed in hosts, and cannot query DNS for others, so no connection.

While not "open source," Microsoft's Windows Live Family Safety is nice. It's free and works great with Vista/Win7.

Related

How to let other people use ssh to connect to my computer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
My operating system is Mac OS X.
I want to use bash command to let other people use ssh to connect my computer.
How do I do?
set up a user account for them on your computer;
allow logon privileges for the user.
OS X Server puts a pretty GUI face on doing this.
You need to edit the /etc/ssh/sshd_config file and add the user to the end of the file with the following syntax. Also that user will need to be a valid user on the local machine or found in a bound directory service.
vi /etc/ssh/sshd_config
AllowUsers username1
There are other settings you can set in regards to ciphers and keys that improve security. Also you may need to modify any firewall settings that may be in place.

Why does "..localmachine" resolve to local machine ipv6 address on Windows? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I find it odd the other day that ping ..localmachine works on Windows 7
If you Win+R, type \\..localmachine\ it will open local machine share folder.
I have a web server listen on 0.0.0.0 port 8080
This python script works
urllib2.urlopen('http://..localmachine:8000').read()
And this is not defined in hosts file.
There seems not documentation mentions this, can anyone share some knowledge with this?
How does these kind of host names work on Windows? Any other pre-defined host names I should know?
Are there any significant security considerations we need to take care in our code?
Thanks to user ShaneMadden answered my question here
http://msdn.microsoft.com/en-us/library/windows/desktop/ms738520(v=vs.85).aspx
On Windows Server 2003 and later if the pNodeName parameter points to a string equal to "..localmachine", all registered addresses on the local computer are returned.

Command Prompt "Net View System Error 6118" [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When I try to use "net view" in command prompt, I get an error code 6118. What does this mean, and how can I fix it? Thanks, Nick.
6118 means The list of servers for this workgroup is not currently available, mostly it is due to the firewall protection blocks the SMB.
You can check as following steps
first check each pc is in the same workgroup.
disable the firewall and virus protect in each PC.
Ping PC2 from PC1 to ensure the network is ok
net view \PC2 from PC1 to check if it is ok.

Running Windows inside Ubuntu [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can I launch the entire Windows operating system inside Ubuntu. Something similar to Parralel Desktops. Free, please.
The keyword you're looking for is virtualization. There are MANY tools for hosting virtual machines. Ububtu has information specific to it, so you might start there. Other common options are virtual box, vmware, and xen, among many others. All of these have free options.
I'm doing the opposite (an entire Ubuntu box inside of Windows) via http://www.virtualbox.org/
The same thing will work for your case (Windows inside Ubuntu).

proxy for mac and windows [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have a requirement that I need to restrict my kids from browsing some sites . I want to be the adminbstrator for my machine, but other users have limited access to internet. Is there any software / proxy for this ? i want solution for both windows / linux and mac
My brother managed his daughters' access on Macs like this:
Restrict Safari from going to sites not in the Bookmarks
Only an administrator can create bookmarks
His user is an administrator; theirs aren't.
Kids can be pretty smart, though, and once they're sufficiently motivated to figure out how to get around your access controls it's not worth continuing the arms race.

Resources