Slashdot Mirror


User: Tim+Evans

Tim+Evans's activity in the archive.

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

Comments · 3

  1. Tiles on Making Your Own Board/Card Games? · · Score: 1

    If you're making a game that requires a lot of tiles (ala Scrabble) then buy small seramic or glass wall tiles, as used for bathrooms and kitchen walls. They go down to about 1" square, look good, and a whole sheet/box of them is quite cheap.

  2. Re:Iain M. Banks SF Books on A Good Summer Read? · · Score: 1

    Anyone picking up one of Banks books expecting a throwaway SF paperback is in for a nasty surprise. I think they are excellent, but not what I would call easy to read, they demand a little more thought and attention than, for example, a David Weber SF book (not that Weber books are bad or anything).

    I just finished Use of Weapons (it's still on shelves in New Zealand). That ending is disturbing.

  3. full restore doesn't need to be complicated on Linux Desktop Myths Examined · · Score: 1
    What I use for backups is a separate box that updates itself using rsync every night. It exports the backups via a read-only NFS server. Doing a full restore involves:

    Drop a rescue CD into the machine.

    Format all drives.

    Mount drives in the corrent places, but under /mnt.

    "cp -a" the files back from the backup.

    Run lilo.

    Reboot.

    It's more complicated, but not a lot more complicated.