[Watford] Re: Nice to meet you all.

Toby Deans plumocelot at gmail.com
Thu Jul 5 12:36:51 BST 2007


The solution I use to your question Dave is DynDns

http://www.dyndns.com

You can sign up for a free DynDns account here. What this does - and excuse
me not being able to explain it at a high tech level, is to provide a
pointer to your host machine where you have a Dynamic IP address. Most home
broadband has a dynamic IP that changes from time to time and if you are
using DHCP on your home network, your IP address changes sometime sif you
switch machines on in a different order.

With DynDns, you don't have to remember your broadband IP or machine IP but
you will get a  usable name for access anywhere  if you so choose -
providing you set up port forwarding  on the router correctly to take in a
range of IPs where you allow an outside connection.

You can then set up an update client on your host machine if the IP changes:
http://www.dyndns.com/services/dns/dyndns/

See update clients on the link above.

In Ubuntu, you can specify SSH to run on boot - I'd need to be at my Linux
box to tell you where..

I've probably not explained this very well but it sounds like a similar set
up to my server.


Toby


PS Easy ones for y'all. Now Steve has answered my question on making
> sure linux boots on start up (its not dual boot but always seemed to
> stop at the bootloader and require me to tap return), how do I check
> that sshd is set to run on boot and how about setting up my 'have-a-
> go box' to use a static IP rather than one set by my DHCP router
> (Netgear DG834G v2).
>
> I have no monitor connected to the box usually (it's under the
> stairs) and use ssh to get in. When I've restarted in the past I've
> lost the ability to ssh in for whatever reason. I've thought it's
> probably the router giving it a different IP or sshd not running on
> boot, so I want to cover all the bases before I give it another go.
> Plus then I can power it down on occasions and just tell the wife to
> switch it on if I need to get at it whilst at work or whatever.
>
> It's a pain in the ar*e to wire up a monitor and physically log in to
> check/start everything...

---------- Forwarded message ----------
From: watford-request at mailman.lug.org.uk <watford-request at mailman.lug.org.uk
>
Date: 05-Jul-2007 12:15
Subject: Watford Digest, Vol 57, Issue 4
To: watford at mailman.lug.org.uk

Send Watford mailing list submissions to
        watford at mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
        https://mailman.lug.org.uk/mailman/listinfo/watford
or, via email, send a message with subject or body 'help' to
        watford-request at mailman.lug.org.uk

You can reach the person managing the list at
        watford-owner at mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Watford digest..."


Today's Topics:

   1. Dag's archive (Alain Williams)
   2. Samba / CUPS (Steven Acreman)
   3. Re: Dag's archive (Cliff Deamer)
   4. Re: Samba / CUPS (Cliff Deamer)
   5. Nice to meet you all... (David Pead)
   6. Re: Nice to meet you all... (Cliff Deamer)


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

Message: 1
Date: Wed, 4 Jul 2007 14:42:15 +0100
From: Alain Williams <addw at phcomp.co.uk>
Subject: [Watford] Dag's archive
To: watford at mailman.lug.org.uk
Message-ID: <20070704134215.GB14386 at mint.phcomp.co.uk>
Content-Type: text/plain; charset=us-ascii

I remember someone wanting to know about this, it is an archive of
RPMs that you can easily install using yum.

This works well with recent CentOS/RedHat.

Create the following:
        /etc/yum.repos.d/Dag.repo
****************
# Dag.repo
#
# Dag Wieers repository
# Also at: http://dag.freshrpms.net/redhat/el4/en/x86_64/dag/RPMS/
#
#

