Results 1 to 23 of 23

Thread: which linux?

  1. #1

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    which linux?

    ok so i have been trying to find an install of linux that I can recommend to friends to do the basics: internet, word processing, sound and cd burning in a secure fashion... i don't want to tell them hey get this version of linux and then 2 days later have them tell me their account is empty

    so, apart from writing a secure linux kernel myself, is there an install that I can recommend to non serious computer users?

    i looked at hardened gentoo, but i couldn't tell if the security page was serious or not
    Last edited by learning c; Aug 8th, 2007 at 08:17 AM.

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: which linux?

    Quote Originally Posted by learning c
    ok so i have been trying to find an install of linux that I can recommend to friends to do the basics: internet, word processing, sound and cd burning in a secure fashion... i don't want to tell them hey get this version of linux and then 2 days later have them tell me their account is empty

    so, apart from writing a secure linux kernel myself, is there an install that I can recommend to non serious computer users?

    i looked at hardened gentoo, but i couldn't tell if the security page was serious or not
    There is no reason to go looking for a specifically "secure" form of Linux for desktop use. Honestly, any modern Linux distribution you install will be "secure." Ubuntu, Red Hat / Fedora, SUSE, etc are all very good desktop systems that can handle everything you listed above. They all ( I think ) provide easy tools to install and remove software as well as keep installed software up to date.

    Hope this helps!
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  3. #3
    Junior Member LogicalVue's Avatar
    Join Date
    Aug 2007
    Location
    Maine
    Posts
    20

    Re: which linux?

    I've tried a bunch over the years (Mandriva, RedHat, SuSe, PCLinux, Linspire) and I like Ubuntu the best.

    -- Paul

  4. #4

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    well ubuntu and fedora were easy to install... arch and slack not so (so i didn't persist)

    and with the default firewall settings with fedora it seems to put fedora in front of ubuntu from a security perspective at the moment (altho it seems like a strange distro)... any other suggestions?

    is suse worth trying? what abt hardened debian?
    Last edited by learning c; Aug 19th, 2007 at 06:08 AM.

  5. #5
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: which linux?

    I don't see why you're looking specifically for a "hardened" linux distro, unless you have important personal/corporate information that you think is likely to get stolen.

    Any of the popular linux distros should be quite adequate for general use. Ubuntu comes with iptables unconfigured, so you can install a firewall quite easily if you think you need one.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  6. #6

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    ubuntu although it doesn't have everything had a pleasant vibe... the forums were great etc so it was well supported and seems like competition to vista although there must be better distros available... i just haven't tried them all and i am chewing through my bandwidth this month.

    yes you can assume i have valuable data to protect hence the need for a hardened or secure version of linux.

    i did find enguard but it has no desktop ... i also read about ipchains have you heard of it tr333?

  7. #7
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: which linux?

    Quote Originally Posted by learning c
    ubuntu although it doesn't have everything had a pleasant vibe... the forums were great etc so it was well supported and seems like competition to vista although there must be better distros available... i just haven't tried them all and i am chewing through my bandwidth this month.

    yes you can assume i have valuable data to protect hence the need for a hardened or secure version of linux.

    i did find enguard but it has no desktop ... i also read about ipchains have you heard of it tr333?
    These "hardened" distributions you keep mentioning are generally not for desktop use; they're for high profile servers containing gigantic databases of credit card numbers, social security numbers, classified information, etc. Honestly -- scout's honor -- if you are setting up a desktop OS for personal use, you do not need to look at any special "secure" versions of Linux. Linux itself is inherently "secure" by design, and is made even more so since Windows is a much bigger target (much greater market share) for trojans, viruses, etc.

    If you are really that concerned about it, there are several things you can do to make any Linux distribution more secure, such as running bastille , configuring a firewall with iptables or one of it's frontends like shorewall, uninstalling/disabling unused services, and so on.

    Hope this helps!
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  8. #8

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    Quote Originally Posted by sunburnt
    These "hardened" distributions you keep mentioning are generally not for desktop use; they're for high profile servers containing gigantic databases of credit card numbers, social security numbers, classified information, etc. Honestly -- scout's honor -- if you are setting up a desktop OS for personal use, you do not need to look at any special "secure" versions of Linux. Linux itself is inherently "secure" by design, and is made even more so since Windows is a much bigger target (much greater market share) for trojans, viruses, etc.

    If you are really that concerned about it, there are several things you can do to make any Linux distribution more secure, such as running bastille , configuring a firewall with iptables or one of it's frontends like shorewall, uninstalling/disabling unused services, and so on.

    Hope this helps!
    i saw the bastille but i didn't go near it ... have you tried it? i tried iptables there has to be more than one firewall ... that is why i was also considering ipchains ... besides if there is only one firewall a hacker only needs to crack it and then get access to all linux distros if you see what i mean.

    yes altho i need a hardened one for personal use so that bank account and personal/work docs are safe.

  9. #9
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: which linux?

    Quote Originally Posted by learning c
    i saw the bastille but i didn't go near it ... have you tried it?
    I have not tried bastille, because I don't think that there is really any need for it unless you are running a server.

    Quote Originally Posted by learning c
    i tried iptables there has to be more than one firewall ... that is why i was also considering ipchains ...
    There are plenty of software firewalls out there for Linux. Shorewall and Firestarter are the two that come to mind; however, they are all based on iptables. ipchains is an iptables predecessor, that is generally no longer used.

    Quote Originally Posted by learning c
    besides if there is only one firewall a hacker only needs to crack it and then get access to all linux distros if you see what i mean.
    This doesn't make any sense. You can't "crack" a "firewall," unless you're in a Die Hard movie. It's a mechanism for disallowing certain connections based on patterns and rules.

    Quote Originally Posted by learning c
    yes altho i need a hardened one for personal use so that bank account and personal/work docs are safe.
    Would you trust your bank account and personal/work documents on a Windows XP or Vista machine? You don't need to run Windows 2012 Ultra Secure Server Edition SP3 to protect this information; similarly, there's no reason to run Hardened [Whatever] Linux. A standard distribution will work just fine.
    Last edited by sunburnt; Aug 19th, 2007 at 08:21 PM.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  10. #10

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    Quote Originally Posted by sunburnt
    I have not tried bastille, because I don't think that there is really any need for it unless you are running a server.
    why no need for secure personal desktop?

    Quote Originally Posted by sunburnt
    There are plenty of software firewalls out there for Linux. Shorewall and Firestarter are the two that come to mind; however, they are all based on iptables. ipchains is an iptables predecessor, that is generally no longer used.
    i was surprised to only find a few, but maybe that was only with the default installs, are there any sites that specialise in linux software?

    Quote Originally Posted by sunburnt
    This doesn't make any sense. You can't "crack" a "firewall," unless you're in a [url=http://www.penny-arcade.com/comic/2007/07/16Die Hard movie[/url]. It's a mechanism for disallowing certain connections based on patterns and rules.
    if a person can find a way through iptables then they have gained access to all linux distros as they all use the same default firewall ... unless iptables is perfect firewall which i doubt.

    Quote Originally Posted by sunburnt
    Would you trust your bank account and personal/work documents on a Windows XP or Vista machine?
    only if there was no internet connection.
    Last edited by learning c; Aug 19th, 2007 at 07:33 PM.

  11. #11

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    anyone tried suse yet? it is 3 cds as a base install and i have already used all but 1000MB this month so it would take me 3 nights to download it (as nights are unlimited but i can only get one cd every night)

  12. #12
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: which linux?

    I've tried openSUSE today and the package manager is just horrible. Honestly, if you are more interested in looks and usabillity over updates and new software, then I would strongly recommend openSUSE.

    AFAIK for security in mind, a really good distro would be a Red Hat based one. They usually have firewall set up and ready, and in the setup, (some) check the password for strength and advise you otherwise.

    And one thing that you would like when it comes to security is that you will always need the root password when doing system changes, unlike Ubuntu where you will need only your password to do system changes. In my (personal) opinion, this isn't really that safe, as if someone knew my logon password, then I'm basically stuffed in Ubuntu. However, for Red Hat based distros, that isn't the case.

    And let me clarify that I don't usually put Red Hat products over Ubuntu. I have been with Ubuntu for quite a few months now, and it has never let me down. However, it's not exactly completely hacker proof, like other OSes. I personally think that Red Hat distros have an advantage when it come to this matter.

  13. #13
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: which linux?

    https://help.ubuntu.com/community/RootSudo

    Read this for a description of why Ubuntu uses 'sudo' instead of the root account.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  14. #14

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    Quote Originally Posted by kregg
    I've tried openSUSE today and the package manager is just horrible. Honestly, if you are more interested in looks and usabillity over updates and new software, then I would strongly recommend openSUSE.

    AFAIK for security in mind, a really good distro would be a Red Hat based one. They usually have firewall set up and ready, and in the setup, (some) check the password for strength and advise you otherwise.

    And one thing that you would like when it comes to security is that you will always need the root password when doing system changes, unlike Ubuntu where you will need only your password to do system changes. In my (personal) opinion, this isn't really that safe, as if someone knew my logon password, then I'm basically stuffed in Ubuntu. However, for Red Hat based distros, that isn't the case.

    And let me clarify that I don't usually put Red Hat products over Ubuntu. I have been with Ubuntu for quite a few months now, and it has never let me down. However, it's not exactly completely hacker proof, like other OSes. I personally think that Red Hat distros have an advantage when it come to this matter.
    well at least that sounds like it actually went on... many of the distros have less than great instructions to do even the basics to get the install running meaning that it is pot luck regarding help from forums.

    yes fedora is a red hat derivative that i tried and it is supposed to have all the security features according to wiki but it was a strange forum to get help from ... ubuntu has the better vibe although prolly has much lower security (also according to wiki).

    i tried gentoo hardened but it fell over without even a sqelch ... and the live install had loads of problems... i guess the philosophy is make the user do some work to get them up and running but it was all gtk stuff which put me off putting in the time to get it to run.

    so what's the suse install like? k or gtk based?
    Last edited by learning c; Aug 21st, 2007 at 02:03 AM.

  15. #15
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: which linux?

    Maybe you should read https://help.ubuntu.com/community/Security for a bit of info on how to secure Ubuntu.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  16. #16

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    Quote Originally Posted by tr333
    Maybe you should read https://help.ubuntu.com/community/Security for a bit of info on how to secure Ubuntu.
    isn't it bit late to install security updates after the initial install? and worse is that they are only available from an online source?

    i got a great security idea... lets let the enemy into the castle and then lower the portcullis
    Last edited by learning c; Aug 21st, 2007 at 09:07 PM.

  17. #17
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: which linux?

    Quote Originally Posted by learning c
    isn't it bit late to install security updates after the initial install? and worse is that they are only available from an online source?
    If you can figure out a better way to distribute security updates, I'd love to hear it!
    Installing updates is part of the initial install if an internet connection is present.

    This is the same way that any other version of Linux distributes updates and the same way that OS X and Windows do it. When updates are available, you can download them as needed.

    Where else are you going to get security updates from?


    I really think that you're going overboard here.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  18. #18

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which linux?

    Quote Originally Posted by sunburnt
    If you can figure out a better way to distribute security updates, I'd love to hear it!
    Installing updates is part of the initial install if an internet connection is present.

    This is the same way that any other version of Linux distributes updates and the same way that OS X and Windows do it. When updates are available, you can download them as needed.

    Where else are you going to get security updates from?


    I really think that you're going overboard here.
    well why don't we make sure the portcullis is down before the enemy charge?

  19. #19
    Fanatic Member
    Join Date
    May 2005
    Posts
    898

    Re: which linux?

    Quote Originally Posted by kregg
    I've tried openSUSE today and the package manager is just horrible. Honestly, if you are more interested in looks and usabillity over updates and new software, then I would strongly recommend openSUSE.

    AFAIK for security in mind, a really good distro would be a Red Hat based one. They usually have firewall set up and ready, and in the setup, (some) check the password for strength and advise you otherwise.

    And one thing that you would like when it comes to security is that you will always need the root password when doing system changes, unlike Ubuntu where you will need only your password to do system changes. In my (personal) opinion, this isn't really that safe, as if someone knew my logon password, then I'm basically stuffed in Ubuntu. However, for Red Hat based distros, that isn't the case.

    And let me clarify that I don't usually put Red Hat products over Ubuntu. I have been with Ubuntu for quite a few months now, and it has never let me down. However, it's not exactly completely hacker proof, like other OSes. I personally think that Red Hat distros have an advantage when it come to this matter.
    Yes, the first user you create in Ubuntu during the install will have SU rights. You can still create users with lesser rights after that.

  20. #20
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: which linux?

    One thing to look in to if anyone is concerned about hardening Linux, is SELinux. Red Hat Enterprise Linux and Fedora will come with SELinux by default. I've heard that it's quite trivial to install on SUSE.

    Word of warning though, the extra security comes at a price; it's very complicated to get in to. It's not easy to learn and it's not easy to troubleshoot. That being said, standard Linux security pales in comparison to an SELinux secured box.

  21. #21
    Lively Member deepgrewal's Avatar
    Join Date
    Mar 2007
    Location
    Modesto, California and Rockford, Illinois
    Posts
    64

    Re: which linux?

    openSuSE
    Deep Grewal
    ps -ef | grep Microsoft

  22. #22
    Fanatic Member
    Join Date
    May 2005
    Posts
    898

    Re: which linux?

    yay, you like openSuSE.
    "so just keep in mind that fantasy is not the same as realtiy and make sure u remember that wii sports may be fun but u cant count on it as exercise ok cool bye" - HungarianHuman

  23. #23
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: which linux?

    Quote Originally Posted by learning c
    well at least that sounds like it actually went on... many of the distros have less than great instructions to do even the basics to get the install running meaning that it is pot luck regarding help from forums.

    yes fedora is a red hat derivative that i tried and it is supposed to have all the security features according to wiki but it was a strange forum to get help from ... ubuntu has the better vibe although prolly has much lower security (also according to wiki).

    i tried gentoo hardened but it fell over without even a sqelch ... and the live install had loads of problems... i guess the philosophy is make the user do some work to get them up and running but it was all gtk stuff which put me off putting in the time to get it to run.

    so what's the suse install like? k or gtk based?
    Both. The menu thing was like Windows XP's start menu with the list of frequently used programs and then another menu for other programs.

    One distro that I really do not like with a passion is SimplyMEPIS. I've tried this while trying openSUSE and let me put it this way: If openSUSE is terrible, then this one is gobsmackingly awful. I was allowed for some strange reason to press back while the distro was installing (I pressed back because I wanted to see a tip that I missed on the setup screen) and it took me about 7 attempts at such a simple job just to install it. In the end I just gave up.


    To me you seemed really, really fussed about security. At the end of the day, try out loads of distros, pick three that you like, and research using wikipedia and google for security methods. Also try out forums, they come in handy. Try to relax about Linux distros, because there is always security in mind, and even more you could probably get more software to harden your OS (e.g. SELinux).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width