RE: [Hardhats-members] Ubuntu code of conduct

2006-03-16 Thread Aylesworth, Marc A Ctr AFRL/IFSE
KDE and Gnome both have login managers that will allow someone to login
remotely and get their desktop XDMCP on linux it is turned off by default.
In KDE on Red hat it is in the menu under System Settings -> Login Screen. 
The last tab is XDMCP. There is a checkbox in the upper right hand corner
Enable XDMCP. You then can directly remotely log in then.

Thanks
Marc Aylesworth

PAR C3I Group 
AFRL/IFSE
Joint Battlespace Infosphere Team

525 Brooks Rd
Rome, NY 13441-4505

Tel:315.330.2422
Fax:315.330.7009

Email: [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ruben
Safir
Sent: Wednesday, March 15, 2006 10:54 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] Ubuntu code of conduct

Try this on your box.  Log out of graphics mode completely.  You might
have to change the run level.

At a consel prompt log in and get your shell prompt.

run 

xinit /usr/X11/bin/xterm

xhost +

ssh -X -l yourname your.other.box.com

Log in with the username and password to the foreign box.

Now run your favorite desktop

/opt/gnome/bin/gnome-session& 

or some such window manager

and Voila!  Remote Desktop now running locally (probably like a hog
without tweaking X a little)

Ruben 

On Wed, 2006-03-15 at 22:17, Kevin Toppenberg wrote:
> Cool.
> 
> Thanks
> Kevin
> 
> 
> On 3/15/06, Ruben Safir <[EMAIL PROTECTED]> wrote:
> > On Wed, 2006-03-15 at 21:54, Kevin Toppenberg wrote:
> > > Is this different from VNC?  Are there differences in bandwidth
> > > requirements between the different technologies?
> > >
> > Completely, although VNC ALSO uses basic X technology to works.
> >
> >
> > > And I realize that X uses IP for its messaging (thus making
> > > dissemination possible).  But isn't that part of the technology used
> > > in LTSP?  If not, is there a "program" that sets up dumb terminals to
> > > appear to be linux terminals?
> > >
> >
> > You want a dumb X Terminal?  Replace the line in /etc/password as
> > follows
> >
> > rich:x:509:100:Richard Stallman:/home/rich:/bin/bash
> >
> > with
> >
> > rich:x:509:100:Richard Stallman:/home/rich:/usr/X11R6/bin/xinit
> >
> > :)
> >
> > Or some minorly changed version of this with the .xintrc file properly
> > constructed. OR you can just alter inittab accordingly.
> >
> > NYU used to have hundreds of X-terminals all over the school which where
> > insecure.  My student workers had a ton of fun making nude photos of
> > students and teachers pop up on them at random from their development
> > workstations by telling the gimp to execute locally and display around
> > the school.
> >
> > Oh those were the days
> >
> >
> > Ruben
> >
> > > I know little about this, but am curious.
> > >
> >
> >
> >
> >
> >
> > ---
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
> > that extends applications into web and mobile media. Attend the live
webcast
> > and join the prime developer group breaking into this new coding
territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > ___
> > Hardhats-members mailing list
> > Hardhats-members@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hardhats-members
> >
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
> that extends applications into web and mobile media. Attend the live
webcast
> and join the prime developer group breaking into this new coding
territory!
>
http://sel.as-us.falkag.net/sel?cmd_
__
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Ruben Safir
Try this on your box.  Log out of graphics mode completely.  You might
have to change the run level.

At a consel prompt log in and get your shell prompt.

run 

xinit /usr/X11/bin/xterm

xhost +

ssh -X -l yourname your.other.box.com

Log in with the username and password to the foreign box.

Now run your favorite desktop

/opt/gnome/bin/gnome-session& 

or some such window manager

and Voila!  Remote Desktop now running locally (probably like a hog
without tweaking X a little)

Ruben 

