Mandriva Linux 2006 Review Continued
Anonymous Coward writes "The second part of the extensive Linux Tips for Free Mandriva Linux 2006 review has been published, going into details about the state of Linux hardware support and compatibility, hardware configuration and software with a whole section on digital photography. Part one was previously discussed on Slashdot."
This kind of a guide is extra sweet for folks like me, who Aren't hardcore Linux users/coders. (To Many 'advanced users' the occasional function string or what-have-you is expected, but having to open up your source code every time you make a change--e.g.: replacing your $10 keyboard with a new, slightly different $10 keyboard--is too much of a bloody hassle)
Makes it a touch easier to gauge whether it's Worth said bloody hassle for a particular desired result--setting up my spiffy home theatre thru Linux, or (no flame-age plz, I know the sacriledge I speak here) Winblows Media Edition.
This sort of guide, made readily available, can only assist linux penetration.
Oh, and the first two posts are exactly the sort of reason I can't stand slashdot more than occasionally anymore. Chock-Full-o-Trolls I'm thinking we all could use some sort of alternate forum...
A couple fans told me that my last journal entry was mint; give it a shot. Hope you like.
Free.fr is a French ISP offering free web hosting (up to 1 GB, one of the first free PHP/MYSQL host company here), free mails, free dial-up (which was their main business few years ago).. Well pretty much everything free except their excellent ADSL2+ (24 Mbps) offer which costs 30 euros (and comes with tons of other goodies like free phone/VoIP and ADSL TV, a static IP and a custom reverse DNS and.. and .. and much more). These guys rock: they only use OSS (mainly Linux powered) and provide us with their "best effort": if a new technology comes they'll offer it to every subscriber without any more condition; my bandwidth changed from 20 to 24Mbps recently and I didn't have to sign another contract or to do anything. I know a few techies from the company (we used to lurk on IRC) and they all are free software fanatics. Free provides official support for OS X and Linux, and their ADSL2+ + TV + phone modem (the "Freebox") runs Linux.
:). We used to struggle to get a decent connection, and now France seems a good place for Internet connectivity. Talking 'bout Japan and Tokyo? Wait: in Paris (15th arr.) too, they have optic fiber (100Mbps symmetrical) for 50 euros a month (and with TV and VoIP once again) :)
On the other side, the website http://www.mandrake.tips.4.free.fr/ is only an hosted website, it has nothing to do afaik with Free itself, while the Mandriva (and Debian, and pretty much every major distro) mirrors are managed on the official ftp.free.fr FTP server by Free's team.
So yeah Free rocks, but this website is only an hosted website (please note: to get an account you must be a French citizen, they send you a request by traditional mail, but they don't put any ad on your website and their bandwidth is huge, so they couldn't freely allow everyone).
Btw, they're already starting WiMax experimentations and installations, it should be available next year or so
Well, for one, the for-pay distribution target mostly businesses so a loss at the individual level (home user) is not so important - and Businesses want peace of mind that comes with support.
Also, there are licenses that for-pay distributions have to pay to be allowed to distribute. This isn't in the base linux system but stuff like various non-free multimedia codecs or the nonfree mp3 format IIRC. It's too much hassle for businesses to track these down but they don't want to be caught with their pants down if a software audit ever comes in. Enter Redhat/whover, they took care of this already.
Notice that distros like Ubuntu have you download this stuff from other repositories and not their own, meaning that you are responsible for having the correct licenses. For a home user, this is not likely going to be a risk, but the business owner is well to cover is ass.
In my experience, (current Ubuntu user), the distro that autodetects the most stuff for you is the easiest^_^ And all package based major distros are all about the same amount of work getting something to work if it's not autodetected. Source based distros like Gentoo can be another can of worms, I'm not sure.
Now, Mandriva is one distro with it's act together. No text-mode installer or arcane package manager syntax for Mandriva - it's the *easiest* distro you'll ever run. But that comes at a price, because it's also *hardest* for a developer to create an interface that's a smooth, seamless uh.. $EXPERIENCE than it is to just make the damn program work already and slap the command line interface on it with a shell script wrapper.
Not everyone, I'm still on Mandriva. I know everyone says it's just for new people, but no one has given me a reason to switch: SuSE's YaST screws up hand-edited config files, Fedora requires much more set up to get running, and Ubuntu--why? Slackware and Gentoo just don't make sense for a laptop user who upgrades frequently. So why the beef with Mandriva--what's the downside? Everything they write is GPL, too.
Besides, Mandriva has a fairly good community, as I'll demonstrate here by reiterating my offer to provide free email/IM support to any Slashdot-reading Mandriva user (or potential switcher). I'm not a kernel-hacker or anything, but I have been using it on desktops, laptops, and servers for 4 years now, and I can fix most things when they break.
U.S. War Crimes blog. Email for free Mandriva support.
A safer way:
1. Exit graphical enviroment and go to console (Ctrl-Alt-F1)
2.login as root and switch to runlevel 3 (telinit 3)
3.urpmi.removemedia -a
4. go to http://easyurpmi.zarb.org/index.php and set up sources for the release you want to upgrade to
5. urpmi --test urpmi (test if urpmi's upgrade works)
6. urpmi urpmi (if you get no errors in previous step)
7. urpmi --auto --auto-select --test (we want to make sure upgrade will work) If you have non-official rpm's/files, remove them and try again
8. urpmi --auto --auto-select
9. urpmi kernel
10. reboot
i. it downloads all needed rpm-packages
ii. it tests the installation and provides quite clear error messages
iii. it does *not* delete downloaded rpm-packages
iv. it does *not* change your current programs
v. when happy and you do not use "--test", as all the packages are already downloaded, your upgrade takes less time.
vi. if you had to remove any packages in step #7, after completing the upgrade, install new version with "urpmi offendingpackage"