Thank you for editing Command Line Magic. Your careful attention to detail is much appreciated.


Command Line Magic

Most of these came from http://rubytune.com/cheat

Process Basics

Tips N Tricks

Memory

Disk/Files

Networking (wired or wireless)

    smcroute < options > < commands >

    options
        -d - start daemon
        -v - verbose output

    commands - common
        -h - print help
        -k - kill daemon

    commands - multicast routing related
        -a <InputIntf> <OriginIpAdr> <McGroupAdr> <OutputIntf> [<OutputIntf>] ... - add route
        -r <InputIntf> <OriginIpAdr> <McGroupAdr> - remove route

    commands - multicast signaling related
        -j <InputIntf> <McGroupAdr> - join MC group
        -l <InputIntf> <McGroupAdr> - leave MC group

WIFI

Virtual Networks (under Linux)

Package Management

Subversion

Kernel Modules

Bash (Scripting)

Perfomance Analysis Tools: (from this slidedeck)

Restart a locked Linux Box

Misc Links