Thursday, January 31, 2013

[LINUX_Newbies] Re: Problem 6: Small questions

 



--- In LINUX_Newbies@yahoogroups.com, "highskywhy@..." wrote:
>
>
> Mi 30 Jan 2013 07:47:59 CET
> Good morning
> Thank You for help.
> Problem 6: Small questions
>
>
> > What is the meaning of the word "server"?
> >
> > Regards
> > Sophie
> >
>
> X Window is a client server application.
> *
> Sorry I have many questions.
> What does this mean.
> I understood: A server is collecting and sending emails and files. Is
> this rightß
>
> You computer runs an X Window server that you connect to as a client.
> *
> Who is a client?

You are.

> Who is the OS conneting?

I'm not sure what the OS has to do with it. X Window runs on top of the OS, although there is some interaction as X Window requests system resources.

>
> It has just always been that way because back when X Window was
> originally written most computers were not powerful enough to run the
> program.
> *
> Window and Windows is not the same, isnt it.

Microsoft Windows and X Window are different software that do much the same thing. The name, and function similarities can be confusing for some.

>
> There is hardware and there is an OS. The OS is conneting the hardware.
> The www is a kind of hardware, isnt it?

The WWW, or World Wide Web is a network composed of hardware, servers, but the concept is generally considered in abstract above that. On a scale comparable to the discussion here is httpd, a server commonly run on Linux systems. If you were to run an httpd server on your desktop you could connect to it from your same desktop by pointing your browser to localhost, if your server was configured to serve to that address. Most are.

>
>
> Computers have changed, X Window hasn't. Start a terminal and issue
> these commands:
>
> $ netstat -a | grep X11
> *
> OK
> I did it.
> Something is wrong.
> Nothing happened.
> Man netstat did not work.
>

You just do not have netstat installed.

$ dlocate -S `which netstat`
net-tools: /bin/netstat

$ aptitude show net-tools
Package: net-tools
State: installed
Automatically installed: no

The package is not installed automatically because it is not critical to have. Perhaps the package has recently deleted netstat too, because I don't see how you're getting an internet connection without some of the other programs the package installed on my system contains. Different Linux distributions are different. Yours must vary from mine.

>
>
>
> That will show you the ports your X server is running on among other things.
>
> $ ps aux | grep -i x
>
> This will show you your server and client processes.
> *
> OK
>
> This happened:

That is a mess, sorry. It looks like you would get better results with a tighter filter, try:

$ ps aux | grep X11

What you pasted is formatted so poorly I'm not even going to try to make sense out of it.

> *
> I want to learn Linux and I want to understand Linux.
>

Then know this, X Window is not Linux. X Window is just a software suite that is often used to have a graphical interface with a GNU/Linux system. Linux is just the operating system kernel. Which is still more than anyone can reasonably know today.

If you want to see what Linux looks like on your system try:

$ ls /boot

That is where most of Linux is, although a little hides in:

/lib/modules

too. Don't fool with any of that stuff unless you really know what you are doing. Much of it is critical to your computer's proper operation. Pretty much don't touch anything out of your home directory unless you know what you are doing is a good rule to follow.

This is another way to see Linux in action. Shortly after you boot up issue the command:

$ dmesg | less

Then scroll using the space bar (the "B" key scrolls back). Those are the kernel messages that happened when your computer booted up. It does not make much sense to most people but it all means something to someone. If while you are looking at it any particular piece catches your eye copy and paste some of it into a search engine and see what you can learn.

If you really want to learn Linux you're going to have to set meaningful goals. Pick parts that may do you some good to know. Be happy that most folks don't need to know a lot of this junk! Worthless information is exactly that, worthless. Sadly learning about a lot of Linux becomes useless over time too, as Linux changes so much.

This is one place where I learned a lot about Linux when I started:

http://www.tldp.org/

Spend some time reading what strikes your fancy there. Then you'll know more than I do today.

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (14)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Tuesday, January 29, 2013

Re: [LINUX_Newbies] Re: Problem 6: Small questions

 


