Seneca College teams with FOSS projects for hands-on learning


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Seneca College teams with FOSS projects for hands-on learning
# 1  
Old 07-21-2008
Seneca College teams with FOSS projects for hands-on learning

07-21-2008 01:00 PM
Where most computer science departments emphasize theory and mention free and open source software (FOSS) only indirectly, Seneca College in Toronto, Canada, offers a different approach: a hands-on introduction to the community in partnership with the Mozilla and Fedora projects. Now in its third year, the program is expanding rapidly and receiving attention from other academic institutions that hope to imitate it.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Small College homework

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: My work is to write or design a script in bash shell script format for the Linux O/S Debian distro "Knoppix... (2 Replies)
Discussion started by: spiffyiffy
2 Replies

2. UNIX for Dummies Questions & Answers

I need hands-on skill.

Can someone help me get into a UNIX server so I can get some hands-on skills? (3 Replies)
Discussion started by: FernandesE74
3 Replies

3. Windows & DOS: Issues & Discussions

Research for College

I am researching the reasons why Unix / Linux is the chosen operating system versus Windows. I have had difficutly narrowing down resources. I am wondering if anyone has any favorite sources that they would care to share. Thanks Dan (2 Replies)
Discussion started by: isenhart
2 Replies

4. AIX

Hands On Learning - AIX

Hi all, I am interested in your opinions of the best way to get hands-on security experience with AIX. I am proficient with most linux flavors on intel, but need to get familiar with AIX. Any ideas on how to get some hands-on without lumping out $4Gs for a used RS/6000? Thanks EW (4 Replies)
Discussion started by: ewelsh
4 Replies

5. UNIX for Dummies Questions & Answers

College Question

Hello all, I have a quick question for those that might know, Would a degree in Computer and Information Science (CIS) be enough to get in the Unix Systems Administration door at the junior level? Or is Computer Science a better choice. The reason I ask is because a degree in CIS is the only... (8 Replies)
Discussion started by: bru
8 Replies
Login or Register to Ask a Question
cfengine(8)						      System Manager's Manual						       cfengine(8)

NAME
cfrun - Execute remote cfagents SYNOPSIS
/usr/sbin/cfrun [options] DESCRIPTION
cfengine is a language based system specifically designed for testing and configuring unix-like systems attached to a TCP/IP network. cfrun is a tool for executing one or more remote agents; it contacts the cfservd daemon running on a remote host, which (in turn) starts an authorized agent. Cfrun cannot be used to send instructions to a remote agent, but it can be used to flag certain aspects to the agent's existing policy for special attention.. The command line options for cfrun are slightly unusual. They are separated into three sections: options to the cfrun program, options to the remote cfagent (with some security restrictions) and finally classes or flags to the remote agent. EXAMPLES
cfrun specialhost1 specialhost2 -- --verbose -- solaris In this example, we contact hosts specialhost1 specialhost2 by name, and ask them to execute cfagent with the --verbose flag, if the class solaris is not defined. cfrun specialhost1 --verbose -- -- solaris In this example the verbose flag is sent to cfrun rather than to the remote agent. No options are sent to the remote agents. The class specifier is sent to all the agents so that they may determine whether they fulfill the required class membership for execution. The default behaviour is to execute cfagent serially on all hosts listed in the cfrun.hosts file. FILES
cfrun read a configuration file cfrun.hosts which must contain a list of every potentially contactable host. AUTHOR
Mark Burgess, Oslo University College INFORMATION
http://www.cfengine.org Maintenance Commands cfengine(8)