[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
****************

You will also need to import his key:

        curl -O http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
        rpm --import RPM-GPG-KEY.dag.txt

--
Alain Williams
Linux Consultant - Mail systems, Web sites, Networking, Programmer, IT
Lecturer.
+44 (0) 787 668 0256  http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information:
http://www.phcomp.co.uk/contact.php
#include <std_disclaimer.h>



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

Message: 2
Date: Wed, 4 Jul 2007 15:31:53 +0100
From: "Steven Acreman" <sacreman at gmail.com>
Subject: [Watford] Samba / CUPS
To: watford at mailman.lug.org.uk
Message-ID:
        <651947030707040731p76b059c2sb50e798957ae60c2 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

As requested last night here is a quick guide :

http://www.gentoo.org/doc/en/quick-samba-howto.xml

The samba / cups config files apply to any distro
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mailman.lug.org.uk/pipermail/watford/attachments/20070704/d3326f91/attachment-0001.html

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

Message: 3
Date: Wed, 04 Jul 2007 16:32:57 +0100
From: Cliff Deamer <cliff.g3ndc at btinternet.com>
Subject: Re: [Watford] Dag's archive
To: watford at mailman.lug.org.uk
Message-ID: <1183563177.6298.3.camel at localhost>
Content-Type: text/plain

Thanks Alain,
I asked the question and will file your answer for future use/reference.
Cheers  Cliff

On Wed, 2007-07-04 at 14:42 +0100, Alain Williams wrote:
> I remember someone wanting to know about this, it is an archive of
> RPMs that you can easily install using yum.
>
> This works well with recent CentOS/RedHat.
>
> Create the following:
>       /etc/yum.repos.d/Dag.repo
> ****************
> # Dag.repo
> #
> # Dag Wieers repository
> # Also at: http://dag.freshrpms.net/redhat/el4/en/x86_64/dag/RPMS/
> #
> #
>
> [dag]
> name=Dag RPM Repository for Red Hat Enterprise Linux
> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
> gpgcheck=1
> enabled=1
> ****************
>
> You will also need to import his key:
>
>       curl -O http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
>       rpm --import RPM-GPG-KEY.dag.txt
>




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

Message: 4
Date: Wed, 04 Jul 2007 16:35:02 +0100
From: Cliff Deamer <cliff.g3ndc at btinternet.com>
Subject: Re: [Watford] Samba / CUPS
To: watford at mailman.lug.org.uk
Message-ID: <1183563302.6298.5.camel at localhost>
Content-Type: text/plain

Thanks Steven and thanks for the impressive demo.
Cliff

On Wed, 2007-07-04 at 15:31 +0100, Steven Acreman wrote:
> As requested last night here is a quick guide :
>
> http://www.gentoo.org/doc/en/quick-samba-howto.xml
>
> The samba / cups config files apply to any distro
> _______________________________________________
> Watford mailing list
> Watford at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/watford




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

Message: 5
Date: Wed, 4 Jul 2007 22:21:03 +0100
From: David Pead <davesignup at pead.myzen.co.uk>
Subject: [Watford] Nice to meet you all...
To: WLUG <watford at mailman.lug.org.uk>
Message-ID: <C6676753-1C94-4944-9119-AB9C3FF27776 at pead.myzen.co.uk>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Hey chaps,

Thanks for the warm welcome yesterday eve. It was great to hear what
some of you are into and get a taste of what to expect. It seems you
guys are obviously very switched on with many aspects of Linux and I
look forward to hopefully gleaning at least some skills from what you
have to share.

Steve, great demo, well presented, though I must admit most of the
aspects of what you showed were new to me and completely over my
head! However, I did find it fascinating and remember being rather
stunned at some of the dialogue between you and others within the
group regarding aspects of the install/build. Matt did endeavour to
reassure me that the demo was probably one of the most techie thus far.

There are clearly aspects of linux that you guys take for granted
which I haven't yet sussed out. I guess it's like driving a car. You
guys are racing around, not even thinking about how to change gears,
whilst I'm still trying to to pull away in first without stalling the
motor! However, don't dumb things down too much on my behalf, I'm
sure over time I'll get at least into second gear and perhaps even
third or fourth!!

Cliff, as I mentioned, the link to the mailing list seems to take you
to a page on the wiki rather than the mailing list URL which I have
down as:

http://mailman.lug.org.uk/mailman/listinfo/watford

rather than

http://www.watford.lug.org.uk/wiki/index.php/Mailing_List

Just a suggestion because if folks are wanting to find out a bit more
about wlug or ask some questions its not as simple as perhaps it
might be?

I look forward to next months meeting all things being well....  Neel
(sp?), I owe you a pint!

Best regards,
Dave

PS Easy ones for y'all. Now Steve has answered my question on making
sure linux boots on start up (its not dual boot but always seemed to
stop at the bootloader and require me to tap return), how do I check
that sshd is set to run on boot and how about setting up my 'have-a-
go box' to use a static IP rather than one set by my DHCP router
(Netgear DG834G v2).

I have no monitor connected to the box usually (it's under the
stairs) and use ssh to get in. When I've restarted in the past I've
lost the ability to ssh in for whatever reason. I've thought it's
probably the router giving it a different IP or sshd not running on
boot, so I want to cover all the bases before I give it another go.
Plus then I can power it down on occasions and just tell the wife to
switch it on if I need to get at it whilst at work or whatever.

It's a pain in the ar*e to wire up a monitor and physically log in to
check/start everything...

PPS Ubuntu 6.10 server edition







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

Message: 6
Date: Thu, 05 Jul 2007 11:16:16 +0100
From: Cliff Deamer <cliff.g3ndc at btinternet.com>
Subject: Re: [Watford] Nice to meet you all...
To: watford at mailman.lug.org.uk
Message-ID: <1183630576.12003.0.camel at localhost>
Content-Type: text/plain

Hi David,
Where are you starting from?
Cliff

On Wed, 2007-07-04 at 22:21 +0100, David Pead wrote:
> Hey chaps,
>
> Thanks for the warm welcome yesterday eve. It was great to hear what
> some of you are into and get a taste of what to expect. It seems you
> guys are obviously very switched on with many aspects of Linux and I
> look forward to hopefully gleaning at least some skills from what you
> have to share.
>
> Steve, great demo, well presented, though I must admit most of the
> aspects of what you showed were new to me and completely over my
> head! However, I did find it fascinating and remember being rather
> stunned at some of the dialogue between you and others within the
> group regarding aspects of the install/build. Matt did endeavour to
> reassure me that the demo was probably one of the most techie thus far.
>
> There are clearly aspects of linux that you guys take for granted
> which I haven't yet sussed out. I guess it's like driving a car. You
> guys are racing around, not even thinking about how to change gears,
> whilst I'm still trying to to pull away in first without stalling the
> motor! However, don't dumb things down too much on my behalf, I'm
> sure over time I'll get at least into second gear and perhaps even
> third or fourth!!
>
> Cliff, as I mentioned, the link to the mailing list seems to take you
> to a page on the wiki rather than the mailing list URL which I have
> down as:
>
> http://mailman.lug.org.uk/mailman/listinfo/watford
>
> rather than
>
> http://www.watford.lug.org.uk/wiki/index.php/Mailing_List
>
> Just a suggestion because if folks are wanting to find out a bit more
> about wlug or ask some questions its not as simple as perhaps it
> might be?
>
> I look forward to next months meeting all things being well....  Neel
> (sp?), I owe you a pint!
>
> Best regards,
> Dave
>
> PS Easy ones for y'all. Now Steve has answered my question on making
> sure linux boots on start up (its not dual boot but always seemed to
> stop at the bootloader and require me to tap return), how do I check
> that sshd is set to run on boot and how about setting up my 'have-a-
> go box' to use a static IP rather than one set by my DHCP router
> (Netgear DG834G v2).
>
> I have no monitor connected to the box usually (it's under the
> stairs) and use ssh to get in. When I've restarted in the past I've
> lost the ability to ssh in for whatever reason. I've thought it's
> probably the router giving it a different IP or sshd not running on
> boot, so I want to cover all the bases before I give it another go.
> Plus then I can power it down on occasions and just tell the wife to
> switch it on if I need to get at it whilst at work or whatever.
>
> It's a pain in the ar*e to wire up a monitor and physically log in to
> check/start everything...
>
> PPS Ubuntu 6.10 server edition
>
>
>
>
>
> _______________________________________________
> Watford mailing list
> Watford at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/watford




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

_______________________________________________
Watford mailing list
Watford at mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/watford


End of Watford Digest, Vol 57, Issue 4
**************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.lug.org.uk/pipermail/watford/attachments/20070705/1579119e/attachment-0001.html


More information about the Watford mailing list