kyle

Members
  • Content Count

    11
  • Joined

  • Last visited

Posts posted by kyle

  1. Openbox is a little different than the other *boxes. For some reason, I don't like the way that Fluxbox, Blackbox, Waimea, etc. handle windows. It just feel weird to me. Openbox handles them how I want, though, and does it very nicely. It's also really easy to theme for (like all the *boxes) and is really configurable. Plus, like all the *boxes, it's very resource-light. You can get it at http://www.openbox.org

    Here's a screenshot of it (running xftaskbar4, too)

  2. If the Mandrake CD has a shell you can drop into (never used it so I don't know), you can also just chroot to your root partition and then run passwd to reset it.

    # chroot /dev/hda1
    # passwd
    # exit

    Of course, replace /dev/hda1 with whatever the drive/partition is, e.g. /dev/hda3, /dev/hdb2, etc.