Unix Technical Forum

Ubuntu?

This is a discussion on Ubuntu? within the Linux Operating System forums, part of the Unix Operating Systems category; --> Antti wrote: > mst wrote: >> On Sat, 01 Oct 2005 10:29:58 -0400 Christopher Estep >> <pghammer21@comcast.net> wrote: >> ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #21 (permalink)  
Old 01-18-2008, 09:39 AM
Doug Laidlaw
 
Posts: n/a
Default Re: Ubuntu?

Antti wrote:

> mst wrote:
>> On Sat, 01 Oct 2005 10:29:58 -0400 Christopher Estep
>> <pghammer21@comcast.net> wrote:
>>
>>
>>>>Hi.
>>>>
>>>>I'm new to Linux, completely.

>>
>>
>> Dredging up a post from Mar 2005 and replying to it??? WTF?
>>

>
> I think that this conversation about ubuntu is very uptodate as Ubuntu
> has been that fastest rising star on world of linux.
>
> Ubuntu is cover story in ZDnews at the moment.
> http://news.zdnet.com/2100-3513_22-5886194.html
>
> Ubuntu is a bastard son of Debian, but it's very good one so I don't
> mind it being put into n00b linux class it earns it's position among
> with the mandriva, suse and fedora.
>
> I used it for a couple weeks after I formated my drive and my gentoo
> with it. I managed to find the Debian again and in fact thought I am not
> running Ubuntu and I am writing this from Debian Unstable/Testing I have
> to say that Ubuntu is a quite impressive distripution.
>
> People are acctually trying to think something new with it. It's got
> lots of new fresh ideas.
>
> Like that you don't know the root password when using the desktop one.
> You don't need root. There are couple situations you need your own user
> password which is used as a replacement to root one, but its quite rare
> as ubuntu comes with everything you need. It's got thought the limited
> parts because of this but I think its more good than bad.
>
> think about that. How many distriputions do you know where there is no
> root password? I know only one thought I have played with a lots of
> different distriputions. And that only one which doesn't have one is
> Ubuntu.
>
> -Antti-


Maybe Ubuntu is rising now, but if the OP was looking for advice in March,
would he be even looking now?

