Free Upgrade From XP Home to XP Pro Lite
Novus writes "The Register reports that many of the features of Windows XP Pro, such as Remote Desktop and user management, can be enabled in Windows XP Home simply by changing two bytes in an installation data file. Another explanation can be found here."
Are you running Linux 1.0.0?
So...would you say you fall under number 8, or are you just a complete jackass when it comes to everything in life?
1) Windows has multiple software installation/uninstallation methods, and with lots of them, it doesn't actually fully uninstall the software like linux package managers do. And dependancy hell is a symptom of someone to lazy to read the rpm documentation, not a problem with rpm. And windows of course has dll hell.
2)You don't have to use source, at all, ever. Just use a normal distro instead of gentoo. Just because you have a choice, doesn't mean you can complain about the choice you don't want, when the choice you do want is still there.
3)You can, alt+tab works fine.
4)Ati cards work fine, I'm using one. And if you want your shitty intel video to work, tell intel to stop being retarded and trying to keep their outdated and crappy technology secret for no reason, or release a linux driver like nvidia and ati did.
6)Yep, linux documentation sucks huge donkey balls, sorta like windows documentation. So use a BSD instead.
7)There are graphical tools to let you configure everything you could configure in windows, so use a distro that comes with them. Those of us who aren't stupid like the ability to edit config files from scripts, copy them around to other machines, etc.
8)If you choose not to use a system based on the fact that some of the people who use it are cocktards, then you will not be able to use anything, ever. Better not drive a car, there's bound to be someone out there you don't like with the same make of car.
9)Again, linux documentation sucks, this is one of its biggest flaws. But again, its just as bad with windows.
So all in all you end up with 2 valid complaints, linux has terrible documentation, and there is no required graphical library so every app looks the same. Both these problems exist in windows as well. Try applying the same standards you apply to linux for a change, and you'll realize windows is just as unusable as linux is.
(Yes, this is offtopic, and its not meant as a troll.)
/etc (WHY?!), and the modules it WILL load are in some wacky directory that includes the specific version of the kernel you're running. Fun stuff. ;)
/usr/local by default, and configs/startup scripts/etc for them go into /usr/local/etc/ and /usr/local/share/ with startups going into /usr/local/etc/rc.d/.sh. One of the nice things about this is that its VERY hard to accidentally 'klobber' the base system. Since its all in /usr, and NO packages go there without your explicit say-so.
You really should try FreeBSD. I'm sure you'll love it. I'll even go through pains to tackle each of your problems with linux (most of which are valid even if you're not technical enough to be verbose or 'technically correct'):
1) The ports tree takes care of this automagically. If you don't want to install from source, the built-in-by-default option is to do pkg_add -r, and it'll go and fetch EVERYTHING and install it. You don't do anything at all. The other option is to install portupgrade, which will install some nice port/package utilities with actual SENSIBLE names like portinstall, pkg_add, etc.. My biggest problem in linux is everyone hacks their own damned management system, and every freakin' tool to use it is some convoluted inside joke. yum? what the hell? apt-get? C'mon. How about pkg_install or package_install or packageinstall? There ya go. That's the beginning of the BSD mentality.
2) Most BSD's have both from-source and from-binary options for everything, and make it exceedingly clear how to use either. And they BOTH work well. (As well as any system maintaining 20k+ utilities, and their recursive dependancies)
3) This is actually probably more of a complaint as to how your "distro" sets up X by default.
4) Almost the same here, but it really helps to not completely bork your kernel to the point where everyone has to re-write drivers for it every couple years from almost scratch. Most BSD's support modular device drivers and loading them on the fly. Linux does too, but good luck finding it. For example, in Gentoo there's 10 directories/files for 'modules' in
5) I agree, this is more of an KDE/GNOME thing in general, but it seems to be the whole mentality of the GNU and Linux OSS. If you don't like something, just fork it and hope everyone follows suit. But if they don't.. Well, you get 3542342 slightly different versions that sortof work together. Kinda.
6) Absolutely. I think your mindset also affects how easily you can read one groups' manpages over another's though. I can read FreeBSD manpages easily and understand what they're saying, but GPL'd software/Linux ones? Ha. Just a general idea.. Although, FreeBSD DOES have a nice user-friendly handbook + multiple exceedingly active ML's/forums/etc for newbies to get information quickly and easily.
7) This is where I REALLY REALLY REALLY REALLY REALLY REALLY HATE LINUX!!! Linux is just the kernel, and EVERYTHING ELSE is addon software. Not so with BSD. The kernel + userland is the base software, and ports/packages are the addon software. This is a very important distinction, as the behavior of installing and configuring apps is TOTALLY DIFFERENT. Most things in BSDland go into
8) I think most FreeBSD users, while zealotous, aren't crazed, rabid fanatics. Most of us subscribe to 'the right tool for the right job', which allows us to use anything, not just things that 'are compatible with license X' just because Mr. Bearded Crazyman said so. Most of us run heterogeneous network envronments. I personally use about 5 different OSes (including a linux box, ironically) where I work.
9) Same as #6, but there is ALOT of documentation on EVERYTHING. Why? Because EVERYTHING is thought-out and communally developed. Look into any of the developer ML's, and you'll see what I'm talking about. NOONE decides they're going to just patch som