Slashdot Mirror


User: dirtyepic.sk

dirtyepic.sk's activity in the archive.

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

Comments · 4

  1. Re:Things I had to learn the hard way on How To Adopt 10 'Good' Unix Habits · · Score: 1

    That's like saying you shouldn't use an umbrella in the rain because one day you'll forget it and get wet.

  2. Re:Things I had to learn the hard way on How To Adopt 10 'Good' Unix Habits · · Score: 1

    1. Don't rm with an absolute path because you could easily
     
    #rm -r -f / tmp/dir
     
    when "all" you wanted was
     
    #rm -r -f /tmp/dir
      alias rm="rm --preserve-root"
  3. Re:3D Imax? on New Stephen Hawking Movie in the Works · · Score: 3, Informative
  4. Re:TFA seems a little thin... on The eBook, Mark 2 · · Score: 1

    According to the site it displays TXT, RTF, unencrypted PDF, their own BBeB format encrypted or unencrypted, JPEG, GIF, BMP, PNG, and plays unDRMed MP3 and AAC audio. It can import Microsoft Word documents, which it converts to RTF.

    Too bad no CHM though.