Mi 30 Jan 2013 07:47:59 CET
Good morning
Thank You for help.
Problem 6: Small questions

> What is the meaning of the word "server"?
>
> Regards
> Sophie
>

X Window is a client server application.
*
Sorry I have many questions.
What does this mean.
I understood: A server is collecting and sending emails and files. Is
this rightß

You computer runs an X Window server that you connect to as a client.
*
Who is a client?
Who is the OS conneting?

It has just always been that way because back when X Window was
originally written most computers were not powerful enough to run the
program.
*
Window and Windows is not the same, isnt it.

There is hardware and there is an OS. The OS is conneting the hardware.
The www is a kind of hardware, isnt it?

Computers have changed, X Window hasn't. Start a terminal and issue
these commands:

$ netstat -a | grep X11
*
OK
I did it.
Something is wrong.
Nothing happened.
Man netstat did not work.

That will show you the ports your X server is running on among other things.

$ ps aux | grep -i x

This will show you your server and client processes.
*
OK

This happened:

~$ ps aux | grep -i x

root 251 0.0 0.0 0 0 ? S< Jan28 0:00
[ext4-dio-unwrit]
root 1106 14.2 2.3 256672 91492 tty7 Ss+ Jan28 418:45
/usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7
-novtswitch -background none
ah 1201 0.0 0.0 2244 404 ? Ss Jan28 0:00 /bin/sh
/etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc
ah 1244 0.0 0.0 4108 24 ? Ss Jan28 0:00
/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session
/usr/bin/im-launch startxfce4
ah 1246 0.0 0.0 3852 284 ? S Jan28 0:00
dbus-launch --autolaunch=ca42a65cc74bfeeeb73fa8ee00000009
--binary-syntax --close-stderr
ah 1249 0.0 0.0 3852 284 ? S Jan28 0:00
/usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch startxfce4
ah 1266 0.1 0.1 33900 5056 ? Sl Jan28 3:08
xfce4-session
ah 1268 0.0 0.0 6732 2104 ? S Jan28 0:00
/usr/lib/i386-linux-gnu/xfce4/xfconf/xfconfd
ah 1276 1.6 0.2 271492 7960 ? Sl Jan28 49:08 xfwm4
--display :0.0 --sm-client-id 229905679-6cd3-4b50-a8e6-5c5a0f5d3af4
ah 1291 0.1 0.2 207996 10476 ? Sl Jan28 4:46
xfce4-panel --display :0.0 --sm-client-id
27d5f1c9c-8bd8-4bdb-95ce-487eb0d75884
ah 1293 0.0 0.0 35236 3504 ? Ssl Jan28 0:03
xfsettingsd --display :0.0 --sm-client-id
271a087d8-e1ee-4a84-8dd5-59a8ff73dace
ah 1294 0.0 0.1 211452 7636 ? Sl Jan28 0:19
xfdesktop --display :0.0 --sm-client-id
2ef4e5efb-1400-4835-922f-47cc6a615274
ah 1306 0.0 0.1 23348 4180 ? S Jan28 0:00
/usr/lib/i386-linux-gnu/xfce4/panel/wrapper
/usr/lib/i386-linux-gnu/xfce4/panel/plugins/libsystray.so 4 20971568
systray Benachrichtigungsfläche Fläche, in der Symbole für
Benachrichtigungen erscheinen
ah 1315 0.0 0.1 205996 6616 ? Sl Jan28 0:01
/usr/lib/i386-linux-gnu/xfce4/panel-plugins/xfce4-indicator-plugin 5
20971569 indicator Nachrichtenanzeige Eine Anzeige, dass etwas Ihre
Aufmerksamkeit benötigt
ah 1316 0.0 0.1 24092 5200 ? S Jan28 0:00
/usr/lib/i386-linux-gnu/xfce4/panel/wrapper
/usr/lib/i386-linux-gnu/xfce4/panel/plugins/libactions.so 9 20971571
actions Aktionsknöpfe Abmelden, sperren oder andere Systemaktionen
ah 1317 0.0 0.0 41440 2772 ? Ssl Jan28 0:00
xfce4-power-manager --restart --sm-client-id
27f9274f0-577b-449c-bcea-b3b71bbb2b10
ah 1343 0.0 0.1 186212 5384 ? Sl Jan28 0:00
/usr/lib/i386-linux-gnu/xfce4/panel/wrapper
/usr/lib/i386-linux-gnu/xfce4/panel/plugins/libthunar-tpa.so 24 20971578
thunar-tpa Papierkorb-Applet Papierkorb anzeigen
ah 1391 0.0 0.0 47332 2712 ? Sl Jan28 0:00
/usr/lib/gvfs/gvfsd-trash --spawner :1.11 /org/gtk/gvfs/exec_spaw/0
ah 1471 0.0 0.0 129492 3452 ? Sl Jan28 0:00
/usr/lib/i386-linux-gnu/indicator-sound-service
ah 1473 0.0 0.0 54504 2756 ? Sl Jan28 0:00
/usr/lib/i386-linux-gnu/indicator-application-service
ah 1545 0.0 0.0 9660 1772 ? S Jan28 0:12
xscreensaver -no-splash
ah 1549 0.0 0.0 272892 3148 ? Ssl Jan28 0:00
xfce4-volumed
ah 1586 0.0 0.0 10484 1900 ? S Jan28 0:00
/usr/lib/i386-linux-gnu/gconf/gconfd-2
nobody 1674 0.0 0.0 6704 1116 ? S Jan28 2:17
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts
--bind-interfaces --pid-file=/var/run/NetworkManager/dnsmasq.pid
--listen-address=127.0.1.1
--conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0
--proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq
--conf-dir=/etc/NetworkManager/dnsmasq.d
ah 1841 0.0 0.0 10316 1644 ? S Jan28 0:00
/usr/bin/obex-data-server --no-daemon
ah 2947 0.0 0.5 131936 21252 pts/2 Sl+ 07:52 0:00
/usr/lib/firefox/plugin-container
/usr/lib/flashplugin-installer/libflashplayer.so -greomni
/usr/lib/firefox/omni.ja 25778 true plugin
ah 3501 0.0 0.1 22768 5916 ? S 08:02 0:00
/usr/lib/i386-linux-gnu/xfce4/notifyd/xfce4-notifyd
ah 3691 0.0 0.0 6436 1188 pts/4 R+ 08:04 0:00 ps aux
ah 3692 0.0 0.0 5648 852 pts/4 S+ 08:04 0:00 grep
--color=auto -i x
ah 25727 0.0 0.3 207728 15152 ? Sl 05:13 0:00
/usr/bin/xfce4-terminal
ah 25778 69.0 12.9 1282308 494212 pts/2 Rl+ 05:13 118:10
/usr/lib/firefox/firefox
ah 25843 0.0 0.0 2268 320 ? S 05:15 0:00
/usr/lib/chromium-browser/chromium-browser-sandbox
/usr/lib/chromium-browser/chromium-browser --type=zygote

