Fedora 13 Is Out
ultranerdz writes "Fedora 13 has just been released. It includes major features such as automatic print driver installation, automatic language pack installation, redesigned user account tool, color management to calibrate monitors and scanners, experimental 3-D support for NVIDIA video cards, and more."
While looking through the packages I noticed that Dialup Networking was NOT selected by default. Is this the first version to be that way? Kinda significant as in the end of an era.
You know, I've used a computer long enough to learn that this battle between windows and linux is nothing more than smoke and mirrors. I've noticed that when XP came out, it seemed very familiar, as a matter of fact, it sure seemed a lot like mandrake. This is the way it's been through out the years. Microsoft takes something that works great from linux and makes it theirs and sometimes makes it better, most of the time worse. And the same goes for linux, sometimes it starts out worse and gets' better because they borrowed it from microsoft or sometimes makes something worse and makes it better then microsoft takes it. The point i'm getting at, after noticing i'm rambling is that I believe there are certain behaviors and tendencies of computer users that have been leveraged by OS manufacturers. That somethings just work better with certain designs, take for example the automatic printer drivers install. That works really well with Windows 7 and apparently fedora is now getting with it. God knows i Hate using CUPS.
Of all the things I've lost; I miss my mind the most. - Mark Twain
> Now I begin my bi annual ritual of backing up my data
Well, at least you seem to have a backup scheme in place ;-)
Everything I write is lies, read between the lines.
You really need to move to the 21st century. PXE Boot and network install, there is no need to clutter the environment with CDs, DVDs or USB devices when you have a perfectly good network. ;)
Speaking of issues with apt-get, my old comment:
When doing large scale automated apt-get update; apt-get upgrade tasks, ask what happens to apt-get/dpkg when a postinstall script fails, or there were file conflicts with another package. Yes, the machine never fetches updates again. Serious amounts of dpkg --configure -a, dpkg --purge --force-reinstreq, and apt-get -f install are required to even get it working again. Also don't ask what happens when a user wants to install a local package with dpkg -i that has a missing dependency. Yes it prints an error, but unknowingly to the user the package actually gets half installed and breaks the automated update jobs. Why isn't there a --force flag to prevent this from happening?
Yum and rpm have had these issues solved for years and years, why can't Debian fix it?
Best thing I ever did when I installed Debian was to rip out Pulse Audio. Haven't had an audio related problem since then. It's really not needed for 99% of the applications in the repos. Do yourself a favor and just ditch it.
RPM is much faster these days, but yum (well, interpreted python) is still slow, and it doesn't handle dependencies like APT can do. However it has several nice features that were easy to implement in yum and that apt systems still lack. Delta updates are used by default, for example. And with a plugin you can get transactional upgrades in Btrfs or LVM. The Yum utils are also quite powerful. I also like that yum can do almost-everything while in .deb systems you need to use apt-get, apt-cache, dpkg and others (or use aptitude, which is another layer). After 8 years of APT, I didn't miss it when I migrated to Fedora 12.
I really like the ruby packages -- it's easier for me to make ruby and rails work easily.
I'm sure lots of people get by just fine with Ubuntu, and I haven't tried it for awhile, but it seemed to me that the package manager and the gems system were always tripping over each other.
It's great that we have options, though. I've been running Linux for awhile, and in my experience, distros eventually melt down. They make bad decisions, try crazy schemes to monetize things, get too bogged down in ideology, chase off developers with fights, or whatever. Nothing lasts forever.
So I'm glad that Ubuntu is out there if Fedora caves in, and Ubuntu people should be glad that Fedora exists in case Ubuntu goes way off track. That's why Linux is cool -- it's distributed enough that no single pinhead can break it.