Difference between revisions of "Linux System Administration for Programmers"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Category:Chris Tyler Draft This is a topic outline for teaching a "System Administration for Programmers" session. == Screen == * GNU Screen command ** Common options …')
 
Line 1: Line 1:
[[Category:Chris Tyler Draft]]
+
{{Chris Tyler Draft}}
This is a topic outline for teaching a "System Administration for Programmers" session.
+
This is a topic outline for teaching a future "System Administration for Programmers" session.
  
 
== Screen ==
 
== Screen ==
Line 33: Line 33:
 
** Tab completion
 
** Tab completion
 
** Prompts
 
** Prompts
 +
 +
== X11 ==
 +
 +
* Remote access
 +
* Clipboard vs. Selection
 +
* Fast-paste (middle mouse)

Revision as of 13:46, 19 January 2015

Important.png
This is a draft only!
It is still under construction and content may change. Do not rely on this information.

This is a topic outline for teaching a future "System Administration for Programmers" session.

Screen

  • GNU Screen command
    • Common options

SSH

  • SSH tips and tricks
    • X tunneling
    • arbitrary forward and reverse tunnels
    • Using .ssh/config for convenience
    • Public key authentication

LVM

  • Using LVM for storage management

Bash

  • Bash tips 'n' tricks
    • Aliases
    • cd shortcuts: using - and ~
    • Command editing
      • ^Right, ^Left, Home, ^A, End, ^E, ^T
      • Esc-BS, Ctl-W
      • Esc-_
    • Command searching
      • ^R
      •  !
    • Tab completion
    • Prompts

X11

  • Remote access
  • Clipboard vs. Selection
  • Fast-paste (middle mouse)