I'm not sure what knowing any of this will do for you today. There was a
time when it was more important information though.
*
I want to learn Linux and I want to understand Linux.

Thank You.
Regards
Sophie

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (13)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Re: [LINUX_Newbies] Re: Linux on Mac Book Pro

 

On Tue, Jan 29, 2013 at 7:50 PM, westmi west.mi420@gmail.com> wrote:
>
>
> --- In LINUX_Newbies@yahoogroups.com, "westmi" wrote:
>>
>>
>>
>> --- In LINUX_Newbies@yahoogroups.com, J wrote:
>> >
>> > On Tue, Jan 29, 2013 at 9:51 AM, westmi wrote:
>> > >
>> > > I would try it in virtualbox first....just my opinion..
>> > > D
>> >
>> > Ugh... top posting.
>> ugg...please excuse me,I don't keep up with what list is doing what......just trying to help someone out.....sorry.
>>
>>
>> >Virtualbox does not answer the OPs question of
>> >"Will Linux work on my Macbook Air/Pro?"
>>
>> uhh....yes it does because that is how I do it........
>>
>> >
>> > I do not have a definitive answer, as I don't own either, but I've at
>> > least seen/known people who ran Ubuntu on both Macbook Pro and Air
>> > machines.
>>
>> Well, take it from someone who does.......
>> the single easiest way to do it is virtualbox.
>> D
>>
> Just to add to this,virtualbox or some other virtual machine is the best way to do it, because the original installation is preserved this way.
> D