Personally, there are other distros like Xandros for people transferring
from Windows. But Xandros is so like Windows, that it is getting to be
unlike Linux. The usual Linux config files that we all know are not there
- you must use the GUI (which is better than Windows'.) It is a "pretend
Windows" distro.

Ubuntu is the best of the Debian crop for the beginner. I find its
limitations annoying, but I am not a beginner any more. Knoppix is another
good one, but Ubuntu configured itself for my Australian locale, while
Knoppix isn't up to that. I still think that Mandrake/Mandriva is the
easiest to use, but I am wondering what changes the new release will bring.

I am getting rather tired of the idea that the distro doesn't matter - KDE
is on them all and must be used for configuration. Certainly Windows did
the same, but is that what Open Source is about? I might as well use
Xandros.

Doug.
--
Registered Linux User No. 277548. My true email address has hotkey for
myaccess.
I have spread my dreams under your feet;
Tread softly, because you tread on my dreams.
- W.B. Yeats.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 01-18-2008, 09:39 AM
Enrique Perez-Terron
 
Posts: n/a
Default Re: Ubuntu?

On Sun, 02 Oct 2005 10:05:06 +0200, Doug Laidlaw <laidlaws@myaccess.com.au> wrote:

> I am getting rather tired of the idea that the distro doesn't matter - KDE
> is on them all and must be used for configuration. Certainly Windows did
> the same, but is that what Open Source is about? I might as well use
> Xandros.


"Is that what Open Source is about?"

For much of the point with Linux is that things used to
accessible to me.

This has nothing to do with being easy for beginners. I am not a beginner.

What I mean by accessible... Just consider, if I dont know what that
process is doing that takes forever, it appears to be hanging, then
I can "strace -p 1234", and see what system call the process is waiting
in (e.g. read, select, etc), "ls -l /proc/1234/fd", and see what files the
process is reading or writing, etc. A program that fails mysteriously,
strace it and you see it tries to open a non-existent file just before
it exits.

If I need to do something with a disk, dd and /dev/hd? are my friends.

Perhaps much of this is possible in Windows too. I have just never
seen anything remotely like the Unix/Linux/Gnu utilities.

I became a Unix "guru" long before I became aware of Linux. The "man"
command was my friend. Not that all those pages were allways so clear
and good, but there was a culture about letting things be explained.

Where are thing documented in Windows? Today you can find a whole lot on
the web. but that has come much later. Before the advent of the Internet,
the Microsoft experience was generally that of a black box. I once
came to say the Microsoft world was anti-theoretic (actually in another
language, the translation being rather "theory-hostile"). It turned
out to be a hit with my audience. I also have come to think that at
some point, the Microsoft culture must have found out that in order
to win the important secretary/office market, it was actually better
*not* to explain anything. The moment you begin to explain, many get
those empty eyes, and it seems obvious that they feel the explanation
is even more repelling than the technology. So, instead you tell them
that its all that simple, there is never anything to explain. If a
problem arises, oh sorry, just reboot and go on. People are so happy
with that, because they can manage that. But it does not suit me.

But nowadays, Linux is becoming just the same.

The documentation the comes with Gnome is hardly more than a false
pretension. Where is the configuration? What do they do that host
of programs that appear in the output of "ps -u myself"?

Earlier I had an awk script that could grep the output from ps, and
then find all processes directly ascending or descending from those
"grepped". It would present the data in a manner quite similar to
todays' "ps f", showing the hierarchy. That often made it easier to
find out what was going on in a script, because the subprocesses have
entirely different names, but looking at the leaves of the tree told
me at a glance what that script was actually doing at the moment.
It also worked the other way, if I am surprised of finding an unexpected
process, "psgrep thatprocess" would instantly show "crond" at the top
of the hierarchy, and I would say "Oh, yes, that is it!"

No longer.

Today half the processes have PPID 1. Even the sid is clobbered.
What for? Probably a library call to ensure the process does not
receive impertinent SIGHUPs. Called mindlessly by all subprocesses
of an already immune process, just in case.

To find out how something works today you must read the source code
and it takes several days to get to the point where you distinguish
"up" from "down". Just a case in point. A poster here on this ng
had lost "Gnome" from the list of sessions in the login window.
I tried to do as Nico suggested (independently of him), vade through
the script prefdm, then /usr/bin/gdm. Then comes gdm-binary. From there
all roads are dead ends. I tried to strace gdm. strace aborted.
Good, that is a security feature. But where does gdm get the menu
entries from? It does not get them from the utility another post
suggested, that which you invoke from the panel menus, "sessions".
Even finding out which is the program run by that menu entry, how do
I find out. Everything has become heavy as lead. I tried to
grep my entire root partition for the words "Failsafe Terminal"
or whatever it was. No. Nothing. I know from experience that if I am
sufficiently persistent, I will find out. The strace still showed
a number of files being read by these proceses, which I have not yet
explored. But the openness is gone. It has become a time-consuming
scrambling in the dark. The knowledge is only for the specially
interested who can invest countless hours investigating it, and perhaps
forgoing of much else.

Is this the right way to go for Linux? Should I post about this
on the usability ng? What do you think?

-Enrique
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 01-18-2008, 09:39 AM
John Beardmore
 
Posts: n/a
Default Re: Ubuntu?

In message <op.sx0khytrnxtvbs@apeiron.home.lan>, Enrique Perez-Terron
<enrio@online.no> writes
>On Sun, 02 Oct 2005 10:05:06 +0200, Doug Laidlaw
><laidlaws@myaccess.com.au> wrote:


>Is this the right way to go for Linux? Should I post about this
>on the usability ng? What do you think?


I think so.


Cheers, J/.
--
John Beardmore
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:34 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com