I know Ubuntu is basically Debian, and I know Ubuntu releases every 6 months, Debian every 2 years. However, I want to know more the advanced differences between them. If they have the same base, what is the difference between them?
|
|
Some of the differences:
this is what comes to my mind, something might be inexact or wrong, and I might have missed something big. I wait to see other answers. Edit missed the word "server" in the title: |
|||||||
|
|
The difference is that there's an ubuntu server but not a debian server. Ubuntu server comes with a variety of packages predefined by the maintainers, debian let these choices to its administrator. As far as I Know there's no special patches to the kernel made by canonical to the default kernel. |
|||
|
|
|
Like Enzotib mentioned in his answer, Debian uses a SystemV style init, while Ubuntu uses upstart. Since servers aren't restarted very often (or at least they shouldn't be :P), the init system doesn't really matter. That's about where the differences end. Most of Ubuntu's packages are just recompiled from Debian, so the software defaults (like the Apache web server configuration) are identical. I have two servers, one running Ubuntu Server 11.04 and one running Debian 6.0 and there hasn't been a single instance where I couldn't just copy a configuration file between them and have it work correctly. |
|||
|
|
