User:Ginjachris

From Alpine Linux
Revision as of 13:41, 29 May 2014 by Ginjachris (talk | contribs)

Hello, my name is Chris and I'm a security analyst from the UK. I'm no coder so I'm currently contributing to the wiki and suggesting improvements.

Here's some awesome acoustic punk tunes I've discovered recently:

'My idea of fun' by Wingnut Dishwashers Union

'Gimme coffee or death' by Mischief Brew

'Picking sides' by Wingnut Dishwashers Union

'DIY orgasms' by Jonny Hobo and the Freight Trains

'For an old Kentucky Anarchist' by The Orphans

'Tone Deaf' by No Cops for Miles


Pages I need to write:

  • Time: the importance of time, plus Chrony & NTPD, how to run them as a client only and how to run them as a time server
  • Ash: modifying prompt etc, using ~/.profile

Courtesy of BitL0G1c:

  1. Automatically do an ls after each cd
c() {
  if [ -n "$1" ]; then
    cd "$@" && ls
  else
    cd ~ && ls
  fi
}


Need a wiki article? Add it to the discussion page and I'll see what I can do :¬)