iTALC promotes learning on a classroom network


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News iTALC promotes learning on a classroom network
# 1  
Old 03-03-2008
iTALC promotes learning on a classroom network

Mon, 03 Mar 2008 19:00:00 GMT
iTALC, or Intelligent Teaching and Learning with Computers, is a didactical tool designed to assist teachers. Despite its name, the tool itself isn't a learning environment. It's meant to let teachers control their students' computers in a computer-driven classroom setting. Thanks to its powerful remote desktop control features, simple setup, and lack of cost, it's a potential remote assistance tool for any type of network.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

I would like to monitor network traffic for a computer on my network

My son does homework on a school laptop. I was thinking about setting up a gateway on my home network, so that I can monitor web traffic and know if he is doing his homework without standing over his shoulder. Ideally I would like to use the Raspberry Pi Model b that I already have. However, I... (15 Replies)
Discussion started by: gandolf989
15 Replies

2. UNIX for Dummies Questions & Answers

Setting up a home network for learning Linux

I am working on learning Linux, and somebody suggested setting up Linux on a separate computer, and searching for answers to whatever may be needed, on a different computer plugged in to the Internet. I have a Windows 7 PC, plugged in to a cable modem, and an old notebook, Compaq Presario R3000... (5 Replies)
Discussion started by: AdultFoundry
5 Replies

3. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

4. Shell Programming and Scripting

I should not post classroom questions here

Hi Please help me. I have file which contains 60 59 52 45 43 40 70 69 62 which bash script can give me "pass on every line and every time remembering previous number give me the first mutch where next number greater than previous, in this example 70" Please help thank you. edit... (1 Reply)
Discussion started by: Hayko
1 Replies

5. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

6. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

7. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

8. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies
Login or Register to Ask a Question
INIT_POLICY(8)						  System Administration Utilities					    INIT_POLICY(8)

NAME
init_policy - initialize TOMOYO Linux policy SYNOPSIS
init_policy [option] DESCRIPTION
This program generates templates for all policy files. However, the output should be reviewed because automatically generated exception policy may contain dangerous or redundant entries. This program only needs to be run once. OPTIONS
--file-only-profile Create profiles with only file-related functionality enabled. --full-profile Create profiles with all functionality enabled. [default] --use_profile=integer Set the default profile number for the "<kernel>" domain to the specified integer, which must be between 0 and 255. [default=0] --use_group=integer Set the default group number for the "<kernel>" domain to the specified integer, which must be between 0 and 255. [default=0] --max_audit_log=integer Set the default maximal audit log entries that the kernel will spool in the /sys/kernel/security/tomoyo/audit interface. This value must be an integer, and can be set to 0 if audit logs are not required. Maximum memory used can also be controlled via the /sys/kernel/security/tomoyo/stat interface. [default=1024] --max_learning_entry=integer Set the default maximum number of ACL entries automatically added to each domain by the kernel when using learning mode. This value must be an integer, and can be set to o if you do not need learning mode. Maximum memory used can also be controlled using the /sys/kernel/security/tomoyo/stat interface. --grant_log=value Set whether grant logs should be audited. This value can either be "yes" or "no". [default=no] --reject_log=value Set whether reject logs should be audited. This value can either be "yes" or "no". [default=yes] EXAMPLES
Initialize policy /usr/lib/tomoyo/init_policy BUGS
If you find any bugs, send an email to <tomoyo-users-en@lists.sourceforge.jp>. AUTHORS
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Main author. Jamie Nguyen <jamie@tomoyolinux.co.uk> Documentation and website. Naohiro Aoto <naoto@namazu.org> Bug fix for 64bit Gentoo. SEE ALSO
tomoyo-init(8) See <http://tomoyo.sourceforge.jp> for more information. tomoyo-tools 2.5.0 2012-04-14 INIT_POLICY(8)