Introduction to Debian
[vmlinuz] writes "SitePoint has an article that I wrote that introduces Debian and has guidelines on installing it. This could be usefull for managers, new users and other people that may be interested in using Debian." And honestly, who among us isn't interested in using the obviously superior Linux Distribution against which there can be no other contenders? (Oh dear god don't flame me! It's a joke people!)
Gentoo is gonna get modded down.
*dives for the bunker*
You know you can't say something like that around here!
My biggest complaint w/ debian is the slow release cycle. I'd like to be able to pin the newest KDE/gnome/whatever to stable and do an apt-get upgrade without breaking a million things. Last time I pinned kde 3.1 and updated I spent three days finding broken stuff and fixing it.
And yes, I am aware of the other debian-based distros that are more up to date, but they're all (to my knowledge) pay distros, and I am looking for something cheap/free.
FreeBSD for the impatient.
to quote the article: "There is a distinct possibility that some Linux vendors may close up shop, change their business direction or adjust their practices in some other way. Thus, the distribution you use today may not be around in 10 years. "
I thought the beauty of open source was that even if the original author (be it a natural person(s) or a company) decides to no longer support a project that the source is there for you to look at and provide your own support.
Accentuate the positive, don't waste your mod points on the negative.
No, here's a joke.
How many Debian users does it take to change a lightbulb?
Just one, but he has know how to apt-get install liblightbulb1. apt-get install light-switch-client if you want to be able to turn it on.
Oh, please... It's a joke, isn't it?
I'll be glad to see if there's any managers USE Debian. Managers INSTALLING Debian... ?? Wow! It's so... "news that matters".
--
Error 500: Internal sig error
Read the parent to understand why.
and while we're at it, what's lignux?
Keep your packets off my GNU/Girlfriend!
And honestly, who among us isn't interested in using the obviously superior Linux Distribution against which there can be no other contenders? (Oh dear god don't flame me! It's a joke people!)
:-) Debian just needs to get over the fear of anything new, such as anything graphical. Judging by unstable it looks like they are moving in the right direction.
Well if debian could get their installer and hardware detection right I don't know how far off that statement would be
Debian is sometimes superior to other Linux distributions but IMHO the installer is just horrid. When compared to other Linux installers, notably RedHat (which is very nice), it fails. Other than that, Debian seems to be the way to go for any would-be Linux guru.
For those turned off or scared away by the debian install process (which still seems stuck in the 90's. Jesus, did I just say that?), grab a Knoppix CD.
No, seriously. I don't run debian primarily because I don't want to go through the install process. I don't know what chipset my nic has, and I really don't care to know, know what I mean? Ditto with everything else.
I've been using flavors of RedHat, culminating with Redhat9 that's currently my Linux of "choice", mainly because Redhat offered superior hardware detection/setup. But, I've always had to tweak a bit here and there to get it working nicely.
However, with the advent of Knoppix, I think that's about to change. I popped in Knoppix 3.2 today for the first time to see what it was all about. The hardware detection on this LIVE CD is absolutely.. superb. It recognized and setup my Orinoco Wireless card. It found and mounted my Sony Cybershot Camera. Jesus, it even found and setup my Wacom! The only thing it didn't do was give me dual-head support OOB, but I don't think I know any distro that does that. But that's okay, fortunately I know how to set that up myself. It comes with KDE, it looks great, it just WORKS. And because it "just works" I'm really tempted to wipe RedHat off and do the HD install of this.
Some notes that I've come across, though: As Knoppix uses a special blend of testing/unstable (or something like that), it's really hard to do dist-upgrade and what not without downgrading your desktop. I heartily recommend reading through the docs at the Knoppix website and finding out what issues may remain. As a desktop Debian based distro, though, I think Knoppix just plain rules.
If you were me, you'd be good lookin'. - six string samurai
Unstable really isn't that bad. No worse than Gentoo for example.
TODO: Something witty here...
My own experience with Debian:
:-)
I have a number of longtime hardcore Linux fans, most notably my (now) roommate. After being ridiculed for a long time about my use of Windows (especially my need to reinstall it every three months, due to it's tendency to crap out, regardless of which one I used--9x, 2000, XP), I decided I'd try this so-called "Linux".
So I asked for a copy. Not even being aware that I had a choice of distributions, I took the first cd set given to me--"Woody", at that time Debian's testing distro, later to become Debian 3.0.
At first, I kinda freaked. No pretty graphical install, but it really wasn't so bad. I've been through worse in DOS. The instructions were pretty straightforward, though I did have to ask my friend what NIC driver to use (it was tulip). But after about an hour, I had a working system, with WindowMaker as my default window manager, and witha simple "startx"....
It worked.
And didn't stop, ever. It's never even paused on me. Since then, I've taught myself every intimate detail of linux in general, and even tried a few other distros on my other machines, but always end up going back to Debian (though now I'm running unstable--I like to live dangerously). Even used it to turn my crappy 486/DX66 Toshiba Satellite w/16MB of RAM into a useful internet terminal for my living room.
It's not the easiest way to start, but when you're done, you'll have a good grasp of everything you'll need for an everyday system, and adding features or building a custom "utility system"(email server, firewall, etc.) is just an apt-get away. Overall, I'd highly recommend it to anyone.
Unless you're really -that- lazy.
[este]
I've been using Debian GNU/Linux (unstable) for the last 3-4 years and it runs perfectly stable. I update my system almost every day without dependency problems - I have never reinstalled the system from scratch since the package managment (dpkg/apt-get, whatever) takes care of my system and doesn't mess up anything.
The old Debian installer is somewhat technical, but who doesn't like that? I find the old installer much more easy to use than Windows XP's setup. If the only reason for hating Debian is the (soon to be deprecated) text mode installer, you really should just run away.
Debian is the superior distribution!
-- 6 times 7 equals 42
To list installed packages, there are some tools that will do that for you... I would just do this: /var/db/pkg/ | grep ':'
ls -R
And for the kernel compile, it really *is* a walk in the pack... but don't forget there are new emerging technologies that make installing KDE, X and mozilla a walk in the pack too...
For example, DistCC is a cross-compiler that allows you to distribute your compiling over multiple boxes... those boxes can be running any distro that has the same compiler and libc running on it...
We (at work) use the old boxes on our network as a compile farm and it works darn well...
we have 2 Athlon XP-2400 w/1Gb of ram for the workstations and 3 older machines that help out with compiling... We can get all these packages installed in a few hours...
Another utility is CCache... it's basically a caching utility that caches your compiles on-the-fly so if you emerge a large package again,
your computer will only have to compile the parts of the source that have changes...
this saves hours when upgrading packages...
But, for those of you who want the bleeding edge without risking instability, Debian does just fine there if you know what you're doing. Go ahead and jump to unstable. Seriously!
The only thing you're missing is "apt-listbugs," which does this automatically with every update...
Before starting installation, apt-listbugs fetches all the bug reports for versions between your current version and the target version. We can see that two bugs have been closed (fixed by later versions, or the bug reports were bogus), and we see that the tetex-bin bug is still open.
In this case, we'd type 'h tetex-bin' to hold the broken package and proceed with a perfectly usable system.
Of course, this still leaves you in the position to be the one in ten thousand who finds a critical bug on installing any given package. If that happens, be a Good Debizen and use reportbug so the next guy is notified. Further, if you flag a critical bug, it's rare that it isn't fixed within a couple hours, even at 2am on Sunday. Once you've reported your bug, go ahead and roll back a version and carry on until the developer closes the bug -- if you used reportbug, you'll get an all-clear email automatically when he or she closes the bug.
With unstable and the apt-listbugs' automatic reports, the chances of ever winding up with a broken system are exceptionally low. Showstopper bugs are rare even in unstable -- maybe one package update in five thousand. But, with thousands of other users snarfing packages and reporting any bugs, the chances of your being the one to discover breakage without apt-listbugs warning you first are virtually nil.
All that said, if you can bear to be a week to a month behind the bleeding edge, you can use apt-listbugs with testing as well. The chances of getting a broken system with testing and apt-listbugs are about the same as the chance of Windows Service Update not needing a reboot. Virtually nil.
debian isn't just a distro. it's a lifestyle.
Wimps and couch potatoes with their grey tasteless distros don't understand the pleasure a good distro gives. We offer two exquisite distro flavors for the linux user with style:
- STABLE: coke drinking folks will never get it, but programs are like good red wine. They get better with age. That's why we only include very old programs in this distro. If you think that these programs are outdated and full with bugs that have since then been corrected in newer program versions, you miss the point: this isn't a fast-food distro. It's a distro you use at candlelight.
- UNSTABLE: this is our distro for the fast and the furious. If you're complaining about this distro and saying that Mandrake and Gentoo both have up-to-date versions that, unlike debian, aren't actually "unstable", you miss the point and you're most probably a wimp. This distro isn't for couch potatoes but for people who love the thrill of the risk. For people who play carmageddon for real in their SUVs, go bungee jumping and skydiving and just occasionally forget to take a parachute. But that's what makes the kick of debian unstable.
Debian isn't just a distro. it's a lifestyle. It's what separates the men from the boys. Go download your copy from www.debian.org now
Heh, I've justing finished writing an article about the problems with APT (What's wrong with APT?).
Try Debian Help or Debian Community or even one of the mailing lists. And, of course, you can usually get instant answers by asking on irc.debian.org.
There is plenty of good community support available for Debian. The only time I've ever seen anyone suggest "RTFM" is when someone posts nonsence questions to the developers mailing lists without bothering to check the various developers manuals. I don't think it's unreasonable to expect DEVELOPERS to RTFM. Users are a whole different subject.
I am not trying to fuel a flame here, but I don't really think there are that many "common people" such as plain old managers who know about Linux. IT people are the ones who would be most effective.
Too bad some IT managers view the choce as "Linux = no counterstrike". The network administrator for my Cable ISP really sucks at Counterstrike, but he loves to play it while on the clock.
Many tech support people are worse though. For example, when trying to get my friend's DSL modem to work with Mandrake Linux 8.0, I had to call up tech support. After the guy had me on hold for a while, he comes back on and says "You're trying to get your DSL modem to work with your Lexus, right?"
As far as Linux vs. Windows goes, I believe OpenOffice.org is a great office suite and almost any buisiness can use Linux for all their office administration tasks. If the company wants to focus on their business, not the computer, Linux distros make for good operating systems. If the people in charge of a company favor having fashon makeover software instead of saving hundreds per seat for MS Office and Windows, so be it.
As far as the companies who buy MS products and then lock the computers with Secure PC or Foolproof, management either is very rich and loves the Windows logo, or is probably leading the company downhill.
I usually log in via ssh/xterm and just run a console on the screen. If I run a X server, it's usually Xvnc, so I don't have to work in a noisy machine room.
Desktop/laptop machines are usually RedHat - RH does have a nicer GUI than Debian, but RH seems to be rivalling Microsoft in the amount of unneeded programs that get installed by default.