On Wed, 2006-03-15 at 22:17, Kevin Toppenberg wrote:
> Cool.
> 
> Thanks
> Kevin
> 
> 
> On 3/15/06, Ruben Safir <[EMAIL PROTECTED]> wrote:
> > On Wed, 2006-03-15 at 21:54, Kevin Toppenberg wrote:
> > > Is this different from VNC?  Are there differences in bandwidth
> > > requirements between the different technologies?
> > >
> > Completely, although VNC ALSO uses basic X technology to works.
> >
> >
> > > And I realize that X uses IP for its messaging (thus making
> > > dissemination possible).  But isn't that part of the technology used
> > > in LTSP?  If not, is there a "program" that sets up dumb terminals to
> > > appear to be linux terminals?
> > >
> >
> > You want a dumb X Terminal?  Replace the line in /etc/password as
> > follows
> >
> > rich:x:509:100:Richard Stallman:/home/rich:/bin/bash
> >
> > with
> >
> > rich:x:509:100:Richard Stallman:/home/rich:/usr/X11R6/bin/xinit
> >
> > :)
> >
> > Or some minorly changed version of this with the .xintrc file properly
> > constructed. OR you can just alter inittab accordingly.
> >
> > NYU used to have hundreds of X-terminals all over the school which where
> > insecure.  My student workers had a ton of fun making nude photos of
> > students and teachers pop up on them at random from their development
> > workstations by telling the gimp to execute locally and display around
> > the school.
> >
> > Oh those were the days
> >
> >
> > Ruben
> >
> > > I know little about this, but am curious.
> > >
> >
> >
> >
> >
> >
> > ---
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > ___
> > Hardhats-members mailing list
> > Hardhats-members@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hardhats-members
> >
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd___
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Kevin Toppenberg
Cool.

Thanks
Kevin


On 3/15/06, Ruben Safir <[EMAIL PROTECTED]> wrote:
> On Wed, 2006-03-15 at 21:54, Kevin Toppenberg wrote:
> > Is this different from VNC?  Are there differences in bandwidth
> > requirements between the different technologies?
> >
> Completely, although VNC ALSO uses basic X technology to works.
>
>
> > And I realize that X uses IP for its messaging (thus making
> > dissemination possible).  But isn't that part of the technology used
> > in LTSP?  If not, is there a "program" that sets up dumb terminals to
> > appear to be linux terminals?
> >
>
> You want a dumb X Terminal?  Replace the line in /etc/password as
> follows
>
> rich:x:509:100:Richard Stallman:/home/rich:/bin/bash
>
> with
>
> rich:x:509:100:Richard Stallman:/home/rich:/usr/X11R6/bin/xinit
>
> :)
>
> Or some minorly changed version of this with the .xintrc file properly
> constructed. OR you can just alter inittab accordingly.
>
> NYU used to have hundreds of X-terminals all over the school which where
> insecure.  My student workers had a ton of fun making nude photos of
> students and teachers pop up on them at random from their development
> workstations by telling the gimp to execute locally and display around
> the school.
>
> Oh those were the days
>
>
> Ruben
>
> > I know little about this, but am curious.
> >
>
>
>
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Ruben Safir
On Wed, 2006-03-15 at 21:54, Kevin Toppenberg wrote:
> Is this different from VNC?  Are there differences in bandwidth
> requirements between the different technologies?
> 
Completely, although VNC ALSO uses basic X technology to works.


> And I realize that X uses IP for its messaging (thus making
> dissemination possible).  But isn't that part of the technology used
> in LTSP?  If not, is there a "program" that sets up dumb terminals to
> appear to be linux terminals?
> 

You want a dumb X Terminal?  Replace the line in /etc/password as
follows

rich:x:509:100:Richard Stallman:/home/rich:/bin/bash

with 

rich:x:509:100:Richard Stallman:/home/rich:/usr/X11R6/bin/xinit

:)

Or some minorly changed version of this with the .xintrc file properly
constructed. OR you can just alter inittab accordingly.

NYU used to have hundreds of X-terminals all over the school which where
insecure.  My student workers had a ton of fun making nude photos of
students and teachers pop up on them at random from their development
workstations by telling the gimp to execute locally and display around
the school.

