Slashdot Mirror


Small but Featureful: Puppy Linux Reviewed

norhtec writes "Puppy Linux is a small distribution that fits on a business card-size CD-ROM or on a USB thumb drive. Puppy allows users to write data back onto their CD-ROM or thumb drive and features a complete assortment of office applications."

2 of 41 comments (clear)

  1. Tcl and Tk by DavidNWelton · · Score: 3, Interesting

    According to informed sources (http://wiki.tcl.tk/11951) a lot of Puppy Linux is done with Tcl and Tk. Reminds me to some degree of ETLinux:
    http://www.prosa.it/etlinux/papers/linuxandc.en.ht ml

    although of course that was aimed at much smaller targets.

  2. Hmm by numbski · · Score: 2, Interesting

    Carrying both the OS and your home directory on your thumb drive is kinda interesting. I usually think of storing your home directory on a thumb drive, and then have whatever *nix loaded on various systems that know about your user account via either /etc/passwd, NIS, or LDAP. Simply plug in the drive and log in. The other way around is to store your home directory in a centralized, network-accessible location, perhaps secured via ssh/ssl (haven't put much time into this to be honest) then carry your OS on your keychain drive.

    Never really considered doing *both* though. Other than thinking you'd be really screwed if it ever got lost (then again, how hard is it really to plug into a machine and home, dd if=/dev/myusbdrive of=/home/myuid/backup.todaysdate && tarthefile && bzipit && ftpitsomeplace ?

    Makes backing up easier anyway. ;) I'm curious about NIS or LDAP support in the Puppy distro, so far as being able to recognize user accounts from a centralized location.

    While I'm on the topic, perhaps /.'ers could help me out with the whole 'home directory synchronization' thing too. Right now I feel I have two options: local home directory, or remote home directory. With local, at specified intervals I can copy or sync back to the server, but I don't know if I can set up something like 'roaming profiles' a-la windows, other than maybe adding an rsync command to .login (anything for syncing back at logout?)

    Okay, enough ranting for me. :)

    --

    Karma: Chameleon (mostly due to the fact that you come and go).