User:Ginjachris: Difference between revisions

From Alpine Linux
mNo edit summary
No edit summary
Line 1: Line 1:
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.
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:
Here's some crazy Drum 'n' Bass:


[http://grooveshark.com/s/My+Idea+Of+Fun/2LX80k?src=5 'My idea of fun' by Wingnut Dishwashers Union]
[http://grooveshark.com/s/Doorway+Gridlock+Echo+Remix/aGkez?src=5 'Doorway' by Usual Suspects (Gridlock & Echo remix)]


[http://grooveshark.com/s/Gimme+Coffee+Or+Death/3VTYAr?src=5 'Gimme coffee or death' by Mischief Brew]
[http://grooveshark.com/s/No+Test/3GHSp1?src=5 'No test' by Distorted Minds]
 
[http://grooveshark.com/s/Picking+Sides/2LX6ZZ?src=5 'Picking sides' by Wingnut Dishwashers Union]
 
[http://grooveshark.com/s/DIY+Orgasms/17PM7B?src=5 'DIY orgasms' by Jonny Hobo and the Freight Trains]
 
[http://grooveshark.com/s/For+An+Old+Kentucky+Anarchist/46iV2L?src=5 'For an old Kentucky Anarchist' by The Orphans]
 
[http://grooveshark.com/s/Tone+Deaf/4Pmbc0?src=5 'Tone Deaf' by No Cops for Miles]





Revision as of 11:46, 18 July 2014

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 crazy Drum 'n' Bass:

'Doorway' by Usual Suspects (Gridlock & Echo remix)

'No test' by Distorted Minds


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 :¬)