Oh those were the days

 
Ruben

> I know little about this, but am curious.
> 





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Kevin Toppenberg
Is this different from VNC?  Are there differences in bandwidth
requirements between the different technologies?

And I realize that X uses IP for its messaging (thus making
dissemination possible).  But isn't that part of the technology used
in LTSP?  If not, is there a "program" that sets up dumb terminals to
appear to be linux terminals?

I know little about this, but am curious.

Kevin


On 3/15/06, Ruben Safir <[EMAIL PROTECTED]> wrote:
> On Wed, 2006-03-15 at 19:11, Alan Rubin wrote:
> > Ubuntu has integrated LTSP into it's distribution..
> > LTSP is Linux Terminal Server Project, and is a marvelous setup worth
> > investigating since it is so incredibly cost efective.
> > Diskless workstations, recycled from older pc's boot w/ applications
> > that are all driven server side.
> > This feature is an incredible resource for both budget strapped
> > implementations...
>
>
> With all due respect, not to start a flame war, all of this is BUILT
> into X already.
>
> Why the never ending head banging promotion of LTSP.  Its always been
> beyond me.  X just DOES this already for no extra change.  In fact, this
> is the very core of X windows usability.  Even when it talks to clients
> on the same workstation it views them as "terminals"
>
> Ruben
>
>
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Ruben Safir
On Wed, 2006-03-15 at 19:11, Alan Rubin wrote:
> Ubuntu has integrated LTSP into it's distribution..
> LTSP is Linux Terminal Server Project, and is a marvelous setup worth
> investigating since it is so incredibly cost efective.
> Diskless workstations, recycled from older pc's boot w/ applications
> that are all driven server side.
> This feature is an incredible resource for both budget strapped
> implementations...


With all due respect, not to start a flame war, all of this is BUILT
into X already.

Why the never ending head banging promotion of LTSP.  Its always been
beyond me.  X just DOES this already for no extra change.  In fact, this
is the very core of X windows usability.  Even when it talks to clients
on the same workstation it views them as "terminals"

Ruben




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Alan Rubin
Ubuntu has integrated LTSP into it's distribution..
LTSP is Linux Terminal Server Project, and is a marvelous setup worth
investigating since it is so incredibly cost efective.
Diskless workstations, recycled from older pc's boot w/ applications
that are all driven server side.
This feature is an incredible resource for both budget strapped
implementations...
and  for administrators hard pressed to maintain multiple workstations
The client side configuration is minimal; workstations do not even
need hard drives to get up and running; ... so virtually all
maintenance including virus protection is done server side. From a
practical standpoint, LTSP has the potential to revolutionize
computing in our schools...where it is being looked at in a serious
manner; but i've believed from my first look at Vista 5 months ago,
that LTSP  could do even more for the medical community and for this
application in particular.
It's worth investigating and Shuttleworth was visionary when he
incorporated it into the last Ubuntu release.
Alan

On 3/14/06, Bhaskar, KS <[EMAIL PROTECTED]> wrote:
> Ubuntu is one of the fastest growing Linux distributions.  I was pointed
> to the Ubuntu code of conduct for developers yesterday, and I felt that
> it was well worth a read for anyone involved in software development:
> http://www.ubuntu.com/community/conduct
>
> -- Bhaskar
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Mark Painter
Will do Nancy.  Have had a brief look but will need to digest more fully.
Thanks!  Mark

