Will Debian (Ubuntu) achieve mainstream market for linux
Well, when you've been around Linux since the beginning you have to keep things straight. That's still not an easy task:
http://lwn.net/Articles/91371/
I recall another distro in a time long ago that forked off of Red Hat in a very similar way that Ubuntu has forked off of Debian. There are so many things about it's story that parallel the Current Ubunut story. From it's users' enthusiasm to how it's backed and built. Anyone remember Mandrake? Hopefully things turn out better for Ubuntu. No matter what happens to it (good or bad) there will always be Debian. There are several reasons for it but mostly because of the motivations that drive Debian are different than the motivations that drive Ubuntu (and Mandrake before it).
http://lwn.net/Articles/91371/
I recall another distro in a time long ago that forked off of Red Hat in a very similar way that Ubuntu has forked off of Debian. There are so many things about it's story that parallel the Current Ubunut story. From it's users' enthusiasm to how it's backed and built. Anyone remember Mandrake? Hopefully things turn out better for Ubuntu. No matter what happens to it (good or bad) there will always be Debian. There are several reasons for it but mostly because of the motivations that drive Debian are different than the motivations that drive Ubuntu (and Mandrake before it).
Yep, there are/were several forks of Red Hat. The first version of Mandrake was basically just Red Hat with KDE set as the default desktop environment. How many parallels to Ubuntu can you find?
http://wiki.linuxquestions.org/wiki/Mandrake
http://wiki.linuxquestions.org/wiki/Mandrake
Some stats to compare package versions in both ubuntu and Debian and correct some misconceptions about version numbers.
I do not agree entirely with the author's view though when he says
That makes it similar to Debian "unstable" in my book - which, by the way, is not unstable at all and continually up-to-date thanks to a daily apt-get dist-upgrade routine!
I do not agree entirely with the author's view though when he says
If I'm correct every new release of ubuntu is a snapshot of Debian "stable" for the core of the system merged with the latest packages from "unstable" for the applications.Yes, Scott, I am comparing stable releases on one side, with development versions on the other side. However, I think that it is widely known that Debian testing is usable outside of the Debian development community. I know many people using Debian testing who aren’t Debian developers. And many Ubuntu users, if they weren’t using Ubuntu, but Debian, would probably use Debian testing, not stable.
That makes it similar to Debian "unstable" in my book - which, by the way, is not unstable at all and continually up-to-date thanks to a daily apt-get dist-upgrade routine!
-
- programmer
- Posts: 156
- Joined: Mon May 23, 2005 9:46 am
- Location: Prague, Czech Republic
- Contact:
WHOA!
Since when does sudo give you root access without asking for a password?
http://img101.imageshack.us/my.php?imag ... hotax8.png
Hope you like my desktop
Since when does sudo give you root access without asking for a password?
http://img101.imageshack.us/my.php?imag ... hotax8.png
Hope you like my desktop

Although it's not that way now, I thought the earlier versions had the sudoers file set to not require a password for sudo root commands for the first user created. This guy seemed to have the issue, although there is no telling if he may have followed someone elses directions on how to set up sudoers to not require a password prior to that:
http://ubuntuforums.org/showthread.php?t=20724
When I install Ubuntu the first thing I do is set the root password and get rid of the sudoers file (I prefer not using sudo and opt for the traditional user/root setup) so my memory isn't real fresh on that. Nothing wrong with using sudo though as long as it is configured to require at least the user's password. Of course there are other special cases when you might want to set sudo up to be able to run certain specific commands without requiring a password, only in special cases though, not a normal desktop system.
http://ubuntuforums.org/showthread.php?t=20724
When I install Ubuntu the first thing I do is set the root password and get rid of the sudoers file (I prefer not using sudo and opt for the traditional user/root setup) so my memory isn't real fresh on that. Nothing wrong with using sudo though as long as it is configured to require at least the user's password. Of course there are other special cases when you might want to set sudo up to be able to run certain specific commands without requiring a password, only in special cases though, not a normal desktop system.
Well a certain case would be in automation. If you wrote a script to run as a non-privilaged user but wanted to execute a specific binary with root privilages you would not want sudo to prompt for a password if you script was not "expect" in nature.
But there are others ways of doing this in each language which may be better than running a strait system() call using sudo.
But there are others ways of doing this in each language which may be better than running a strait system() call using sudo.
Yes, that is a good example. I have also used sudo in backend web scripts to run a specific command under a user other than "apache" or "httpd" (such as root). For instance, I have created a network block command that manipulates iptables rules which of course need root authority. When a certain URL is attempted on my web server the IP automatically gets blocked via this command. I have set up sudoers to allow the web server user to run this specific command and block bad addresses. I have also used it to manipulate the squid configuration from an administrative web interface. There are several other similar cases.
-
- administrator
- Posts: 355
- Joined: Sun Feb 08, 2004 1:41 pm
- Location: Sutton Coldfield, UK
- Contact:
I do believe you'll find that script is all ready there in ubuntu.
As far as routine lines, ie.. running MPlayer you type gmplayer and it just works
However,
If you type sudo apt-get updates you are then asked for the password. It's also smart, it doesn't ask for the password again if sudo apt-get upgrades and sudo apt-get install upgrades is used immediately following the updates.
Edit:
OK playing with it a little more..it seems once you use the SUDO command and use the password, that's all that's required. Maybe there's a timer on it. I even exited the terminal and brought it back up and it allowed me to sudo without a password...I don't know what the exact circumstances are, maybe it's just the first sudo that requires a password?
As far as routine lines, ie.. running MPlayer you type gmplayer and it just works
However,
If you type sudo apt-get updates you are then asked for the password. It's also smart, it doesn't ask for the password again if sudo apt-get upgrades and sudo apt-get install upgrades is used immediately following the updates.
Edit:
OK playing with it a little more..it seems once you use the SUDO command and use the password, that's all that's required. Maybe there's a timer on it. I even exited the terminal and brought it back up and it allowed me to sudo without a password...I don't know what the exact circumstances are, maybe it's just the first sudo that requires a password?