Home

UNIX

  • apache2 - some of my configuration notes
  • aptitude - Debian's package manager
  • arch - Linux distro
  • ascii - my notes on ASCII codes
  • bash - quick tips on bash
  • fedora - my notes on the Fedora Linux distro
  • filesystem - exposition of UNIX directory structures
  • icewm - icewm configuration notes
  • interesting - software I've heard about that you may want to install
  • KDE - customisations
  • multimedia - working with video and sound on Ubuntu
  • network - toolbox of interesting network stuff
  • putty - setting up putty for Windows
  • rsync - setting up and using rsync
  • static - setting up static IP addresses for your machine
  • ubuntu - Ubuntu customisations
  • webcam - drivers and software
  • xwin - notes about the X Windows system

    Climagic

    Here are some tips that I picked up from Twitter @climagic

    Automatically install your public key to the remote host (this actually is included in the openssh package):

        ssh-copy-id user@remotehost
    
    Start a web service on port 8000 that uses CWD as its document root:
       python -m SimpleHTTPServer
    

    Unclassified

    ldd - shows you what libraries a program uses

    Links to other sites

    None yet
    Author:  Mark Carter
    Created: 07-Nov-2010
    Updated: 17-Dec-2011