Warning: Table './jdarx_drupal/sessions' is marked as crashed and should be repaired query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '67663845150302b37142df83d338fad0' in /f2/jdarx/public/includes/database.mysql.inc on line 172

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 899

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 534
Systems Administration | wayland's Computer Stuff

Systems Administration

warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/common.inc on line 141.

Keystroke flow in X.org

Now that I've been finding my way around XKB for a while, I thought I'd draw up a diagram of how keystrokes flow through X.org.

Cisco Operations Order

Details the order of operations for a Cisco. This is the most complete list I've seen anywhere, and as you can see, it's compiled from multiple sources.

Floppy/CD Linux Distributions

Comments in brackets (also known as "square brackets" -- the round ones are parentheses) are mine; others are from the project websites

Most of the files at ibiblio.org have more information in the LSMs

  1. Pluggable
    1. MuLinux: muLinux (Linux, really) is a full-configurable, minimalistic, almost complete, application-centric tiny distribution of Linux. [10 modules available]

List of good Systems Administration practises

Note that while many of the tools listed are Unix specific, the theories behind them apply to all Systems Administration, no matter what the system.

To find out how to do something in your version of Unix, look at the Unix Rosetta Stone

  1. Limit yourself: Do as little as possible with elevated privileges as possible (ie. only use root when necessary, learn the uses of sudo and su -c)
  2. Automation of any repetitive tasks:
Syndicate content