Going back and looking at the OP again, I'll agree that you are
correct, and Virtualbox or something like it is probably the best way,
I misread the OP :)

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (6)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Re: Linux on Mac Book Pro

 



--- In LINUX_Newbies@yahoogroups.com, "westmi" wrote:
>
>
>
> --- In LINUX_Newbies@yahoogroups.com, J wrote:
> >
> > On Tue, Jan 29, 2013 at 9:51 AM, westmi wrote:
> > >
> > > I would try it in virtualbox first....just my opinion..
> > > D
> >
> > Ugh... top posting.
> ugg...please excuse me,I don't keep up with what list is doing what......just trying to help someone out.....sorry.
>
>
> >Virtualbox does not answer the OPs question of
> >"Will Linux work on my Macbook Air/Pro?"
>
> uhh....yes it does because that is how I do it........
>
> >
> > I do not have a definitive answer, as I don't own either, but I've at
> > least seen/known people who ran Ubuntu on both Macbook Pro and Air
> > machines.
>
> Well, take it from someone who does.......
> the single easiest way to do it is virtualbox.
> D
>
Just to add to this,virtualbox or some other virtual machine is the best way to do it, because the original installation is preserved this way.
D

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Re: Linux on Mac Book Pro

 



--- In LINUX_Newbies@yahoogroups.com, J wrote:
>
> On Tue, Jan 29, 2013 at 9:51 AM, westmi wrote:
> >
> > I would try it in virtualbox first....just my opinion..
> > D
>
> Ugh... top posting.
ugg...please excuse me,I don't keep up with what list is doing what......just trying to help someone out.....sorry.

>Virtualbox does not answer the OPs question of
>"Will Linux work on my Macbook Air/Pro?"

uhh....yes it does because that is how I do it........

>
> I do not have a definitive answer, as I don't own either, but I've at
> least seen/known people who ran Ubuntu on both Macbook Pro and Air
> machines.

Well, take it from someone who does.......
the single easiest way to do it is virtualbox.
D

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Re: [LINUX_Newbies] Re: Linux on Mac Book Pro

 

Take a look at the Ububtu wiki pages:

https://help.ubuntu.com/community/MacBookPro

With the informaion there should be no problem to install another
distribution (if you wish).

Yes, I hate top-posting too. A great idea by Mr gates to make it the
default for Outlook Express.

-----Original Message-----
From: J dreadpiratejeff@gmail.com>
To: LINUX_Newbies LINUX_Newbies@yahoogroups.com>
Sent: Tue, Jan 29, 2013 10:27 pm
Subject: Re: [LINUX_Newbies] Re: Linux on Mac Book Pro

 
On Tue, Jan 29, 2013 at 9:51 AM, westmi west.mi420@gmail.com> wrote:
>
> I would try it in virtualbox first....just my opinion..
> D

Ugh... top posting. Virtualbox does not answer the OPs question of
"Will Linux work on my Macbook Air/Pro?"

I do not have a definitive answer, as I don't own either, but I've at
least seen/known people who ran Ubuntu on both Macbook Pro and Air
machines.

Maybe someone else on the list can provide more solid evidence, but I
have seen it run. I believe the big issues with Macbooks, IIRC, is
wireless, POSSIBLY getting good video, but I seem to recall people
having more trouble with wifi than anything.