| -Original Message-
| From: [EMAIL PROTECTED] [mailto:hardhats-
| [EMAIL PROTECTED] On Behalf Of Nancy Anthracite
| Sent: 15 March 2006 08:38 PM
| To: hardhats-members@lists.sourceforge.net
| Subject: Re: [Hardhats-members] Ubuntu code of conduct
| 
| Mark, I have been keeping tabs on the work of the HL7 Pediatric
| Special
| Interest Group who defined the differences between and adult and
| pediatric
| medical record.  This seemed to be exactly the information needed to
| define
| what needed to be added to VistA to make it pediatric friendly.  I
| wonder if
| you have seen the work they did and if you feel the modifications made
| would
| cover your setting or if more would be needed.  If you are interested,
| you
| can access their documentation here:
| 
| www.hl7.org then under Committees, the Special Interest Groups, then
| under
| that Pediatric Data Standards then up near the top, Documents and
| Presentations and under that, the third, fourth and fifth links down.
| 
| On Wednesday 15 March 2006 13:12, Mark Painter wrote:
| I'm glad someone has spoken to Mark Shuttleworth about VistA.  I've
| been
| thinking of contacting him for some months now.  As a paediatrician in
| South
| Africa, working for the State, I've been frustrated by our national
| and
| provincial departments of health - the amount of money they have
| spent, and
| continue to spend, on piecemeal commercial software which ends up only
| in a
| few major hospitals with patchy support, is staggering.  It should not
| take
| a lot of money to develop and configure VistA to our environment; then
| we
| could make a reasonable investment on training and support, install it
| all
| over the country.  The departments of health could then spend the real
| money
| on the real people that need health care!  This could then be offered
| to any
| interested developing countries.
| 
| Mark Shuttleworth has committed himself to the opensource community,
| especially in Africa, and I would hope would be able to take on a task
| like
| this.
| 
| Yes, I should contact him.  Just need to write up a reasonable
| proposal...
| 
| Mark Painter
| 
| | -Original Message-
| | From: [EMAIL PROTECTED]
| [mailto:hardhats-
| | [EMAIL PROTECTED] On Behalf Of Bhaskar, KS
| | Sent: 14 March 2006 08:22 PM
| | To: hardhats-members@lists.sourceforge.net
| | Subject: Re: [Hardhats-members] Ubuntu code of conduct
| |
| | Chris --
| |
| | Although Ubuntu is an excellent Linux distribution (with
| commercial
| | support), and I use Kubuntu (Ubuntu with the KDE desktop) at
| home,
| | there
| | was no intent on my part to sell anyone on Ubuntu Linux.  It was
| the
| | Ubuntu code of conduct that I wanted to draw people's attention
| to.
| |
| | Did you tell Mark Shuttleworth about VistA?
| |
| | Regards
| | -- Bhaskar
| |
| | On Tue, 2006-03-14 at 12:18 -0600, [EMAIL PROTECTED] wrote:
| | > Bhaskar;
| | >
| | >   You don't have to sell me on Ubuntu.  I liked Mark
| Shuttleworth
| |
| | when
| |
| | > I
| | > met him in Tunis.  His group had a lot of things going for
| them and
| | > they
| | > are using their community wisely.
| | >
| | > > Ubuntu is one of the fastest growing Linux distributions.  I
| was
| | >
| | > pointed
| | >
| | > > to the Ubuntu code of conduct for developers yesterday, and
| I felt
| | >
| | > that
| | >
| | > > it was well worth a read for anyone involved in software
| | >
| | > development:
| | > > http://www.ubuntu.com/community/conduct
| | > >
| | > > -- Bhaskar
| |
| | ---
| | This SF.Net email is sponsored by xPML, a groundbreaking
| scripting
| | language
| | that extends applications into web and mobile media. Attend the
| live
| | webcast
| | and join the prime developer group breaking into this new coding
| | territory!
| | http://sel.as-
| | us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
| | ___
| | Hardhats-members mailing list
| | Hardhats-members@lists.sourceforge.net
| | https:/

Re: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Nancy Anthracite
Mark, I have been keeping tabs on the work of the HL7 Pediatric Special 
Interest Group who defined the differences between and adult and pediatric 
medical record.  This seemed to be exactly the information needed to define 
what needed to be added to VistA to make it pediatric friendly.  I wonder if 
you have seen the work they did and if you feel the modifications made would 
cover your setting or if more would be needed.  If you are interested, you 
can access their documentation here:

www.hl7.org then under Committees, the Special Interest Groups, then under 
that Pediatric Data Standards then up near the top, Documents and 
Presentations and under that, the third, fourth and fifth links down.

On Wednesday 15 March 2006 13:12, Mark Painter wrote:
I'm glad someone has spoken to Mark Shuttleworth about VistA.  I've been
thinking of contacting him for some months now.  As a paediatrician in South
Africa, working for the State, I've been frustrated by our national and
provincial departments of health - the amount of money they have spent, and
continue to spend, on piecemeal commercial software which ends up only in a
few major hospitals with patchy support, is staggering.  It should not take
a lot of money to develop and configure VistA to our environment; then we
could make a reasonable investment on training and support, install it all
over the country.  The departments of health could then spend the real money
on the real people that need health care!  This could then be offered to any
interested developing countries.

Mark Shuttleworth has committed himself to the opensource community,
especially in Africa, and I would hope would be able to take on a task like
this.

Yes, I should contact him.  Just need to write up a reasonable proposal...

Mark Painter

| -Original Message-
| From: [EMAIL PROTECTED] [mailto:hardhats-
| [EMAIL PROTECTED] On Behalf Of Bhaskar, KS
| Sent: 14 March 2006 08:22 PM
| To: hardhats-members@lists.sourceforge.net
| Subject: Re: [Hardhats-members] Ubuntu code of conduct
|
| Chris --
|
| Although Ubuntu is an excellent Linux distribution (with commercial
| support), and I use Kubuntu (Ubuntu with the KDE desktop) at home,
| there
| was no intent on my part to sell anyone on Ubuntu Linux.  It was the
| Ubuntu code of conduct that I wanted to draw people's attention to.
|
| Did you tell Mark Shuttleworth about VistA?
|
| Regards
| -- Bhaskar
|
| On Tue, 2006-03-14 at 12:18 -0600, [EMAIL PROTECTED] wrote:
| > Bhaskar;
| >
| >   You don't have to sell me on Ubuntu.  I liked Mark Shuttleworth
|
| when
|
| > I
| > met him in Tunis.  His group had a lot of things going for them and
| > they
| > are using their community wisely.
| >
| > > Ubuntu is one of the fastest growing Linux distributions.  I was
| >
| > pointed
| >
| > > to the Ubuntu code of conduct for developers yesterday, and I felt
| >
| > that
| >
| > > it was well worth a read for anyone involved in software
| >
| > development:
| > > http://www.ubuntu.com/community/conduct
| > >
| > > -- Bhaskar
|
| ---
| This SF.Net email is sponsored by xPML, a groundbreaking scripting
| language
| that extends applications into web and mobile media. Attend the live
| webcast
| and join the prime developer group breaking into this new coding
| territory!
| http://sel.as-
| us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
| ___
| Hardhats-members mailing list
| Hardhats-members@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/hardhats-members
|
| --
| No virus found in this incoming message.
| Checked by AVG Free Edition.
| Version: 7.1.375 / Virus Database: 268.2.2/280 - Release Date:
| 13/03/2006

-- 
Nancy Anthracite


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] Ubuntu code of conduct

2006-03-15 Thread Mark Painter
I'm glad someone has spoken to Mark Shuttleworth about VistA.  I've been
thinking of contacting him for some months now.  As a paediatrician in South
Africa, working for the State, I've been frustrated by our national and
provincial departments of health - the amount of money they have spent, and
continue to spend, on piecemeal commercial software which ends up only in a
few major hospitals with patchy support, is staggering.  It should not take
a lot of money to develop and configure VistA to our environment; then we
could make a reasonable investment on training and support, install it all
over the country.  The departments of health could then spend the real money
on the real people that need health care!  This could then be offered to any
interested developing countries.

Mark Shuttleworth has committed himself to the opensource community,
especially in Africa, and I would hope would be able to take on a task like
this.

Yes, I should contact him.  Just need to write up a reasonable proposal...

Mark Painter

| -Original Message-
| From: [EMAIL PROTECTED] [mailto:hardhats-
| [EMAIL PROTECTED] On Behalf Of Bhaskar, KS
| Sent: 14 March 2006 08:22 PM
| To: hardhats-members@lists.sourceforge.net
| Subject: Re: [Hardhats-members] Ubuntu code of conduct
| 
| Chris --
| 
| Although Ubuntu is an excellent Linux distribution (with commercial
| support), and I use Kubuntu (Ubuntu with the KDE desktop) at home,
| there
| was no intent on my part to sell anyone on Ubuntu Linux.  It was the
| Ubuntu code of conduct that I wanted to draw people's attention to.
| 
| Did you tell Mark Shuttleworth about VistA?
| 
| Regards
| -- Bhaskar
| 
| On Tue, 2006-03-14 at 12:18 -0600, [EMAIL PROTECTED] wrote:
| > Bhaskar;
| >
| >   You don't have to sell me on Ubuntu.  I liked Mark Shuttleworth
| when
| > I
| > met him in Tunis.  His group had a lot of things going for them and
| > they
| > are using their community wisely.
| >
| > > Ubuntu is one of the fastest growing Linux distributions.  I was
| > pointed
| > > to the Ubuntu code of conduct for developers yesterday, and I felt
| > that
| > > it was well worth a read for anyone involved in software
| > development:
| > > http://www.ubuntu.com/community/conduct
| > >
| > > -- Bhaskar
| 
| 
| ---
| This SF.Net email is sponsored by xPML, a groundbreaking scripting
| language
| that extends applications into web and mobile media. Attend the live
| webcast
| and join the prime developer group breaking into this new coding
| territory!
| http://sel.as-
| us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
| ___
| Hardhats-members mailing list
| Hardhats-members@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/hardhats-members
| 
| --
| No virus found in this incoming message.
| Checked by AVG Free Edition.
| Version: 7.1.375 / Virus Database: 268.2.2/280 - Release Date:
| 13/03/2006
| 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.2/280 - Release Date: 13/03/2006
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread Jim Self
Bhaskar wrote:
>Ubuntu is one of the fastest growing Linux distributions.  I was pointed
>to the Ubuntu code of conduct for developers yesterday, and I felt that
>it was well worth a read for anyone involved in software development:
>http://www.ubuntu.com/community/conduct

I agree. I think it is very well written and appropriate.

---
Jim Self
Systems Architect, Lead Developer
VMTH Computer Services, UC Davis
(http://www.vmth.ucdavis.edu/us/jaself)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread rcr
Dear Bhaskar;

   There is also Edubuntu as well as Kubuntu variants of Ubuntu.  Actually
I was talking about the community around the Ubuntu implementation. 
You find a lot of very faithful users who have gathered around Ubuntu
because of pride of ownership and what they can do on very simple
equipment.  There are a lot of Linux programmers who are about to come
out of Africa and the first taste they have had is Ubuntu.  Perhaps we
should take a lesson from them and see how they got that following. 
Their code of conduct is part of the answer, but not all.  There is
follow-through and meetings done on the local and regional basis that
keep the users fresh in the latest efforts and the projects that are
under way.

   Perhaps if we get creative with the web, we can parallel a lot of this
activity with web presence and wiki help (like what we are doing), but
we need to get the word out and demonstrate how people can use the
technology to do useful things.

   Best wishes;   Chris

> Chris --
>
> Although Ubuntu is an excellent Linux distribution (with commercial
> support), and I use Kubuntu (Ubuntu with the KDE desktop) at home, there
> was no intent on my part to sell anyone on Ubuntu Linux.  It was the
> Ubuntu code of conduct that I wanted to draw people's attention to.
>
> Did you tell Mark Shuttleworth about VistA?
>
> Regards
> -- Bhaskar
>
> On Tue, 2006-03-14 at 12:18 -0600, [EMAIL PROTECTED] wrote:
>> Bhaskar;
>>
>>   You don't have to sell me on Ubuntu.  I liked Mark Shuttleworth when
>> I
>> met him in Tunis.  His group had a lot of things going for them and
>> they
>> are using their community wisely.
>>
>> > Ubuntu is one of the fastest growing Linux distributions.  I was
>> pointed
>> > to the Ubuntu code of conduct for developers yesterday, and I felt
>> that
>> > it was well worth a read for anyone involved in software
>> development:
>> > http://www.ubuntu.com/community/conduct
>> >
>> > -- Bhaskar
>




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread rcr
He was aware of us.  He has our card and I have his.  Also I have a panel
discussion captured on video with him and some other notables.  I will
have to make copies and distribute them the rest of the group.

   Best wishes;  Chris


> Chris --
>
> Although Ubuntu is an excellent Linux distribution (with commercial
> support), and I use Kubuntu (Ubuntu with the KDE desktop) at home, there
> was no intent on my part to sell anyone on Ubuntu Linux.  It was the
> Ubuntu code of conduct that I wanted to draw people's attention to.
>
> Did you tell Mark Shuttleworth about VistA?
>
> Regards
> -- Bhaskar
>
> On Tue, 2006-03-14 at 12:18 -0600, [EMAIL PROTECTED] wrote:
>> Bhaskar;
>>
>>   You don't have to sell me on Ubuntu.  I liked Mark Shuttleworth when
>> I
>> met him in Tunis.  His group had a lot of things going for them and
>> they
>> are using their community wisely.
>>
>> > Ubuntu is one of the fastest growing Linux distributions.  I was
>> pointed
>> > to the Ubuntu code of conduct for developers yesterday, and I felt
>> that
>> > it was well worth a read for anyone involved in software
>> development:
>> > http://www.ubuntu.com/community/conduct
>> >
>> > -- Bhaskar
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread Bhaskar, KS
Chris --

Although Ubuntu is an excellent Linux distribution (with commercial
support), and I use Kubuntu (Ubuntu with the KDE desktop) at home, there
was no intent on my part to sell anyone on Ubuntu Linux.  It was the
Ubuntu code of conduct that I wanted to draw people's attention to.

Did you tell Mark Shuttleworth about VistA?

Regards
-- Bhaskar

On Tue, 2006-03-14 at 12:18 -0600, [EMAIL PROTECTED] wrote:
> Bhaskar;
> 
>   You don't have to sell me on Ubuntu.  I liked Mark Shuttleworth when
> I 
> met him in Tunis.  His group had a lot of things going for them and
> they 
> are using their community wisely.
> 
> > Ubuntu is one of the fastest growing Linux distributions.  I was
> pointed 
> > to the Ubuntu code of conduct for developers yesterday, and I felt
> that 
> > it was well worth a read for anyone involved in software
> development: 
> > http://www.ubuntu.com/community/conduct 
> > 
> > -- Bhaskar 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread rcr
Bhaskar;

  You don't have to sell me on Ubuntu.  I liked Mark Shuttleworth when I
met him in Tunis.  His group had a lot of things going for them and they
are using their community wisely.

> Ubuntu is one of the fastest growing Linux distributions.  I was pointed
> to the Ubuntu code of conduct for developers yesterday, and I felt that
> it was well worth a read for anyone involved in software development:
> http://www.ubuntu.com/community/conduct
>
> -- Bhaskar
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread Greg Woodhouse
--- "Bhaskar, KS" <[EMAIL PROTECTED]> wrote:

> Ubuntu is one of the fastest growing Linux distributions.  I was
> pointed
> to the Ubuntu code of conduct for developers yesterday, and I felt
> that
> it was well worth a read for anyone involved in software development:
> http://www.ubuntu.com/community/conduct
> 
> -- Bhaskar
> 

I noticed that back when I was shopping for Linux distributions
(though, for now, I've chosen to focus on OS X) and was very impressed.
It does seem like a good set of core principles for a project such as
ours.


===
Gregory Woodhouse  <[EMAIL PROTECTED]>

"It is foolish to answer a question that
you do not understand."
--G. Polya ("How to Solve It")


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Ubuntu code of conduct

2006-03-14 Thread Bhaskar, KS
Ubuntu is one of the fastest growing Linux distributions.  I was pointed
to the Ubuntu code of conduct for developers yesterday, and I felt that
it was well worth a read for anyone involved in software development:
http://www.ubuntu.com/community/conduct

-- Bhaskar


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members