Slashdot Mirror


User: dgryn

dgryn's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Looked interesting, but.... on Syllable 0.5.4 Released · · Score: 1

    The "Basic" CD was designed to be small to download, but give a fully usable system. Thus, no development sofware. All the software is easily downloadable and installable, you don't need to pay for any of it, just for the convenience of a CD being mailed to you.

  2. Prompness... on What Does Your Command Prompt Look Like? · · Score: 2

    export BOXNAME=`hostname | awk -F. '{print $1}'`
    PS1="^[[31;1m[\`date +%H:%M\` $BOXNAME] ^[[32;1m"'${PWD##*/}'"^[[0m> "