Ideal Linux System for Newbies? 486
spiffyman asks: "In the next year, I'll begin advanced work in mathematics, and I'll also be upgrading my desktop box. In light of the advantages of Linux and FOSS in the area of science and mathematics, I want to convert from a Windows system to a dual-boot one with Linux. Primary tasks aside from math/logic activities will include learning intermediate programming, web maintenance, some computational linguistics (in Python), and LOTS of LaTeX work for my publishing activities. What do Slashdot readers recommend in terms of hardware, OS, software, and perhaps reading for a quasi-power Windows user (with no previous Linux experience) to convert to an all-Linux system?"
No Experience? (Score:5, Informative)
But Fedora might be a good fit as well.
Try out 3-4 distros and use what is most comfortable for you.
Re:No Experience? (Score:5, Insightful)
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Informative)
Seriously, it's kind of a lame question to ask. But if someone really ahs to ask...
If you want a distribution that just works and doesn't screw your installation from upgrade to upgrade then go with Debian. It doesn't a great job supporting LATEX and everything else you mentioned. And it works. It's stable.
I'm going to assume that if you are using this for your school projects and reports you would rather choose an older more stable distro over volitale latest and greatest. Debian, unlike unbuntu et
Re:No Experience? (Score:4, Informative)
Anyways, my suggestion is to give a live CD a try. If you want to take your system from computer to computer and have it work flawlessly between boots (plus making it ultra easy to install apps that don't come on the live CD) then give a Live USB a try. There are many distros mostly based off of Debian for this. I recommend to check out linuxonusb.com since they make it easy to choose a distro. DSL-N's homepage is pretty good too - both give you the ability to buy a USB drive preloaded with a bootable linux partition at about the same cost as a regular USB drive, and they both claim to directly support the community.
Good luck to the poster
Re: (Score:3, Insightful)
Unbuntu is based on Debian unstable. Not Debian stable. Right now Debian unstable is in a freeze pending release. But once that is done, expect Unstable to live up to it's name and hence take unbuntu (potentially) with it.
No distro flame war. But I really get pissed off when something breaks.
Re:No Experience? (Score:4, Insightful)
While rapid software evolution is the biggest strength to Linux based systems, it's ironic that it is also the absolute biggest downfall. After using Linux for over a decade on servers, and during that time even spending a 2 year stint of Linux as my only desktop OS, I can safely say that it isn't the distros' package system that's broken. Instead it's the complete lack of enforceable standards. If Linux wants to ever become a serious contender for the desktop OS throne, it will seriously need to standardize the versions of the core libraries. If you want to continue to maintain rapid development, deployment and deprecation, that's fine, but at the end of the day the distros should have a single version target for these libraries. The more bleeding edge versions can coexist on the same system right along side the legacy standards. The Linux Standard Base did a fair job at starting this, but as far as I can tell it's mostly fallen off the map, not to mention that it never went far enough.
I really hate to break the dream-bubble here guys, but we need a "Standard Linux Desktop" specification that fully defines the available libraries and their versions all the way from libc to gnome. Now I'm not saying that once you implement the standard you're done innovating, that's just stupid. What I'm saying is that a user should have a single super-package to install that brings their Linux installation into full compliance for a standard desktop specification. Multiple standard assemblies can be installed on a single machine, and would allow the use of older binaries on newer systems. In order to enforce this standard, the installation of gcc should use the latest standard assembly by default, switchable to older and custom assemblies through the use of command line switches.
Of course the biggest pain in the ass with all of this is getting all 9 million of the various distros to work together for 6 months to define these standards. Luckily we don't need to go that far. Simply getting RedHat and Debian to work together on it should be enough to affect the majority of machines out there.
Getting back on topic for the article: If you want to use a commercial package, use a distro that claims compatibility with RedHat Enterprise Linux. Otherwise pick a RHEL compatible or something based on Debian. Those are the easy picks that offer the broadest set of precompiled software that tends to work 75% of the time.
Re:No Experience? (Score:4, Interesting)
This really isn't as big a deal as you make it out to be. Unix-ish systems have versioned libraries, which means that multiple versions of the same library can be installed in parallel. Further, it's possible to do what Windows developers do with their apps - just include a copy of the library with the app.
I don't run that many apps that aren't in the Ubuntu package repository. The only two I have installed are Unreal Tournament 2004 and Google Earth. Both apps just work, even though UT2004 is two years old (and therefore would have mad library problems if there really was a library compatibility issue).
Occasionally I decide I want to dig out Loki's Sid Meier's Alpha Centauri. It's using some ridiculous old version of libc, so I have to install an old-libc compatibility package. It's there in the repository, so I just have to fire up the package manager and grab one package to get my game working. The fact that installing a six year old binary application is that simple pretty much debunks the "hard target for ISVs" claim - my distro didn't even *exist* when the app was released.
Re: (Score:2)
You will anyway if your hw/sw configuration triggers a undiscovered/unfixed bug. IMHO it's better to have the "fire and forget" capability available with many linux package managers and read up where the downloaded packages are stored (/var/cache/apt/archives/ on debian derived). If you have a broken package, chances are you have still on your HD the earlier version and you just need reading the docs on how
Re: (Score:3, Informative)
Re:No Experience? (Score:5, Funny)
Me, I'm an old hpux admin. I like a distro that I have to spend all day installing. I like it even better if I need a 2nd computer to solve problems.
What is your goal? (Score:3, Interesting)
Re:No Experience? (Score:5, Insightful)
No, it's a good question. Your answer, however, leaves plenty to be desired.
My guess is that Linux "newbies" want a system that just works. They're probably coming from either a Windows or Mac perspective, and aren't particularly interested in what personalities distributions are tailed for.
Their first Linux distribution should be intuitive and and functional. They shouldn't have to read manuals to get it working, and how-to information should be readily available in the system.
All this crap about what "personalities" are right for particular distributions makes me want to strangle someone. It's a cop-out excuse for why no Linux distribution is particularly attractive yet. Make it work. Make it simple.
Re: (Score:3, Insightful)
If Make it work. Make it simple is your goal, then just use Ubuntu. You don't need to look any further. Not everyone has the right personality for a distro such as Linux from Scratch [linuxfromscratch.org]. That would be for someone who wants to better understand how it is all put together and how it all works. Building your house from scratch isn't for everyone either, although some people have that kind of "build it yourself" personality. I built my own computer from scratch partially as a learning experience. Not everyone
Re:No Experience? (Score:4, Insightful)
Re: (Score:3, Informative)
As to the question at hand, most any distribution will work; most older/more popular distributions (Ubuntu, Debian, Fedora, RHEL, SuSE...) will have good default installations for desktop use. After that, it's merely a matter of installing tetex, basic dev tools, an IDE, and possibly apache. (I think there may be one or two distros out
Re:No Experience? (Score:4, Insightful)
Re: (Score:3, Insightful)
Also, I suspect the poster was expecting a number of different opinions with brief explanations, which he could peruse before making his choice from among those offered. That is far from nonsensical.
Comment removed (Score:5, Informative)
Re:I concur. (Score:4, Interesting)
Re: (Score:3, Informative)
Re: (Score:2, Interesting)
Re: (Score:2, Insightful)
More packages installed by default == more space used, more security vectors and more clutter.
Personally, I prefer having to install "less" or "build-essential" in debian because I know that if they don't exist, there's probably very few useless tools on my system that could be exploited, that take up
Re: (Score:3, Informative)
> the same one that was used to compile the kernel, cough,
> unlike redhat, cough), it chould be a sign that the
> distro may be bloated and a heavy weight.
I don't want to judge about bloat and stuff. But for sure *casual* Linux distro will include GCC installed since you usually need it to install (link it) closed only software like nvidia/ati drivers and vmware. Also GCC is needed by stuff like DKMS framework etc.
In fact you should not
Re:No Experience? (Score:4, Informative)
I don't understand this kind of comment. We're not talking about embedded Linux here, it's probably a workstation where disk space and even RAM is not going to be an issue. Even with laptops built in the last few years, using up disk space with the OS is just *not* an issue. There are MANY good reasons to not install what you don't expect to use, but using up space on your workstation's HD is not one of them, the OS and its parts will still be a very small minority of the disk volume. In my opinion...
Re: (Score:3, Interesting)
While the person asking sounds like he's relatively technically savvy, that is advice I would never tell to a person who is not very good with computers. Having to install more than one distribution of Linux and having to figure out how each of then work would drive the average person away from Linux really quickly.
Re:No Experience? (Score:4, Interesting)
Ubuntu is a Windows killer (Score:5, Interesting)
It simply works out of the box and has 20,000 packages available at the click of Applications -> Add/Remove.
Re: (Score:3, Informative)
I use a simple Trendnet USB KVM. Works like magic with Ubuntu. However with Windows
Re: (Score:3, Informative)
Re:No Experience? (Score:5, Insightful)
The ideal solution for a newbie comes pre-installed. The distribution does not matter that much. I anticipate that many readers will object, but I am convinced that it makes sense to introduce a working system. I started working with GNU/Linux when I was finishing the high school, back in 95. I did not start by making a clean install, but rather by playing around with whatever was installed at my dad's work. It just happened to be Slackware, but you know, since it was up and running, I could not care less. I was free to poke around a learn new things.
If you really are a newbie, the last thing you want to learn is how to test hardware configurations and patch the kernel just make your drivers work. This knowledge is very useful, but is rather irrelevant for someone who seeks a good introduction to how the new OS works. My advice: commandeer a geek friend of yours to set up a distribution of his choice and then run with it.
Re: (Score:3, Insightful)
On a standard Ubuntu or Fedora system, if you put in a DVD nothing will happen.
Re:No Experience? (Score:4, Funny)
dual boot Linux and Windows (Score:3)
I'd try to avoid the dual-boot solution for the reason that your best Linux reference is the internet, which no workee if your new Linux install barfs!
Being able to refer to the web while you are installing is also nice.
Unless you have two or more PCs the reasons above are exactly why you want to dualboot. If you're installing and using Linux Linux for the first and you don't have a second PC then by dualbooting you still have access to the internet, unless you trash the OS already installed, so you ca
Same as a Windows system (Score:5, Funny)
Why??? (Score:2, Interesting)
Re:Why??? (Score:5, Interesting)
There are some cases where dual-booting is more advantageous than virtualization. Virtualization takes a heavy hit on RAM (I tried Parallels on my MacBook with a measly 512MB of RAM, my 1.83GHz dual core computer felt like my old 8MHz Mac SE), and if you're strapped for cash and don't have much memory, it's better to just dual-boot where the OS has full access to all of the RAM needed.
That reminds me to invest in a upgrade to 2GB of RAM soon.
Re: (Score:2)
Re: (Score:2)
Virtualization (Score:2)
Sounds great, but... I've downloaded vmware workstation, as well as a release of Ubuntu, but I must be missing something. Is there a simple HOWTO that gives a step-by-step on how to setup and use a virtual machine on windows? What information I found seemed to be written at an abstract level. I'm leary about butchering up my system with trial and error. (Yes, I have backups, but would rather not have to go through
Re:Virtualization (IS EASY AND RECOMMENDED) (Score:5, Informative)
The easiest distro to play with is probably a Ubuntu Dapper (6.06) one from this month. After you start it up, you can upgrade it to the latest "Edgy" version of Ubuntu (by changing your repositories in the Synaptic upgrade tool from Dapper to Edgy). You can alos create VMs from scratch (go to www.easyvmx.com)
Other distros you'll find up there include Debian Etch (the latest, still-in-process one), various Fedora Core versions, Knoppix. It is pretty sweat-free (except for the download time and the disk space) to DL a bunch of these and see which one (or ones) you like best. In truth, they are all very similar, except for their upgrade mechanisms and the places they stash system files.
If you go to the Mono web site (a completely separate web site), they have a VM with a recent version of SUSE Linux. Though their version is slanted toward setting up Mono (.NET-style) services), it is very nice.
To do this stuff smoothly you should have at least 1 gig of memory (preferably 2 gigs or more), and a BIG hard drive. Be sure to delete VMs you are not going to use.
After you get used to this, you may indeed want to go to VMWare Server, because it has more opearation options and a very nice snapshotting capability that allows you to make wild experimental changes and easily revert to the last good running state of the server, if things go bad.
Me? - I go the other way, and run Linux on my real hardware, and Windows in a VM (using VMWare Server for Linux). I find I don't need Windows that much, and it runs fine from a VM (you do a full install from a CD, same as with a real machine).
Re: (Score:3, Insightful)
This is a big problem for those that may not have oodles of free time; maybe the OP does. I have tried (and, I admit) given up on several packages, including RedHat (before the break), Ubuntu
Re: (Score:3, Interesting)
Re: (Score:2)
Also, with VMWare Player (or Server, or whatever), you don't have to sweat whether your basic hardware will b
This comes up pretty often (Score:4, Informative)
Step 1: Whatever hardware you get, be sure to make sure that it is compatible. The easiest way to do this is to buy a centrino system, because that means all the major hardware will work properly :)
Step 2: Use Ubuntu. It's the easiest, bar none. It gives you access to gigantic repositories (debian.) It has by far the most support today, meaning that you're more likely to find an install package for software on Ubuntu.
Step 3: Get lots of RAM. This is the most important hardware-related advice I can give any user of any computer :)
As for reading, I suggest The Unix Programming Environment by Kernighan and Pike. It will help you understand Unix, which will help you whether you're using Linux or Slowlaris. [bell-labs.com]
A Mac (Score:5, Funny)
cygwin (Score:5, Informative)
Re: (Score:2)
Re:cygwin (Score:4, Insightful)
If they have the time and resources to evaluate a platform, particularly one that enjoys fair popularity in their field, they should do so.
In fact, I would recommend delaying a Windows license purchase on the new system entirely, unless transitioning his existing license from his old desktop. Leave Windows on the older system and see if Linux can fit the bill more than he realizes. Windows is not free by any legal measure, so already there is benefit migrating to a free platform and save a fair chunk of money (even XP home OEM is 90 bucks right now)..
Re: (Score:3, Insightful)
Cygwin allows you to try out some benefits of Linux without dedicating anything. That's [my] point.
Slackware. (Score:4, Interesting)
Install slack, bump up to a 2.6 kernel (ck preferably), and use either the slack-supplied KDE, or install Dropline Gnome. Flip iniitab to runlevel 4, and your set.
What WOULD make a distro easier? GUI tools? If your telling me netconfig is hard to use, I'll shoot myself in...hmm...the left ankle.
Re: (Score:2)
Quirky, sure, but I learned more in a month than I did with any other distro I tried.
I don't think you're crazy at all. I think you should be modded up.
PCLinuxOS is probably my favorite newbie distro, though. The hardware support is great, and package management is unbelievably easy with Synaptic. Also, the overall configuration is easy - it uses the Mandrake configuration wizard deal - I don't remember what it's called.
PCLinuxOS. Lousy name, but it
My suggestion... (Score:3, Interesting)
Ubuntu (Score:2)
Previous to this, I wondered what all the buzz was about
Rule #1 (Score:4, Insightful)
Ubuntu or Damn Small or DSLn (Score:2)
On the other hand for people using old gear they want to extend the life of then the heavy weigh linuxes will bog. If they also don't know squat about linux and can barely navigate the file browser but want simple functionality (word processing, note taking, web and e-mail) then DSL ha
PCLinuxOS (Score:2)
Great distro, and I even put it on my desktop... sometimes Gentoo is a bit needy, ya know?
Depends on your expectations (Score:4, Interesting)
Then there's Ubuntu. It has impressed me with features that make life on the computer easier. At the same time, I don't know my way around it much and I do not want to HAVE to know my way around it. Behind Ubuntu, I have a completely different mindset than when I'm behind Slackware. When something refuses to work in Ubuntu, I cuss it out: why haven't the developers fixed this yet?! When something refuses to work in Slackware, I seek the configuration files out and edit them as needed. It's what it was made for, as opposed to Ubuntu (in my eyes).
Perhaps you find it odd for a person to completely think differently using 2 different distributions of Linux, but that's how it works in my head. Maybe others share this oddity. Either way: if you want a versatile distribution that you want to get to know and that you want working with you, I'd go for something like Slackware, or Debian or maybe Gentoo. If you want something that works out of the box and starts you off with a set-up desktop, go for Ubuntu or Suse, or maybe Fedora. Of course if it comes down to it you can configure Ubuntu to be exactly as you want it, but then I'd start right at the beginning with Slackware/Debian and build your own system. You learn more that way.
Hopefully the rough edges will be shaved off Ubuntu as it is an impressive distro with many a feature that Windows simply doesn't have, or less polished. It also has a large userbase, is supported widely by developers (package-management is good). Of course, the same applies to Fedora and Suse. Try and see for yourself what you like. They can all be installed great with VMWare Server. And speaking of which, Windows runs good in VMWare as well so you won't have to abandon your trusty Windows.
Lots of options (Score:3)
I installed Linux on a box 3 weeks ago. (Score:2)
I installed Ubuntu 6.10 Desktop on the box. Troubles I had : Not beiong able to download a version of the distro that would install. It is a big download, and the MD5's never matched. When this happens, the install will just hang in the middle. I ended up getting a disk by mail. The other issue I have is
Simple (Score:2, Interesting)
1) Use Ubuntu - It is by far the easiest distribution to get started in, supports most hardware automatically, and has a HUGE range of software available. Plus, the forums [ubuntuforums.org] are superb and have helped me countless times.
2) Break things - Seriously. This is the best way to learn about how your new system works. I've learned many things from the times I've broken my system, most importantly how not to break
best recommendation for newby Linux (Score:2, Informative)
As a newby Linux user, I'd go with the majority and suggest ubuntu - except that the tetex debian package that is available for download onto ubuntu is flawed. Fedora has a better standard load of LaTeX it works better out of the box for LaTex. I really like Kile (GUI front end to LaTeX available in both Fedora and ubuntu) and it is a time-saver that doesn't automagically break things, like most GUI front ends. There are some long-term weirdnesses you should be aware of with Fedora - when you install it,
Re: (Score:3, Insightful)
Try vmware (Score:5, Insightful)
The virtualization penalty in terms of performance is very slight, and you don't have to worry about drivers at all, which is huge, especially if you're new to linux, and haven't selected your hardware with linux in mind.
Which distro depends a lot on the specific apps you want to run. As you probably know, linux doesn't have universal installers the way windows does -- packages have to be rolled up for your specific distro. (They don't *have* to be, but it's a lot easier if they are.) I don't use TeX often, but I think it should be pretty widely avaialble on most distros. Python is ubiquitous, you won't have any trouble anywhere.
I tend to think of apt as the "killer app" of linux. You just ask for an applicaiton, and it downloads and installs automatically. Not all distros have it -- it's something that exists in distros that are part of the debian family tree. Ubuntu is a debian based distro, and so it has apt.
So Ubuntu is really the safe answer.
There's a fair amount of stuff that doesn't work out of the box in Ubuntu -- almost always for licensning reasons. Software to play multimedia files often falls into this category, and it's sort of a pain to get all of that set up, and things like flash for your web browser don't work out of the box either.
So my advice to you would be to do virtualization for your math stuff with unbuntu, and to stick to the host layer windows install for multimedia stuff. Once you know your way around linux, you can take the plunge and go all linux. But this way, you never have a machine that won't do whatever you need it to do.
SuSE is in disfavor now for political reasons (fights over licensing, and I'm pretty down on them myself), but if you want a really slick desktop, it's hard to beat. It's better for multimedia after the initial install, and it tends to work better out of the box generally. There are lots of little details that are handled better.
My main problems with SuSE are mostly ideological now, and those problems are severe enough that I wouldn't use it. So I don't want to downlplay the political stuff, it's real, and it's important, and I think that Novell is on the wrong side of it. But one of the reasons the fight with Novell is so painful is that very shortly before the problem emerged, they came out with what were pretty much the most beautiful linux desktops ever.
My other problem is the lack of apt, the package manager, which you really, really want, even if you don't realize it now. Life without apt can't really be called living.
Finally, if you're in a math department somewhere, ask around and see what other people are using. Because the single most valuable thing for you as a new user will be someone you can ask for help.
Easy to administer... Mandriva. (Score:2)
But I'm still only an advanced user, It's just a tool.
(Sorry to the Ubuntu folks, it just isn't all that, yet)
After trying _everything_, I always end up back on Mandrake...
TIP:
Esp. if are installing on old/weird hardware, do an install from the Mandriva-ONE-KDE CD.
This installs a basic system, then google for "easy urpmi" and get all your sources configured right. Also has Nvidia and ATI drivers built in. Works nice.
Re: (Score:3, Interesting)
Suse has great hardware support, a reasonable install, a good system configuration tool, and a nice enough desktop. Its let down by an enterprise focused package selection, and poor network based repositories.
Mandriva has good hardware support, excellent installer, a good system configuration tool and a good desktop
Virtualisation (Score:4, Insightful)
my $0.02 (Score:4, Interesting)
1) A CPU with hardware virtualization will greatly expand your options for using Windows and Linux together on the same box. Any Intel Core chip or AMD Socket AM2 chip will work.
and
2) Anything from a top-tier OEM is going to be much easier to make Linux work on than something you pieced together yourself.
and
3) Spend your money on RAM, not CPU.
Distro:
a) Ubuntu, as it benefits from the vast repositories of Debian software, but is better targeted for your use case.
or
b) Fedora Core, as it benefits from the vast repositories of RPM software. For out-of-distro software, you're more likely to find RPM downloads than
If having to do a major upgrade every year to be able to keep getting updates scares you, use Ubuntu. If having to compile your own software scares you, Fedora might be better, and Gentoo is definitely out.
There are plenty of other perfectly valid choices, but Ubuntu and Fedora Core are the obvious first two to mention for someone who's probably going to be spending a little time searching Google and browsing the user forums.
n00b too. (Score:2, Informative)
Ubuntu (Score:5, Insightful)
And then, along came Ubuntu and EVERYTHING JUST WORKED. Obviously, your millage my vary (some people say that Ubuntu has given them nothing but headaches yet e.g. MEPIS is a dream) and I'm sure Ubuntu's improvements have since been incorporated in all of those other distros I tried, but Ubuntu's philosophy and their large community of helpful users has me sold. Virtually every single niggling little problem I had in 5.04 (the first Ubuntu release) has been resolved. I've installed Xubuntu on my mom's old laptop and she loves it (and unlike Windows, it's virtually maintainance-free.)
If you do encounter problems after installing Ubuntu, just check out ubuntuforums.org--I've installed it in half a dozen computers now, and virtually every problem I've ever encountered has been easily solved by following a step-by-step guide some kind soul has posted.
Ubuntu really is "Linux for Human Beings."
Re: (Score:2)
Kubuntu, anyone? (Score:2, Insightful)
For LaTeX, I suggest Lyx...available for your Windows side as well as in Linux. See http://www.lyx.org/ [lyx.org]
I would also create a separate partition for those things you will need to share between both windows and Linux. I'd probably format this as a fat32 partition,
For math users, check out Quantian Linux (Score:2, Informative)
two choices (Score:2)
Alternatively, you can take a live Linux CD to the store, boot from it, and see what works.
Personally, I have found Ubuntu to be a great all-round distro and highly recommend it for general use.
make sure your academic advisor is on board (Score:2)
The Great Linux Experiment of 2006 (Score:4, Interesting)
To be honest, I was the one that alerted him to the existence of programs that phone home when the laptop is stolen. I don't think any normal user ever uses these, but they exist. However, the license number on the pre-existing XP install could probably be matched to the computer it was sold on and maybe to its rightful owner.
The computer looked like a fresh install, complete with with all the worthless bullshit that big-name PC laptop manufacturers bundle with their machines. The goddamned system tray must have had 15 icons in it when expanded, and they all were about to expire. It was 15 or so inches, a widescreen, some year- or two-year old middle of the line model. Nothing to sneeze at.
I told him that I had no version of Windows that predates XP, and the ones I have are legally licensed to me (thank you $5 University copy, it's almost worth it). So he had two options: I could blank the hard disk until he could scare up a copy of XP (he won't, not for normal prices), or I could install Linux. After some explaining, he chose Linux.
I don't think he's ever owned a computer or had access to a family machine, so I figure KDE should be just as easy to learn as Explorer for a first timer. He only wanted to get on the web and play DVDs. The only modern implementation of Linux I've used has been Gentoo, and it has always worked flawlessly, once you get it set up. Portage is amazing, and if things compile, they'll work. Before that I had used Redhat 5, but the RPM system annoyed me to the point that I switched back to Windows for years. It could be because I was using it on an old laptop from 1996 that had a winmodem, but it was a pain in the ass.
I wanted to see if a normal person, a Kaspar Hauser of computing, would pick up on KDE. But not bad enough that I want to toil for days making Gentoo work on his machine. I opted for a precompiled distribution, instead.
I'd heard good things about Ubuntu, but I hate Gnome. So I got Kubuntu. It installed out of a LiveCD, which is much slicker than Windows XPs primitive installation process. Wireless seemed to work, but I wasn't letting this guy on my network and I live in the only complex in the world where everyone has renamed their routers, changed the channels, encrypted, and MAC filtered their wireless. The laptop picked up the neighbors, though, and it sure seemed to be working. DVDs kicked up some error about a decss library and quit after the FBI warning. I tried to install the required library through the graphical upgrade interface, but it didn't work. Very annoying.
So I gave him the laptop and he didn't figure out that its functionality had been severely decreased since recently, when I was out of town. I heard that he was having trouble watching his movies and needed help, but I'm rarely home and he doesn't, and won't, have my numbers. Also, he moved to another complex while I was away, so he's pretty much on his own.
Will he sink or swim? He'll have to hit up the message boards to get things to work, and I think Kubuntu left a way to get there from the desktop or K menu. He's a smart guy in fields outside of computing, and he could learn Linux the hard way and become the greatest programmer ever. Or he could hock it for a few ounces of dirt weed.
Maybe try the Live CDs first (Score:5, Informative)
1) Debian == Knoppix, Ubuntu
2) Redhat == CentOS, Fedora, Mandriva, Scientific Linux
3) Slackware == Slax, Vector Linux
4) SuSE == Microsoft (see: techp.org [techp.org] )
Mandriva, (K)Ubuntu (Score:3, Interesting)
I wouldn't recommend Knoppix for your situation, although it's definitely worth keeping on a thumbdrive as a recovery tool. Knoppix is Debian based, like Ubuntu, so it really doesn't give you much advantage and is missing the K/Ubuntu system administration tools.
Mandriva (previously Mandrake) had the easiest to use system tools back when I was using it. It made most things very easy. Still, don't expect to not be editing system config files in a text editor and learning the hard way the first time you mess up a bleeding edge video driver upgrade
Mandriva was not keeping up with their 64-bit versions in a timely matter, so I moved to Kubuntu back when dapper was coming out of beta. I chose that version because I prefer the KDE desktop over Gnome, but you could go with Ubuntu just as well (Gnome may be the easier desktop to step into cold). You can always install the KDE packages later too, if you change your mind.
I'm very happy with Kubuntu - especially the pace at which it and the other Ubuntu distros are evolving.
What I recommend is to download every live CD you can find: Ubuntu, Kubuntu, Mandriva, Suse, Fedora, etc... and see what works best for you and with your hardware. See how the packaging systems of each work and find out what the main differences are between the ones to which you narrow the field.
-J
Gentoo + Ubuntu (Score:3, Interesting)
NOT a Mac (Score:3, Informative)
Go with Linux, Ubuntu is nice, Centos is good too. (If you don't have high speed internet, go with something that has all the whistles pre-loaded on a CD/DVD like the retail SuSE, as you won't have to wait and download all the goodies.)
Get some books, I reccomend the older "Red Hat Linux Bible" for its completeness of covering wall that is GNU/Linux is in general (regardless of distro) as well as grab more in depth tomes on getting skilled in specific areas (especially for programming,) do browse your bookstore and peersonally check out the books for yourself, some are real dogs. Get used to using Google, google groups and hearing a lot of "Read the ####ing Manual" as you start, it's not really hard, just different.
As for hardware get something Intel/AMD with at least a Ghz of speed (I would not worry about 64 bits if you can't afford it right off, the support of 64 bit apps is still a bit behind 32) and at least 512 MB RAM, Nvidia Cards have some of the best performance for low prices and are not hard to configure, some ATI cards super right out of the box (careful on many other manufacturers video cards your experience may be really bad when starting with the wrong video card). A really good keyboard and mouse are helpful too (
lots more typing in Linux).
An external drive for backups is a nice thing, and if you are dual booting consider getting a second hard drive for Linux to live on (so you don't have to futz with Windows repartitioning).
Get a 'puter with Linux pre-installed. (Score:3, Interesting)
For your publishing activities, you might like to install both Scribus [scribus.net] and LyX [lyx.org] in addition to the TeX and LaTeX you mention.
While the suggestion to buy a Mac is marked 'Funny', and was, I'm sure, intended to be such, it's actually not such a silly suggestion because Macs do run Linux very well, and if you find you don't like Linux, which while being superbly user friendly, it does tend to be somewhat pickey about the friendships it makes. If you and Linux just do not get on, you still have a very good piece of hardware and software in your possession. Macs will also run the software I have mentioned using the X-11 server from either Apple [apple.com] or Fink [sourceforge.net]. That's in addition to all the proprietary software offered by Apple and their ISVs.
coupla thoughts.... (Score:3, Informative)
Try slax; ubuntu; kubuntu; mandriva-move; free-spire; vector; knoppix;
1) maximum out of the box windows compat: xandros
2) good capabilities on older hardware: vector, slax
3) debian based distros - (ubuntu; kubuntu; freespire; knoppix; xandros), I cannot say enough about apt; it rocks; it works: updating or installing on bleeding edge unstable it sometimes has issues but is mostly rocksolid.
4) Realize that you are using an os that is ideologically against proprietary software/codecs and on some of them you will need to take extra steps to play mp3s, wmvs et. al.
5) do not play the comparison game. the os' are different and approach the same ideas from different angles. In linux you don't need to login as root/admin in order to install software etc. that is what the 'su' (superuser) command is for.
6) create a seperate partition for the
7) make sure you use the ext3 file system to create your home partition as that will be mountable from windows (since you will be dual booting)
8) programs that are not os critical can be installed into your user folder; I like to keep more recent versions of azureus, sun java, firefox and tbird than most distro's have time to get to so I install from the software creators sites to my home folder and then when I need the latest version i just update them no need to su or anything.
9) when you do find something that is working, stay with it for a while, and don't listen to the "but x distro can do this!!!" there is a tendency to play with all the "new" distros/versions but if you need the machine for day to day work keep it stable and keep it simple.
10) no matter which decision you make it will be right/wrong depending on who you talk to, so go have fun.
Commander Data - Engage Flame Drive!!!
90% of a good distro is in it's community (Score:3, Insightful)
For this reason Ubuntu is the winner, hands down, despite being extremely sensibly put together. I'm a Debian user but would never suggest it as a starting distro for a newbie. I have pointed many people at Ubuntu that have very little computer experience, with great success. Some of these people have been running Ubuntu exclusively for over a year now.
App support, long life (Score:3, Insightful)
I think that there are two things that should affect your decision.
The first is application support. Open Source stuff isn't a problem. You can just assume that it's available for any distro that you like. If you're going to use any commercial software, you should check with the makers of that software to see what distros they support. A lot of academic software expects Redhat Enterprise (or a clone like CentOS) or Suse.
The second thing you should consider is distro lifetime. Many linux distributions stop offering support and upgrades for old versions after a year or two. A lot of us -like- to wipe everything and reinstall, but if you're trying to get work done, it can be really annoying. There are a few distros that offer a longer support window, though. Ubuntu offers a "LTS" ("Long-Term Support") version, and Redhat (again, and clones like CentOS) offers support for their products for several years.
Re:gentoo (Score:5, Funny)
Re: (Score:2)
For a newbie?!?!?! Are you stoned!
Then again, no better way to learn Linux than from the ground up....;-)
B.
Disclaimer:
Proud Gentoo user since 2004
Linux version 2.6.18-gentoo-r5 (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #1 SMP Thu Dec 15 21:24:08 EST 2006
Why I chose Gentoo (Score:2)
Thanks Gentoo!
Hah.. (Score:2)
No, it didn't have to be said. (Score:3, Insightful)
No it didn't, particularly when he's specifically asking for a Linux system.
Re:No, it didn't have to be said. (Score:5, Insightful)
Now if the person needs to have something that works with existing hardware or specifically wants Linux for political reasons, then it's different and it's not worthwhile to mention other OSes.
Fair enough. (Score:2)
He wants a system that will dual boot Windows and Linux, which suggests to me that he wants to use existing hardware, otherwise I'm betting he'd have said he was looking for new hardware to put Windows and Linux on.
And every single suggestion of OSX fails to take this into account. The only way you can legally get OSX is to buy new Apple hardware. Sure, you can run Maxxuss' Tiger under VmWare, but from first hand experience, it's dog slow. A great way to test out O
Re:OSX (Score:4, Interesting)
I can run Windows 98, Windows ME, Ubuntu, OpenSolaris and WindowsXP whenever I want! Shared disks using NFS or SAMBA.
As for my publishing needs, I am writing my thesis in LaTeX, using Xemacs as editor. Xfig, R, OCTAVE, gnuplot etc. to do the research and generate the plots (all under MacOS X, thanks to macports).
It is *so* usable... why would anyone need anything else... and it looks cool too!
Four years ago I would have said that Linux was the desktop of choice... I no longer believe that to be true. The ease of use of MacOS X convinced me, a computer is a tool not a workout station. I still play with Linux and Windows, but rarely boot them anymore... From a user experience MacOS X is sooo much better than Linux (yes my Ubuntu is the most recent), and Windows... nothing compelling there....
Re: (Score:3, Insightful)
- already have a PC and don't want to go through the nuisance / expense of selling it and buying a Mac
- want/need a form-factor Apple doesnt make, e.g., subnotebook sans optical drive or a pen-system w/ integrated graphics digitizer (Tablet PC)
- no single vendor clause / requirement to purchase a supported configuration
Which is why I wish Apple would license Mac OS X or build a pen slate.
William
Not scientific linux... (Score:2)
Debian and debian derivatives by far have the most rich environment and repositories. I haven't tried Fedora Core except a couple of times briefly, but by now they may have a fair yum repository.
I started with linux kernel 1.2.3 (was easy to remember)
Re: (Score:2)
This one: (Score:2)
Okay it's not "out of the box" but it's nearly all drag and drop (if you use fink commander) or the mac package installer.
Basically fink is a major chunk of Debian . Thousands of packages.
The best part is that fink is all self consistent unlike the package managers on linux which seem to always get all twisted around depending on which linux or which compat-lib you are using.
So Unix package management in my experience is a lot easier on macs than on linux.
Best part is this: unistalling
Re: (Score:2)
The question was very specifically about linux. Not mac. I get where you are coming from: M$ bad, Mac good, Linux too hard. Just accept that I understand that without you having to say it again and move on.
WPA is horrible in Ubuntu (Score:2)
Re: (Score:3, Informative)
100% Wrong! Please turn in your
*If* the source code is available you may be able to port it to OSX, but native Linux binaries will not run on OSX. Keep in mind that while the userland tools are similar/identical in many ways, you are still dealing with 2 completely different kernels.
Many software packages written for BSD or Linux may be recompiled to run under Mac OS X; such software is often distributed precompiled for