>
> --- In LINUX_Newbies@yahoogroups.com, "Naresh Bhalala" wrote:
>>
>>
>> Hi Friends,
>>
>> I'm planning to buy Mac Book Pro / Air
>>
>> My work OS will be Linux and personal use on Mac.
>>
>> Any idea --- how comfortable of Linux on Mac Book Pro ??
>>
>> Thank you all.
>> Sent on my BlackBerry® from Vodafone
>>
>
>
>
>
> ------------------------------------
>
> To unsubscribe from this list, please email
LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo!
Groups Links
>
>
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (7)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Re: [LINUX_Newbies] Re: Linux on Mac Book Pro

 

On Tue, Jan 29, 2013 at 9:51 AM, westmi west.mi420@gmail.com> wrote:
>
> I would try it in virtualbox first....just my opinion..
> D

Ugh... top posting. Virtualbox does not answer the OPs question of
"Will Linux work on my Macbook Air/Pro?"

I do not have a definitive answer, as I don't own either, but I've at
least seen/known people who ran Ubuntu on both Macbook Pro and Air
machines.

Maybe someone else on the list can provide more solid evidence, but I
have seen it run. I believe the big issues with Macbooks, IIRC, is
wireless, POSSIBLY getting good video, but I seem to recall people
having more trouble with wifi than anything.

>
> --- In LINUX_Newbies@yahoogroups.com, "Naresh Bhalala" wrote:
>>
>>
>> Hi Friends,
>>
>> I'm planning to buy Mac Book Pro / Air
>>
>> My work OS will be Linux and personal use on Mac.
>>
>> Any idea --- how comfortable of Linux on Mac Book Pro ??
>>
>> Thank you all.
>> Sent on my BlackBerry® from Vodafone
>>
>
>
>
>
> ------------------------------------
>
> To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo! Groups Links
>
>
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Re: Problem 6: Small questions

 



--- In LINUX_Newbies@yahoogroups.com, "highskywhy@..." wrote:

>
> What is the meaning of the word "server"?
>
> Regards
> Sophie
>

X Window is a client server application. You computer runs an X Window server that you connect to as a client. It has just always been that way because back when X Window was originally written most computers were not powerful enough to run the program. Computers have changed, X Window hasn't. Start a terminal and issue these commands:

$ netstat -a | grep X11

That will show you the ports your X server is running on among other things.

$ ps aux | grep -i x

This will show you your server and client processes.

I'm not sure what knowing any of this will do for you today. There was a time when it was more important information though.

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (12)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Re: Linux on Mac Book Pro

 


I would try it in virtualbox first....just my opinion..
D

--- In LINUX_Newbies@yahoogroups.com, "Naresh Bhalala" wrote:
>
>
> Hi Friends,
>
> I'm planning to buy Mac Book Pro / Air
>
> My work OS will be Linux and personal use on Mac.
>
> Any idea --- how comfortable of Linux on Mac Book Pro ??
>
> Thank you all.
> Sent on my BlackBerry® from Vodafone
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Monday, January 28, 2013

Re: [LINUX_Newbies] Re: Problem 6: Small questions

 


Problem 6: Small questions
Good morning
Thank You for help.
Di 29 Jan 2013 07:36:41 CET

> one is a suggestion, even a request- "Please kill PID 914".
> The other one is a command barked by a drill instructor with a pistol in
> his hand.
> You WILL do it, and you WILL do it NOW.
>

That is one way of looking at it. More accurately 15 is SIGTERM which
attempts to terminate a process using its normal shutdown routines. 9 is
SIGKILL which abruptly ends the process with no graceful exit routines
called. Usually if a process has gone off the rails you've no choice but
to kill it. I don't even waste my time typing kill -15 anymore. I mean
if the process was behaving I wouldn't be trying to kill it!
*
Question:
What is going wrong
if kill is not working:
pidof firefox then Id 1234
kill 1234
pidof firefox
and task 1234 is still around.
Why Linux cannot kill firefox?

To make this post useful people should be aware that X Window has its
own process killing mechanism called:

xkill

It turns your cursor into a skull and crossbones, which is pretty cool,
then you simply click on the offending window with your Jolly Rodger
cursor and end it.

