Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Installing Ubuntu (Juergen) 1st March 14 - 17.00
  • Networking (Manu) 15th March
  • 22nd march no workshop scheduled
  • 29th march shell scripting with Jason 

*** 

Perl Scripting Introduction (Jason)
--

This class would discuss using Perl from the standpoint of a systems administrator - how it can help automate common tasks.

...

Shell Scripting Introduction (Jason)
--

This class would discuss the use of the shell in more detail than we covered in the Linux class.

...

Using the Subversion version control system (Jason)
--

SVN is a system for storing the changes made to files (and directories) in a project. Binary files (like images and movies) can be versioned, but the greatest benefit happens for text based files (including HTML web pages, and the XML based OpenOffice files).

...

Apache Web Server Setup and Administration (Jason)
--

Linux makes it *incredibly* easy to have your own webserver. Having a webserver makes many things possible on your linux machine:
* web-based administration interfaces, e.g. phpMyAdmin for MySQL administration
* plug-in servers: mod_svn for Subversion, mod_caldav for calendars
* sharing files easily between local computers

...

Explaining Services in Linux (Jason)
--

When a linux machine starts up, it initiates a number of services - otherwise known as 'daemons' in the hacker circles. Services are generally started at boot time and stopped at shutdown, but they can be reloaded or restarted to change configurations while the computer is running.

...