Skip to content

Commit

Permalink
and even more stuff added, we are up to page 6 on the old syllabus
Browse files Browse the repository at this point in the history
  • Loading branch information
avleen committed Oct 13, 2012
1 parent 9db393b commit 96d44da
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Expand Up @@ -14,7 +14,7 @@ Contents:
introduction
sysadmin_101
unix_101

unix_201


Indices and tables
Expand Down
15 changes: 15 additions & 0 deletions inits.rst
@@ -0,0 +1,15 @@
``/bin/init`` and its descendants
*********************************


``init``
========

systemd
=======

upstart
=======

daemontools
===========
4 changes: 4 additions & 0 deletions kernel_tuning.rst
@@ -0,0 +1,4 @@
Kernel tuning
*************

An introduction to ``/proc``, ``sysctl``, ``mdb``, ``ndd``
13 changes: 13 additions & 0 deletions netbooting.rst
@@ -0,0 +1,13 @@
Booting over the network
************************

What is network booting? Why do you want to do it?

TFTP
====

PXE
===

bootp
=====
14 changes: 14 additions & 0 deletions stats_diagnosing.rst
@@ -0,0 +1,14 @@
Looking at system metrics
*************************

``vmstat``
==========

``iostat``
==========

``systat``
==========

``dstat``
=========
25 changes: 25 additions & 0 deletions syscalls.rst
@@ -0,0 +1,25 @@
Syscalls
********

What are syscalls?

Using ``strace``
================

Common system calls
===================

``fork()`` and ``exec()``
-------------------------

``open()`` and ``close()``
--------------------------

``create()``, ``unlink()`` and ``stat()``
-----------------------------------------

``bind()`` and ``accept()``
---------------------------

``ioctl()``
-----------
1 change: 1 addition & 0 deletions unix_101.rst
Expand Up @@ -9,3 +9,4 @@ Unix fundamentals 101
package_management_101
boot_process_101
shell_tools_101
cron_101
12 changes: 12 additions & 0 deletions unix_201.rst
@@ -0,0 +1,12 @@
Unix fundamentals 201
*********************

.. toctree::
:maxdepth: 2

kernel_tuning
unix_signals
syscalls
netbooting
inits
stats_diagnosing
4 changes: 4 additions & 0 deletions unix_signals.rst
@@ -0,0 +1,4 @@
Signals
*******

What are signals? How do they work?

0 comments on commit 96d44da

Please sign in to comment.