$ man xkill

For more information.

*
Sorry
I could not understand this.

This is the result of
man xkill:

NAME
xkill - kill a client by its X resource

SYNOPSIS
xkill [-display displayname] [-id resource] [-button number]
[-frame]
[-all]

DESCRIPTION
Xkill is a utility for forcing the X server to close
connections to
clients. This program is very dangerous, but is useful for
aborting
programs that have displayed undesired windows on a user's
screen. If
no resource identifier is given with -id, xkill will display a
special
cursor as a prompt for the user to select a window to be killed.
If a
pointer button is pressed over a non-root window, the server
will close
its connection to the client that created the window.

OPTIONS
-display displayname
This option specifies the name of the X server to contact.

-id resource
This option specifies the X identifier for the resource
whose
creator is to be aborted. If no resource is
specified, xkill
will display a special cursor with which you should
select a
window to be kill.

-button number
This option specifies the number of pointer button that
should
be used in selecting a window to kill. If the word
"any" is
specified, any button on the pointer may be used. By
default,
the first button in the pointer map (which is usually
the left‐
most button) is used.

-all This option indicates that all clients with top-level
windows
on the screen should be killed. Xkill will ask you to
select
the root window with each of the currently defined
buttons to
give you several chances to abort. Use of this
option is
highly discouraged.

-frame This option indicates that xkill should ignore the
standard
conventions for finding top-level client windows
(which are
typically nested inside a window manager window), and
simply
believe that you want to kill direct children of the root.

CAVEATS
This command does not provide any warranty that the application
whose
connection to the X server is closed will abort nicely, or
even abort
at all. All this command does is to close the connection to
the X
server. Many existing applications do indeed abort when their
connec‐
tion to the X server is closed, but some can choose to continue.

What is the meaning of the word "server"?

Regards
Sophie

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (11)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Re: [LINUX_Newbies] Re: Problem 6: Small questions

 


Problem 6: Small questions
Good morning
Thank You for help.
Di 29 Jan 2013 07:36:41 CET

one is a suggestion, even a request- "Please kill PID 914".
The other one is a command barked by a drill instructor with a pistol in
his hand.
You WILL do it, and you WILL do it NOW.
*
So there is no problem, if a task is not doing well:
killall -9 firefox
?

> Does killall kill also kill Chromium and so on or only firefox?
> Does -9 say: I am more cruel then only kill 1234

Regards
Sophie

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (10)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Problem 1:Update Pangolin to Quantal and Update/Upgrade

Problem 1:Update Pangolin to Quantal and Update/Upgrade
Good morning
Many times I tried to update
Pangolin to Quantal.
So last Thursday I did
sudo update-manager -d.
Now there is Xubuntu 13.04
this is not possible
isnt it?

Regards
Sophie


------------------------------------

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/LINUX_Newbies/join
(Yahoo! ID required)

<*> To change settings via email:
LINUX_Newbies-digest@yahoogroups.com
LINUX_Newbies-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
LINUX_Newbies-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Re: [LINUX_Newbies] RE: Will the Linux VMs be managed under AD, or will we set them up to use LDAP?

 

On Mon, Jan 28, 2013 at 12:02:15PM -0500, Scott wrote:
> On Mon, Jan 28, 2013 at 09:03:38PM +0800, Roxy-gmail wrote:
> > Hi All,
> >
> >
> >
> > Any suggestions which one is easier to setup and manage for Linux VMs?
> >
> >
> >
> > AD or LDAP?
>
> AD, without a doubt. LDAP documentation is often scattered, outdated,
> distro specfic, or source specific which won't work on the particular
> distro.
>

I should add, that under Fedora 18 which is using Samba 4, this isn't the
case. It's not working with AD, either as server or client, and I haven't
figured out whyyet.

--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Buffy: So, something ripped him open and ate out his
insides.
Willow: Like an Oreo cookie. Well, except for, you know, without the
chocolatey cookie goodness.

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___