Slashdot Mirror


Yet Another Debian-based Distro: Mepis

emgarf writes "Today, on the first anniversary of the MEPIS Project, MEPIS LLC announced the release of MEPIS Linux 2003.10 for Pentium processors. MEPIS Linux is a desktop Linux that is designed for both personal and business users. MEPIS Linux offers a live/installation/recovery CD, advanced automatic hardware configuration, XP/NTFS support, ACPI power management, WiFi support, personal firewall, KDE 3.1.4, OpenOffice 1.1, Mozilla 1.5, and much more."

8 of 206 comments (clear)

  1. Good... by Anonymous Coward · · Score: 5, Interesting

    At last a versioning scheme unaffected by marketing! "2003.10" is actually informative!

    1. Re:Good... by GreyWolf3000 · · Score: 5, Informative
      Actually, major.minor.teeny makes the most sense for libraries, if the authors stick to it faithfully. If you just do a bugfix or slight improvement, bump up the teeny number. If you add enhancements but do not break backwards compatibility, then bump the minor number. If you break ABI/API compatibility, then bump the major number.

      Ideally, you can install different major numbers side-by-side (this isn't always the case; look at freetype), and you can easily tell if an update will have any negative impact on your system.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
  2. I'd like to see a Disk Management distro by Anonymous Coward · · Score: 5, Interesting

    What I'd really like to see is someone taking advantage of the capabilities of distros like Knoppix to create a bootable disk management tool.

    I'd love to see a distro that I could boot with drive imaging software (local, network, with support for almost any kind of media,) partition editing (with support for non-destructive resizing of all filesystems including NTFS.)

    Preferrably it would have both command line and good GUI based utilities (I find partitioning a disk to be easier when I see things in a bar or pie graph, as opposed to 2048byte blocks.)

    Sorta like a blend of Ghost and Partition Magic, except more powerful and free. This came to mind after trying to use Norton Ghost to image out to a firewire hard drive, and trying to image with dd. Ghost "supports" firewire but includes no drivers for any devices, and dd would have worked, but I was trying to stick it on a FAT32 partition (didn't feel like making a 5GB ext2 partition just to have windows bugging me to let it destroy the thing.)

    Anyone know of a project like this?

  3. Not sure why this is news by Ridgelift · · Score: 5, Insightful

    It's always good to see another distribution from a research/development standpoint. Rolling your own distro builds more who are familiar with the landscape.

    But why is this here? What defining feature of Mepis make it /. worthy? I think it'd be better suited on distrowatch. Posting each new distribution won't help Linux, but rather it gives the impression of being a little desperate.

    I'm not trolling or trying to start a flamewar (I'm a Debian user myself), but Linux needs to push the envelope for creative code hacking.

  4. Dumb distribition name: MEPIS by Franciscan · · Score: 5, Informative

    Click Here for the reason this distribution is called MEPIS.

    I just gotta say, that's the most obscure, and possibly one of the dumbest distro names ever. Okay, Yggdrasil was slightly more obscure, but in a cool way.

    Regards, WPostma/Franciscan

  5. Re:Desktop Linux the way you want it. by Frymaster · · Score: 5, Insightful
    Gentoo gives you total control, like no other linux distro.

    true. but it takes days to install and my mother would never be able to set her own USE flags. i think mepis is looking to provide maximum customization while still being "end user friendly"

  6. Met the author, great guy and product... by ironcladlou · · Score: 5, Interesting

    I had the opportunity to meet Warren and participate in a 2 hour interactive demo of the then latest build of Mepis a couple months ago right here in Parkersburg, WV at a Mid Ohio Valley Linux Users Group meeting. I was VERY impressed both with the distro, and with Warren's EXCELLENT ability to continue adding "Oh yeah!" features that you wish you could find in most Linux distros (For example, the ability to use the CD as a portable graphical partition manager, internet terminal, etc) along the lines of Knoppix. At that time, the "next major feature" he was hammering out was the ability to store your home directory and such on thumbdrives (Does Knoppix do this now?).

    Although Mepis looked pretty damned solid and useful, what grabbed me the most was Warren's willingness and outright enthusiasm regarding feedback. This guy is SERIOUS about trying to listen to EVERYBODY regarding the project in order to improve it and make it something that everybody wants to use. He not only is producing the distro to achieve personal goals, but he genuinely is in it for "the people", programmers and users alike.

    If you've ever wanted to really make a difference in the development of a growing and powerful distro, this is a good one to check out.

    What other distro teams or people have you all had exceptional interactive experiences with?

  7. Re:Why no RPMs? by Abjifyicious · · Score: 5, Insightful
    Well I've used both Red Hat and Debian, and while I'm not an expert Linux user by any means, rpms and .debs seem like pretty much the same thing as far as functionality goes. The real reason people like Debian is not because of the package format, but rather because of tools like apt-get which allow you to quickly and easily retrieve and install packages and all of their dependencies with a single command.

    Now I know that there are plenty of tools out there that use rpms and give you similar functionality to programs like apt-get or dselect, but I think people just like the fact that in Debian they install these things by default and are built specifically with them in mind.

    Anyways though, for a new distro that's just come out, it seems like it wouldn't really matter whether it's Debian Based or Red Hat based. You can get the same functionality with either package format, it just depends on what tools you include with your distro.