User:Ginjachris: Difference between revisions
Ginjachris (talk | contribs) mNo edit summary |
Ginjachris (talk | contribs) mNo edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Hello, my name is Chris and I'm a security | Hello, my name is Chris and I'm a security consultant from the UK. | ||
Here's some | Here's some crazy Drum 'n' Bass: | ||
[ | [https://www.youtube.com/watch?v=mRCyDw594eo 'Doorway' by Usual Suspects (Gridlock & Echo remix)] | ||
[ | [https://www.youtube.com/watch?v=IlXOcWYA_KY 'No test' by Distorted Minds] | ||
[ | [https://www.youtube.com/watch?v=r6QR8A9_iFU 'Chubrub' by Ed Rush & Optical] | ||
[ | [https://www.youtube.com/watch?v=5hVtvm44V94 'Science' by Ganja Kru] | ||
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: | |||
# Automatically do an ls after each cd | |||
c() { | |||
if [ -n "$1" ]; then | |||
cd "$@" && ls | |||
else | |||
cd ~ && ls | |||
fi | |||
} | |||
* knot: authoritative dns server setup | |||
Need a wiki article? Add it to the discussion page and I'll see what I can do :¬) |
Latest revision as of 11:27, 7 June 2016
Hello, my name is Chris and I'm a security consultant from the UK.
Here's some crazy Drum 'n' Bass:
'Doorway' by Usual Suspects (Gridlock & Echo remix)
'Chubrub' by Ed Rush & Optical
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:
- Automatically do an ls after each cd
c() { if [ -n "$1" ]; then cd "$@" && ls else cd ~ && ls fi }
- knot: authoritative dns server setup
Need a wiki article? Add it to the discussion page and I'll see what I can do :¬)