Franske ITC-2480 SP14 Schedule: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
| align="center" style="background:#f0f0f0;"|'''Reading Before Class'''
| align="center" style="background:#f0f0f0;"|'''Reading Before Class'''
| align="center" style="background:#f0f0f0;"|'''Lab Activity'''
| align="center" style="background:#f0f0f0;"|'''Lab Activity'''
| align="center" style="background:#f0f0f0;"|'''Due'''
|-
|-
| 15-Jan||Week 1||Intro/Syllabus/Install/VPN Access||||Install Debian, check IP, remote access with ssh/sftp
| 15-Jan||Week 1||Intro/Syllabus/Install/VPN Access||||Install Debian, check IP, remote access with ssh/sftp
|-
|-
| 22-Jan||Week 2||CLI Basics, Package Installation, Basic User Intro||Ch 1, 2, 3||Install Links, install Apache, download, copy, move, remove files, tar file extraction, directories
| 22-Jan||Week 2||CLI Basics, Package Installation, Basic User Intro||Ch 1, 2, 3||Install Links, install Apache, download, copy, move, remove files, tar file extraction, directories||
|-
|-
| 29-Jan||Week 3||Users, Boot Process, Webmin||Ch 4, 6||Install sudo, create new user, change ownership and permissions on files/dirs, install webmin
| 29-Jan||Week 3||Users, Boot Process, Webmin||Ch 4, 6||Install sudo, create new user, change ownership and permissions on files/dirs, install webmin||
|-
|-
| 5-Feb||Week 4||Advanced Command Line||Ch 5||redirect/pipe output, view man files, create links, create compressed files, text editing
| 5-Feb||Week 4||Advanced Command Line||Ch 5||redirect/pipe output, view man files, create links, create compressed files, text editing||
|-
|-
| 12-Feb||Week 5||Network Configuration, Apache, MySQL||Ch 12, 18||Set static IP, install Apache/mySQL, experiment with websites and databases, view logfiles
| 12-Feb||Week 5||Network Configuration, Apache, MySQL||Ch 12, 18||Set static IP, install Apache/mySQL, experiment with websites and databases, view logfiles||
|-
|-
| 19-Feb||Week 6||LAMP Software||||Install forum & blog software, experiment with PHP
| 19-Feb||Week 6||LAMP Software||||Install forum & blog software, experiment with PHP||
|-
|-
| 26-Feb||Week 7||Windows Filesharing with Samba||Ch 23||Install Samba, configure for basic workgroup filesharing
| 26-Feb||Week 7||Windows Filesharing with Samba||Ch 23||Install Samba, configure for basic workgroup filesharing||
|-
|-
| 5-Mar||Week 8||Mail Servers (SMTP/POP3/IMAP)||Ch 19, 20||Install Postfix MTA, courier-imap
| 5-Mar||Week 8||Mail Servers (SMTP/POP3/IMAP)||Ch 19, 20||Install Postfix MTA, courier-imap||Labs thus far
|-
|-
| 12-Mar||Spring Break||||||
| 12-Mar||Spring Break||||||||
|-
|-
| 19-Mar||Week 9||DNS||Ch 16||Install BIND and configure as caching plus zones for a local domain
| 19-Mar||Week 9||DNS||Ch 16||Install BIND and configure as caching plus zones for a local domain||
|-
|-
| 26-Mar||Week 10||DHCP, Firewalls/NAT||Ch 28, 13||2nd NIC internal network configuration
| 26-Mar||Week 10||DHCP, Firewalls/NAT||Ch 28, 13||2nd NIC internal network configuration||
|-
|-
| 2-Apr||Week 11||Filesystem Layout, Disks, LVM||Ch 7, 10||Explore /proc /dev, Partition/format/mount 2nd HDD
| 2-Apr||Week 11||Filesystem Layout, Disks, LVM||Ch 7, 10||Explore /proc /dev, Partition/format/mount 2nd HDD||Labs thus far
|-
|-
| 9-Apr||Week 12||Security & Monitoring||Ch 14, 15||Use of nmap, netstat, MRTG/cacti, Nagios
| 9-Apr||Week 12||Security & Monitoring||Ch 14, 15||Use of nmap, netstat, MRTG/cacti, Nagios||
|-
|-
| 16-Apr||Week 13||Scripting with BASH||TBD||Write BASH scripts
| 16-Apr||Week 13||Scripting with BASH||[http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html BASH Programming]||Write BASH scripts||
|-
|-
| 23-Apr||Week 14||TBD||TBD||TBD
| 23-Apr||Week 14||Scripting II: Python||[http://hetland.org/writing/instant-hacking.html Instant Hacking] and [http://www.dreamsyssoft.com/python-scripting-tutorial/index.php dreamsys Python Scripting Tutorial]||Write Python scripts||
|-
|-
| 30-Apr||Week 15||Skills Check 1||||
| 30-Apr||Week 15||Review||No new reading||No new lab||ALL LABS DUE!||
|-
|-
| 7-May||Week 16||Skills Check 2||||
| 7-May||Week 16||Online Skills Exam||||||
|-
|-
| ||Exam Week||Online Final Exam||||
| ||Exam Week||Online Final Exam||||||
|-
|-
|  
|  
|}
|}

Latest revision as of 04:42, 16 April 2014

Date Session Topic Reading Before Class Lab Activity Due
15-Jan Week 1 Intro/Syllabus/Install/VPN Access Install Debian, check IP, remote access with ssh/sftp
22-Jan Week 2 CLI Basics, Package Installation, Basic User Intro Ch 1, 2, 3 Install Links, install Apache, download, copy, move, remove files, tar file extraction, directories
29-Jan Week 3 Users, Boot Process, Webmin Ch 4, 6 Install sudo, create new user, change ownership and permissions on files/dirs, install webmin
5-Feb Week 4 Advanced Command Line Ch 5 redirect/pipe output, view man files, create links, create compressed files, text editing
12-Feb Week 5 Network Configuration, Apache, MySQL Ch 12, 18 Set static IP, install Apache/mySQL, experiment with websites and databases, view logfiles
19-Feb Week 6 LAMP Software Install forum & blog software, experiment with PHP
26-Feb Week 7 Windows Filesharing with Samba Ch 23 Install Samba, configure for basic workgroup filesharing
5-Mar Week 8 Mail Servers (SMTP/POP3/IMAP) Ch 19, 20 Install Postfix MTA, courier-imap Labs thus far
12-Mar Spring Break
19-Mar Week 9 DNS Ch 16 Install BIND and configure as caching plus zones for a local domain
26-Mar Week 10 DHCP, Firewalls/NAT Ch 28, 13 2nd NIC internal network configuration
2-Apr Week 11 Filesystem Layout, Disks, LVM Ch 7, 10 Explore /proc /dev, Partition/format/mount 2nd HDD Labs thus far
9-Apr Week 12 Security & Monitoring Ch 14, 15 Use of nmap, netstat, MRTG/cacti, Nagios
16-Apr Week 13 Scripting with BASH BASH Programming Write BASH scripts
23-Apr Week 14 Scripting II: Python Instant Hacking and dreamsys Python Scripting Tutorial Write Python scripts
30-Apr Week 15 Review No new reading No new lab ALL LABS DUE!
7-May Week 16 Online Skills Exam
Exam Week Online Final Exam