Franske ITC-2480: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
Line 81: Line 81:


==== Shell Scripting ====
==== Shell Scripting ====
===== BASH =====
* [http://linuxconfig.org/Bash_scripting_Tutorial BASH Scripting Tutorial - Linuxconfig]
* [http://linuxconfig.org/Bash_scripting_Tutorial BASH Scripting Tutorial - Linuxconfig]
* [http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html An Introduction to BASH Programming]
* [http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html An Introduction to BASH Programming]
Line 86: Line 87:
* [http://www.thegeekstuff.com/2010/03/introduction-to-bash-scripting/ BASH Scripting Introduction Tutorial with 5 Practical Examples]
* [http://www.thegeekstuff.com/2010/03/introduction-to-bash-scripting/ BASH Scripting Introduction Tutorial with 5 Practical Examples]
* [http://linuxcommand.org/writing_shell_scripts.php Linux Command - Writing Shell Scripts]
* [http://linuxcommand.org/writing_shell_scripts.php Linux Command - Writing Shell Scripts]
* [https://www.udemy.com/bashscripting/ Udemy BASH Scripting Course]
===== Python =====
* [http://www.dreamsyssoft.com/python-scripting-tutorial/index.php dreamsys Python Scripting Tutorial]
* [http://openclassroom.stanford.edu/MainFolder/VideoPage.php?course=PracticalUnix&video=scripting&speed= Stanford - Python Shell Scripting]
* [https://www.youtube.com/watch?v=yHO8hdqzKw8 Python Scripting for the Operating System]
* [http://www.linuxjournal.com/content/python-scripts-replacement-bash-utility-scripts Python Scripts as a Replacement for Bash Utility Scripts]


=Archived Course Materials=
=Archived Course Materials=

Revision as of 06:02, 10 April 2014

This is the homepage for the ITC-2480 classes taught by Dr. Ben Franske.

Current Course Materials

General Course Information

Software Used in this Course

Resources

Major Linux Distributions

General Help

Online Linux Tutuorials

Command Guides

Specific Topic Help

Debian Preseeding

A Debian preseed file works in a similar way to a Fedora kickstart file for automating Linux installation. Note that even though it's no longer mentioned in the documentation you can supply a preseed file on a floppy disk in much the same manner as on a CD or USB flash drive by specifying the preseed file location during the installer boot process. For more information see:

System Startup

GRUB2
Runlevels
Init, Upstart and Systemd

Partitioning, Formatting and Mounting

SSH

Network Configuration

Regular Expressions, Grep and SED

Shell Scripting

BASH
Python

Archived Course Materials

General Course Information

Chapter Project Notes

CNT-2311-Chapter 2 Notes
CNT-2311-Chapter 3 Notes
CNT-2311-Chapter 4 Notes
CNT-2311-Chapter 5 Notes
CNT-2311-Chapter 7 Notes
CNT-2311-Chapter 8 Notes
CNT-2311-Chapter 9 Notes
CNT-2311-Chapter 10 Notes

CNT-2311-Chapter 21 & 24 Notes

Projects