Slashdot Mirror


User: hemhem

hemhem's activity in the archive.

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

Comments · 3

  1. http://www.mhonarc.org/ is a perl script that will recurse though folders of emails, unpack the attachments and generate html versions of the mail, with links. A simple find can them delete the attachments, or you could just keep them as the result will be (mostly) smaller.

  2. Re:Synology CS-407 on What NAS To Buy? · · Score: 1

    You are right to replace the software on the synology, as it uses a hacked ext2 filesystem which makes filenames case-insensitive (for windoze I suppose). This is a bummer for your nfs mounts from a unix system.

  3. Re:Nothing to do with systems administration on Sysadmin Toolbox Top Ten · · Score: 1

    but tail can tail several files simultaneously, adding a heading when changing between files, and can also be asked to re-open the file when it gets "rotated" by the system (eg, a log file is too big and so is renamed log.o and a new log is opened. tail needs to change files).