Re: [SLUG] Re: slug Digest, Vol 59, Issue 20

2010-12-27 Thread Steven McDonald
On Tue, 28 Dec 2010 14:13:11 +0800
Jam  wrote:

> Cute and true, but this does NOT enable the service it starts it [once]

It should be enabled by default on installation, I thought the question
was just how to start it as a one-off. The best way I've found to
manage what services are enabled is to use rcconf.


signature.asc
Description: PGP signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Re: slug Digest, Vol 59, Issue 20

2010-12-27 Thread Jam
On Tuesday 28 December 2010 09:00:01 slug-requ...@slug.org.au wrote:
> > I'm pretty sure I remember seeing Services as a menu option in earlier
> > versions of Ubuntu
> 
> There is more than one way to do it. Open up a shell and type:
> 
> sudo /etc/init.d/apache start
> 
> Familiarise yourself with shell operations and things become ... easier.

Cute and true, but this does NOT enable the service it starts it [once]

After banking my head on the wall a bit (redhat chkcfg service on) I apt-
getted the sysV init stuff (yea I can manage the symlinks and priorities and I 
absolutely bet my last $ that debian/ubuntu has a mechanism to manage services 
but the lack of clear answers here says it is well hidden.

Actually IMHO no other distro comes within 100km of suse yast (curses) or 
yast2 (GUI) sys admin tool stack

James

PS See how good I was to not cast an opinion on the merits  of sudo :-)
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] dos2unix

2010-12-27 Thread Jam
On Tuesday 28 December 2010 09:00:01 slug-requ...@slug.org.au wrote:
> t seems to have disappeared.  I now use (on Ubuntu) the package 
> 'tofrodos'.  The two programs are
> fromdos [ options ] [file...]
> todos [ options ] [file...]

vim does easily and without fuss dos->unix->mac back and forth
James
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Starting Apache on Ubuntu 10.10

2010-12-27 Thread Steven McDonald
On Mon, 27 Dec 2010 19:07:53 +1100
Rick Welykochy  wrote:

> There is more than one way to do it. Open up a shell and type:
> 
> sudo /etc/init.d/apache start

It's actually apache2, according to
http://packages.debian.org/squeeze/i386/apache2.2-common/filelist.
Equivalently, "sudo service apache2 start" will do the same thing, is
probably more intuitive for someone unfamiliar with a Unix shell to
remember, and is compatible with both sysvinit and Upstart scripts.

> Familiarise yourself with shell operations and things become ... easier.

Couldn't agree more on this point.


signature.asc
Description: PGP signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Re: [SLUG] Starting Apache on Ubuntu 10.10

2010-12-27 Thread Rick Welykochy

Chris Allen wrote:


I'm pretty sure I remember seeing Services as a menu option in earlier
versions of Ubuntu


There is more than one way to do it. Open up a shell and type:

sudo /etc/init.d/apache start

Familiarise yourself with shell operations and things become ... easier.


cheers
rickw


--
Rick Welykochy || Praxis Services

In a time of universal deceit, telling the truth is a revolutionary act.
 -- George Orwell
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html