User:Ginjachris: Difference between revisions

From Alpine Linux
No edit summary
mNo edit summary
Line 11: Line 11:


* 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
* 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
* Ash: modifying prompt etc, using ~/.profile
Courtesy of BitL0G1c:
Courtesy of BitL0G1c:
Line 21: Line 22:
   fi
   fi
  }
  }
* knot: authoritative dns server setup




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

Revision as of 22:05, 25 March 2015

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
}
  • knot: authoritative dns server setup


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