<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_469_Unix%2FLinux_Administration_and_Networking</id>
	<title>CS 469 Unix/Linux Administration and Networking - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_469_Unix%2FLinux_Administration_and_Networking"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_469_Unix/Linux_Administration_and_Networking&amp;action=history"/>
	<updated>2026-04-14T19:31:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_469_Unix/Linux_Administration_and_Networking&amp;diff=95&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_469_Unix/Linux_Administration_and_Networking&amp;diff=95&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-94:rev-95 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_469_Unix/Linux_Administration_and_Networking&amp;diff=94&amp;oldid=prev</id>
		<title>wiki_previous&gt;Znoble1: Created page with &quot;== Catalog Description == Includes installation and configuration of Unix/Linux operating system software; set-up of hardware and software for Unix/Linux networking including...&quot;</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_469_Unix/Linux_Administration_and_Networking&amp;diff=94&amp;oldid=prev"/>
		<updated>2021-05-18T13:11:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Catalog Description == Includes installation and configuration of Unix/Linux operating system software; set-up of hardware and software for Unix/Linux networking including...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Catalog Description ==&lt;br /&gt;
Includes installation and configuration of Unix/Linux operating system software; set-up of hardware and software for Unix/Linux networking including TCP/IP, FTP, Telnet, DNS, DHCP, and Apache; Unix/Linux administration tasks including directories, users, tuning, backup, security, and networking.  Prerequisite - C or better in CS 201.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
Basic Unix skills, some prior programming experience&lt;br /&gt;
&lt;br /&gt;
== Standard Content ==&lt;br /&gt;
===Course Outline ===&lt;br /&gt;
* Wild-cards and regular expressions&lt;br /&gt;
* Files and directories:&lt;br /&gt;
* The file-system tree, path traversal, links&lt;br /&gt;
* Unix permissions and ACLs&lt;br /&gt;
* The FHS standard: where things go in the file-system&lt;br /&gt;
* Bash scripting&lt;br /&gt;
* Invocation and startup, job control&lt;br /&gt;
* Command lists, pipelines, redirection&lt;br /&gt;
* Positional parameters and special variables, data types, the environment&lt;br /&gt;
* Functions, variable scope&lt;br /&gt;
* Conditionals and loops&lt;br /&gt;
* Bash built-ins: read, printf, alias, etc&lt;br /&gt;
* The core-utilities: sed, col, grep, tr, basename, dirname, etc.&lt;br /&gt;
* Processes and threads:&lt;br /&gt;
* Attributes of processes: understanding ps,top, etc output&lt;br /&gt;
* /proc filesystem&lt;br /&gt;
* Signals&lt;br /&gt;
* Resource limits&lt;br /&gt;
* Memory layout: security issues: buffer overflows, ASLR&lt;br /&gt;
* Libraries&lt;br /&gt;
* The boot process: boot loaders, the kernel, init, runlevels, init scripts&lt;br /&gt;
* Disks: Block devices, partitioning, making file-systems, mounting/unmounting them, checking them, configuring fstab&lt;br /&gt;
* Swap and virtual memory&lt;br /&gt;
* RAID: levels, MD devices and mdadm&lt;br /&gt;
* Basic MySQL administration: DB and user administration and backing up/archiving databases&lt;br /&gt;
* Common Administrative tasks:&lt;br /&gt;
* User/group administration&lt;br /&gt;
* Log files, accounting files and reporting&lt;br /&gt;
* Quotas&lt;br /&gt;
* Networking:&lt;br /&gt;
* SSH and related tools for key generation and management, scp, rsync&lt;br /&gt;
* Various networking terms / OSI model&lt;br /&gt;
* SSL/TLS certificates (openssl), creating signed certificates, setting up a CA purpose of certs, anatomy of a cert&lt;br /&gt;
* IPv4 networking: Packets, Ethernet, ARP, DNS, CIDR, basic routing&lt;br /&gt;
* The Linux Firewall (iptables) (time permitting)&lt;br /&gt;
&lt;br /&gt;
===Learning Outcomes===&lt;br /&gt;
* Comprehensive overview of command line tools used by a system administrator&lt;br /&gt;
* More advanced bash scripting&lt;br /&gt;
* Ability to install and configure a Linux system&lt;br /&gt;
* Some Virtual Machine experience&lt;br /&gt;
&lt;br /&gt;
===Important Assignments and/or Exam Questions===&lt;br /&gt;
* Various man page reading assignments&lt;br /&gt;
* Bash scripts: iterate over command line parameters and do something with them, find the largest file in a directory tree, etc.&lt;br /&gt;
* Create a Virtual Machine and install Linux onto it.&lt;br /&gt;
* Root administration tasks on a provided VM:&lt;br /&gt;
* Setup and configure accounts&lt;br /&gt;
* Setup and configure services: http and mysql&lt;br /&gt;
* Install and web service(s) requiring a working web server and mysql instance&lt;br /&gt;
* Create a certificate authority and sign other students cert requests&lt;br /&gt;
&lt;br /&gt;
=== Standard resources === &lt;br /&gt;
* The Unix man pages&lt;br /&gt;
* Tutorials Point&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Znoble1</name></author>
	</entry>
</feed>