From benjamin at py-soft.co.uk Wed Oct 1 22:47:53 2008 From: benjamin at py-soft.co.uk (Benjamin Donnachie) Date: Wed, 1 Oct 2008 22:47:53 +0100 Subject: [Gllug] SATA card recommendations. Message-ID: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> I'd be grateful for recommendations for inexpensive PCI SATA cards that work fully under Linux AND support 1TB drives. The version / distro is irrelevant as I can upgrade as required. So far I only seem to find cards that satisfy only one of the criteria... :-/ Many thanks, Ben From john at sinodun.org.uk Thu Oct 2 06:58:45 2008 From: john at sinodun.org.uk (John Winters) Date: Thu, 02 Oct 2008 06:58:45 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> Message-ID: <48E46315.7040305@sinodun.org.uk> Benjamin Donnachie wrote: > I'd be grateful for recommendations for inexpensive PCI SATA cards > that work fully under Linux AND support 1TB drives. Errrk! Does this mean that the hardware/firmware/interface designers have put artificial limits on drive size again!?! Don't they ever learn? How many times is it now? John From gllug at eco.li Thu Oct 2 10:32:44 2008 From: gllug at eco.li (Dan Kolb) Date: Thu, 2 Oct 2008 10:32:44 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <48E46315.7040305@sinodun.org.uk> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> Message-ID: <20081002093244.GP7492@hades.eco.li> On Thu, Oct 02, 2008 at 06:58:45AM +0100, John Winters wrote: > Benjamin Donnachie wrote: > > I'd be grateful for recommendations for inexpensive PCI SATA cards > > that work fully under Linux AND support 1TB drives. > > Errrk! Does this mean that the hardware/firmware/interface designers > have put artificial limits on drive size again!?! Don't they ever > learn? How many times is it now? But surely no-one would need a disk larger than 512MB^W2GB, err, 32GB, um, 1TB! -- ROMEO: Courage, man; the hurt cannot be much. MERCUTIO: No, 'tis not so deep as a well, nor so wide as a church- door; but 'tis enough, 'twill serve. From peterachilds at gmail.com Thu Oct 2 11:30:13 2008 From: peterachilds at gmail.com (Peter Childs) Date: Thu, 2 Oct 2008 11:30:13 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <20081002093244.GP7492@hades.eco.li> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> <20081002093244.GP7492@hades.eco.li> Message-ID: 2008/10/2 Dan Kolb : > On Thu, Oct 02, 2008 at 06:58:45AM +0100, John Winters wrote: >> Benjamin Donnachie wrote: >> > I'd be grateful for recommendations for inexpensive PCI SATA cards >> > that work fully under Linux AND support 1TB drives. >> >> Errrk! Does this mean that the hardware/firmware/interface designers >> have put artificial limits on drive size again!?! Don't they ever >> learn? How many times is it now? > > But surely no-one would need a disk larger than 512MB^W2GB, err, 32GB, um, 1TB! > 16Mb maximum partition size now how shall I partition this 20Mb SCSI driver, Now those were the days. Regards Peter. From farnsaw at stonedoor.com Thu Oct 2 13:31:12 2008 From: farnsaw at stonedoor.com (Andrew Farnsworth) Date: Thu, 02 Oct 2008 08:31:12 -0400 Subject: [Gllug] SATA card recommendations. Message-ID: <28525.1222950672@stonedoor.com> On Thu Oct 2 1:58 , John Winters sent: >Benjamin Donnachie wrote: >> I'd be grateful for recommendations for inexpensive PCI SATA cards >> that work fully under Linux AND support 1TB drives. > >Errrk! Does this mean that the hardware/firmware/interface designers >have put artificial limits on drive size again!?! Don't they ever >learn? How many times is it now? There will always be "Artificial Limits" in cases like these. As long as we limit the address space to a certain number of bits, be it 8, 16, 20, 30, 32, or 64 bits, there will be a limit. All we can do is try to make the limits so large we won't reach them any time soon. Like IPv6... rather than going from 32 bit for IPv4 up to 64 bits and risking hitting the wall again, they decided to jump right to 128 bits. This was a good choice because using 128 bits as an unsigned integer, you can use numbers from zero up to 340,282,366,920,938,463,463,374,607,431,768,211,456 (i.e. 2^128). If you divide 340,282,366,920,938,463,463,374,607,431,768,211,456 by 790,653,726,720,000,000 (the approximate surface area of the earth in square inches) that implies you can assign over 3,700,000,000,000,000,000,000 addresses per square inch of the earth's surface. That should be enough addresses for most requirements, even if you stack those servers sky high. Andy From rich at annexia.org Thu Oct 2 19:01:02 2008 From: rich at annexia.org (Richard Jones) Date: Thu, 2 Oct 2008 19:01:02 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <28525.1222950672@stonedoor.com> References: <28525.1222950672@stonedoor.com> Message-ID: <20081002180102.GA28334@annexia.org> On Thu, Oct 02, 2008 at 08:31:12AM -0400, Andrew Farnsworth wrote: > Like IPv6... rather than going from 32 bit for IPv4 up to 64 bits > and risking hitting the wall again, they decided to jump right to > 128 bits. This was a good choice because using 128 bits as an > unsigned integer, you can use numbers from zero up to [more twaddle deleted] IPv6 gives most people a /64 address, which means that there are really 2^64 addresses available. Still quite a lot, but unfortunately the decision to route by prefix reduces the effective address space still further. That's not to say that IPv6 isn't a big improvement over IPv4, but if you are going to argue it based on comments about there being a bajillion addresses per square inch of the earth or whatever, you're just going to come across as someone who doesn't understand it. Rich. -- Richard Jones Red Hat From nix at esperi.org.uk Thu Oct 2 21:22:49 2008 From: nix at esperi.org.uk (Nix) Date: Thu, 02 Oct 2008 21:22:49 +0100 Subject: [Gllug] Caching youtube videos In-Reply-To: (Stephen Nelson-Smith's message of "Mon, 29 Sep 2008 11:08:10 +0100") References: <1222512425.6919.2.camel@localhost.localdomain> Message-ID: <87skrelpba.fsf@hades.wkstn.nix> On 29 Sep 2008, Stephen Nelson-Smith stated: > Hi, > > On Sat, Sep 27, 2008 at 11:47 AM, Adrian McMenamin > wrote: > >> But that question mark means that Squid won't cache it > > That has nothing to do with it at all. > > Squid doesn't cache dynamic content out of the box. You need to make > it. Youtube also make life difficult in ways which Squid doesn't > handle out of the box. This is well documented on the squid wiki. Of course this just goes to show that you should be using Polipo instead ;} -- `Not even vi uses vi key bindings for its command line.' --- PdS From nix at esperi.org.uk Thu Oct 2 21:24:10 2008 From: nix at esperi.org.uk (Nix) Date: Thu, 02 Oct 2008 21:24:10 +0100 Subject: [Gllug] VACANCY: Unix System Administrator (Part Time, Temp) In-Reply-To: (Jose Luis Martinez's message of "Mon, 29 Sep 2008 10:35:23 -0500") References: <20080929143216.GB11847@salako> Message-ID: <87od22lp91.fsf@hades.wkstn.nix> On 29 Sep 2008, Jose Luis Martinez outgrape: > Dear all, > > I do apologize. > > I am a bit jet-lagged :-} Ah yes, exhaustion and jetlag from insane overtime. You're a sysadmin all right. ;} -- `Not even vi uses vi key bindings for its command line.' --- PdS From cilius.victor at hchlv.com Thu Oct 2 21:32:27 2008 From: cilius.victor at hchlv.com (cilius.victor at hchlv.com) Date: Thu, 2 Oct 2008 21:32:27 +0100 Subject: [Gllug] Cilius Victor is out of the office. Message-ID: I will be out of the office starting 02/10/2008 and will not return until 08/10/2008. I will respond to your message when I return. Visit Henley Centre HeadlightVision at www.hchlv.com   Henley Centre HeadlightVision 6 More London Tooley Street London SE1 2QY T: +44 (0)20 7955 1800 F: +44 (0)20 7955 1900   The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this email are subject to the terms and conditions expressed in the governing Henley Centre HeadlightVision client engagement contract or letter. From GLLUG at getaroundtoit.co.uk Thu Oct 2 21:39:01 2008 From: GLLUG at getaroundtoit.co.uk (David L Neil Mailing list a/c) Date: Thu, 02 Oct 2008 21:39:01 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <87skrelpba.fsf@hades.wkstn.nix> References: <1222512425.6919.2.camel@localhost.localdomain> <87skrelpba.fsf@hades.wkstn.nix> Message-ID: <48E53165.1010604@getaroundtoit.co.uk> Nix wrote: > Of course this just goes to show that you should be using Polipo instead > ;} Haven't come across this one before (which doesn't say a whole lot...). Am playing with TOR and thus installed Privoxy. Care to make any comment about Polipo cf Privoxy in such applications, and maybe running it on a small network 'gateway' m/c so as to service a number of TOR-ified FF browsers? Regards, =dn From farnsaw at stonedoor.com Thu Oct 2 22:53:19 2008 From: farnsaw at stonedoor.com (Andrew Farnsworth) Date: Thu, 02 Oct 2008 17:53:19 -0400 Subject: [Gllug] SATA card recommendations. In-Reply-To: <20081002180102.GA28334@annexia.org> References: <28525.1222950672@stonedoor.com> <20081002180102.GA28334@annexia.org> Message-ID: <48E542CF.1060801@stonedoor.com> Richard Jones wrote: > On Thu, Oct 02, 2008 at 08:31:12AM -0400, Andrew Farnsworth wrote: > >> Like IPv6... rather than going from 32 bit for IPv4 up to 64 bits >> and risking hitting the wall again, they decided to jump right to >> 128 bits. This was a good choice because using 128 bits as an >> unsigned integer, you can use numbers from zero up to >> > [more twaddle deleted] > > IPv6 gives most people a /64 address, which means that there are > really 2^64 addresses available. Still quite a lot, but unfortunately > the decision to route by prefix reduces the effective address space > still further. > > That's not to say that IPv6 isn't a big improvement over IPv4, but if > you are going to argue it based on comments about there being a > bajillion addresses per square inch of the earth or whatever, you're > just going to come across as someone who doesn't understand it. > On the one hand you are correct, on the other hand I am, on the gripping hand we both are. If you are a company that can (and will) use a significant portion of the /64 address space you are assigned, then there is a huge benefit and the company will use "one" address in the remaining 64 bit address space instead of the thousands assigned out of the 32 bit address space of IPv4. (Infamous last words here) This should be plenty for the near future. Andy From iain.dv at googlemail.com Fri Oct 3 12:50:38 2008 From: iain.dv at googlemail.com (Iain Gray) Date: Fri, 3 Oct 2008 12:50:38 +0100 Subject: [Gllug] VACANCY: Production Support Engineer Message-ID: The role is in a high profile games studio working in the network gaming group production support team. The company is Sony Computer Entertainment Europe working within World Wide Studios London. Working on SCEE produced PS3 games. The studio is very centrally based (Oxford Circus) in excellent offices with many benefits. The job requires someone who is able to apply logical troubleshooting skills to issues as well as being able to write and run load and performance tuning tests and apply production rigor to games as they progress from development to production. As the role is open and there are 2 positions available the salary range is also open and negotiable dependant on experience in the range of 30 - 40k Other benefits include: Excellent pension and healthcare package London weighting of Salary after probation (Currently 1900) Excellent bonus scheme 12 free games a year Free console Great working atmosphere Subsidised Restaurant and bar Season Ticket loan etc. The role is in a small but rapidly expanding team at a very fluid time for console games and online in particular so there are always opportunities for career progression and advancement as well as solid training opportunities. Recruitment time is ASAP (as always) and process is: Initial telephone interview First f2f with tech test Second interview If anyone is interested in the role and would like more information please contact me off list ======================================================================= JOB DESCRIPTION: The role is to become part of the Production Support team for the online games application and to help support and develop the application and the processes around moving games through development to production. The candidate will have good linux skills and show understanding of troubleshooting methods and problem resolution. Duties and Responsibilities: There are 3 main areas of responsibility in this role and an applicant should show demonstrable capability in at least 2 of these. 1.Management of many workstreams and ability to keep up to date on several ongoing tasks at once. The candidate should be used to managing their own time and keeping a clear audit trail of where each task is at. 2.Troubleshooting Issues by using networking, linux and application knowledge to solve problems in a logical way. 3.Willingness to take one aspect of the many varied aspects of the role and become the team expert. Possible areas are C/C++ Client Sim, Java coding for load testing or PL/SQL development. Skills and Experience: Skills that are essential for this role is knowledge of/experience with a selection from : Unix (linux) system setup and administration. Troubleshooting skills. A logical and methodical way of working through a problem. A good understanding of networks and networked applications Perl scripting for task automation. Oracle database connectivity and administration. PL/SQL knowledge Web server environments including but not limited to Apache Tomcat, with particular reference to jsp/servlet engines ======================================================================= From anthony.newman at ossified.net Fri Oct 3 13:43:26 2008 From: anthony.newman at ossified.net (Anthony Newman) Date: Fri, 03 Oct 2008 14:43:26 +0200 Subject: [Gllug] IPv6 (was SATA card recommendations.) In-Reply-To: <48E542CF.1060801@stonedoor.com> References: <28525.1222950672@stonedoor.com> <20081002180102.GA28334@annexia.org> <48E542CF.1060801@stonedoor.com> Message-ID: <48E6136E.9010403@ossified.net> Andrew Farnsworth wrote: > On the one hand you are correct, on the other hand I am, on the gripping > hand we both are. If you are a company that can (and will) use a > significant portion of the /64 address space you are assigned, then > there is a huge benefit and the company will use "one" address in the > remaining 64 bit address space instead of the thousands assigned out of > the 32 bit address space of IPv4. (Infamous last words here) This > should be plenty for the near future. Realistically, IPv6 is not going to be used this way. Despite it being possible to use all of the addresses in a /64 given enough devices on a single network (ignoring for the moment that prefixes longer than /64 are routable in principle), it likely that consumers will be handed /48 or /56 blocks by their ISPs to simplify matters for everyone. We're still not going to run out :) Ant From A.ALZOLA at telefonica.net Fri Oct 3 13:45:34 2008 From: A.ALZOLA at telefonica.net (A.ALZOLA at telefonica.net) Date: Fri, 3 Oct 2008 14:45:34 +0200 (MEST) Subject: [Gllug] Polipo - Was: Caching youtube videos Message-ID: <6173342.1223037934679.JavaMail.root@ctps7> >Am playing with TOR and thus installed Privoxy. Talking of which, I was wondering -- just how anonymous is a Tor connection in reality? I've read about the Metasploit people coming up with a method of tracing packets through a Tor network, but I believe that this only works if you are silly enough to have java connected while you browse. Is Tor anonymity a bit like PGP (i.e. Pretty Good Privacy only so long as someone doesn't have enough interest, money, and time to crack the key)? Does anyone on the list have an informed opinion? (... or am I opening a can of worms?) Aarón TERRA --> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081003/dc768866/attachment.htm From tethys at gmail.com Fri Oct 3 19:18:16 2008 From: tethys at gmail.com (- Tethys) Date: Fri, 3 Oct 2008 19:18:16 +0100 Subject: [Gllug] Launching applications at gnome-session startup Message-ID: <264d99b00810031118q21d5a097o10cf031d12236f82@mail.gmail.com> If I want to launch an application at login (effectively whenever gnome-session starts), what's the approved way of doing that? I'm running Fedora 9[1], and want to do some xrandr things whenever a particular user logs in. I can't find anything on any of the menus, and the documentation is woefully inadequate (as seems to be the case for so much of the Linux desktop these days, sadly). Can anyone point me in the right direction? Tet [1] Actually, this is on behalf of someone else. I wouldn't be caught dead using GNOME (or KDE for that matter). I personally just stick such things in ~/.Xclients. But that's not appropriate here. -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From stan at saticed.me.uk Fri Oct 3 19:42:20 2008 From: stan at saticed.me.uk (Tristan Hill) Date: Fri, 03 Oct 2008 19:42:20 +0100 Subject: [Gllug] Launching applications at gnome-session startup In-Reply-To: <264d99b00810031118q21d5a097o10cf031d12236f82@mail.gmail.com> References: <264d99b00810031118q21d5a097o10cf031d12236f82@mail.gmail.com> Message-ID: <1223059340.8224.1.camel@nimitz> On Fri, 2008-10-03 at 19:18 +0100, - Tethys wrote: > Can anyone point me in the right direction? try system -> preferences -> sessions From mblackmore at oxlug.org Fri Oct 3 23:03:17 2008 From: mblackmore at oxlug.org (M.Blackmore) Date: Fri, 03 Oct 2008 23:03:17 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <20081002093244.GP7492@hades.eco.li> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> <20081002093244.GP7492@hades.eco.li> Message-ID: <1223071397.6487.57.camel@malcolm-desktop-xpc> On Thu, 2008-10-02 at 10:32 +0100, Dan Kolb wrote: > > But surely no-one would need a disk larger You're but a young sprout Dan. Why I can remember in '73 when we couldn't figure out what to do with 4 kilobyte of random access memory nor how to fill up a 16 kilobyte 8" floppy disk... unimaginable space. From gllug at lgeezer.net Fri Oct 3 23:26:32 2008 From: gllug at lgeezer.net (Alistair Mann) Date: Fri, 03 Oct 2008 23:26:32 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <1223071397.6487.57.camel@malcolm-desktop-xpc> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> <20081002093244.GP7492@hades.eco.li> <1223071397.6487.57.camel@malcolm-desktop-xpc> Message-ID: <48E69C18.2010303@lgeezer.net> M.Blackmore wrote: > On Thu, 2008-10-02 at 10:32 +0100, Dan Kolb wrote: >> But surely no-one would need a disk larger > > > You're but a young sprout Dan. Why I can remember in '73 when we > couldn't figure out what to do with 4 kilobyte of random access memory > nor how to fill up a 16 kilobyte 8" floppy disk... unimaginable space. You had a k in front of your b? We only had bs, and then only 99 of them available to the user! Still good enough for a whumped-down version of the later Horace goes skiing... ZX81 FTW! -- Alistair Mann From mark at markpreston.co.uk Fri Oct 3 23:21:53 2008 From: mark at markpreston.co.uk (Mark Preston) Date: Fri, 03 Oct 2008 23:21:53 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones Message-ID: <48E69B01.9050805@markpreston.co.uk> Does anybody know why the number keys on standard PC keyboards are distributed in the pattern 789 456 123 whereas most phones have the pattern 123 456 789 -- Regards, Mark Preston From johngeoffreywalker at yahoo.co.uk Sat Oct 4 00:17:03 2008 From: johngeoffreywalker at yahoo.co.uk (John G Walker) Date: Sat, 4 Oct 2008 00:17:03 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <48E69C18.2010303@lgeezer.net> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> <20081002093244.GP7492@hades.eco.li> <1223071397.6487.57.camel@malcolm-desktop-xpc> <48E69C18.2010303@lgeezer.net> Message-ID: <20081004001703.427c894f@Rosebud.Harmony> On Fri, 03 Oct 2008 23:26:32 +0100 Alistair Mann wrote: > M.Blackmore wrote: > > On Thu, 2008-10-02 at 10:32 +0100, Dan Kolb wrote: > >> But surely no-one would need a disk larger > > > > > > You're but a young sprout Dan. Why I can remember in '73 when we > > couldn't figure out what to do with 4 kilobyte of random access > > memory nor how to fill up a 16 kilobyte 8" floppy disk... > > unimaginable space. > > You had a k in front of your b? We only had bs, and then only 99 of > them available to the user! Still good enough for a whumped-down > version of the later Horace goes skiing... > > ZX81 FTW! Luxury. When I were a lad our mainframe only had one bit - and it were always set to false, -- All the best, John From peterachilds at gmail.com Sat Oct 4 06:17:45 2008 From: peterachilds at gmail.com (Peter Childs) Date: Sat, 4 Oct 2008 06:17:45 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <48E69B01.9050805@markpreston.co.uk> References: <48E69B01.9050805@markpreston.co.uk> Message-ID: 2008/10/3 Mark Preston : > Does anybody know why the number keys on standard PC keyboards are > distributed in the pattern > 789 > 456 > 123 > whereas most phones have the pattern > 123 > 456 > 789 > > -- > Regards, > Mark Preston > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > A quick google gives.... http://www.vcalc.net/Keyboard.htm Which seams read "because they are" Peter Childs From tim at seacon.co.uk Sat Oct 4 08:48:14 2008 From: tim at seacon.co.uk (t.clarke) Date: Sat, 4 Oct 2008 8:48:14 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <48E69B01.9050805@markpreston.co.uk> References: <48E69B01.9050805@markpreston.co.uk> Message-ID: The 123 at the bottom seems much more natural to me - its is the layout that manual adding machines and calculators have used for years, so I guess it would floow on that PC keyboards use it. The 789 at the bottom layout was defined I think originally by the International Telecommuications Union or somesuch (at least I recall being told something like that when I queried the layout with a telecomms manufacturer years ago). Its actually a complete pain the *** as I am used to using a calculator keyboard 'blind' and find that I often mis-key telephone numbers as my fingers are used to the calculator layout. I guess we are stuck with both layouts in the same way as we are stuck with 'qwerty' (or 'azerty' in some countries?) even though general opinion seems to be that that layout is not optimum. Tim From aaron.alzolaromero at arch.ox.ac.uk Fri Oct 3 12:39:33 2008 From: aaron.alzolaromero at arch.ox.ac.uk (A. Alzola) Date: Fri, 3 Oct 2008 12:39:33 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: References: Message-ID: <200810031239.33911.aaron.alzolaromero@arch.ox.ac.uk> >Am playing with TOR and thus installed Privoxy. Talking of which, I was wondering -- just how anonymous is a Tor connection in reality? I've read about the Metasploit people coming up with a method of tracing packets through a Tor network, but I believe that this only works if you are silly enough to have java connected while you browse. Is Tor anonymity a bit like PGP (i.e. Pretty Good Privacy only so long as someone doesn't have enough interest, money, and time to crack the key)? Does anyone on the list have an informed opinion? (... or am I opening a can of worms?) Aarón From social-bounces at gllug.org.uk Sat Oct 4 08:59:17 2008 From: social-bounces at gllug.org.uk (social-bounces at gllug.org.uk) Date: Sat, 04 Oct 2008 08:59:17 +0100 Subject: [Gllug] =?iso-8859-1?q?Forward_of_moderated_message?= Message-ID: An embedded message was scrubbed... From: Mark Keating Subject: [ANNOUNCE] On ye subjecte principal to the submission of talkies Date: Fri, 03 Oct 2008 15:29:18 +0100 Size: 3773 Url: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081004/8768b91c/attachment.eml From rich at annexia.org Sat Oct 4 09:34:14 2008 From: rich at annexia.org (Richard Jones) Date: Sat, 4 Oct 2008 09:34:14 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <6173342.1223037934679.JavaMail.root@ctps7> References: <6173342.1223037934679.JavaMail.root@ctps7> Message-ID: <20081004083414.GA16769@annexia.org> On Fri, Oct 03, 2008 at 02:45:34PM +0200, A.ALZOLA at telefonica.net wrote: > >Am playing with TOR and thus installed Privoxy. > > Talking of which, I was wondering -- just how anonymous is a Tor connection in > reality? I've read about the Metasploit people coming up with a method of > tracing packets through a Tor network, but I believe that this only works if > you are silly enough to have java connected while you browse. Is Tor > anonymity a bit like PGP (i.e. Pretty Good Privacy only so long as someone > doesn't have enough interest, money, and time to crack the key)? Does anyone > on the list have an informed opinion? (... or am I opening a can of worms?) Several weaknesses are mentioned in the wikipedia article: http://en.wikipedia.org/wiki/Tor_(anonymity_network)#Weaknesses There is another one I recall where a (well-funded) adversary sets up many separate Tor nodes and can analyze traffic in between them. Can't find a link to that one at the moment. IMHO the real solution to privacy is always going to be to encrypt much more HTTP traffic than is done right now (and that need is becoming more urgent by the day). The recent change to Firefox 3 where it now refuses to go to sites that have self-signed certificates (but not sites which have no encryption at all) is thoroughly stupid. Instead it should act like ssh -- show the key when you first visit a site, show nothing on subsequent visits unless the key changes. Rich. -- Richard Jones Red Hat From nix at esperi.org.uk Sat Oct 4 13:01:30 2008 From: nix at esperi.org.uk (Nix) Date: Sat, 04 Oct 2008 13:01:30 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <48E53165.1010604@getaroundtoit.co.uk> (David L. Neil Mailing list a.'s message of "Thu, 02 Oct 2008 21:39:01 +0100") References: <1222512425.6919.2.camel@localhost.localdomain> <87skrelpba.fsf@hades.wkstn.nix> <48E53165.1010604@getaroundtoit.co.uk> Message-ID: <87wsgok1r9.fsf@hades.wkstn.nix> On 2 Oct 2008, David L. Neil Mailing list a. told this: > Nix wrote: >> Of course this just goes to show that you should be using Polipo instead >> ;} > > Haven't come across this one before (which doesn't say a whole lot...). It specializes in transport efficiency. unlike, say, wwwoffle (which eliminates pipelining, doesn't cope with chunking properly and has all sorts of horrible data-corruption bugs), Polipo often *increases* the efficiency of data in transit, gzipping, chunking and pipelining even if the client can't, seamlessly falling back if the far end messes up. It's very nice. I can't think of a single webpage that failed to render properly with it, again unlike wwwoffle. (Also, unusually, it's designed to be installed *anywhere*: it doesn't need a config file and doesn't need to be installed systemwide. Until fairly recently it couldn't even write to syslog without going through logger(1), but I fixed that :) ) > Am playing with TOR and thus installed Privoxy. > > Care to make any comment about Polipo cf Privoxy in such applications, I don't use Privoxy, or Tor, but might be helpful. It looks like it seriously damages transport efficiency (no pipelining? What the hell?) > and maybe running it on a small network 'gateway' m/c so as to service a > number of TOR-ified FF browsers? You want to use a SOCKS parent proxy: . From nix at esperi.org.uk Sat Oct 4 13:07:00 2008 From: nix at esperi.org.uk (Nix) Date: Sat, 04 Oct 2008 13:07:00 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: (t. clarke's message of "Sat, 4 Oct 2008 8:48:14 +0100") References: <48E69B01.9050805@markpreston.co.uk> Message-ID: <87skrck1i3.fsf@hades.wkstn.nix> On 4 Oct 2008, t. clarke said: > I guess we are stuck with both layouts in the same way as we are stuck with > 'qwerty' (or 'azerty' in some countries?) even though general opinion seems to > be that that layout is not optimum. You might be stuck with it, but my home row runs ANISF DTHOR :) (You *are* stuck with it if you want cheap keyboards.) -- `Not even vi uses vi key bindings for its command line.' --- PdS From stuart at terminus.co.uk Sat Oct 4 13:17:00 2008 From: stuart at terminus.co.uk (Stuart Children) Date: Sat, 4 Oct 2008 13:17:00 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <20081004083414.GA16769@annexia.org> References: <6173342.1223037934679.JavaMail.root@ctps7> <20081004083414.GA16769@annexia.org> Message-ID: <20081004121700.GA23535@urchin.earth.li> On Sat, Oct 04, 2008 at 09:34:14AM +0100, Richard Jones wrote: > The recent change to Firefox 3 > where it now refuses to go to sites that have self-signed certificates > (but not sites which have no encryption at all) is thoroughly stupid. > Instead it should act like ssh -- show the key when you first visit a > site, show nothing on subsequent visits unless the key changes. FUD. It doesn't refuse those sites at all. This has been misreported a lot, and when I initially heard that my reaction was the same as yours. It does actually act a lot more like ssh. It (rightly) says it can't verify the cert, telling you this probably a Bad Thing. Then you can "get out of there", or accept it in two clicks which will permanently store the cert locally and not bother you the next time. Not something I've personally had a need for on the www, but have used it quite a bit at work when people set up temporary servers for testing without bothering to sign them with the company's CA. -- Stuart From johngeoffreywalker at yahoo.co.uk Sat Oct 4 17:21:01 2008 From: johngeoffreywalker at yahoo.co.uk (John G Walker) Date: Sat, 4 Oct 2008 17:21:01 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: References: <48E69B01.9050805@markpreston.co.uk> Message-ID: <20081004172101.0ba70661@Rosebud.Harmony> On Sat, 4 Oct 2008 8:48:14 +0100 "t.clarke" wrote: > The 789 at the bottom layout was defined I think originally by the > International Telecommuications Union or somesuch (at least I recall > being told something like that when I queried the layout with a > telecomms manufacturer years ago). > > Its actually a complete pain the *** as I am used to using a > calculator keyboard 'blind' and find that I often mis-key telephone > numbers as my fingers are used to the calculator layout. Curiously, I'm completely the opposite. Although I don't have to look to use either a calculator or a telephone keypad, I had to have it pointed out to me that these were differently laid out. I actually had to hold a calculator next to a telephone before I could fully grasp the fact. > > I guess we are stuck with both layouts in the same way as we are > stuck with 'qwerty' (or 'azerty' in some countries?) even though > general opinion seems to be that that layout is not optimum. It is said that these layouts are not optimum. Indeed, the economic historian Paul David has made much out of this (the technical term is "path dependency"). However, no one has ever proved that they are less than optimum. I started having doubts about this ten years or so ago when I shared an office with a Spanish woman. Soon after we began to share the office I noticed her touch typing at her keyboard. I queried this, and she replied that she'd learnt as a girl, passing the official Spanish typing exam at, I believe, the age of twelve. But, I pointed out, she would have learnt the Spanish keyboard layout. She was using a British keyboard. "Oh," she said, "that's no problem." It was at that point Paul David's argument suddenly became less convincing, -- All the best, John From gllug at eco.li Sat Oct 4 22:11:51 2008 From: gllug at eco.li (Dan Kolb) Date: Sat, 4 Oct 2008 22:11:51 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <87skrck1i3.fsf@hades.wkstn.nix> References: <48E69B01.9050805@markpreston.co.uk> <87skrck1i3.fsf@hades.wkstn.nix> Message-ID: <20081004211151.GS7492@hades.eco.li> On Sat, Oct 04, 2008 at 01:07:00PM +0100, Nix wrote: > On 4 Oct 2008, t. clarke said: > > I guess we are stuck with both layouts in the same way as we are stuck with > > 'qwerty' (or 'azerty' in some countries?) even though general opinion seems to > > be that that layout is not optimum. > > You might be stuck with it, but my home row runs ANISF DTHOR :) That sounds like the name from a very dodgy scifi book. -- Concept, n.: Any "idea" for which an outside consultant billed you more than $25,000. From dylan at dylan.me.uk Sat Oct 4 22:59:13 2008 From: dylan at dylan.me.uk (Dylan) Date: Sat, 4 Oct 2008 22:59:13 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <20081004172101.0ba70661@Rosebud.Harmony> References: <48E69B01.9050805@markpreston.co.uk> <20081004172101.0ba70661@Rosebud.Harmony> Message-ID: <200810042259.13802.dylan@dylan.me.uk> On Saturday 04 October 2008, John G Walker wrote: > > But, I pointed out, she would have learnt the Spanish keyboard layout. > She was using a British keyboard. > > "Oh," she said, "that's no problem." Indeed, it took me about an hour to transfer to a Russian keyboard the first time I needed to use one. Learning to type, I think, is not so much about learning where the characters are relative to the keys but learning the necessary moves to hit individual keys - you can then superimpose any layout with a little practice. I actually find it harder to go from a traditional flat keyboard to an "ergonomic" one than swapping from UK to RU layout. Dx -- ?????? ???? ???? ?? ?????, ????? ? ??? ?? ???????????.? From john at sinodun.org.uk Sun Oct 5 08:17:03 2008 From: john at sinodun.org.uk (John Winters) Date: Sun, 05 Oct 2008 08:17:03 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <48E69B01.9050805@markpreston.co.uk> References: <48E69B01.9050805@markpreston.co.uk> Message-ID: <48E869EF.4070206@sinodun.org.uk> Mark Preston wrote: > Does anybody know why the number keys on standard PC keyboards are > distributed in the pattern > 789 > 456 > 123 > whereas most phones have the pattern > 123 > 456 > 789 Further suggestions here: http://electronics.howstuffworks.com/question641.htm John From john at sinodun.org.uk Sun Oct 5 08:19:37 2008 From: john at sinodun.org.uk (John Winters) Date: Sun, 05 Oct 2008 08:19:37 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <20081004172101.0ba70661@Rosebud.Harmony> References: <48E69B01.9050805@markpreston.co.uk> <20081004172101.0ba70661@Rosebud.Harmony> Message-ID: <48E86A89.5030709@sinodun.org.uk> John G Walker wrote: [snip] > But, I pointed out, she would have learnt the Spanish keyboard layout. > She was using a British keyboard. > > "Oh," she said, "that's no problem." I used to do a lot of work in Austria and found I could use a QWERTZUIOP keyboard without too much difficulty. This summer in France though I was almost totally baffled by their AZERTY keyboards. It's not just the obvious first line that threw me, but M is somewhere totally different and my fingers run far too much on automatic. Passwords in particular tended to take about three attempts because I had to hunt-and-peck them if I wanted to get them right. John From nix at esperi.org.uk Sun Oct 5 20:59:56 2008 From: nix at esperi.org.uk (Nix) Date: Sun, 05 Oct 2008 20:59:56 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <20081004211151.GS7492@hades.eco.li> (Dan Kolb's message of "Sat, 4 Oct 2008 22:11:51 +0100") References: <48E69B01.9050805@markpreston.co.uk> <87skrck1i3.fsf@hades.wkstn.nix> <20081004211151.GS7492@hades.eco.li> Message-ID: <871vyug6df.fsf@hades.wkstn.nix> On 4 Oct 2008, Dan Kolb uttered the following: > On Sat, Oct 04, 2008 at 01:07:00PM +0100, Nix wrote: >> On 4 Oct 2008, t. clarke said: >> > I guess we are stuck with both layouts in the same way as we are stuck with >> > 'qwerty' (or 'azerty' in some countries?) even though general opinion seems to >> > be that that layout is not optimum. >> >> You might be stuck with it, but my home row runs ANISF DTHOR :) > > That sounds like the name from a very dodgy scifi book. What, unpronounceable and implying that this person used to be a Norse deity? Agreed. (If one of the characters spoke very bad faux Elizabethan English for no convincing reason, you're reading a book by Weber.) -- `Not even vi uses vi key bindings for its command line.' --- PdS From nix at esperi.org.uk Sun Oct 5 21:09:27 2008 From: nix at esperi.org.uk (Nix) Date: Sun, 05 Oct 2008 21:09:27 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <200810042259.13802.dylan@dylan.me.uk> (dylan@dylan.me.uk's message of "Sat, 4 Oct 2008 22:59:13 +0100") References: <48E69B01.9050805@markpreston.co.uk> <20081004172101.0ba70661@Rosebud.Harmony> <200810042259.13802.dylan@dylan.me.uk> Message-ID: <87wsgmerd4.fsf@hades.wkstn.nix> On 4 Oct 2008, dylan at dylan.me.uk verbalised: > Indeed, it took me about an hour to transfer to a Russian keyboard the first > time I needed to use one. Learning to type, I think, is not so much about > learning where the characters are relative to the keys but learning the > necessary moves to hit individual keys - you can then superimpose any layout > with a little practice. I actually find it harder to go from a traditional > flat keyboard to an "ergonomic" one than swapping from UK to RU layout. I find the opposite true. It was easy for me to shift from a normal keyboard to a Maltron in QWERTY mode, because only a few punctuation and control keys moved around (e.g. onto the thumb pad): the rearrangement of the keys in vertical arrays (rather than diagonal) caused me no trouble at all (I was bashing away at higher than pre-switch speeds in about a week). But it took me *years* to learn its alternate non-QWERTY layout. Years. -- `Not even vi uses vi key bindings for its command line.' --- PdS From sta296 at astradyne.co.uk Mon Oct 6 01:33:51 2008 From: sta296 at astradyne.co.uk (Tethys) Date: Mon, 06 Oct 2008 01:33:51 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: Your message of "Sat, 04 Oct 2008 08:48:14 BST." References: <48E69B01.9050805@markpreston.co.uk> Message-ID: <200810060033.m960XpHS004034@leto.astradyne.corp> -------- "t.clarke" writes: >Its actually a complete pain the *** as I am used to using a calculator >keyboard 'blind' and find that I often mis-key telephone numbers as my >fingers are used to the calculator layout. xmodmap is your friend... Tet From tim at seacon.co.uk Mon Oct 6 07:41:17 2008 From: tim at seacon.co.uk (t.clarke) Date: Mon, 6 Oct 2008 7:41:17 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <200810060033.m960XpHS004034@leto.astradyne.corp> References: <200810060033.m960XpHS004034@leto.astradyne.corp> <48E69B01.9050805@markpreston.co.uk> Message-ID: How does xmodmap help me with a telephone keypad ??? Tim From sta296 at astradyne.co.uk Mon Oct 6 08:18:01 2008 From: sta296 at astradyne.co.uk (Tethys) Date: Mon, 06 Oct 2008 08:18:01 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: Your message of "Mon, 06 Oct 2008 07:41:17 BST." References: <200810060033.m960XpHS004034@leto.astradyne.corp> <48E69B01.9050805@markpreston.co.uk> Message-ID: <200810060718.m967I1en007121@leto.astradyne.corp> -------- "t.clarke" writes: >How does xmodmap help me with a telephone keypad ??? Sorry, I misread it. I thought you wanted to swap it the other way around. Tet From abuse at cabal.org.uk Mon Oct 6 09:38:42 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Mon, 6 Oct 2008 09:38:42 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: References: <200810060033.m960XpHS004034@leto.astradyne.corp> <48E69B01.9050805@markpreston.co.uk> Message-ID: <20081006083842.GA25612@cabal.org.uk> On Mon, Oct 06, 2008 at 07:41:17AM +0100, t.clarke wrote: > How does xmodmap help me with a telephone keypad ??? You could always swap in a rotary-dial phone... (I'm going to feel very old if somebody pipes up and says they don't know what I'm on about.) From peterachilds at gmail.com Mon Oct 6 09:44:29 2008 From: peterachilds at gmail.com (Peter Childs) Date: Mon, 6 Oct 2008 09:44:29 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <20081006083842.GA25612@cabal.org.uk> References: <200810060033.m960XpHS004034@leto.astradyne.corp> <48E69B01.9050805@markpreston.co.uk> <20081006083842.GA25612@cabal.org.uk> Message-ID: 2008/10/6 Peter Corlett : > On Mon, Oct 06, 2008 at 07:41:17AM +0100, t.clarke wrote: >> How does xmodmap help me with a telephone keypad ??? > > You could always swap in a rotary-dial phone... > > (I'm going to feel very old if somebody pipes up and says they don't know > what I'm on about.) > > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > Or a Linux PC.. (Running Asterks at which point you could use XModmap.....) Peter From tethys at gmail.com Mon Oct 6 09:48:33 2008 From: tethys at gmail.com (- Tethys) Date: Mon, 6 Oct 2008 09:48:33 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <20081006083842.GA25612@cabal.org.uk> References: <200810060033.m960XpHS004034@leto.astradyne.corp> <48E69B01.9050805@markpreston.co.uk> <20081006083842.GA25612@cabal.org.uk> Message-ID: <264d99b00810060148r47fdb081hc79df485b79f3ac6@mail.gmail.com> On Mon, Oct 6, 2008 at 9:38 AM, Peter Corlett wrote: > On Mon, Oct 06, 2008 at 07:41:17AM +0100, t.clarke wrote: >> How does xmodmap help me with a telephone keypad ??? > > You could always swap in a rotary-dial phone... > > (I'm going to feel very old if somebody pipes up and says they don't know > what I'm on about.) My boss has a rotary dial mobile phone. It's a full size bakelite rotary phone, with a SIM slot inside. It's a little impractical to carry around, but still exceedingly cool :-) Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From chris at wavestore.com Mon Oct 6 10:36:58 2008 From: chris at wavestore.com (Christopher Mocock) Date: Mon, 06 Oct 2008 10:36:58 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> Message-ID: <48E9DC3A.5080209@wavestore.com> Benjamin Donnachie wrote: > I'd be grateful for recommendations for inexpensive PCI SATA cards > that work fully under Linux AND support 1TB drives. > > The version / distro is irrelevant as I can upgrade as required. So > far I only seem to find cards that satisfy only one of the criteria... > :-/ You could try the Supermicro SAT2-MV8. It works fine on Fedora, has 8 ports, supports SATA2(300) and only costs 60-70 pounds. The only problem is that the driver is not open source so you'll be running a tainted kernel. -- Chris From rich at annexia.org Mon Oct 6 11:46:04 2008 From: rich at annexia.org (Richard Jones) Date: Mon, 6 Oct 2008 11:46:04 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <20081004121700.GA23535@urchin.earth.li> References: <6173342.1223037934679.JavaMail.root@ctps7> <20081004083414.GA16769@annexia.org> <20081004121700.GA23535@urchin.earth.li> Message-ID: <20081006104604.GA22866@annexia.org> On Sat, Oct 04, 2008 at 01:17:00PM +0100, Stuart Children wrote: > On Sat, Oct 04, 2008 at 09:34:14AM +0100, Richard Jones wrote: > > The recent change to Firefox 3 > > where it now refuses to go to sites that have self-signed certificates > > (but not sites which have no encryption at all) is thoroughly stupid. > > Instead it should act like ssh -- show the key when you first visit a > > site, show nothing on subsequent visits unless the key changes. > > FUD. It doesn't refuse those sites at all. This has been misreported a lot, > and when I initially heard that my reaction was the same as yours. No, I am correct. I've just tried this with the very latest Firefox. On a site (https://lists.andrew.cmu.edu/mailman/listinfo/minirpc-devel) with a self-signed cert I get this error: Secure Connection Failed lists.andrew.cmu.edu uses an invalid security certificate. The certificate is not trusted because the issuer certificate is not trusted. (Error code: sec_error_untrusted_issuer) * This could be a problem with the server's configuration, or it could be someone trying to impersonate the server. * If you have connected to this server successfully in the past, the error may be temporary, and you can try again later. Accompanied by a "cop-style" logo which clearly indicates I have done something very wrong and cannot go any further. At the very bottom of this message, in the tiniest letters, a link says: Or you can add an exception Now, compare this to a page which is unencrypted. http://news.bbc.co.uk/ shows no error at all. Rich. -- Richard Jones Red Hat From rich at annexia.org Mon Oct 6 11:48:32 2008 From: rich at annexia.org (Richard Jones) Date: Mon, 6 Oct 2008 11:48:32 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <20081006104604.GA22866@annexia.org> References: <6173342.1223037934679.JavaMail.root@ctps7> <20081004083414.GA16769@annexia.org> <20081004121700.GA23535@urchin.earth.li> <20081006104604.GA22866@annexia.org> Message-ID: <20081006104832.GB22866@annexia.org> On Mon, Oct 06, 2008 at 11:46:04AM +0100, Richard Jones wrote: > Or you can add an exception Sorry, I missed the best bit there. If I click on this, I get a popup which says: You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server. [ GET ME OUT OF HERE! ] [ ADD EXCEPTION ... ] This is utterly ass-backwards. Why don't I get a stronger warning when I visit an unencrypted page? Self-signed certs require two non-obvious clicks, so I think unencrypted pages should get four or five, perhaps with even more dire and confusing warnings. Rich. -- Richard Jones Red Hat From farnsaw at stonedoor.com Mon Oct 6 11:53:31 2008 From: farnsaw at stonedoor.com (Andrew Farnsworth) Date: Mon, 06 Oct 2008 06:53:31 -0400 Subject: [Gllug] SATA card recommendations. Message-ID: <54338.1223290411@stonedoor.com> On Mon Oct 6 5:36 , Christopher Mocock sent: >Benjamin Donnachie wrote: >> I'd be grateful for recommendations for inexpensive PCI SATA cards >> that work fully under Linux AND support 1TB drives. >> >> The version / distro is irrelevant as I can upgrade as required. So >> far I only seem to find cards that satisfy only one of the criteria... >> :-/ > >You could try the Supermicro SAT2-MV8. It works fine on Fedora, has 8 >ports, supports SATA2(300) and only costs 60-70 pounds. The only problem >is that the driver is not open source so you'll be running a tainted kernel. Looking online I found the following page: http://linux-ata.org/driver-status.html This seems to indicate that the Silicon Image 3124 is an open chipset and has open drivers. Cards based on this are available in the US for <$100. Andy From abuse at cabal.org.uk Mon Oct 6 11:55:09 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Mon, 6 Oct 2008 11:55:09 +0100 Subject: [Gllug] Caching youtube videos In-Reply-To: <87skrelpba.fsf@hades.wkstn.nix> References: <1222512425.6919.2.camel@localhost.localdomain> <87skrelpba.fsf@hades.wkstn.nix> Message-ID: <20081006105508.GA1091@cabal.org.uk> On Thu, Oct 02, 2008 at 09:22:49PM +0100, Nix wrote: [...] > Of course this just goes to show that you should be using Polipo instead > ;} Is there any way to configure it to log requests? That's rather more useful information than chatter about Etag: and Vary: headers and whatnot. (Also, before I go and test it, can I use it as a iptables-enforced transparent proxy? It'd be nice to cache more of my home traffic and not just the stuff that can be configured to use a proxy.) From nix at esperi.org.uk Mon Oct 6 20:41:09 2008 From: nix at esperi.org.uk (Nix) Date: Mon, 06 Oct 2008 20:41:09 +0100 Subject: [Gllug] Caching youtube videos In-Reply-To: <20081006105508.GA1091@cabal.org.uk> (Peter Corlett's message of "Mon, 6 Oct 2008 11:55:09 +0100") References: <1222512425.6919.2.camel@localhost.localdomain> <87skrelpba.fsf@hades.wkstn.nix> <20081006105508.GA1091@cabal.org.uk> Message-ID: <873aj9bjfu.fsf@hades.wkstn.nix> On 6 Oct 2008, Peter Corlett uttered the following: > On Thu, Oct 02, 2008 at 09:22:49PM +0100, Nix wrote: > [...] >> Of course this just goes to show that you should be using Polipo instead >> ;} > > Is there any way to configure it to log requests? That's rather more useful > information than chatter about Etag: and Vary: headers and whatnot. Yes, but it's a debugging option so requires a recompile (on the basis that it's both a privacy violation and somewhat incoherent because clients can often request things and then change their mind immediately afterwards, request parts of things, and so on and so forth ad nauseam). Change LOGGING_MAX in log.h to 0xFFFFFFFF, and then you can set logLevel to something like, say, 2055 (that's 0x807, L_ERROR|L_WARN|L_INFO|D_CLIENT_REQ). If you're using the syslog output, this will get logged at debugging priority: feel free to add entries to the array in translatePriority() in log.c to change this. (This part of Polipo isn't as configurable as I'd like.) (Note that Polipo can cache *parts* of server responses, so it can remember bits of large requests that were later interrupted or timed out. This might throw off your tracking, most caching proxies can't do it :) ) > (Also, before I go and test it, can I use it as a iptables-enforced > transparent proxy? It'd be nice to cache more of my home traffic and not > just the stuff that can be configured to use a proxy.) No, Juliusz has been scathing about transparent proxies in the past and is unlikely to change his tune :) parroting his words, in effect you *cannot* do HTTP proxying reliably without application knowledge: proxying changes the semantics of a number of things and can't be transparently interposed reliably. (The polipo list archives have more on this.) Sorry :( (what things can't be configured to use a proxy? I haven't seen anything in years.) -- `Not even vi uses vi key bindings for its command line.' --- PdS From stuart at terminus.co.uk Mon Oct 6 20:42:26 2008 From: stuart at terminus.co.uk (Stuart Children) Date: Mon, 6 Oct 2008 20:42:26 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <20081006104832.GB22866@annexia.org> References: <6173342.1223037934679.JavaMail.root@ctps7> <20081004083414.GA16769@annexia.org> <20081004121700.GA23535@urchin.earth.li> <20081006104604.GA22866@annexia.org> <20081006104832.GB22866@annexia.org> Message-ID: <20081006194226.GA25815@urchin.earth.li> On Mon, Oct 06, 2008 at 11:48:32AM +0100, Richard Jones wrote: > Sorry, I missed the best bit there. If I click on this, I get a popup > which says: > > You should not add an exception if you are using an internet > connection that you do not trust completely or if you are not used to > seeing a warning for this server. > > [ GET ME OUT OF HERE! ] [ ADD EXCEPTION ... ] Yes, and if you follow the add exception process through, the certificate (and the fact that you trust it) is stored and on next visits you go straight through with nary a word. Is that not the case? Yet in your original email you said: > The recent change to Firefox 3 > where it now refuses to go to sites that have self-signed certificates Maybe you meant it differently, but that sounds to me like there is no way to visit those sites - which is not true. You also said: > Instead it should act like ssh -- show the key when you first visit a > site, show nothing on subsequent visits unless the key changes. Which I think it does. Now this: $ ssh blah.example The authenticity of host 'blah.example (10.1.2.3)' can't be established. RSA key fingerprint is aa:bb:some:more:hex. Are you sure you want to continue connecting (yes/no)? I will happily agree is far more succinct, less scare-mongering, simpler, yet accurate. Still, the basic flow is the same. > This is utterly ass-backwards. Why don't I get a stronger warning > when I visit an unencrypted page? I didn't make any comment on that. To answer though, in an ideal world I agree it should. Being more pragmatic however, it's because the vast majority of the web is HTTP and there is no meaningful way to add a trust. People also think HTTPS == can be trusted, which you and I know is not the whole story. We can make informed decisions on what to do - most people can't. So Firefox has made a compromise. I do think the wording is too extreme, and that we would be better off long-term educating people; but I understand their reasoning. Personally I find being prompted when I hit a new SSL cert, but not on ones I have previously verified and trusted, an improvement on Firefox's previous behaviour. -- Stuart From rich at annexia.org Mon Oct 6 23:01:24 2008 From: rich at annexia.org (Richard Jones) Date: Mon, 6 Oct 2008 23:01:24 +0100 Subject: [Gllug] Polipo - Was: Caching youtube videos In-Reply-To: <20081006194226.GA25815@urchin.earth.li> References: <6173342.1223037934679.JavaMail.root@ctps7> <20081004083414.GA16769@annexia.org> <20081004121700.GA23535@urchin.earth.li> <20081006104604.GA22866@annexia.org> <20081006104832.GB22866@annexia.org> <20081006194226.GA25815@urchin.earth.li> Message-ID: <20081006220124.GA24310@annexia.org> On Mon, Oct 06, 2008 at 08:42:26PM +0100, Stuart Children wrote: > On Mon, Oct 06, 2008 at 11:48:32AM +0100, Richard Jones wrote: > > Sorry, I missed the best bit there. If I click on this, I get a popup > > which says: > > > > You should not add an exception if you are using an internet > > connection that you do not trust completely or if you are not used to > > seeing a warning for this server. > > > > [ GET ME OUT OF HERE! ] [ ADD EXCEPTION ... ] > > Yes, and if you follow the add exception process through, the > certificate (and the fact that you trust it) is stored and on next > visits you go straight through with nary a word. "Nary a word"? I really hope that's a joke because the dialog you get after clicking Add Exception confused me to the point where it took _me_ a minute to work out what to press to get it to accept the certificate. There is no way this would pass the girlfriend / grandmother test. > Is that not the case? Yet in your original email > you said: > > > The recent change to Firefox 3 > > where it now refuses to go to sites that have self-signed certificates And I stand by that statement. It _does plainly_ refuse to go to such sites. You get a page which is to all intents and purposes indistinguishable from an error page, such as a 404. > Maybe you meant it differently, but that sounds to me like there is no way to > visit those sites - which is not true. Certainly. One way would be to shut down Firefox 3 and use a sane web browser. > You also said: > > > Instead it should act like ssh -- show the key when you first visit a > > site, show nothing on subsequent visits unless the key changes. > > Which I think it does. When you get through that multi-layered confusing dialog, ok. Rich. -- Richard Jones Red Hat From chrisbell at overview.demon.co.uk Mon Oct 6 23:42:14 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Mon, 6 Oct 2008 23:42:14 +0100 (BST) Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: <20081006083842.GA25612@cabal.org.uk> Message-ID: On Mon 06 Oct, Peter Corlett wrote: > > On Mon, Oct 06, 2008 at 07:41:17AM +0100, t.clarke wrote: > > How does xmodmap help me with a telephone keypad ??? > > You could always swap in a rotary-dial phone... > > (I'm going to feel very old if somebody pipes up and says they don't know > what I'm on about.) > Now reaching their end of life because of the switch to digital, (I have not seen any digital version). -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From abuse at cabal.org.uk Tue Oct 7 13:45:46 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Tue, 7 Oct 2008 13:45:46 +0100 Subject: [Gllug] Digit differences on PC keyboards and phones In-Reply-To: References: Message-ID: <272F9462-DDCC-4800-9214-11FDCEB2C1B3@cabal.org.uk> On 6 Oct 2008, at 23:42, Chris Bell wrote: [...] > Now reaching their end of life because of the switch to digital, (I > have > not seen any digital version). Incidentally, this relevant image was posted to the Monastery: http://www.adminspotting.org/BTdoh.jpg Feel free to play "count the mistakes". From social-bounces at gllug.org.uk Sat Oct 11 09:41:37 2008 From: social-bounces at gllug.org.uk (social-bounces at gllug.org.uk) Date: Sat, 11 Oct 2008 09:41:37 +0100 Subject: [Gllug] =?iso-8859-1?q?Forward_of_moderated_message?= Message-ID: An embedded message was scrubbed... From: Mark Keating Subject: [ANNOUNCE] LPW: Call for Papers Date: Fri, 10 Oct 2008 15:50:04 +0100 Size: 3816 Url: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081011/283c74bf/attachment.eml From chrisbell at overview.demon.co.uk Sun Oct 12 10:07:37 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sun, 12 Oct 2008 10:07:37 +0100 (BST) Subject: [Gllug] GLLUG at Olympia, October 2008 Message-ID: Hello, GLLUG has requested a stand in the .org village at the Olympia, October 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for the entire time plus the rig day, who will be available to man the stand with me, (not just as a visitor), and when? -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From chrisbell at overview.demon.co.uk Sun Oct 12 11:32:42 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sun, 12 Oct 2008 11:32:42 +0100 (BST) Subject: [Gllug] Disc partitions Message-ID: Hello, The sizes of new disc drives are increasing at a great rate, as are the Linux distributions. Older computers often had much smaller discs, but could still provide very useful functions if more than one disc is available. As an example I have a HP dual processor server with several 9.1GB SCSI drives. Some information about splitting / into different partitions is available, but which can safely be placed on other discs without booting problems? -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From dylan at dylan.me.uk Sun Oct 12 12:33:49 2008 From: dylan at dylan.me.uk (Dylan) Date: Sun, 12 Oct 2008 12:33:49 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: Message-ID: <200810121233.49615.dylan@dylan.me.uk> On Sunday 12 October 2008, Chris Bell wrote: > ... > As an example I have a HP dual processor server with several > 9.1GB SCSI drives. Some information about splitting / into different > partitions is available, but which can safely be placed on other discs > without booting problems? Well, it's partly going to depend on the functions you have in mind. A machine with no graphical desktop is still only going to need a small installed footprint. As to what can be shifted off to other physical drives, I've never had serious issues partitioning off /home /opt /tmp /usr and any service specific data (ftp space / web pages etc.) And the only time /var has been problematic on a separate file system was when a system suffered a catastrophic failure so not sure that counts! There is also RAID and LVM of course. Dx -- ? ?... but there is so much else behind what I say. It makes itself known to me so slowly, so incompletely! ...? ? From rich at annexia.org Sun Oct 12 12:41:22 2008 From: rich at annexia.org (Richard Jones) Date: Sun, 12 Oct 2008 12:41:22 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: References: Message-ID: <20081012114122.GA10424@annexia.org> On Sun, Oct 12, 2008 at 10:07:37AM +0100, Chris Bell wrote: > Hello, > GLLUG has requested a stand in the .org village at the Olympia, October > 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for > the entire time plus the rig day, who will be available to man the stand > with me, (not just as a visitor), and when? Website for this event is rather difficult to find. It's here: http://www.linuxexpolive.co.uk/ Registration is free, but you have to go through a soul-sucking form so they can send you endless spam. Rich. -- Richard Jones Red Hat From chrisbell at overview.demon.co.uk Sun Oct 12 13:00:48 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sun, 12 Oct 2008 13:00:48 +0100 (BST) Subject: [Gllug] Disc partitions In-Reply-To: <200810121233.49615.dylan@dylan.me.uk> Message-ID: On Sun 12 Oct, Dylan wrote: > > Well, it's partly going to depend on the functions you have in mind. A machine > with no graphical desktop is still only going to need a small installed > footprint. > > As to what can be shifted off to other physical drives, I've never had serious > issues partitioning off /home /opt /tmp /usr and any service specific data > (ftp space / web pages etc.) And the only time /var has been problematic on a > separate file system was when a system suffered a catastrophic failure so not > sure that counts! > > > There is also RAID and LVM of course. > > Dx Thanks. It looks as though I may have an intermittent problem, with one drive slow to start giving data. I have had intermittent problems re-booting a box, possibly because I tried to put /var on a separate disc, but I have also tried placing the various partitions in a different order on other discs. It has worked, but not every time. This time I have everything on one disc, and still have intermittent problems. -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From nix at esperi.org.uk Sun Oct 12 13:34:02 2008 From: nix at esperi.org.uk (Nix) Date: Sun, 12 Oct 2008 13:34:02 +0100 Subject: [Gllug] Disc partitions In-Reply-To: <200810121233.49615.dylan@dylan.me.uk> (dylan@dylan.me.uk's message of "Sun, 12 Oct 2008 12:33:49 +0100") References: <200810121233.49615.dylan@dylan.me.uk> Message-ID: <87r66mngat.fsf@hades.wkstn.nix> On 12 Oct 2008, dylan at dylan.me.uk verbalised: > There is also RAID and LVM of course. I'd be inclined to say that if you have several drives such that you can group them into N sets of roughly similar size where each set doesn't slow the others down when you access it, RAID-5/6 it instantly. With old drives, reliability is almost certainly going to be more important than storage space (those drives *will* die one day, and if you wanted storage space you wouldn't be using drives that old). -- `Not even vi uses vi key bindings for its command line.' --- PdS From chrisbell at overview.demon.co.uk Sun Oct 12 16:24:22 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sun, 12 Oct 2008 16:24:22 +0100 (BST) Subject: [Gllug] Disc partitions In-Reply-To: <87r66mngat.fsf@hades.wkstn.nix> Message-ID: On Sun 12 Oct, Nix wrote: > > On 12 Oct 2008, dylan at dylan.me.uk verbalised: > > There is also RAID and LVM of course. > > I'd be inclined to say that if you have several drives such that you can > group them into N sets of roughly similar size where each set doesn't > slow the others down when you access it, RAID-5/6 it instantly. With > old drives, reliability is almost certainly going to be more important > than storage space (those drives *will* die one day, and if you wanted > storage space you wouldn't be using drives that old). > One possible use would be as a security camera system, with a large SCSI e2fs drive storing pictures and one or two much smaller drives with the rest, including /usr and /var/log. -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From abuse at cabal.org.uk Sun Oct 12 16:31:44 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Sun, 12 Oct 2008 16:31:44 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: Message-ID: On 12 Oct 2008, at 16:24, Chris Bell wrote: [...] > One possible use would be as a security camera system, with a > large SCSI > e2fs drive storing pictures and one or two much smaller drives with > the > rest, including /usr and /var/log. Not that there really is such a thing as a large SCSI drive by today's standards, unless you are prepared to pay the achingly expensive price for them. I my AEC-7720U SCSIDE adaptor which lets me put a large IDE disk (or DVD writer) on crummy old machines which only speak SCSI. Span seem to be about the only UK stockist of them, and the prices don't seem too out of whack: http://www.span.com/catalog/index.php?cPath=1202&man_filter=82 Although if you want any more tiny SCSI disks, feel free to come and haul them away :) From addw at phcomp.co.uk Sun Oct 12 17:00:26 2008 From: addw at phcomp.co.uk (Alain Williams) Date: Sun, 12 Oct 2008 17:00:26 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: Message-ID: <20081012160026.GZ11605@mint.phcomp.co.uk> On Sun, Oct 12, 2008 at 04:31:44PM +0100, Peter Corlett wrote: > I my AEC-7720U SCSIDE adaptor which lets me put a large IDE > disk (or DVD writer) on crummy old machines which only speak SCSI. > Span seem to be about the only UK stockist of them, and the prices > don't seem too out of whack: > > http://www.span.com/catalog/index.php?cPath=1202&man_filter=82 That is nice ... lets you put many IDE disks into one machine, the 4 device IDE limit can be a pain. They do a SATA one as well - although that is more expensive. -- Alain Williams Linux/GNU 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 Past chairman of UKUUG: http://www.ukuug.org/ #include From chrisbell at overview.demon.co.uk Sun Oct 12 18:37:42 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sun, 12 Oct 2008 18:37:42 +0100 (BST) Subject: [Gllug] Disc partitions In-Reply-To: Message-ID: On Sun 12 Oct, Peter Corlett wrote: > > > Although if you want any more tiny SCSI disks, feel free to come and > haul them away :) > > Where from? Some of my Acorn boxes can use several, but are unable to cope with anything large. I do have a couple of 73GB LV differential drives which could take a reasonable amount of security video data, continuously over-writing older data. -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From abuse at cabal.org.uk Sun Oct 12 18:54:01 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Sun, 12 Oct 2008 18:54:01 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: Message-ID: <04B5C08B-7A3D-422B-872C-2260FD825822@cabal.org.uk> On 12 Oct 2008, at 18:37, Chris Bell wrote: [...] > Where from? Some of my Acorn boxes can use several, but are unable to > cope with anything large. I do have a couple of 73GB LV differential > drives > which could take a reasonable amount of security video data, > continuously > over-writing older data. It's all in Fulham, at least until I get fed up and throw it away. I started trying to pimp it out back in March: http://tripe.cabal.org.uk/archives/2008/03/geekcycle-part-1.html http://tripe.cabal.org.uk/archives/2008/03/geekcycle-part-2.html From damion.yates at gmail.com Sun Oct 12 21:16:03 2008 From: damion.yates at gmail.com (damion.yates at gmail.com) Date: Sun, 12 Oct 2008 21:16:03 +0100 (BST) Subject: [Gllug] Disc partitions In-Reply-To: <20081012160026.GZ11605@mint.phcomp.co.uk> References: <20081012160026.GZ11605@mint.phcomp.co.uk> Message-ID: On Sun, 12 Oct 2008, Alain Williams wrote: > On Sun, Oct 12, 2008 at 04:31:44PM +0100, Peter Corlett wrote: [snipped] > > http://www.span.com/catalog/index.php?cPath=1202&man_filter=82 > > That is nice ... lets you put many IDE disks into one machine, the 4 > device IDE limit can be a pain. What 4 device limit? There is a two device limit per channel. For performance it's advised you use only one, but you can have many channels, I've seen a box with something like /dev/hda* to /dev/hdm* There is a 4 primary partition limit if you're trying to remain compatible with Windows, is that where your confusion comes from? Damion From addw at phcomp.co.uk Sun Oct 12 21:32:07 2008 From: addw at phcomp.co.uk (Alain Williams) Date: Sun, 12 Oct 2008 21:32:07 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: <20081012160026.GZ11605@mint.phcomp.co.uk> Message-ID: <20081012203207.GA11605@mint.phcomp.co.uk> On Sun, Oct 12, 2008 at 09:16:03PM +0100, damion.yates at gmail.com wrote: > On Sun, 12 Oct 2008, Alain Williams wrote: > > > On Sun, Oct 12, 2008 at 04:31:44PM +0100, Peter Corlett wrote: > > [snipped] > > > > http://www.span.com/catalog/index.php?cPath=1202&man_filter=82 > > > > That is nice ... lets you put many IDE disks into one machine, the 4 > > device IDE limit can be a pain. > > What 4 device limit? There is a two device limit per channel. For > performance it's advised you use only one, but you can have many > channels, I've seen a box with something like /dev/hda* to /dev/hdm* Most PC motherboards have 2 IDE connections, thus max 4 disks. > There is a 4 primary partition limit if you're trying to remain > compatible with Windows, is that where your confusion comes from? -- Alain Williams Linux/GNU 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 Past chairman of UKUUG: http://www.ukuug.org/ #include From abuse at cabal.org.uk Sun Oct 12 21:44:29 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Sun, 12 Oct 2008 21:44:29 +0100 Subject: [Gllug] Disc partitions In-Reply-To: <20081012203207.GA11605@mint.phcomp.co.uk> References: <20081012160026.GZ11605@mint.phcomp.co.uk> <20081012203207.GA11605@mint.phcomp.co.uk> Message-ID: On 12 Oct 2008, at 21:32, Alain Williams wrote: [...] > Most PC motherboards have 2 IDE connections, thus max 4 disks. Plus another four or more by the cunning trick of plugging in a PCI IDE controller card... Although it's rather moot as IDE is dead, even though the corpse continues to twitch. It won't be missed. From peterachilds at gmail.com Mon Oct 13 07:20:14 2008 From: peterachilds at gmail.com (Peter Childs) Date: Mon, 13 Oct 2008 07:20:14 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: <20081012160026.GZ11605@mint.phcomp.co.uk> <20081012203207.GA11605@mint.phcomp.co.uk> Message-ID: 2008/10/12 Peter Corlett : > On 12 Oct 2008, at 21:32, Alain Williams wrote: > [...] >> Most PC motherboards have 2 IDE connections, thus max 4 disks. > > Plus another four or more by the cunning trick of plugging in a PCI > IDE controller card... > > Although it's rather moot as IDE is dead, even though the corpse > continues to twitch. It won't be missed. > > > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > PATA (or IDE as some people will call it) Is yet another piece of hardware to fall in to decline much like RS232 and Printer Cables before it, Forcing us all to upgrade when an upgrade is not strictly necessary. Forcing even more cash into the likes of AMD and Intel and so on. Processors and Motherboards have nearly stopped getting faster and faster and hence the machines without SATA still exists and are still useful especially for running Linux (Unless you like running Windows 98) PATA will continue to patter its rather over sized feet until all PATA motherboards have died which may be quite a long time, Now that this 7 year old computer is still good enough for most desktop activites* Peter Childs *None Games, and High Graphics stuff From rich at annexia.org Mon Oct 13 13:50:12 2008 From: rich at annexia.org (Richard Jones) Date: Mon, 13 Oct 2008 13:50:12 +0100 Subject: [Gllug] Disc partitions In-Reply-To: References: <20081012160026.GZ11605@mint.phcomp.co.uk> <20081012203207.GA11605@mint.phcomp.co.uk> Message-ID: <20081013125012.GA12536@annexia.org> On Sun, Oct 12, 2008 at 09:44:29PM +0100, Peter Corlett wrote: > Although it's rather moot as IDE is dead, even though the corpse > continues to twitch. It won't be missed. Well, IDE did provide a disk solution that actually worked, provided cheap disks to the masses, didn't come in 20 different and mutually incompatible varieties, and didn't have the "guess where I need to put the termination" game. SCSI certainly isn't missed over here. Rich. -- Richard Jones Red Hat From lists at frasco.org.uk Mon Oct 13 13:54:06 2008 From: lists at frasco.org.uk (Frank Scott) Date: Mon, 13 Oct 2008 13:54:06 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: References: Message-ID: <20081013125406.GA10464@frasco.org.uk> On Sun, Oct 12, 2008 at 10:07:37AM +0100, Chris Bell wrote: > GLLUG has requested a stand in the .org village at the Olympia, October > 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for > the entire time plus the rig day, who will be available to man the stand > with me, (not just as a visitor), and when? > I can manage the 23rd and the 24th Frank -- .^. .''`. /V\ : ;` : Frank Scott Sutton, London /( )\ `. ''` ^^ ^^ `- From john at sinodun.org.uk Mon Oct 13 20:48:37 2008 From: john at sinodun.org.uk (John Winters) Date: Mon, 13 Oct 2008 20:48:37 +0100 Subject: [Gllug] Disc partitions In-Reply-To: <20081013125012.GA12536@annexia.org> References: <20081012160026.GZ11605@mint.phcomp.co.uk> <20081012203207.GA11605@mint.phcomp.co.uk> <20081013125012.GA12536@annexia.org> Message-ID: <48F3A615.6080500@sinodun.org.uk> Richard Jones wrote: > On Sun, Oct 12, 2008 at 09:44:29PM +0100, Peter Corlett wrote: >> Although it's rather moot as IDE is dead, even though the corpse >> continues to twitch. It won't be missed. > > Well, IDE did provide a disk solution that actually worked, provided > cheap disks to the masses, didn't come in 20 different and mutually > incompatible varieties, and didn't have the "guess where I need to put > the termination" game. But did have the traditional mis-match between addressing methods, resulting in yet another artificial and unnecessary limit on HD size. John From chrisbell at overview.demon.co.uk Mon Oct 13 22:55:52 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Mon, 13 Oct 2008 22:55:52 +0100 (BST) Subject: [Gllug] High definition GLLUG logo requested for Linuxexpo Message-ID: Hello, I have been asked by Lance Davis, lance at uklinux dot net, for a high definition copy of the GLLUG logo for show banners. -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From paul.munday at redsnapper.net Mon Oct 13 11:38:38 2008 From: paul.munday at redsnapper.net (paul) Date: Mon, 13 Oct 2008 11:38:38 +0100 Subject: [Gllug] VACANCY: Linux Systems Admnistrator in SW London. Message-ID: <1223894318.16756.51.camel@localhost.localdomain> The following position is currently being advertised at the company I work for. Please do not send applications to this (the sender's) address. The correct address is listed towards the bottom of this email. Linux Systems Administrator Permanent. Salary £25,000 to £30,000 dependent on candidate and experience. Red Snapper Ltd are looking for a new Systems Administrator to join our technical team. Your responsibilities will cover all aspects of system administration supporting our co-located hosted web services. You will be expected to manage security, configuration, monitoring and maintenance of a number of established Linux based web, DNS and email servers. Red Snapper in a web agency based in South West London (Mortlake). The successful candidate must be professional, a good communicator, a team player, posses a good sense of humour and above all must be passionate and enthusiastic security, stability and efficiency. They should be keen to broaden their skill sets and enthusiastic to take on new challenges. The ideal candidate would be pro-active, self-managed and able to work well independently. Required Skills and Abilities: * Design, installation, management, maintenance, budgeting, scheduling, reports and recommendations across: * Core Linux setup and configuration (Debian Linux) * HTTP/HTTPS web services (Apache) * Email services (postfix, spam assassin, etc..) * Security - Firewalls, SSH/SSL, identity * Network, routing and switch management. * High Availability cluster using Heartbeat 2 and DBRD * Auxiliary services maintenance and management (FTP, LDAP, DNS) * Service failure prevention Additional abilities: * Office Network for Workstation management * Samba * Service failure prevention * Hardware maintenance Responsibilities: * The role will involve the management of two clusters of web servers, firewalls, DNS and email servers, in additon to office servers. Daily workload will generally include: * Installing, configuring and patching Debian operating systems and associated software * Security and access control * Monitoring and maintaining our key services as above. * Maintaining and providing service reports for both internal and client use * Maintaining and providing quarterly budgets, schedules and recommendations * Maintenance of backup procedures and operations * Continuing to be aware of future issues, potential opportunities and being able to make recommendations of them * Transfer of IP/DNS between Class C networks * Maintaining and recommending options for remote hosting / colo facilities How to Apply: Please send your CV and a covering note explaining what qualifies you for the position to sysad at redsnapper.net. If we are interested we shall ask you to complete a test question, which will help us decide whether to offer you an interview at our offices. More information available at http://www.redsnapper.net/sysad From tim at seacon.co.uk Tue Oct 14 08:54:03 2008 From: tim at seacon.co.uk (t.clarke) Date: Tue, 14 Oct 2008 8:54:03 +0100 Subject: [Gllug] job advert Message-ID: >The successful candidate must be professional, a good communicator, a >team player, posses a good sense of humour and above all must be >passionate and enthusiastic security, stability and efficiency. They >should be keen to broaden their skill sets and enthusiastic to take on >new challenges. The ideal candidate would be pro-active, self-managed >and able to work well independently. Wow, needs to be Mr Perfect then ! Though apparently doesn't need to be able to spell or to be proficient in the use of english grammar :-) Tim -------------------------------------------------------------------------------- This E-Mail (and any files transmitted with it) is intended solely for the use of the individual or entity to whom it is addressed. If you have received it in error please notify the sender and delete the message. Seacon Terminals Ltd, Company No. 1547396, registered in England and Wales Registered Office: Tower Wharf, Northfleet, Kent, DA11 9BD, England From gllug at dinkum.org.uk Tue Oct 14 10:11:02 2008 From: gllug at dinkum.org.uk (Andre) Date: Tue, 14 Oct 2008 10:11:02 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> Message-ID: <48F46226.50900@dinkum.org.uk> Benjamin Donnachie wrote: > I'd be grateful for recommendations for inexpensive PCI SATA cards > that work fully under Linux AND support 1TB drives. I have one of these: http://www.span.com/catalog/product_info.php?products_id=17142 working well in my Ubuntu Hardy Server, 2.6.24-19-generic kernel. It has two 1TB drives attached (half of a raid array) and doesn't have the disappearing partitions problem that my much more expensive Adaptec card has. Not tested throughput but it seems fine. > > The version / distro is irrelevant as I can upgrade as required. So > far I only seem to find cards that satisfy only one of the criteria... > :-/ > > Many thanks, > > Ben From abuse at cabal.org.uk Tue Oct 14 10:59:25 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Tue, 14 Oct 2008 10:59:25 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <48F46226.50900@dinkum.org.uk> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48F46226.50900@dinkum.org.uk> Message-ID: <20081014095925.GA29597@cabal.org.uk> On Tue, Oct 14, 2008 at 10:11:02AM +0100, Andre wrote: [...] > I have one of these: > http://www.span.com/catalog/product_info.php?products_id=17142 working > well in my Ubuntu Hardy Server, 2.6.24-19-generic kernel. I picked up something more or less identical for about a tenner at one of those Tottenham Court Road shows. Had to pay 1.50 to get it, but of course didn't need to pay delivery charges. > It has two 1TB drives attached (half of a raid array) and doesn't have the > disappearing partitions problem that my much more expensive Adaptec card > has. Unless it's a hardware RAID card, Adaptec is a waste of money and you're just paying for the name. Some people might say s/Unless/Even/, but I've not played with their current high-end stuff. I'm happy with the Adaptec 2400A RAID controller I acquired a few years back. From emacs.el at googlemail.com Tue Oct 14 11:52:20 2008 From: emacs.el at googlemail.com (emacs.el) Date: Tue, 14 Oct 2008 11:52:20 +0100 Subject: [Gllug] SMS to email gateway Message-ID: <48F479E4.1090400@googlemail.com> Can anyone recommend a cheap SMS to email gateway service? I want users to be able to send a text to update a web calendar so it only needs to be one-way. emacs.el From andy at mac1systems.com Tue Oct 14 11:57:12 2008 From: andy at mac1systems.com (Andy McGarty) Date: Tue, 14 Oct 2008 11:57:12 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F479E4.1090400@googlemail.com> References: <48F479E4.1090400@googlemail.com> Message-ID: On Tue, 14 Oct 2008 11:52:20 +0100, emacs.el wrote: > Can anyone recommend a cheap SMS to email gateway service? I want users > to > be able to send a text to update a web calendar so it only needs to be > one-way. > > emacs.el try tmcsms.com as you can have cheaper inbound numbers that aren't expensive shortcodes. It looks like a normal mobile number and costs the people sending the texts the same as a normal number. Think they have a free trial. Andy From marcus at fatbeehive.com Tue Oct 14 12:06:39 2008 From: marcus at fatbeehive.com (Marcus Taylor) Date: Tue, 14 Oct 2008 12:06:39 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F479E4.1090400@googlemail.com> References: <48F479E4.1090400@googlemail.com> Message-ID: <48F47D3F.8070205@fatbeehive.com> emacs.el wrote: > Can anyone recommend a cheap SMS to email gateway service? I want users to > be able to send a text to update a web calendar so it only needs to be one-way. > > emacs.el I have used AQL which are resonable if you use quite a few texts - also you can have a vodafone number which is handy if your users have a vodefone phone with free/bundled texts ;) http://aql.com/virtual_mobile/ -- +----------------------------------------------------------------------+ | Marcus Taylor | Tel: 0207 7398704 | +-----------------------+ Email: marcus at fatbeehive.com | | Systems Administrator | Web: http://www.fatbeehive.com | | Fat Beehive Ltd | 2nd Floor, 59 Rivington St, London, EC2a 3QQ | +-----------------------+----------------------------------------------+ From martin at hinterlands.org Tue Oct 14 12:44:59 2008 From: martin at hinterlands.org (Martin A. Brooks) Date: Tue, 14 Oct 2008 12:44:59 +0100 Subject: [Gllug] job advert In-Reply-To: References: Message-ID: <48F4863B.5000202@hinterlands.org> t.clarke wrote: > Wow, needs to be Mr Perfect then ! > No need for a space between "then" and "!". > > Though apparently doesn't need to be able to spell or to be proficient in the > use of english grammar :-) > > English sentences end with a full stop. From tim at seacon.co.uk Tue Oct 14 12:47:53 2008 From: tim at seacon.co.uk (t.clarke) Date: Tue, 14 Oct 2008 12:47:53 +0100 Subject: [Gllug] job advert In-Reply-To: <48F4863B.5000202@hinterlands.org> References: <48F4863B.5000202@hinterlands.org> Message-ID: So, who ever PUNCTUATES emails perfectly? From td at bloogaloo.co.uk Tue Oct 14 12:56:37 2008 From: td at bloogaloo.co.uk (tid) Date: Tue, 14 Oct 2008 12:56:37 +0100 Subject: [Gllug] job advert In-Reply-To: References: <48F4863B.5000202@hinterlands.org> Message-ID: <1c5b64b80810140456y7804d560ld7150b3413925042@mail.gmail.com> more interesting is the requirement for "a sense of humour". How are they going to evaluate that and is it a show stopper if the candidate hasn't got one? Granted that If you work in Sysadmin, you *need* a sense of humour to survive some of the stupider things that users & management thrust upon you, but you don't see many job adverts for doctors saying "must have a sense of humour". Tid. 2008/10/14 t.clarke : > So, who ever PUNCTUATES emails perfectly? > > > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > From farnsaw at stonedoor.com Tue Oct 14 13:09:59 2008 From: farnsaw at stonedoor.com (Andrew Farnsworth) Date: Tue, 14 Oct 2008 08:09:59 -0400 Subject: [Gllug] job advert Message-ID: <29724.1223986199@stonedoor.com> I have a sense of humor. I keep it safely locked in my desk drawer. Andy On Tue Oct 14 7:56 , tid sent: >more interesting is the requirement for "a sense of humour". How are >they going to >evaluate that and is it a show stopper if the candidate hasn't got one? > >Granted that If you work in Sysadmin, you *need* a sense of humour to >survive some >of the stupider things that users & management thrust upon you, but >you don't see >many job adverts for doctors saying "must have a sense of humour". > >Tid. > >2008/10/14 t.clarke tim at seacon.co.uk>: >> So, who ever PUNCTUATES emails perfectly? >> >> >> -- >> Gllug mailing list - Gllug at gllug.org.uk >> http://lists.gllug.org.uk/mailman/listinfo/gllug >> >-- >Gllug mailing list - Gllug at gllug.org.uk >http://lists.gllug.org.uk/mailman/listinfo/gllug From paul at ma1.se Tue Oct 14 13:13:31 2008 From: paul at ma1.se (Paul Lee) Date: Tue, 14 Oct 2008 13:13:31 +0100 Subject: [Gllug] job advert In-Reply-To: <1c5b64b80810140456y7804d560ld7150b3413925042@mail.gmail.com> References: <48F4863B.5000202@hinterlands.org> <1c5b64b80810140456y7804d560ld7150b3413925042@mail.gmail.com> Message-ID: <48F48CEB.2090200@ma1.se> tid wrote: > more interesting is the requirement for "a sense of humour". How are > they going to > evaluate that and is it a show stopper if the candidate hasn't got one? > > Granted that If you work in Sysadmin, you *need* a sense of humour to > survive some > of the stupider things that users & management thrust upon you, but > you don't see > many job adverts for doctors saying "must have a sense of humour". > > Tid. > Any potential employeers need a sense of humour to run the gauntlet of running a job advert on this list! ;o) Paul From paul at ma1.se Tue Oct 14 13:15:00 2008 From: paul at ma1.se (Paul Lee) Date: Tue, 14 Oct 2008 13:15:00 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F479E4.1090400@googlemail.com> References: <48F479E4.1090400@googlemail.com> Message-ID: <48F48D44.10806@ma1.se> emacs.el wrote: > Can anyone recommend a cheap SMS to email gateway service? I want users to > be able to send a text to update a web calendar so it only needs to be one-way. > > emacs.el Hi Try aql.com.Used them for a few years. Paul From ali at anarres-worlds.org Tue Oct 14 16:09:16 2008 From: ali at anarres-worlds.org (Alison Young) Date: Tue, 14 Oct 2008 16:09:16 +0100 Subject: [Gllug] job advert In-Reply-To: <1c5b64b80810140456y7804d560ld7150b3413925042@mail.gmail.com> References: <48F4863B.5000202@hinterlands.org> <1c5b64b80810140456y7804d560ld7150b3413925042@mail.gmail.com> Message-ID: <48F4B61C.5050007@anarres-worlds.org> tid wrote: > more interesting is the requirement for "a sense of humour". How are > they going to > evaluate that and is it a show stopper if the candidate hasn't got one? I've seen that kind of thing in adverts a few times now, and the majority of them have come across as bad phrasing for a reasonable requirement: personal resilience and effectiveness in the face of pressure with maybe a dash of camaraderie with the rest of the team. Then there's the other ads, where that phrase is a sign that you'll be exposed to every bad management practice while being expected to work miracles by the rest of the company. The expression "If you can't take a joke, you shouldn't have joined" is what they were actually aiming for. On a similar topic, one of the strangest requirements I've seen in a job ad was that any new hire would be expected to join in with the drinking on Friday nights. Unfortunately I didn't keep a bookmark of it so I can't check exact wording, but I was really quite surprised that made it past HR. > Granted that If you work in Sysadmin, you *need* a sense of humour to > survive some > of the stupider things that users & management thrust upon you, > but you don't see > many job adverts for doctors saying "must have a sense of humour". I suspect the medical profession have their own code phrases for their job ads. Not sure what "workaholic stress-puppy" would be translated to, though... Cheers, Ali -- Alison Young ali at anarres-worlds.org 0777 32 96 156 From mail-lists at karan.org Tue Oct 14 16:49:52 2008 From: mail-lists at karan.org (Karanbir Singh) Date: Tue, 14 Oct 2008 16:49:52 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F479E4.1090400@googlemail.com> References: <48F479E4.1090400@googlemail.com> Message-ID: <48F4BFA0.9000309@karan.org> emacs.el wrote: > Can anyone recommend a cheap SMS to email gateway service? I want users to > be able to send a text to update a web calendar so it only needs to be one-way. why not just connect a pay-as-you-go phone to your computer and people send text msgs there ? -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq From emacs.el at googlemail.com Tue Oct 14 18:17:25 2008 From: emacs.el at googlemail.com (emacs.el) Date: Tue, 14 Oct 2008 18:17:25 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F4BFA0.9000309@karan.org> References: <48F479E4.1090400@googlemail.com> <48F4BFA0.9000309@karan.org> Message-ID: <48F4D425.6020101@googlemail.com> Karanbir Singh wrote: > emacs.el wrote: >> Can anyone recommend a cheap SMS to email gateway service? I want users to >> be able to send a text to update a web calendar so it only needs to be one-way. > > why not just connect a pay-as-you-go phone to your computer and people > send text msgs there ? > What kind of connector between the phone and the Linux machine? I'd also need to get it transferring messages automatically so that a script can retrieve values to update the web calendar. What kind of Linux/OSS programs can accomplish this? emacs.el From john at sinodun.org.uk Tue Oct 14 21:14:33 2008 From: john at sinodun.org.uk (John Winters) Date: Tue, 14 Oct 2008 21:14:33 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F4D425.6020101@googlemail.com> References: <48F479E4.1090400@googlemail.com> <48F4BFA0.9000309@karan.org> <48F4D425.6020101@googlemail.com> Message-ID: <48F4FDA9.1030403@sinodun.org.uk> emacs.el wrote: > Karanbir Singh wrote: >> emacs.el wrote: >>> Can anyone recommend a cheap SMS to email gateway service? I want users to >>> be able to send a text to update a web calendar so it only needs to be one-way. >> why not just connect a pay-as-you-go phone to your computer and people >> send text msgs there ? >> > > What kind of connector between the phone and the Linux machine? If you get one of these wireless broadband dongles then that gives you the ability to send and receive SMS messages from the PC. I'm not aware of an API, but there exists a program called Vodafone Mobile Connect Card driver for Linux, and it's open source so you can always extract from it the bit that you want. HTH John From damion.yates at gmail.com Wed Oct 15 02:35:34 2008 From: damion.yates at gmail.com (damion.yates at gmail.com) Date: Wed, 15 Oct 2008 02:35:34 +0100 (BST) Subject: [Gllug] SMS to email gateway In-Reply-To: <48F4D425.6020101@googlemail.com> References: <48F479E4.1090400@googlemail.com> <48F4BFA0.9000309@karan.org> <48F4D425.6020101@googlemail.com> Message-ID: On Tue, 14 Oct 2008, emacs.el wrote: > Karanbir Singh wrote: > > emacs.el wrote: > >> Can anyone recommend a cheap SMS to email gateway service? I want > >> users to be able to send a text to update a web calendar so it only > >> needs to be one-way. > > > > why not just connect a pay-as-you-go phone to your computer and > > people send text msgs there ? > > > > What kind of connector between the phone and the Linux machine? I'd > also need to get it transferring messages automatically so that a > script can retrieve values to update the web calendar. What kind of > Linux/OSS programs can accomplish this? It depends on the phone, old ones used serial which works trivially, newer will need usb or bluetooth. They all appear as a serial device, bluetooth using rfcomm to create a /dev/rfcomm0, plus loads of faffing depending on how automated your distribution is and how lucky you are, usb should work by default giving a /dev/ttyUSB0 device. You might have to fight, add usbIDs to kernel headers, or piss around with pairing and dbus and gtk only popups for PINs and other such mess. Once you have a serial device attached to the phone, modem style AT commands are sent to control the phone. Nokia's can be controlled via gnokii and some fork which can do things like take a photo and pull the image off automatically over BT (sneaky). There are almost certainly loads of tools people have written, just do some cuil/yahoo/live/google searches. Otherwise you could just use basic shell scripts and echo stuff and read from /dev/ A 10 second google search got me: http://designbuildtestrepeat.wordpress.com/2008/04/29/huawei-e220-on-linux-for-sms/ You'll need to google for your phone although it's likely to be similar per manufacturer. You can see from this article you can send and receive SMSes quite easily. There are limits to the speed this can work at vs an expensive pay-for SMS service, you're always having to poll and pull off SMSes from a SIM as fast as you can. Damion - it's 02:30 can't sleep, working on a remote BT apple keyboard uncomfortably in the lounge squinting at my 1920x1080 hdmi telly (which is why I'm up late having just got it working, what a waste of time! need to plug my normal 1024x768 monitor back in and sit on my desk chair!). From mail-lists at karan.org Wed Oct 15 12:39:30 2008 From: mail-lists at karan.org (Karanbir Singh) Date: Wed, 15 Oct 2008 12:39:30 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F4D425.6020101@googlemail.com> References: <48F479E4.1090400@googlemail.com> <48F4BFA0.9000309@karan.org> <48F4D425.6020101@googlemail.com> Message-ID: <48F5D672.7060809@karan.org> emacs.el wrote: > What kind of connector between the phone and the Linux machine? I'd also > need to get it transferring messages automatically so that a script can > retrieve values to update the web calendar. What kind of Linux/OSS programs > can accomplish this? > > emacs.el depending on how creative you want to get : http://kannel.org/ Although, if you've never done this before, go with Damion's recommendations first. Get the serial links up and use the bash scripts etc. -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq From bap at shrdlu.com Wed Oct 15 13:41:23 2008 From: bap at shrdlu.com (Bernard Peek) Date: Wed, 15 Oct 2008 13:41:23 +0100 Subject: [Gllug] job advert In-Reply-To: <48F4B61C.5050007@anarres-worlds.org> References: <48F4863B.5000202@hinterlands.org> <1c5b64b80810140456y7804d560ld7150b3413925042@mail.gmail.com> <48F4B61C.5050007@anarres-worlds.org> Message-ID: <1224074483.3137.14.camel@klaatu.shrdlu.com> On Tue, 2008-10-14 at 16:09 +0100, Alison Young wrote: > On a similar topic, one of the strangest requirements I've seen in a job > ad was that any new hire would be expected to join in with the drinking > on Friday nights. Unfortunately I didn't keep a bookmark of it so I > can't check exact wording, but I was really quite surprised that made it > past HR. I once hired someone who was apparently a recovering alcoholic. After that debacle I always checked with the people I hired. It was a very boozy company and a recovering alcoholic didn't stand a chance. I'm sure that if he had said something at interview we could have worked something out. From tjoshi at lonix.org.uk Wed Oct 15 15:18:19 2008 From: tjoshi at lonix.org.uk (Tushar Joshi) Date: Wed, 15 Oct 2008 15:18:19 +0100 (BST) Subject: [Gllug] Lonix - London Linux User Group (LinuxExpo/Mac Expo Meeting) Message-ID: <1779-1224080186305315@lonix.org.uk> Hi , Here are the details of the next meeting for Lonix, Date: Thursday 23 Oct 2008 Time: 6.00 pm onwards Place: Prince Albert, 11 Pembridge Rd, London, W11 3HQ Map: http://tinyurl.com/princealbertnh Nearest Tube: Nottinghill Gate (central/district/circle) Phone: 07980224772 This year the Linux Expo joins with the Mac Expo to form the Creative Pro Expo, so basically 2 shows at the same time in the same place. Lonix as usual have a stand here (volunteers needed!) and we'll be meeting up after the show Thursday at about 6.00pm. You must register here to gain FREE entrance to the show. http://www.linuxexpolive.co.uk/ which is FREE at the moment, but be quick! The show is on the Thursday, Friday and Saturday, but of course the best day to arrive is Thursday which is the same day as the Lonix meeting in the evening (kill two penguins with one stone). If you'd like to help out at the show on any of the days, then please get in contact letting me know your availability. We'll have some Lonix merchandise to give away at the stand so anyone with a bit of time free please come and help out, especially since it's 3 days this year. Nearest tube for Olympia Exhibition Center is Olympia station or a short walk from Barons Court. The meeting afterwards is in the Price Albert in Notting Hill and a short bus journey from Olympia. We have the back room reserved for us with a private waitress to serve us. This pub has a variety of drinks (real ale, beer and lemonade) as well as some excellent pub food. For those coming to the pub after the show, we'll be meeting up at the Lonix stand at 5.45 to head over in a group. As usual Linux talk, chat and networking will continue into the night. Tushar Joshi This e-mail was sent to you because you have subscribed to the Lonix meetings notification e-mail list. If you have any questions concerning this please contact us on www.lonix.org.uk/?showContact You can get out by logging in and then clicking on mailling list on the left and then choose the relevant list. This will remove you once and for all. Your Lonix Account Details are: Login via : http://www.lonix.org.uk Username: gllug at linux.co.uk Password: ****** From sanelson at gmail.com Thu Oct 16 12:53:36 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Thu, 16 Oct 2008 12:53:36 +0100 Subject: [Gllug] SCSI Cable Message-ID: Anyone in / nr North London today got a SCSI cable they could part with (or lend)? S. From abuse at cabal.org.uk Thu Oct 16 12:56:51 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Thu, 16 Oct 2008 12:56:51 +0100 Subject: [Gllug] SCSI Cable In-Reply-To: References: Message-ID: <20081016115651.GA9124@cabal.org.uk> On Thu, Oct 16, 2008 at 12:53:36PM +0100, Stephen Nelson-Smith wrote: > Anyone in / nr North London today got a SCSI cable they could part > with (or lend)? SCSI cables come in many shapes and sizes. Could you be more specific? From mintywalker at gmail.com Thu Oct 16 13:12:24 2008 From: mintywalker at gmail.com (Minty) Date: Thu, 16 Oct 2008 13:12:24 +0100 Subject: [Gllug] SMS to email gateway In-Reply-To: <48F4D425.6020101@googlemail.com> References: <48F479E4.1090400@googlemail.com> <48F4BFA0.9000309@karan.org> <48F4D425.6020101@googlemail.com> Message-ID: On Tue, Oct 14, 2008 at 6:17 PM, emacs.el wrote: > What kind of connector between the phone and the Linux machine? I'd also > need to get it transferring messages automatically so that a script can > retrieve values to update the web calendar. What kind of Linux/OSS programs > can accomplish this? http://matt.bottrell.com.au/archives/170-Nagios-2-way-alerting-via-SMS-Part-1.html has a worked example From adrian at newgolddream.dyndns.info Thu Oct 16 13:58:22 2008 From: adrian at newgolddream.dyndns.info (Adrian McMenamin) Date: Thu, 16 Oct 2008 13:58:22 +0100 (BST) Subject: [Gllug] is LaTex the way to do this? Message-ID: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> One product I am often asked to produce at work is a graphic based on a series of coentric segments of circles, bisected at various points and with names in the segments. (Apologies for the poor description - think of a flan made of three rings and cut into thirds or quarters). The internal design team have been doing this as a personal favour on an ad hoc basis, but I'd like to get away from that by creating something that allows me to produce an eps or similar file by pressing a button, adding the names through a web or similar interface and off we go. Naturally I'd like to use free software tools. So is LaTex the way to do this? From sanelson at gmail.com Thu Oct 16 14:23:36 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Thu, 16 Oct 2008 14:23:36 +0100 Subject: [Gllug] SCSI Cable In-Reply-To: <20081016115651.GA9124@cabal.org.uk> References: <20081016115651.GA9124@cabal.org.uk> Message-ID: On Thu, Oct 16, 2008 at 12:56 PM, Peter Corlett wrote: > On Thu, Oct 16, 2008 at 12:53:36PM +0100, Stephen Nelson-Smith wrote: >> Anyone in / nr North London today got a SCSI cable they could part >> with (or lend)? > > SCSI cables come in many shapes and sizes. Could you be more specific? LVD SCSI 68-pin HD to HD. S. From gllug at eco.li Fri Oct 17 10:42:30 2008 From: gllug at eco.li (Dan Kolb) Date: Fri, 17 Oct 2008 10:42:30 +0100 Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> Message-ID: <20081017094230.GQ7492@hades.eco.li> On Thu, Oct 16, 2008 at 01:58:22PM +0100, Adrian McMenamin wrote: > Naturally I'd like to use free software tools. > > So is LaTex the way to do this? What about xfig? -- Acid absorbs 47 times its own weight in excess Reality. From sean at practicalweb.co.uk Fri Oct 17 11:25:14 2008 From: sean at practicalweb.co.uk (Sean Burlington) Date: Fri, 17 Oct 2008 11:25:14 +0100 Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> Message-ID: <48F8680A.7020303@practicalweb.co.uk> Adrian McMenamin wrote: > One product I am often asked to produce at work is a graphic based on a > series of coentric segments of circles, bisected at various points and > with names in the segments. (Apologies for the poor description - think > of a flan made of three rings and cut into thirds or quarters). Is this a pie chart variation? jfreechart might do it http://www.jfree.org/jfreechart/samples.html It's LGPL - with public API docs - but the full docs (with example code ect) are paid for. The webstart demo shows the chart types available - the show a simpler version of what you describe - it's not clear if the full thing is available. -- Sean Burlington www.practicalweb.co.uk From sanelson at gmail.com Fri Oct 17 11:54:23 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Fri, 17 Oct 2008 11:54:23 +0100 Subject: [Gllug] Timer Program Message-ID: I don't know if any of you are aware of the minuteur program for OSX. It's a simple countdown timer with a pleasant interface, which starts from a defined amount of time and counts down. When it gets to the end it either rings a bell, or fills the screen with a notification saying "Time's up!" I've searched high and low for a Linux equivalent that doesn't suck. The gnome timer applet doesn't seem to want to make a noise louder than an almost inaudible "click", and I've tried pointing it at a wav file of a bell. The kalarm program is a bit better - but it doesn't have a nice interface, and it's notification will only appear on the desktop on which it was launched - not all desktops. Can anyone point me to something better? S. From chrisbell at overview.demon.co.uk Fri Oct 17 11:58:29 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Fri, 17 Oct 2008 11:58:29 +0100 (BST) Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: Message-ID: On Sun 12 Oct, Chris Bell wrote: > > Hello, > GLLUG has requested a stand in the .org village at the Olympia, October > 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for > the entire time plus the rig day, who will be available to man the stand > with me, (not just as a visitor), and when? > I have to apply for exhibitor and contractor passes. I have some names, but are there any to be added before I send the forms? -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From tethys at gmail.com Fri Oct 17 12:40:36 2008 From: tethys at gmail.com (- Tethys) Date: Fri, 17 Oct 2008 12:40:36 +0100 Subject: [Gllug] Timer Program In-Reply-To: References: Message-ID: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> On Fri, Oct 17, 2008 at 11:54 AM, Stephen Nelson-Smith wrote: > I don't know if any of you are aware of the minuteur program for OSX. > It's a simple countdown timer with a pleasant interface, which starts > from a defined amount of time and counts down. When it gets to the > end it either rings a bell, or fills the screen with a notification > saying "Time's up!" Perhaps not as slick a user interface, but this should work well enough: echo 'aplay /path/to/noise.wav && xmessage -display :0 "Time is up"' | at "now +25 minutes" Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From sanelson at gmail.com Fri Oct 17 12:47:23 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Fri, 17 Oct 2008 12:47:23 +0100 Subject: [Gllug] Timer Program In-Reply-To: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> References: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> Message-ID: Hi Tet, > Perhaps not as slick a user interface, but this should work well enough: > > echo 'aplay /path/to/noise.wav && xmessage -display :0 "Time is up"' | > at "now +25 minutes" Yes - that's perfect. I couldn't remember the command-line command. Just checking the xmessage docs to see how to make it fill the screen. S. From rich at annexia.org Fri Oct 17 13:03:04 2008 From: rich at annexia.org (Richard Jones) Date: Fri, 17 Oct 2008 13:03:04 +0100 Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> Message-ID: <20081017120304.GA21901@annexia.org> On Thu, Oct 16, 2008 at 01:58:22PM +0100, Adrian McMenamin wrote: > One product I am often asked to produce at work is a graphic based on a > series of coentric segments of circles, bisected at various points and > with names in the segments. (Apologies for the poor description - think > of a flan made of three rings and cut into thirds or quarters). > > The internal design team have been doing this as a personal favour on an > ad hoc basis, but I'd like to get away from that by creating something > that allows me to produce an eps or similar file by pressing a button, > adding the names through a web or similar interface and off we go. > > Naturally I'd like to use free software tools. > > So is LaTex the way to do this? Maybe inkscape? I just drew three circles and saved it as the native SVG format. The result is here: http://www.annexia.org/tmp/circles.svg.txt It looks fairly comprehensible to me, either to do further editing in inkscape, or to edit it by hand. The advantage of SVG over, say, the .fig format is that it should be more widely understood by tools and applications on that "other platform". Rich. -- Richard Jones Red Hat From rich at annexia.org Fri Oct 17 13:04:20 2008 From: rich at annexia.org (Richard Jones) Date: Fri, 17 Oct 2008 13:04:20 +0100 Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <48F8680A.7020303@practicalweb.co.uk> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> <48F8680A.7020303@practicalweb.co.uk> Message-ID: <20081017120420.GB21901@annexia.org> On Fri, Oct 17, 2008 at 11:25:14AM +0100, Sean Burlington wrote: > jfreechart might do it > > http://www.jfree.org/jfreechart/samples.html Chartjunk-tastic. You'd think that people who do charts for a living would have read Tufte ... Rich. -- Richard Jones Red Hat From rich at annexia.org Fri Oct 17 13:08:16 2008 From: rich at annexia.org (Richard Jones) Date: Fri, 17 Oct 2008 13:08:16 +0100 Subject: [Gllug] Timer Program In-Reply-To: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> References: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> Message-ID: <20081017120816.GC21901@annexia.org> On Fri, Oct 17, 2008 at 12:40:36PM +0100, - Tethys wrote: > Perhaps not as slick a user interface, but this should work well enough: > > echo 'aplay /path/to/noise.wav && xmessage -display :0 "Time is up"' | > at "now +25 minutes" That's funny ... I actually did something like that once when I was stuck in a seedy hotel with only my laptop and no alarm clock. Rich. -- Richard Jones Red Hat From tethys at gmail.com Fri Oct 17 13:10:58 2008 From: tethys at gmail.com (- Tethys) Date: Fri, 17 Oct 2008 13:10:58 +0100 Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <20081017120304.GA21901@annexia.org> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> <20081017120304.GA21901@annexia.org> Message-ID: <264d99b00810170510t283d443bl9c203de24b17cd83@mail.gmail.com> On Fri, Oct 17, 2008 at 1:03 PM, Richard Jones wrote: > Maybe inkscape? I was thinking of Inkscape, too, primarily because it's SVG. That means you should be able to stick it on a web page, and have end users fill in the labels, and then use exactly the same drawing code to produce the final output. Inkscape has some basic support for scripting, so the process can be automated when the user hits the Go button on the web page. Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From johngeoffreywalker at yahoo.co.uk Fri Oct 17 14:00:24 2008 From: johngeoffreywalker at yahoo.co.uk (John G Walker) Date: Fri, 17 Oct 2008 14:00:24 +0100 Subject: [Gllug] Timer Program In-Reply-To: <20081017120816.GC21901@annexia.org> References: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> <20081017120816.GC21901@annexia.org> Message-ID: <20081017140024.0dcbdfcd@Rosebud.Harmony> On Fri, 17 Oct 2008 13:08:16 +0100 Richard Jones wrote: > > echo 'aplay /path/to/noise.wav && xmessage -display :0 "Time is > > up"' | at "now +25 minutes" > > That's funny ... I actually did something like that once when I was > stuck in a seedy hotel with only my laptop and no alarm clock. Did you use the button option to create a snooze function? -- All the best, John From john at sinodun.org.uk Fri Oct 17 14:20:28 2008 From: john at sinodun.org.uk (John Winters) Date: Fri, 17 Oct 2008 14:20:28 +0100 Subject: [Gllug] Is Dia the right tool for this job? Message-ID: <48F8911C.8020509@sinodun.org.uk> I'm trying to draw some simple maths problems using Dia. I need some circles with chords and diameters inside. I can draw a circle in Dia no problem, and lines radiating out from the circle are dead easy too, but it seems to flatly refuse to draw lines inside the circle - you get an orange shadow round the circle and a dot in the centre. Am I missing something obvious? Is there a better tool for this kind of thing? TIA, John From me at byron.me.uk Fri Oct 17 14:44:27 2008 From: me at byron.me.uk (Byron Schlemmer) Date: Fri, 17 Oct 2008 14:44:27 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <48F8911C.8020509@sinodun.org.uk> References: <48F8911C.8020509@sinodun.org.uk> Message-ID: <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> 2008/10/17 John Winters : > I'm trying to draw some simple maths problems using Dia. I need some > circles with chords and diameters inside. > > I can draw a circle in Dia no problem, and lines radiating out from the > circle are dead easy too, but it seems to flatly refuse to draw lines > inside the circle - you get an orange shadow round the circle and a dot > in the centre. > > Am I missing something obvious? Is there a better tool for this kind of > thing? Yes, http://www.omnigroup.com/applications/omnigraffle/ :) -- byron From tethys at gmail.com Fri Oct 17 14:51:08 2008 From: tethys at gmail.com (- Tethys) Date: Fri, 17 Oct 2008 14:51:08 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <48F8911C.8020509@sinodun.org.uk> References: <48F8911C.8020509@sinodun.org.uk> Message-ID: <264d99b00810170651g64062ea2gb9c52a1eb19daefb@mail.gmail.com> On Fri, Oct 17, 2008 at 2:20 PM, John Winters wrote: > I can draw a circle in Dia no problem, and lines radiating out from the > circle are dead easy too, but it seems to flatly refuse to draw lines > inside the circle - you get an orange shadow round the circle and a dot > in the centre. Turn off "Snap to objects" in the View menu. Although I'd probably use Inkscape rather than Dia anyway. Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From john at sinodun.org.uk Fri Oct 17 16:27:02 2008 From: john at sinodun.org.uk (John Winters) Date: Fri, 17 Oct 2008 16:27:02 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> Message-ID: <48F8AEC6.5000302@sinodun.org.uk> Byron Schlemmer wrote: > 2008/10/17 John Winters : [snip] >> Am I missing something obvious? Is there a better tool for this kind of >> thing? > > Yes, > > http://www.omnigroup.com/applications/omnigraffle/ Thank you - I'll take a look. Cheers, John From sanelson at gmail.com Fri Oct 17 16:40:47 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Fri, 17 Oct 2008 16:40:47 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> Message-ID: Hello, > Yes, > > http://www.omnigroup.com/applications/omnigraffle/ Is there a Linux version? I thought it was OSX only. I've used it, and it's super. Even the crippleware version. S. From me at byron.me.uk Fri Oct 17 17:32:24 2008 From: me at byron.me.uk (Byron Schlemmer) Date: Fri, 17 Oct 2008 17:32:24 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> Message-ID: <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> 2008/10/17 Stephen Nelson-Smith : > Hello, > >> Yes, >> >> http://www.omnigroup.com/applications/omnigraffle/ > > Is there a Linux version? I thought it was OSX only. I've used it, > and it's super. Even the crippleware version. No. My original response was less than useful. John, something else you may try is OpenOffice Draw. However I suspect Tethys has present an answer for your original problem. -- byron From hearnsj at googlemail.com Fri Oct 17 18:54:03 2008 From: hearnsj at googlemail.com (John Hearns) Date: Fri, 17 Oct 2008 18:54:03 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> Message-ID: <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> Talking about diagamming tools, does anyone have a recommendation for tools for network/server diagrams? To be honest, the best kid on the block these days seems to be Visio. A long time ago I got used to a Windows program which did a good job for me - and if I ever remember the name for it I'll try to search it out again. Lots of pre-defined network switch images, and I liked the way it worked. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081017/314e7ec8/attachment.htm From john at sinodun.org.uk Fri Oct 17 18:54:46 2008 From: john at sinodun.org.uk (John Winters) Date: Fri, 17 Oct 2008 18:54:46 +0100 Subject: [Gllug] Timer Program In-Reply-To: <20081017120816.GC21901@annexia.org> References: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> <20081017120816.GC21901@annexia.org> Message-ID: <48F8D166.4020706@sinodun.org.uk> Richard Jones wrote: > On Fri, Oct 17, 2008 at 12:40:36PM +0100, - Tethys wrote: >> Perhaps not as slick a user interface, but this should work well enough: >> >> echo 'aplay /path/to/noise.wav && xmessage -display :0 "Time is up"' | >> at "now +25 minutes" > > That's funny ... I actually did something like that once when I was > stuck in a seedy hotel with only my laptop and no alarm clock. The mind boggles as to why you needed to time 25 minutes in a seedy hotel. ;-) John From S.Tohill at westminster.ac.uk Fri Oct 17 19:34:14 2008 From: S.Tohill at westminster.ac.uk (sean) Date: Fri, 17 Oct 2008 19:34:14 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> Message-ID: <48F8DAA6.7060902@wmin.ac.uk> John Hearns wrote: > Talking about diagamming tools, does anyone have a recommendation for > tools for network/server diagrams? > To be honest, the best kid on the block these days seems to be Visio. > > A long time ago I got used to a Windows program which did a good job > for me - and if I ever remember the name for it I'll try to search it > out again. Lots of pre-defined network switch images, and I liked the > way it worked. > yes, something to networking diagrams would be good. i teach cisco courses and even though cisco have started to use linux based servers as part of the course, the diagrams student produce are using visio, because i can't find a suitable alternative. regards sean -- The University of Westminster is a charity and a company limited by guarantee. Registration number: 977818 England. Registered Office: 309 Regent Street, London W1B 2UW, UK. From caroline.ford.work at googlemail.com Fri Oct 17 20:15:10 2008 From: caroline.ford.work at googlemail.com (Caroline Ford) Date: Fri, 17 Oct 2008 20:15:10 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <48F8DAA6.7060902@wmin.ac.uk> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> <48F8DAA6.7060902@wmin.ac.uk> Message-ID: Dia comes with some cisco artwork. On 10/17/08, sean wrote: > John Hearns wrote: >> Talking about diagamming tools, does anyone have a recommendation for >> tools for network/server diagrams? >> To be honest, the best kid on the block these days seems to be Visio. >> >> A long time ago I got used to a Windows program which did a good job >> for me - and if I ever remember the name for it I'll try to search it >> out again. Lots of pre-defined network switch images, and I liked the >> way it worked. >> > yes, something to networking diagrams would be good. i teach cisco > courses and even though cisco have started to use linux based servers as > part of the course, the diagrams student produce are using visio, > because i can't find a suitable alternative. > > regards > > sean > > -- > The University of Westminster is a charity and a company limited by > guarantee. Registration number: 977818 England. Registered Office: > 309 Regent Street, London W1B 2UW, UK. > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > -- Sent from Google Mail for mobile | mobile.google.com From tethys at gmail.com Fri Oct 17 21:21:34 2008 From: tethys at gmail.com (- Tethys) Date: Fri, 17 Oct 2008 21:21:34 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> Message-ID: <264d99b00810171321o415ef502m1d976e876ec063bb@mail.gmail.com> On Fri, Oct 17, 2008 at 6:54 PM, John Hearns wrote: > Talking about diagamming tools, does anyone have a recommendation for tools > for network/server diagrams? > To be honest, the best kid on the block these days seems to be Visio. Sadly true. Dia is the best free option, but even in my most rabid pro-free software moments, I can't honestly say it's as good. It's usable, and getting better, but it's not currently an alternative to Visio for complex networking diagrams. Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From andrew-lists at mail.black1.org.uk Sat Oct 18 09:34:04 2008 From: andrew-lists at mail.black1.org.uk (Andrew Black - lists) Date: Sat, 18 Oct 2008 09:34:04 +0100 Subject: [Gllug] Timer Program In-Reply-To: <48F8D166.4020706@sinodun.org.uk> References: <264d99b00810170440l7b73ce86m1614782245d6cd47@mail.gmail.com> <20081017120816.GC21901@annexia.org> <48F8D166.4020706@sinodun.org.uk> Message-ID: <48F99F7C.5020800@mail.black1.org.uk> John Winters wrote: > Richard Jones wrote: >> That's funny ... I actually did something like that once when I was >> stuck in a seedy hotel with only my laptop and no alarm clock. > > The mind boggles as to why you needed to time 25 minutes in a seedy > hotel. ;-) Particularly with nothing other than a laptop :-) From stuart at terminus.co.uk Sat Oct 18 12:13:57 2008 From: stuart at terminus.co.uk (Stuart Children) Date: Sat, 18 Oct 2008 12:13:57 +0100 Subject: [Gllug] Is Dia the right tool for this job? In-Reply-To: <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> References: <48F8911C.8020509@sinodun.org.uk> <71888cb20810170644y35142276q1853511c9a43710b@mail.gmail.com> <71888cb20810170932o50a90048wafa69477c30313e3@mail.gmail.com> <9f8092cc0810171054y68633539x86837cc80da671c0@mail.gmail.com> Message-ID: <20081018111357.GA24712@urchin.earth.li> On Fri, Oct 17, 2008 at 06:54:03PM +0100, John Hearns wrote: > Talking about diagamming tools, does anyone have a recommendation for tools > for network/server diagrams? Depends what you're after, but it's worth mentioning Graphviz. If you're often rebuilding the same kinda diagrams with slightly different inputs it could be a big win. You can feed in text based "definitions" (dot files) which it will turn into images. Perfect for documentating your own networks, especially if you already have the source data in a configuration management/install system! Check out some of the tools built on top: http://www.graphviz.org/Resources.php If you want the images to look really polished, it may not be the best choice - it's always been good enough for my needs, but YMMV. I'm sure I came across another very similar application a while ago, but my google fu is totally failing me. :( Gliffy http://www.gliffy.com/ may be of use? I came across it when I saw it demoed as a Confluence plugin, but have never used it in anger so can't recommend either way - just mentioning it. HTH -- Stuart From mail-lists at karan.org Sat Oct 18 12:16:48 2008 From: mail-lists at karan.org (Karanbir Singh) Date: Sat, 18 Oct 2008 12:16:48 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: References: Message-ID: <48F9C5A0.3050406@karan.org> Chris Bell wrote: > Hello, > GLLUG has requested a stand in the .org village at the Olympia, October > 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for > the entire time plus the rig day, who will be available to man the stand > with me, (not just as a visitor), and when? > Do we want to put something on the gllug.org.uk website about this ? -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq From GLLUG at getaroundtoit.co.uk Sat Oct 18 13:08:54 2008 From: GLLUG at getaroundtoit.co.uk (David L Neil Mailing list a/c) Date: Sat, 18 Oct 2008 13:08:54 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: <48F9C5A0.3050406@karan.org> References: <48F9C5A0.3050406@karan.org> Message-ID: <48F9D1D6.8080501@getaroundtoit.co.uk> Karanbir Singh wrote: > Chris Bell wrote: >> Hello, >> GLLUG has requested a stand in the .org village at the Olympia, October >> 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for >> the entire time plus the rig day, who will be available to man the stand >> with me, (not just as a visitor), and when? >> > > Do we want to put something on the gllug.org.uk website about this ? Yes, probably a good idea: seeing http://www.linuxexpo.org.uk/ claims GLLUG as amongst the members of the .ORG village!? The show runs from next Thursday through to Saturday. Very few GLLUGers/GLLUGlers have offered to help man the stand, and Chris Bell will be pleased to hear from more souls prepared to put in say half a day or even lunch-time 'cover'. His demo must be straightforward, given that a simple boy like me will have to drive it! The main expo site can be found at http://www.linuxexpolive.co.uk/ but quickly becomes confusing when they talk of the Linux Expo and a Creative Expo, but all communications come back labelled Mac Expo... If you would like to apply for free tickets to attend, go straight to http://www.macliveexpo.co.uk/client/index.aspx?id=book (if you follow from the home page you'll have to click on the same button twice to get to where you're going (although that is recommended over clicking a link in some 'strange' email msg. Sigh! - the registration page needs JavaScript) Regards, =dn From chrisbell at overview.demon.co.uk Sat Oct 18 21:17:12 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sat, 18 Oct 2008 21:17:12 +0100 (BST) Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: <48F9C5A0.3050406@karan.org> Message-ID: On Sat 18 Oct, Karanbir Singh wrote: > > Chris Bell wrote: > > Hello, > > GLLUG has requested a stand in the .org village at the Olympia, October > > 23 - 25, 2008 LinuxLive/MacLive/CreativePro Expo. I expect to be there for > > the entire time plus the rig day, who will be available to man the stand > > with me, (not just as a visitor), and when? > > > > Do we want to put something on the gllug.org.uk website about this ? > A bit late, but I do not know who has sufficient permissions. -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From chrisbell at overview.demon.co.uk Sun Oct 19 08:29:00 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Sun, 19 Oct 2008 08:29:00 +0100 (BST) Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: Message-ID: On Sat 18 Oct, Chris Bell wrote: > > On Sat 18 Oct, Karanbir Singh wrote: > > > > > > Do we want to put something on the gllug.org.uk website about this ? > > > A bit late, but I do not know who has sufficient permissions. > > Not relevant to the expo, but are there any items or references from my website that could usefully be added to the GLLUG website? http://www.overview.demon.co.uk -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From johngeoffreywalker at yahoo.co.uk Sun Oct 19 16:34:05 2008 From: johngeoffreywalker at yahoo.co.uk (John G Walker) Date: Sun, 19 Oct 2008 16:34:05 +0100 Subject: [Gllug] User switching problem under KDE 3.5 Message-ID: <20081019163405.2684dbf3@Rosebud.Harmony> I'm running OpenSUSE 10.2 / KDE 3.5, and have been used to switching between accounts by using ctl-alt-F-key, where the f-key is f7, f8 or (crucially in this case f1). These jump to another KDE session or, in the case of f1, give me a naked command line session. It's suddenly stopped working. It's a minor annoyance if I want to jump to another KDE session, but I don't seem to be able to get my command line session at all. I presume it's a very simple operation to restore the facility, but I can't find out where to do that. I thought it would be in the KDE Control Centre, but it's no where that I've looked. Anyone like to give me a hint? -- All the best, John From johngeoffreywalker at yahoo.co.uk Sun Oct 19 16:48:42 2008 From: johngeoffreywalker at yahoo.co.uk (John G Walker) Date: Sun, 19 Oct 2008 16:48:42 +0100 Subject: [Gllug] User switching problem under KDE 3.5 In-Reply-To: <20081019163405.2684dbf3@Rosebud.Harmony> References: <20081019163405.2684dbf3@Rosebud.Harmony> Message-ID: <20081019164842.336a92d5@Rosebud.Harmony> On Sun, 19 Oct 2008 16:34:05 +0100 John G Walker wrote: > I presume it's a very simple operation to restore the facility, but I > can't find out where to do that. And just as mysteriously, it's returned. If there's one thing that I hate more than things that mysteriously stop working, it's things that mysteriously stop working and then, just as mysteriously, start working again. The first is a consequence of living in a mechanical age (or its electronic child), the second shows deliberate malevolence on the part of the machines. Demystification would still be appreciated, -- All the best, John From gllug at lgeezer.net Mon Oct 20 00:52:18 2008 From: gllug at lgeezer.net (Alistair Mann) Date: Mon, 20 Oct 2008 00:52:18 +0100 Subject: [Gllug] User switching problem under KDE 3.5 In-Reply-To: <20081019164842.336a92d5@Rosebud.Harmony> References: <20081019163405.2684dbf3@Rosebud.Harmony> <20081019164842.336a92d5@Rosebud.Harmony> Message-ID: <48FBC832.5090807@lgeezer.net> John G Walker wrote: > > On Sun, 19 Oct 2008 16:34:05 +0100 John G Walker > wrote: > >> I presume it's a very simple operation to restore the facility, but I >> can't find out where to do that. > > And just as mysteriously, it's returned. If there's one thing that I > hate more than things that mysteriously stop working, it's things that > mysteriously stop working and then, just as mysteriously, start working > again. The first is a consequence of living in a mechanical age (or its > electronic child), the second shows deliberate malevolence on the part > of the machines. > > Demystification would still be appreciated, If the issue is non-recurrent, I'd suggest it was likely due to a since crushed biscuit-crumb. If the issue does recur, and the keyboard is known to be fine, I believe the kernel itself handles detecting and switching via virtual terminals (a character device under device drivers) for c-a-f1 thru c-a-f6; c-a-f7 to c-a-f12 on my machine are handled by /etc/X11/xdm/Xservers. HTH, -- Alistair Mann From richard_c at tpg.com.au Tue Oct 21 16:13:36 2008 From: richard_c at tpg.com.au (Richard Cottrill) Date: Tue, 21 Oct 2008 16:13:36 +0100 Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <20081017120420.GB21901@annexia.org> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> <48F8680A.7020303@practicalweb.co.uk> <20081017120420.GB21901@annexia.org> Message-ID: <90052f640810210813t6b10077fk2c807470188ee25a@mail.gmail.com> 2008/10/17 Richard Jones : > On Fri, Oct 17, 2008 at 11:25:14AM +0100, Sean Burlington wrote: >> jfreechart might do it >> >> http://www.jfree.org/jfreechart/samples.html > > Chartjunk-tastic. You'd think that people who do charts for a living > would have read Tufte ... jfreechart is a great way to make a simple problem really hard. The lack of documentation is made crippliing by it's byzantine API, rubbish javadocs, and bugs. You can find a bunch of examples on the internet if you look hard (I don't have a link to hand) that pre-date the policy of "pay for usable documentation and example code". I'll chuck in gnuplot (which makes the simple stuff easy, and the hard stuff potentially in reach of a dedicated team of professionals). Richard From fendersan at aol.com Tue Oct 21 21:26:07 2008 From: fendersan at aol.com (fendersan at aol.com) Date: Tue, 21 Oct 2008 16:26:07 -0400 Subject: [Gllug] =?iso-8859-1?q?=28no_subject=29?= Message-ID: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> Can anyone recommend an alternative to MS Access? I'm looking for a user-friendly, multi-user, file-based, relational database system. I just want database without a database server or web server. TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081021/d62493f2/attachment.htm From fendersan at aol.com Tue Oct 21 21:27:52 2008 From: fendersan at aol.com (fendersan at aol.com) Date: Tue, 21 Oct 2008 16:27:52 -0400 Subject: [Gllug] alternative to MS Access In-Reply-To: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> Message-ID: <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> Sorry, forgot the subject line! -----Original Message----- From: fendersan at aol.com To: gllug at gllug.org.uk Sent: Tue, 21 Oct 2008 9:26 pm Subject: [Gllug] (no subject) Can anyone recommend an alternative to MS Access? I'm looking for a user-friendly, multi-user, file-based, relational database system. I just want database without a database server or web server. TIA McCain or Obama? Stay updated on coverage of the Presidential race while you browse - Download Now! -- Gllug mailing list - Gllug at gllug.org.uk http://lists.gllug.org.uk/mailman/listinfo/gllug -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081021/5be0bd4d/attachment.htm From david at disintegration.org Tue Oct 21 22:54:33 2008 From: david at disintegration.org (David Coles) Date: Tue, 21 Oct 2008 22:54:33 +0100 (BST) Subject: [Gllug] alternative to MS Access In-Reply-To: <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> Message-ID: On Tue, 21 Oct 2008, fendersan at aol.com wrote: > Can anyone recommend an alternative to MS Access? > > I'm looking for a user-friendly, multi-user, file-based, relational > database system. > > I just want database without a database server or web server. OpenOffice.org Database is pretty similar to what I remember Access being like when I last used it in the mid 90s. I've not been able to continue using it for more than about half an hour though. Just tried it in Ubuntu 7.10 actually and it seemed slightly less painful. I have no idea how it copes with multiuser however. -- David From farnsaw at stonedoor.com Tue Oct 21 23:12:57 2008 From: farnsaw at stonedoor.com (Andrew Farnsworth) Date: Tue, 21 Oct 2008 18:12:57 -0400 Subject: [Gllug] alternative to MS Access In-Reply-To: References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> Message-ID: <48FE53E9.3080203@stonedoor.com> David Coles wrote: > On Tue, 21 Oct 2008, fendersan at aol.com wrote: > > >> Can anyone recommend an alternative to MS Access? >> >> I'm looking for a user-friendly, multi-user, file-based, relational >> database system. >> >> I just want database without a database server or web server. >> > > OpenOffice.org Database is pretty similar to what I remember Access being > like when I last used it in the mid 90s. I've not been able to continue > using it for more than about half an hour though. > > Just tried it in Ubuntu 7.10 actually and it seemed slightly less painful. > > I have no idea how it copes with multiuser however. > > -- > David > > Have you looked into the Derby project by the Apache Foundation? Andy From david at disintegration.org Tue Oct 21 23:19:43 2008 From: david at disintegration.org (David Coles) Date: Tue, 21 Oct 2008 23:19:43 +0100 (BST) Subject: [Gllug] alternative to MS Access In-Reply-To: <48FE53E9.3080203@stonedoor.com> References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> <48FE53E9.3080203@stonedoor.com> Message-ID: On Tue, 21 Oct 2008, Andrew Farnsworth wrote: > > Have you looked into the Derby project by the Apache Foundation? Appears to be an embedded RDBMS - I didn't mention SQLite for the same reason, that it is hardly what one would call "user friendly" ;) -- David From ryan at crimperman.org Wed Oct 22 00:06:50 2008 From: ryan at crimperman.org (Ryan Cartwright) Date: Wed, 22 Oct 2008 00:06:50 +0100 Subject: [Gllug] alternative to MS Access In-Reply-To: <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> Message-ID: <48FE608A.8050802@crimperman.org> fendersan at aol.com wrote: > Can anyone recommend an alternative to MS Access? > I'm looking for a user-friendly, multi-user, file-based, relational database system. > I just want database without a database server or web server. > Kexi might be worth a look - I've not used at it for a while but it certainly aims to be something similar to Access. cheers Ryan From jon at pecorous.co.uk Wed Oct 22 08:27:11 2008 From: jon at pecorous.co.uk (Jon Dye) Date: Wed, 22 Oct 2008 08:27:11 +0100 Subject: [Gllug] Small http server with ssi? Message-ID: Hi, I want to set up a basic webserver on a small box I have. The box is quite low powered and therefore I want something more lightweight than apache but it must support server side includes (SSI) as I have some pages that currently rely on this. I had a look at thttpd but this doesn't support SSI, does anyone have any recommendations? JD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081022/2e44147c/attachment.htm From peterachilds at gmail.com Wed Oct 22 08:31:50 2008 From: peterachilds at gmail.com (Peter Childs) Date: Wed, 22 Oct 2008 08:31:50 +0100 Subject: [Gllug] (no subject) In-Reply-To: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> Message-ID: 2008/10/21 : > Can anyone recommend an alternative to MS Access? > > I'm looking for a user-friendly, multi-user, file-based, relational database > system. > > I just want database without a database server or web server. > > TIA > > > ________________________________ > McCain or Obama? Stay updated on coverage of the Presidential race while you > browse - Download Now! > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > > SQLite http://www.sqlite.org/ It probably the best solution, for what you need. If you want all the GUI stuff that Access has try OpenOffice but I think you lose the multi-user (Not that Access has that really). Peter Childs From chrisbell at overview.demon.co.uk Wed Oct 22 08:13:19 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Wed, 22 Oct 2008 08:13:19 +0100 (BST) Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: <20081013125406.GA10464@frasco.org.uk> Message-ID: I intend to go to Olympia by public transport this morning and check the arrangements, then return by car after the end of the congestion charge this evening. Our stand is part of the .org village, a rectangular area with outward facing stands separated by side panels which can be decorated with posters. We should have two chairs and a table, and a limited power feed. I will be taking a couple of older computers and a monitor sat on top of a small cabinet to demo installation and configuration of IPCop and Debian, just for something to look at. Passes should be emailed to us individually so that we can print them, but we have been assured that passes can be printed for us on arrival. The organiser office should be close to the entrance. Street parking is limited meters only, off road parking is not cheap. The nearest station is Olympia, but service is intermittent. Other alternatives are Barons Court (Piccadilly and District Lines, 10 minutes walk) or Shepherds Bush (Central Line, 15 minutes walk). -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Answerphone 020 8992 3966 Mobile 07711 086100 From riq at trw.org.uk Wed Oct 22 09:01:11 2008 From: riq at trw.org.uk (Riq) Date: Wed, 22 Oct 2008 09:01:11 +0100 Subject: [Gllug] Alternative to MS Access In-Reply-To: References: Message-ID: <48FEDDC7.2070605@trw.org.uk> Is it really possible to have reliable multi-user without using a server? I would go with OpenOffice and a MySQL backend. However, I am finding OpenOffice Base rather un-intuitive. Perhaps someone has found some good documentation? Riq gllug-request at gllug.org.uk wrote: > Send Gllug mailing list submissions to > gllug at gllug.org.uk > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.gllug.org.uk/mailman/listinfo/gllug > or, via email, send a message with subject or body 'help' to > gllug-request at gllug.org.uk > > You can reach the person managing the list at > gllug-owner at gllug.org.uk > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gllug digest..." > > > Today's Topics: > > 1. Re: is LaTex the way to do this? (Richard Cottrill) > 2. (no subject) (fendersan at aol.com) > 3. alternative to MS Access (fendersan at aol.com) > 4. Re: alternative to MS Access (David Coles) > 5. Re: alternative to MS Access (Andrew Farnsworth) > 6. Re: alternative to MS Access (David Coles) > 7. Re: alternative to MS Access (Ryan Cartwright) > 8. Small http server with ssi? (Jon Dye) > 9. Re: (no subject) (Peter Childs) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 21 Oct 2008 16:13:36 +0100 > From: "Richard Cottrill" > Subject: Re: [Gllug] is LaTex the way to do this? > To: "Greater London Linux User Group" > Message-ID: > <90052f640810210813t6b10077fk2c807470188ee25a at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > 2008/10/17 Richard Jones : >> On Fri, Oct 17, 2008 at 11:25:14AM +0100, Sean Burlington wrote: >>> jfreechart might do it >>> >>> http://www.jfree.org/jfreechart/samples.html >> Chartjunk-tastic. You'd think that people who do charts for a living >> would have read Tufte ... > > jfreechart is a great way to make a simple problem really hard. The > lack of documentation is made crippliing by it's byzantine API, > rubbish javadocs, and bugs. You can find a bunch of examples on the > internet if you look hard (I don't have a link to hand) that pre-date > the policy of "pay for usable documentation and example code". > > I'll chuck in gnuplot (which makes the simple stuff easy, and the hard > stuff potentially in reach of a dedicated team of professionals). > > Richard > > > ------------------------------ > > Message: 2 > Date: Tue, 21 Oct 2008 16:26:07 -0400 > From: fendersan at aol.com > Subject: [Gllug] (no subject) > To: gllug at gllug.org.uk > Message-ID: <8CB01D261C49F14-1270-E28 at webmail-stg-d08.sysops.aol.com> > Content-Type: text/plain; charset="iso-8859-1" > > Can anyone recommend an alternative to MS Access? > > I'm looking for a user-friendly, multi-user, file-based, relational database system. > > I just want database without a database server or web server. > > TIA > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081021/d62493f2/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Tue, 21 Oct 2008 16:27:52 -0400 > From: fendersan at aol.com > Subject: [Gllug] alternative to MS Access > To: gllug at gllug.org.uk > Message-ID: <8CB01D2A0322027-1270-E41 at webmail-stg-d08.sysops.aol.com> > Content-Type: text/plain; charset="iso-8859-1" > > > Sorry, forgot the subject line! > > > > > > > > -----Original Message----- > From: fendersan at aol.com > To: gllug at gllug.org.uk > Sent: Tue, 21 Oct 2008 9:26 pm > Subject: [Gllug] (no subject) > > > > > > > > > > Can anyone recommend an alternative to MS Access? > > > > I'm looking for a user-friendly, multi-user, file-based, relational database system. > > > > I just want database without a database server or web server. > > > > TIA > > > > > > > > McCain or Obama? Stay updated on coverage of the Presidential race while you browse - Download Now! > > > > > > > > > From ben at whyte-systems.co.uk Wed Oct 22 09:02:17 2008 From: ben at whyte-systems.co.uk (Ben Whyte) Date: Wed, 22 Oct 2008 09:02:17 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: References: Message-ID: <48FEDE09.9090103@whyte-systems.co.uk> Chris Bell wrote: > I intend to go to Olympia by public transport this morning and check the > arrangements, then return by car after the end of the congestion charge this > evening. Our stand is part of the .org village, a rectangular area with > outward facing stands separated by side panels which can be decorated with > posters. We should have two chairs and a table, and a limited power feed. I > will be taking a couple of older computers and a monitor sat on top of a > small cabinet to demo installation and configuration of IPCop and Debian, > just for something to look at. > Passes should be emailed to us individually so that we can print them, > but we have been assured that passes can be printed for us on arrival. The > organiser office should be close to the entrance. > Street parking is limited meters only, off road parking is not cheap. The > nearest station is Olympia, but service is intermittent. Other alternatives > are Barons Court (Piccadilly and District Lines, 10 minutes walk) or > Shepherds Bush (Central Line, 15 minutes walk). > > > I will offer some advise here, I have previously exhibited at Olympia and the off road parking is not cheap and you often need a parking permit. I often arrived at kensington tubes and walked up to Olympia about 10 mins or so and quite pleasant. Food and drink is expensive and mostly pret or costa. Tempreture in the halls is usually fairly variable, unless they improved the aircon. Hope thats useful. Ben From David.Hastie at smartodds.co.uk Tue Oct 21 12:32:23 2008 From: David.Hastie at smartodds.co.uk (David Hastie) Date: Tue, 21 Oct 2008 12:32:23 +0100 Subject: [Gllug] VACANCY: MySQL Database Administrator, London, UK Message-ID: Details Company: Smartodds Ltd (http://www.smartodds.co.uk) Salary: Competitive Location: Kentish Town, London, UK Job Reference: QTDBA081021 Experienced MySQL DBA required to join the quantitative team of our dynamic football betting consultancy. We are looking for self motivated and hard working individuals who are proactive, with an acute attention to detail. Your CV will speak for itself. We offer a relaxed, but professional and fast paced working environment and an excellent salary package, depending on experience and qualifications. Supporting the quantitative team, the role will involve the administration of the databases that are a backbone of our company. The successful candidate will be responsible for data verification and the development of stored procedures as required by the team, along with advising the team on database architecture, performance and resource requirements. Essential Skills * At least 2 years commercial experience as a MySQL DBA * First or upper second class degree in a subject with a high computational, mathematical or statistical content * Passion for football that will drive you to ensure the integrity of the databases * Experience writing MySQL stored procedures * Experience using replication in MySQL * Candidate must be allowed to work in EU. No agencies please Desirable Skills * Good knowledge and experience of working with linux operating systems, including clustering * Good knowledge and experience programming in a scripting language (e.g. Python, Perl, Php, etc.) If you are interested in applying for the above please email your CV and a covering letter (including the job reference number) to careers at smartodds.co.uk . Alternatively you may send your CV to us by mail, by writing to us at the address provided in our contact section of our website. If you have any other enquiries, please email, write or give us a call using these contact details. David Hastie, Ph.D. Head of Quantitative Team Smartodds Ltd 612 Highgate Studios 53-79 Highgate Road London NW5 1TL T: +44 208 7482 0077 Ext 6021 M: +44 7796 175 730 W: http://www.smartodds.co.uk This e-mail and any files transmitted with it are confidential and may be legally privileged. If you receive it in error or are not the intended recipient you must not copy, distribute or take any action in reliance upon it. Instead, please notify us immediately by telephoning +44 (20) 74820223 and delete the material from your systems. Smartodds is a business carried on by Smartodds Limited, a company registered with the Registrar of Companies for England and Wales with number 05108548. Registered office: 66 Wigmore Street, London, W1U 2SB From adrian at newgolddream.dyndns.info Wed Oct 22 10:13:24 2008 From: adrian at newgolddream.dyndns.info (Adrian McMenamin) Date: Wed, 22 Oct 2008 10:13:24 +0100 (BST) Subject: [Gllug] is LaTex the way to do this? In-Reply-To: <90052f640810210813t6b10077fk2c807470188ee25a@mail.gmail.com> References: <61099.85.118.17.158.1224161902.squirrel@newgolddream.dyndns.info> <48F8680A.7020303@practicalweb.co.uk> <20081017120420.GB21901@annexia.org> <90052f640810210813t6b10077fk2c807470188ee25a@mail.gmail.com> Message-ID: <18196.85.118.17.158.1224666804.squirrel@newgolddream.dyndns.info> On Tue, October 21, 2008 4:13 pm, Richard Cottrill wrote: > 2008/10/17 Richard Jones : >> On Fri, Oct 17, 2008 at 11:25:14AM +0100, Sean Burlington wrote: >>> jfreechart might do it >>> >>> http://www.jfree.org/jfreechart/samples.html >> >> Chartjunk-tastic. You'd think that people who do charts for a living >> would have read Tufte ... > > jfreechart is a great way to make a simple problem really hard. The > lack of documentation is made crippliing by it's byzantine API, > rubbish javadocs, and bugs. You can find a bunch of examples on the > internet if you look hard (I don't have a link to hand) that pre-date > the policy of "pay for usable documentation and example code". > > I'll chuck in gnuplot (which makes the simple stuff easy, and the hard > stuff potentially in reach of a dedicated team of professionals). > > I've actually found LaTeX plus pgf (iirc) works pretty well: though I've yet to devote a lot of time to really making it do much beywond draing coloured circles for now. From listmail at lukedudney.com Wed Oct 22 10:38:45 2008 From: listmail at lukedudney.com (Luke Dudney) Date: Wed, 22 Oct 2008 10:38:45 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: Message-ID: <48FEF4A5.8090607@lukedudney.com> On 22/10/08 08:27, Jon Dye wrote: > Hi, > > I want to set up a basic webserver on a small box I have. The box is > quite low powered and therefore I want something more lightweight than > apache but it must support server side includes (SSI) as I have some > pages that currently rely on this. > > I had a look at thttpd but this doesn't support SSI, does anyone have > any recommendations? > > JD I've used lighttpd with success, but have not tried it with SSI. However, it does appear to have SSI support in the form of mod_ssi. http://www.lighttpd.net/ http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModSSI Cheers Luke From abuse at cabal.org.uk Wed Oct 22 10:40:15 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Wed, 22 Oct 2008 10:40:15 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: References: <20081013125406.GA10464@frasco.org.uk> Message-ID: <20081022094015.GA6810@cabal.org.uk> On Wed, Oct 22, 2008 at 08:13:19AM +0100, Chris Bell wrote: [...] > Street parking is limited meters only, off road parking is not cheap. The > nearest station is Olympia, but service is intermittent. It's not *that* bad. The Tube service there is 4-6tph, and there are various NR services passing down the West London Line, including the London Overground between Clapham and Willesden Junctions (which was also about 4tph when I last looked.) From abuse at cabal.org.uk Wed Oct 22 11:00:34 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Wed, 22 Oct 2008 11:00:34 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: Message-ID: <20081022100034.GB6810@cabal.org.uk> On Wed, Oct 22, 2008 at 08:27:11AM +0100, Jon Dye wrote: > I want to set up a basic webserver on a small box I have. The box is quite > low powered and therefore I want something more lightweight than apache > but it must support server side includes (SSI) as I have some pages that > currently rely on this. Have you actually benchmarked this, or are you just assuming that Apache is too heavy? It's always been fine on whatever grotty old piece of junk I've dug out for a side project. From tethys at gmail.com Wed Oct 22 11:06:54 2008 From: tethys at gmail.com (- Tethys) Date: Wed, 22 Oct 2008 11:06:54 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: Message-ID: <264d99b00810220306q472f8913kd0590ea3ba904033@mail.gmail.com> On Wed, Oct 22, 2008 at 8:27 AM, Jon Dye wrote: > I had a look at thttpd but this doesn't support SSI, does anyone have any > recommendations? thttpd with SSI: http://www.acme.com/software/thttpd/ssi_man.html Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From john at sinodun.org.uk Wed Oct 22 11:49:40 2008 From: john at sinodun.org.uk (John Winters) Date: Wed, 22 Oct 2008 11:49:40 +0100 (BST) Subject: [Gllug] alternative to MS Access In-Reply-To: <48FE53E9.3080203@stonedoor.com> References: <8CB01D261C49F14-1270-E28@webmail-stg-d08.sysops.aol.com> <8CB01D2A0322027-1270-E41@webmail-stg-d08.sysops.aol.com> <48FE53E9.3080203@stonedoor.com> Message-ID: <14096.195.70.73.197.1224672580.squirrel@webmail.sinodun.org.uk> > Have you looked into the Derby project by the Apache Foundation? Gives a whole new meaning to the idea of being locked in to a product. John From jon at pecorous.co.uk Wed Oct 22 12:22:07 2008 From: jon at pecorous.co.uk (Jon Dye) Date: Wed, 22 Oct 2008 12:22:07 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: <20081022100034.GB6810@cabal.org.uk> References: <20081022100034.GB6810@cabal.org.uk> Message-ID: 2008/10/22 Peter Corlett > On Wed, Oct 22, 2008 at 08:27:11AM +0100, Jon Dye wrote: > > I want to set up a basic webserver on a small box I have. The box is > quite > > low powered and therefore I want something more lightweight than apache > > but it must support server side includes (SSI) as I have some pages that > > currently rely on this. > > Have you actually benchmarked this, or are you just assuming that Apache is > too heavy? It's always been fine on whatever grotty old piece of junk I've > dug out for a side project. I'm assuming it's too heavy. I want to run it on my Viglen MPC-L which is already running email and fileserving. I just wanted to aim for the lightest server I could that supported SSI. JD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081022/024c302e/attachment.htm From abuse at cabal.org.uk Wed Oct 22 12:44:07 2008 From: abuse at cabal.org.uk (Peter Corlett) Date: Wed, 22 Oct 2008 12:44:07 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: <20081022100034.GB6810@cabal.org.uk> Message-ID: <20081022114407.GA14793@cabal.org.uk> On Wed, Oct 22, 2008 at 12:22:07PM +0100, Jon Dye wrote: [...] > I'm assuming it's too heavy. I want to run it on my Viglen MPC-L which is > already running email and fileserving. I just wanted to aim for the > lightest server I could that supported SSI. Your assumption is probably false. The Viglen MPC-L is a 400MHz Geode with 512MB of RAM and a disk to swap to, which is a pretty capable box. A certain cynical IT news site was running entirely off a system of similar spec back in 1999. Using Apache. I'm running a smaller box than yours and Apache's load is lost in the noise, even though I'm using CPU-intensive SSL and page compression. From tethys at gmail.com Wed Oct 22 13:03:21 2008 From: tethys at gmail.com (- Tethys) Date: Wed, 22 Oct 2008 13:03:21 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: <20081022114407.GA14793@cabal.org.uk> References: <20081022100034.GB6810@cabal.org.uk> <20081022114407.GA14793@cabal.org.uk> Message-ID: <264d99b00810220503o967ab6el1355c54e1235d2d0@mail.gmail.com> On Wed, Oct 22, 2008 at 12:44 PM, Peter Corlett wrote: > I'm running a smaller box than yours and Apache's load is lost in the noise, > even though I'm using CPU-intensive SSL and page compression. Yes, but on a small box, even if Apache is fine, running something lighter weight will still help with the other apps on the box, and as such is beneficial. Although to be fair, it probably falls under the "premature optimisation" banner. Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From farnsaw at stonedoor.com Wed Oct 22 14:13:04 2008 From: farnsaw at stonedoor.com (Andrew Farnsworth) Date: Wed, 22 Oct 2008 09:13:04 -0400 Subject: [Gllug] Small http server with ssi? Message-ID: <59350.1224681184@stonedoor.com> If you search for "apache footprint" on the web you come across this page: http://wiki.vpslink.com/Low_memory_MySQL_/_Apache_configurations which talks about settings you can use to reduce the http server's memory footprint. The author of that page states that the changes he lists "reduced my apache footprint from around 225MB (one thread) to about 12MB per thread". Andy On Wed Oct 22 8:03 , '- Tethys' sent: >On Wed, Oct 22, 2008 at 12:44 PM, Peter Corlett abuse at cabal.org.uk> wrote: > >> I'm running a smaller box than yours and Apache's load is lost in the noise, >> even though I'm using CPU-intensive SSL and page compression. > >Yes, but on a small box, even if Apache is fine, running something >lighter weight will still help with the other apps on the box, and as >such is beneficial. Although to be fair, it probably falls under the >"premature optimisation" banner. > >Tet > >-- >Perl is like vise grips. You can do anything with it but it is the >wrong tool for every job. -- Bruce Eckel >-- >Gllug mailing list - Gllug at gllug.org.uk >http://lists.gllug.org.uk/mailman/listinfo/gllug From addw at phcomp.co.uk Wed Oct 22 14:41:40 2008 From: addw at phcomp.co.uk (Alain Williams) Date: Wed, 22 Oct 2008 14:41:40 +0100 Subject: [Gllug] ethernet -> serial converters Message-ID: <20081022134140.GQ14668@mint.phcomp.co.uk> Hi, a customer of mine has a few serial printers (impact for multi part paper) and a few wyse60 (or something) serial terminals. At some stage they are going to want to talk to these over the Internet (when I do server consolidation). If it were not for the remote sites I might have put a serial card into the server, but that won't work with remote (other end of country) sites, I could push it over their VPN. I have been looking at serial -> ethernet converters. Does anyone have any experience with these ? Are they reliable ? Do they play nicely with cups ? They claim to do reverse telnet, anyone seen it work -- I would want to get a login prompt to the wyse that way ? I will be installing CentOS (== RedHat enterprise). http://www.perle.com/products/IOLAN-DS-Terminal-Server.shtml http://www.barcode-manufacturer.com/serial-ethernet/ -- Alain Williams Linux/GNU 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 Past chairman of UKUUG: http://www.ukuug.org/ #include From jon at pecorous.co.uk Wed Oct 22 16:13:37 2008 From: jon at pecorous.co.uk (Jon Dye) Date: Wed, 22 Oct 2008 16:13:37 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: <264d99b00810220503o967ab6el1355c54e1235d2d0@mail.gmail.com> References: <20081022100034.GB6810@cabal.org.uk> <20081022114407.GA14793@cabal.org.uk> <264d99b00810220503o967ab6el1355c54e1235d2d0@mail.gmail.com> Message-ID: 2008/10/22 - Tethys > On Wed, Oct 22, 2008 at 12:44 PM, Peter Corlett > wrote: > > > I'm running a smaller box than yours and Apache's load is lost in the > noise, > > even though I'm using CPU-intensive SSL and page compression. > > Yes, but on a small box, even if Apache is fine, running something > lighter weight will still help with the other apps on the box, and as > such is beneficial. Although to be fair, it probably falls under the > "premature optimisation" banner. I'm not sure I would consider it premature optimisation. I've got a list of webservers I can install using apt and I want to pick one. I think "the smallest that supports ssi" is a reasonable way to choose which to install. Alternatively I could pick the first one alphabetically and go with apache :-) JD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081022/b4818427/attachment.htm From tjoshi at lonix.org.uk Wed Oct 22 16:18:49 2008 From: tjoshi at lonix.org.uk (Tushar Joshi) Date: Wed, 22 Oct 2008 16:18:49 +0100 (BST) Subject: [Gllug] Tomorrow : Lonix - London Linux User Group (LinuxExpo/Mac Ex Message-ID: <1779-1224688624491078@lonix.org.uk> Hi , Here are the details of the next meeting for Lonix, Date: Thursday 23 Oct 2008 Time: 6.00 pm onwards Place: Prince Albert, 11 Pembridge Rd, London, W11 3HQ Map: http://tinyurl.com/princealbertnh Nearest Tube: Nottinghill Gate (central/district/circle) Phone: 07980224772 Reminder about tomorrows event. This year the Linux Expo joins with the Mac Expo to form the Creative Pro Expo, so basically 2 shows at the same time in the same place. Lonix as usual have a stand here (volunteers needed!) and we'll be meeting up after the show Thursday at about 6.00pm. You must register here to gain FREE entrance to the show. http://www.linuxexpolive.co.uk/ which is FREE at the moment, but be quick! The show is on the Thursday, Friday and Saturday, but of course the best day to arrive is Thursday which is the same day as the Lonix meeting in the evening (kill two penguins with one stone). If you'd like to help out at the show on any of the days, then please get in contact letting me know your availability. We'll have some Lonix merchandise to give away at the stand so anyone with a bit of time free please come and help out, especially since it's 3 days this year. Nearest tube for Olympia Exhibition Center is Olympia station or a short walk from Barons Court. The meeting afterwards is in the Price Albert in Notting Hill and a short bus journey from Olympia. We have the back room reserved for us with a private waitress to serve us. This pub has a variety of drinks (real ale, beer and lemonade) as well as some excellent pub food. For those coming to the pub after the show, we'll be meeting up at the Lonix stand at 5.45 to head over in a group. As usual Linux talk, chat and networking will continue into the night. Tushar Joshi This e-mail was sent to you because you have subscribed to the Lonix meetings notification e-mail list. If you have any questions concerning this please contact us on www.lonix.org.uk/?showContact You can get out by logging in and then clicking on mailling list on the left and then choose the relevant list. This will remove you once and for all. Your Lonix Account Details are: Login via : http://www.lonix.org.uk Username: gllug at linux.co.uk Password: ****** From sanelson at gmail.com Wed Oct 22 16:29:54 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Wed, 22 Oct 2008 16:29:54 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: <20081022100034.GB6810@cabal.org.uk> <20081022114407.GA14793@cabal.org.uk> <264d99b00810220503o967ab6el1355c54e1235d2d0@mail.gmail.com> Message-ID: Hi, On Wed, Oct 22, 2008 at 4:13 PM, Jon Dye wrote: > 2008/10/22 - Tethys > >> it probably falls under the >> "premature optimisation" banner. > > I'm not sure I would consider it premature optimisation. I've got a list of > webservers I can install using apt and I want to pick one. I think "the > smallest that supports ssi" is a reasonable way to choose which to install. > Alternatively I could pick the first one alphabetically and go with apache I'd say it was premature if you had to invest time fiddling with / learning a new http server. I'd use the one which gets you the quickest results - the one you're most familiar with - unless time != money for you. S. From jon at pecorous.co.uk Wed Oct 22 16:42:22 2008 From: jon at pecorous.co.uk (Jon Dye) Date: Wed, 22 Oct 2008 16:42:22 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: <20081022100034.GB6810@cabal.org.uk> <20081022114407.GA14793@cabal.org.uk> <264d99b00810220503o967ab6el1355c54e1235d2d0@mail.gmail.com> Message-ID: 2008/10/22 Stephen Nelson-Smith > Hi, > > On Wed, Oct 22, 2008 at 4:13 PM, Jon Dye wrote: > > > 2008/10/22 - Tethys > > > >> it probably falls under the > >> "premature optimisation" banner. > > > > I'm not sure I would consider it premature optimisation. I've got a list > of > > webservers I can install using apt and I want to pick one. I think "the > > smallest that supports ssi" is a reasonable way to choose which to > install. > > Alternatively I could pick the first one alphabetically and go with > apache > > I'd say it was premature if you had to invest time fiddling with / > learning a new http server. I'd use the one which gets you the > quickest results - the one you're most familiar with - unless time != > money for you. Even being quite familiar with Apache it's just taken me far less time to get both tighttpd and thttpd installed and configured than it's ever taken me to configure apache. It's just a shame that their ssi support is flawed. It seems I'm going to end up with apache after all. JD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081022/55e8932b/attachment-0001.htm From chrisbell at overview.demon.co.uk Thu Oct 23 08:20:11 2008 From: chrisbell at overview.demon.co.uk (Chris Bell) Date: Thu, 23 Oct 2008 08:20:11 +0100 (BST) Subject: [Gllug] Olympia Message-ID: We appear to have two adjacent stands, two tables, and four chairs, plenty of room if anyone wishes to bring a laptop, -- Chris Bell NEW alternative address: chrisbell at chrisbell.org.uk Microsoft sells you Windows ... Linux gives you the whole house. From sanelson at gmail.com Thu Oct 23 11:55:54 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Thu, 23 Oct 2008 11:55:54 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: <20081022100034.GB6810@cabal.org.uk> <20081022114407.GA14793@cabal.org.uk> <264d99b00810220503o967ab6el1355c54e1235d2d0@mail.gmail.com> Message-ID: Hi Jon, > Even being quite familiar with Apache it's just taken me far less time to > get both tighttpd and thttpd installed and configured than it's ever taken > me to configure apache. It's just a shame that their ssi support is flawed. > It seems I'm going to end up with apache after all. If you're detemined not to use Apache, have a look at Nginx - this does SSI just fine. S. From avismailinglistaccount at googlemail.com Thu Oct 23 14:52:31 2008 From: avismailinglistaccount at googlemail.com (Avi Greenbury) Date: Thu, 23 Oct 2008 14:52:31 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory Message-ID: <4900819F.1060700@gmail.com> Morning All, I'm basically after some relatively real-world information on how easy it is for OSX and Linux boxes to integrate into a MS Active Directory domain. For some ease of understanding, I'm a junior in an IT department of four at a printing company. The IT department is _very_ MS-focused, but the studios are exclusively Macs. We're owned by a bigger MS-focused company, with a non-technical head of IT. There's been quite a bit of talk of late about network security and the like, and the draft security policy document suggests banning non-Windows clients from the network on the grounds that they cannot be incorporated into MS Active Directory. I want to argue that it is possible to achieve some AD integration with *nix OSs (I presume I can get quite a bit with an LDAP client?), but I'm having fun finding any real-world information on it. Have any of you got any experience of it, and how successful were you? I'm currently more after an idea of what is possible than an explanation of exactly how I do it (with a bit of luck I'll be back for that shortly). -- Avi Greenbury :) http://aviswebsite.co.uk From hearnsj at googlemail.com Thu Oct 23 14:55:04 2008 From: hearnsj at googlemail.com (John Hearns) Date: Thu, 23 Oct 2008 14:55:04 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <4900819F.1060700@gmail.com> References: <4900819F.1060700@gmail.com> Message-ID: <9f8092cc0810230655l55b1eaffu3e15c8f4fbe856b2@mail.gmail.com> 2008/10/23 Avi Greenbury > Morning All, > > I'm basically after some relatively real-world information on how easy > it is for OSX and Linux boxes to integrate into a MS Active Directory > domain. > In addition to the open source routes for doing this, there is a commercial product. For the life of me I can't remember the name. I will dig it out if I remember. And please lets not have a howl of disapproval re commercial software! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081023/49ad4047/attachment.htm From rich at annexia.org Thu Oct 23 14:57:43 2008 From: rich at annexia.org (Richard Jones) Date: Thu, 23 Oct 2008 14:57:43 +0100 Subject: [Gllug] Small http server with ssi? In-Reply-To: References: <20081022100034.GB6810@cabal.org.uk> Message-ID: <20081023135743.GA13340@annexia.org> On Wed, Oct 22, 2008 at 12:22:07PM +0100, Jon Dye wrote: > I'm assuming it's too heavy. I want to run it on my Viglen MPC-L which is > already running email and fileserving. I just wanted to aim for the > lightest server I could that supported SSI. I used to run Apache on a 486 laptop that had 16 MB of RAM (running Debian), so I don't think that it'll cripple your Viglen MPC-L. However if you really want to serve web pages out of L1 cache on your TI OMAP-based digital watch, I can recommend you: http://www.annexia.org/freeware/rws It doesn't do SSI (far too heavyweight!), instead you write CGI scripts in C and link them to the server at runtime. There is an SSI-lookalike in Monolith. Rich. -- Richard Jones Red Hat From rich at annexia.org Thu Oct 23 15:04:03 2008 From: rich at annexia.org (Richard Jones) Date: Thu, 23 Oct 2008 15:04:03 +0100 Subject: [Gllug] ethernet -> serial converters In-Reply-To: <20081022134140.GQ14668@mint.phcomp.co.uk> References: <20081022134140.GQ14668@mint.phcomp.co.uk> Message-ID: <20081023140403.GB13340@annexia.org> On Wed, Oct 22, 2008 at 02:41:40PM +0100, Alain Williams wrote: > I have been looking at serial -> ethernet converters. Does anyone > have any experience with these ? Are they reliable ? Do they play > nicely with cups ? Not with the ones you mentioned, but I did get a D-Link one for my dad which was no end of trouble. This box (D-Link DP 300+ ??) is a tiny embedded Linux machine and so is limited to whatever printers the embedded Linux itself can drive. This didn't seem to include whatever printer my dad is using. Also his Mac refused to talk to the box, although other Linux clients he had were fine. My advice would be to test extensively, and be prepared to return to manufacturer the ones which don't work with your clients & printers. Rich. -- Richard Jones Red Hat From itsbruce at workshy.org Thu Oct 23 15:37:37 2008 From: itsbruce at workshy.org (Bruce Richardson) Date: Thu, 23 Oct 2008 15:37:37 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <4900819F.1060700@gmail.com> References: <4900819F.1060700@gmail.com> Message-ID: <20081023143737.GA3084@phaistos.bruce> On Thu, Oct 23, 2008 at 02:52:31PM +0100, Avi wrote: > I want to argue that it is possible to achieve some AD integration with > *nix OSs (I presume I can get quite a bit with an LDAP client?), but I'm > having fun finding any real-world information on it. Active Directory is a mixture Kerberos, DNS, LDAP and SMB/CIFS. *nix machines can work quite well with this. It's probably easier on OS X than Linux, in some respects, because OS X comes with kerberos by default and has many kerberised clients. I'm working in a mixed environment at the moment, with AD and Microsoft Exchange in the office. I start my day, on my linux workstation, by using kinit to get a ticket-granting ticket from the AD domain controller, after which I can mount shares and query the AD directory heirarchy without having to type in any more user credentials (or have them hidden in files on disk). The Linux servers have Samba, Winbind and Pam configured so that AD users can log in and use services using the same username/password they use everywhere else, with no need for any user accounts to be created on the servers. With just a little extra work, I could be using kerberos to authenticate agains the ssh daemons. If we had Exchange 2007, which finally supports Kerberos auth for IMAP etc, I'd barely have to type in a password at all during a working day. Much of this should work the same for OS X and you shouldn't even need to use kerberos tools to request a ticket - it should be handled by the OS X login app once kerberos is enabled. > > Have any of you got any experience of it, and how successful were you? > I'm currently more after an idea of what is possible than an explanation > of exactly how I do it (with a bit of luck I'll be back for that shortly). http://www.apple.com/itpro/articles/adintegration/ http://www.linux-watch.com/news/NS9227285361.html http://www.enterprisenetworkingplanet.com/netos/article.php/3502441 http://www.windowsnetworking.com/articles_tutorials/Authenticating-Linux-Active-Directory.html Essentially, you can have integrated user management (up to a point), network share management and, with the right ingredients, mail access. That said, *nix is not Windows, so you don't get unified application management or server management (except in the most basic sense). -- Bruce What would Edward Woodward do? From sanelson at gmail.com Thu Oct 23 15:43:03 2008 From: sanelson at gmail.com (Stephen Nelson-Smith) Date: Thu, 23 Oct 2008 15:43:03 +0100 Subject: [Gllug] Tape recommendation Message-ID: I'm about to buy a number of LTO3 tapes, to archive a few terabytes of data. Any recommendations for manufacturer? I see a reasonable variation in price... S. From Richard.Revis at truphone.com Thu Oct 23 16:22:45 2008 From: Richard.Revis at truphone.com (Richard Revis) Date: Thu, 23 Oct 2008 16:22:45 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <4900819F.1060700@gmail.com> References: <4900819F.1060700@gmail.com> Message-ID: <42B6D97A51EF8349B7DFD5746342DFBC01630D55@TMAIL.truphone.local> > I want to argue that it is possible to achieve some AD > integration with *nix OSs (I presume I can get quite a bit > with an LDAP client?), but I'm having fun finding any > real-world information on it. > > Have any of you got any experience of it, and how successful > were you? Experience of decision making in large companies, yes. Apologies if this is inappropriate, but _argue_ set me off on a tangent :) - Prepare a one page overview of options. (There are three options here! Do nothing is an option.) - Provide (estimated) costs and benefits. - List non-tangible costs and benefits. - Add an exec summary at the start of one paragraph or less. The costs should include costs of migration (in terms of time), additional hardware costs and overtime for the transition period, investigation costs, staff retraining (staff*billing rate*1 week), anything else which is > £500, and a budget for uncertainty. Don't forget to cost people at their opportunity cost, not their salary. The non-tangible costs and benefits should include staff productivity, recruitment and retention (seriously - it's an issue for creatives and technical people who need to keep skills current), future flexibility and single source supplier vulnerability. The summary should be unbiased, as keeping things impersonal helps cut down on the reprisals for being right :) The one page overview should be attractively laid out, with plenty of white space and large headings. This, sadly, counts for about 50% of the chance of success. Richard Truphone and SIM4travel are trading names of Software Cellular Network Ltd. registered in England and Wales (registered company number: 4187081). Registered office: Carmelite, 50 Victoria Embankment, Blackfriars, London EC4Y 0DX This e-mail, and any attachment/s, may contain information which is confidential or privileged, and is intended for the addressee only. If you are not the intended recipient, you may not disclose, copy or distribute this information in any manner whatsoever. If you have received this e-mail in error, please contact the sender immediately and delete it. From hearnsj at googlemail.com Thu Oct 23 18:26:13 2008 From: hearnsj at googlemail.com (John Hearns) Date: Thu, 23 Oct 2008 18:26:13 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <9f8092cc0810230655l55b1eaffu3e15c8f4fbe856b2@mail.gmail.com> References: <4900819F.1060700@gmail.com> <9f8092cc0810230655l55b1eaffu3e15c8f4fbe856b2@mail.gmail.com> Message-ID: <9f8092cc0810231026lfdef694rc1f56961c3e20f68@mail.gmail.com> I asked over on the Beowulf list. I'm almost certain the product I was thinking of is Centrify: http://www.centrify.com/ Have a good look at that maybe? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081023/9df5c26a/attachment.htm From mail at lordcalvin.co.uk Thu Oct 23 21:25:21 2008 From: mail at lordcalvin.co.uk (Calvin) Date: Thu, 23 Oct 2008 21:25:21 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: <20081022094015.GA6810@cabal.org.uk> References: <20081013125406.GA10464@frasco.org.uk> <20081022094015.GA6810@cabal.org.uk> Message-ID: <74065be60810231325kcc854b6kb68e9527c6176c99@mail.gmail.com> So there were quite a few of us at the stand today. Probably a little over-manned :P I found the expo good tbh, if not a little small (the Linux side anyway). It was good to meet everybody. Towards the end of the expo we were throwing around a few ideas and stuff for the next one. Here's some things that come to mind at the moment; Firstly I think we need to figure out the Target Audience. At the moment I think the stand is aimed at people in the know. Someone who already knows about Linux. Firewall demonstrations are good for the techies, but at an event like Creative/Mac Expo, I think we could have enticed a few techies away from the Dark Side ;-) *Change of signage:-* The sign above the stand was a bit non-descriptive. Instead of just 'GLLUG' we could maybe have the full name? GLLUG doesn't really mean much to Joe Average. Doesn't tell them what we're about. *Games Servers:-* I know some of the members have a load of servers just laying around. I was thinking we could have one running a game server - maybe World of Warcraft (most popular MMORPG). *Gaming Machines:-* If we did run a WoW server, we could have a desktop machine running the game client, so people can have a little play and see that 1) WoW works on Linux, and 2) they can have their own private server running at home, on Linux. [WoW runs on pretty low specs, so that shouldn't be a problem.] *Gnome Basic Desktop/Netbook:-* I also think it'd be nice to have one desktop running for newbies like Mum/Dad... Apps like Open Office, Firefox. Would be perfect if we could have a netbook running for this. The reason I say Gnome Desktop is because the Ubuntu/Gnome Live CD is perfect for this example. *Designer Desktop:-* Another thing we could do at a shared expo like this one, is show off all the design applications. Stuff like Maya, Inkscape and of course Gimp. *Regarding the .org village* itself, another thing we were discussing was the posibility of having sit-downs. I think this would be really cool. From a non-technical side, what if we had someone who knows a thing or two about Gimp, showing that it's actually worthy of Photoshop competition, with join-in tutorials. Obviously anyone can sit down with their laptop, install Gimp (grab it off our wireless network?) and join in. Nice and simple. Then from a technical side, we could have some demonstrations - someone from debian could setup a server? Then someone from drupal could setup drupal on this server? It would be possible for the .org village to work together this way and create something that competes with the Mac Overdose on the other side of the expo... Just a few ideas to bounce off. Calvin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081023/5a93fc52/attachment-0001.htm From caroline.ford.work at googlemail.com Thu Oct 23 21:39:53 2008 From: caroline.ford.work at googlemail.com (Caroline Ford) Date: Thu, 23 Oct 2008 21:39:53 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: <74065be60810231325kcc854b6kb68e9527c6176c99@mail.gmail.com> References: <20081013125406.GA10464@frasco.org.uk> <20081022094015.GA6810@cabal.org.uk> <74065be60810231325kcc854b6kb68e9527c6176c99@mail.gmail.com> Message-ID: 2008/10/23 Calvin : > > Games Servers:- > I know some of the members have a load of servers just laying around. I was > thinking we could have one running a game server - maybe World of Warcraft > (most popular MMORPG). > > Gaming Machines:- > If we did run a WoW server, we could have a desktop machine running the game > client, so people can have a little play and see that 1) WoW works on Linux, > and 2) they can have their own private server running at home, on Linux. > [WoW runs on pretty low specs, so that shouldn't be a problem.] > I think Wow servers are illegal, aren't they? Think you are only supposed to use Blizzards. Wow runs under wine - there are native linux games and clients out there. Second Life is a good one and is actually open source. > Stuff like Maya, Inkscape and of course Gimp. > Maya is expensive! > Regarding the .org village itself, another thing we were discussing was the > posibility of having sit-downs. > I think this would be really cool. From a non-technical side, what if we had > someone who knows a thing or two about Gimp, showing that it's actually > worthy of Photoshop competition, with join-in tutorials. But it's not, and I say this as someone who does a lot of artwork. Inkscape is great, the gimp is overrated. Flogging the gimp at a MacExpo would be embarrassing . Caroline From mail at lordcalvin.co.uk Thu Oct 23 23:20:31 2008 From: mail at lordcalvin.co.uk (Calvin) Date: Thu, 23 Oct 2008 23:20:31 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: References: <20081013125406.GA10464@frasco.org.uk> <20081022094015.GA6810@cabal.org.uk> <74065be60810231325kcc854b6kb68e9527c6176c99@mail.gmail.com> Message-ID: <74065be60810231520x51760544rbaebb37f931f40a6@mail.gmail.com> The legality of WoW is questionable :P Emulated servers arn't illegal. But connecting to one using the WoW client does break the EULA. Second Life is a good idea. I didn't know it was possible to host your own servers. Seems someone has reverse engineered an emu-server and made it open source. I'll have a look at OpenSim and see how it is. The specifics of the game isn't important, just the idea. Hosting a game server and a client machine, for people to see/play with Live. I was just trying to think of something extremely popular, and WoW fits the bill. Autodesk do offer a free version of Maya for non-commercial use. So that shouldn't be a problem. I don't think Gimp is over rated, it really can do a lot. But again it's not the specific package that's important. More the idea of doing a demo of a FOSS alternative to an Adobe product at a Mac Expo. That would be cool, no? =] If you're an Inkscape fan, maybe you could do something like Inkscape vs Freehand/Illustrator? Calvin On Thu, Oct 23, 2008 at 9:39 PM, Caroline Ford < caroline.ford.work at googlemail.com> wrote: > 2008/10/23 Calvin : > > > > Games Servers:- > > I know some of the members have a load of servers just laying around. I > was > > thinking we could have one running a game server - maybe World of > Warcraft > > (most popular MMORPG). > > > > Gaming Machines:- > > If we did run a WoW server, we could have a desktop machine running the > game > > client, so people can have a little play and see that 1) WoW works on > Linux, > > and 2) they can have their own private server running at home, on Linux. > > [WoW runs on pretty low specs, so that shouldn't be a problem.] > > > > I think Wow servers are illegal, aren't they? Think you are only > supposed to use Blizzards. > > Wow runs under wine - there are native linux games and clients out > there. Second Life is a good one and is actually open source. > > > Stuff like Maya, Inkscape and of course Gimp. > > > Maya is expensive! > > > Regarding the .org village itself, another thing we were discussing was > the > > posibility of having sit-downs. > > I think this would be really cool. From a non-technical side, what if we > had > > someone who knows a thing or two about Gimp, showing that it's actually > > worthy of Photoshop competition, with join-in tutorials. > > But it's not, and I say this as someone who does a lot of artwork. > Inkscape is great, the gimp is overrated. Flogging the gimp at a > MacExpo would be embarrassing > . > Caroline > -- > Gllug mailing list - Gllug at gllug.org.uk > http://lists.gllug.org.uk/mailman/listinfo/gllug > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081023/9d60be5c/attachment.htm From sta296 at astradyne.co.uk Thu Oct 23 23:31:35 2008 From: sta296 at astradyne.co.uk (Tethys) Date: Thu, 23 Oct 2008 23:31:35 +0100 Subject: [Gllug] GLLUG at Olympia, October 2008 In-Reply-To: Your message of "Thu, 23 Oct 2008 21:39:53 BST." References: <20081013125406.GA10464@frasco.org.uk> <20081022094015.GA6810@cabal.org.uk> <74065be60810231325kcc854b6kb68e9527c6176c99@mail.gmail.com> Message-ID: <200810232231.m9NMVZSF000856@leto.astradyne.corp> -------- "Caroline Ford" writes: >I think Wow servers are illegal, aren't they? Think you are only >supposed to use Blizzards. Which law do you think they're breaking? I can understand why Blizzard might not want you to run your own server. But illegal? Probably not. Tet From hearnsj at googlemail.com Fri Oct 24 12:55:36 2008 From: hearnsj at googlemail.com (John Hearns) Date: Fri, 24 Oct 2008 12:55:36 +0100 Subject: [Gllug] HPC job advert Message-ID: <9f8092cc0810240455v4ef3e230hae7b372522088921@mail.gmail.com> In the pub last night, I was asked about the current job market in high performance computing. I found this rather curious job advert on the Gumtree site for Norwich: http://norwich.gumtree.com/norwich/65/28567165.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gllug.org.uk/pipermail/gllug/attachments/20081024/715298f5/attachment.htm From jjllmmss at googlemail.com Fri Oct 24 17:43:51 2008 From: jjllmmss at googlemail.com (Jose Luis Martinez) Date: Fri, 24 Oct 2008 17:43:51 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <4900819F.1060700@gmail.com> References: <4900819F.1060700@gmail.com> Message-ID: 2008/10/23 Avi Greenbury : > > I want to argue that it is possible to achieve some AD integration with > *nix OSs (I presume I can get quite a bit with an LDAP client?), but I'm > having fun finding any real-world information on it. Strictly speaking there is not such a thing as an LDAP client, what you need is to investigate about kerberos and thank the community (Red Hat mostly I believe) who have released kerberized applications that can make use of a kerberos ticket. Have a look at http://en.wikipedia.org/wiki/Single_sign-on , it may start you in the right direction. In general terms this is how a solution would work: -User logins to Linux machine and is authenticated using LDAP data (thus you need to configure your machine to talk to the AD server, no experience with this, it may not be possible, or you may need to make data dumps from AD to an LDAP server than could talk to your client, in synthesis terrible tricky). -Once user is logged in he has to get a kerberos ticket (this may be automated). -Once the kerberos ticket is obtained the user launches applications that can use such tickets and thus require no further authentication (lets say an email client, who no longer would ask you IMAP or POP3 information to check your email, which is what happens with Outlook in the MS world). > > Have any of you got any experience of it, and how successful were you? > I'm currently more after an idea of what is possible than an explanation > of exactly how I do it (with a bit of luck I'll be back for that shortly). > It is not a trivial exercise, separating the machines for authentication purposes is perfectly doable and perhaps the easiest route, but security should not be really mentioned as an issue. If the AD servers are configured correctly I fail to see why a non MS client would be more insecure. From ryan at crimperman.org Fri Oct 24 18:21:00 2008 From: ryan at crimperman.org (Ryan Cartwright) Date: Fri, 24 Oct 2008 18:21:00 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <4900819F.1060700@gmail.com> References: <4900819F.1060700@gmail.com> Message-ID: <490203FC.40607@crimperman.org> Avi Greenbury wrote: > Morning All, > > I'm basically after some relatively real-world information on how easy > it is for OSX and Linux boxes to integrate into a MS Active Directory > domain. I'm probably a bit late with this but (while waiting in Smiths for a train yesterday) I noticed that the "November" issue of Linux Magazine had a piece/howto on integration with Active Directory et al. I haven't read it but it might be worth checking out. I don't think it mentioned OSX though. There's an introduction to it on their website: http://www.linux-magazine.com/issues/2008/96/smart_access cheers -- Ryan Cartwright http://www.cafamily.org.uk/oss http://www.freesoftwaremagazine.com/poster/8833 From avismailinglistaccount at googlemail.com Fri Oct 24 18:37:08 2008 From: avismailinglistaccount at googlemail.com (Avi Greenbury) Date: Fri, 24 Oct 2008 18:37:08 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <42B6D97A51EF8349B7DFD5746342DFBC01630D55@TMAIL.truphone.local> References: <4900819F.1060700@gmail.com> <42B6D97A51EF8349B7DFD5746342DFBC01630D55@TMAIL.truphone.local> Message-ID: <490207C4.4090104@gmail.com> Got a bit hectic at work, haven't been able to respond. Not entirely sure of the correct etiquette for responding to multiple same-subject emails, so I've put them all in one mail which might make the threading a bit more messy (sorry), but keeps me a lot more sane. In the interim, it's been decided that non-admin (i.e. production) PCs are allowed to not run Windows, which means the Studio can keep their macs. I'd still like to push the idea of integrating them into AD (or some other windows-user-friendly means of remote group administration), as much for the ease of administration as the chance to demonstrate that it's not just Windows that can do it. Richard Revis wrote: >> I want to argue that it is possible to achieve some AD >> integration with *nix OSs (I presume I can get quite a bit >> with an LDAP client?), but I'm having fun finding any >> real-world information on it. >> >> Have any of you got any experience of it, and how successful >> were you? > > Experience of decision making in large companies, yes. > > Apologies if this is inappropriate, but _argue_ set me off on a tangent :) Yeah, argue was possibly not the best choice of wording.... I'm not likely to find myself in a position where I can present this - the level at which this policy is written is such that it is my boss who conforms to it by ensuring that we do. He'll be in the relevant meetings, but he's also got an MCSE and makes funny faces when I mention postfix. When it was first mentioned that we were to become an exclusively Windows network for security, I was a bit dumbstruck, and what I'm mostly after is an ability to informally reassure my boss and the rest of the dept that I'm in that we can fulfil the end result bits of this proposed policy (a secure network) without necessarily getting rid of all the macs. Though I will likely follow your process through in any event, if only so I know it is (or maybe isn't) a reasonable idea. John Hearns wrote: > I asked over on the Beowulf list. > I'm almost certain the product I was thinking of is Centrify: > http://www.centrify.com/ > > Have a good look at that maybe? > I've just had a quick look, I'll see if I can get some approximate costs for that on Monday, I think. Commercial software is certainly generally seen as the better bet by default here (what do they teach on MCSEs?) Jose Luis Martinez wrote: > > It is not a trivial exercise, separating the machines for > authentication purposes is perfectly doable and perhaps the easiest > route, but security should not be really mentioned as an issue. If the > AD servers are configured correctly I fail to see why a non MS client > would be more insecure. > The security aspect, as I understand it, comes from the idea that things like forcing USB keys to be encrypted and the like can be done under Active Directory. Personally, I think there's been a bit of confusion between the means and the end, but I wasn't present at the meeting... Ryan Cartwright wrote: > I'm probably a bit late with this but (while waiting in Smiths for a > train yesterday) I noticed that the "November" issue of Linux Magazine > had a piece/howto on integration with Active Directory et al. I haven't > read it but it might be worth checking out. I don't think it mentioned > OSX though. Ah, perfect! I'll have a look at/for that on my way home. Cheers! -- Avi Greenbury :) http://aviswebsite.co.uk From tethys at gmail.com Fri Oct 24 18:40:27 2008 From: tethys at gmail.com (- Tethys) Date: Fri, 24 Oct 2008 18:40:27 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <490207C4.4090104@gmail.com> References: <4900819F.1060700@gmail.com> <42B6D97A51EF8349B7DFD5746342DFBC01630D55@TMAIL.truphone.local> <490207C4.4090104@gmail.com> Message-ID: <264d99b00810241040y3d3b74adp39d2f3a8f5ed5e46@mail.gmail.com> On Fri, Oct 24, 2008 at 6:37 PM, Avi Greenbury wrote: > The security aspect, as I understand it, comes from the idea that things > like forcing USB keys to be encrypted and the like can be done under > Active Directory. No it can't. Anyone that believes it can is deluding themselves. Tet -- Perl is like vise grips. You can do anything with it but it is the wrong tool for every job. -- Bruce Eckel From mblackmore at oxlug.org Fri Oct 24 22:54:40 2008 From: mblackmore at oxlug.org (M.Blackmore) Date: Fri, 24 Oct 2008 22:54:40 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <48E69C18.2010303@lgeezer.net> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> <20081002093244.GP7492@hades.eco.li> <1223071397.6487.57.camel@malcolm-desktop-xpc> <48E69C18.2010303@lgeezer.net> Message-ID: <1224885280.6641.17.camel@malcolm-desktop-xpc> On Fri, 2008-10-03 at 23:26 +0100, Alistair Mann wrote: > You had a k in front of your b? It's a long time ago and I might not remember correctly (especially on the heavy meds I'm forced to take nowadays). But it was a very highly specified minicomputer of its day - a well stuffed PDP11 with all the trimmings *including* a few CRT monitors. So there probably were some k's in front. Still piss useless for modelling artificial intelligence strategies... From mblackmore at oxlug.org Fri Oct 24 22:55:15 2008 From: mblackmore at oxlug.org (M.Blackmore) Date: Fri, 24 Oct 2008 22:55:15 +0100 Subject: [Gllug] SATA card recommendations. In-Reply-To: <20081004001703.427c894f@Rosebud.Harmony> References: <732076a80810011447i10fbe235ub0a228dd678d9e0e@mail.gmail.com> <48E46315.7040305@sinodun.org.uk> <20081002093244.GP7492@hades.eco.li> <1223071397.6487.57.camel@malcolm-desktop-xpc> <48E69C18.2010303@lgeezer.net> <20081004001703.427c894f@Rosebud.Harmony> Message-ID: <1224885315.6641.18.camel@malcolm-desktop-xpc> On Sat, 2008-10-04 at 00:17 +0100, John G Walker wrote: > and it were > always set to false, Wasn't that the moth that got fried? From nix at esperi.org.uk Sat Oct 25 00:38:56 2008 From: nix at esperi.org.uk (Nix) Date: Sat, 25 Oct 2008 00:38:56 +0100 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <264d99b00810241040y3d3b74adp39d2f3a8f5ed5e46@mail.gmail.com> (tethys@gmail.com's message of "Fri, 24 Oct 2008 18:40:27 +0100") References: <4900819F.1060700@gmail.com> <42B6D97A51EF8349B7DFD5746342DFBC01630D55@TMAIL.truphone.local> <490207C4.4090104@gmail.com> <264d99b00810241040y3d3b74adp39d2f3a8f5ed5e46@mail.gmail.com> Message-ID: <87prlpd0mn.fsf@hades.wkstn.nix> On 24 Oct 2008, tethys at gmail.com said: > On Fri, Oct 24, 2008 at 6:37 PM, Avi Greenbury > wrote: > >> The security aspect, as I understand it, comes from the idea that things >> like forcing USB keys to be encrypted and the like can be done under >> Active Directory. > > No it can't. Anyone that believes it can is deluding themselves. Anyone that believes it can doesn't have any idea about the difference between authentication and encryption. (Not uncommon :( ) -- `Not even vi uses vi key bindings for its command line.' --- PdS From rich at annexia.org Thu Oct 23 20:23:46 2008 From: rich at annexia.org (Richard Jones) Date: Thu, 23 Oct 2008 20:23:46 +0100 Subject: [Gllug] iKit multimedia messenger Message-ID: <20081023192346.GA7523@annexia.org> Anyone tried it? http://www.comsciences.com/product.htm Rich. -- Richard Jones Red Hat From avismailinglistaccount at googlemail.com Sun Oct 26 10:04:36 2008 From: avismailinglistaccount at googlemail.com (Avi Greenbury) Date: Sun, 26 Oct 2008 10:04:36 +0000 Subject: [Gllug] Integrating *nixen (mostly OSX) into MS Active Directory In-Reply-To: <9f8092cc0810231026lfdef694rc1f56961c3e20f68@mail.gmail.com> References: <4900819F.1060700@gmail.com> <9f8092cc0810230655l55b1eaffu3e15c8f4fbe856b2@mail.gmail.com> <9f8092cc0810231026lfdef694rc1f56961c3e20f68@mail.gmail.com> Message-ID: <490440B4.2080002@gmail.com> John Hearns wrote: > I asked over on the Beowulf list. > I'm almost certain the product I was thinking of is Centrify: > http://www.centrify.com/ > > Have a good look at that maybe? > Got to the Expo yesterday, and Rapid had a stand up in front of me pushing it. Had a look at it, if it's as good as the vendor says it is, it's pretty much what we want. I've got a whole load of propaganda from them, so I'll have a good look at it. Just had a brief word with my boss, he's been pondering it, too. -- Avi Greenbury :) http://aviswebsite.co.uk From gllug at eco.li Mon Oct 27 10:24:38 2008 From: gllug at eco.li (Dan Kolb) Date: Mon, 27 Oct 2008 10:24:38 +0000 Subject: [Gllug] [FW: UKUUG Linux 2008 Conference: Manchester, November 8-9] Message-ID: <20081027102438.GD7492@hades.eco.li> ----- Forwarded message from Alasdair G Kergon ----- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UKUUG Linux Conference 2008 - Manchester Saturday 8th - Sunday 9th November http://www.ukuug.org/events/linux2008/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This year's event consists of a twin-track conference over the weekend, preceded by a full-day Python Web Workshop on Friday 7th November. This year, we're offering a discounted conference rate of just 60 pounds for members of UK Linux User Groups provided you book by next Wednesday (29th October). The student rate is 20 pounds. (Separate fees apply for Friday's Python Web Workshop.) Please use the following URL to book online at this discounted rate or contact UKUUG during office hours on 01763 273 475 or office at ukuug.org. http://www.ukuug.org/events/linux2008/bookinglug/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Accessibility and Advocacy * Continuity in development using external developers - John I Davies - iT4C * Marketing Open Source Software - Sandro Groganz - InitMarketing * Desktop Adapted for Dad - Adam Trickett Applications * Home Automation - Steven Goodwin * Ingres CAFE - John Smedley - Ingres Grids and Clusters * Distributed evolutionary algorithms with the Geneva library * Grid and Clouds in the LHC era - Dr. Ruediger Berlich - Karlsruhe Institute of Technology * GridSolve: A nice tool for distributed computing - Marcus Hardt - Karlsruhe Institute of Technology * Cross-Platform Virtual Machines - Paul Knowles - Transitive Kernel * Infrastructure for PCIe endpoint devices * Porting Linux to a new architecture - the right way - Arnd Bergmann - IBM Deutschland Research & Development * Run time power management - it's not just suspend and resume - Matthew Garrett - Red Hat * Supersweet 15 - tales of a filesystems in puberty - Christoph Hellwig - LST e.V. * A Whole Family of Penguins - Kyle McMartin - Red Hat Sysadmin * Organising sysadmin documentation - Jon Dowland - Newcastle University * Python and System Administration - John Pinner - Linux Emporium Web * An introduction to web application security flaws - Jake Edge - LWN.net * Lead into Gold: Catalyst refactoring, optimisation and testing - Matt S Trout - Shadowcat Systems Limited * Coding in Pyjamas: Apps for Desktop and the Web * FULL-DAY FRIDAY Pure Python Web Workshop: Pyjamas + JSONRPC + Django - Luke Kenneth Casson Leighton Subject to change - check http://www.ukuug.org/events/linux2008/ ------------------------------------------------------------------------ | Event sponsored by: Novell Sun IBM Google Transitive InitMarketing | ------------------------------------------------------------------------ ----- End forwarded message ----- From unixadmin99 at gmail.com Mon Oct 27 11:18:41 2008 From: unixadmin99 at gmail.com (michael enoma aghayere) Date: Mon, 27 Oct 2008 11:18:41 +0000 Subject: [Gllug] [OT] Room to Rent in London... Message-ID: <6f6f39580810270418m3872a184r425ba3ba0728ea87@mail.gmail.com> Hi People. My friend Hayley is looking for a house mate. She has particularly asked that this time she would prefer a nerd/geek. Here's the blurb: Single room in lovely split level flat in Wanstead, London E11. Flat is just off high street near to shops, bars, pubs etc. Five minute walk from two central line stations Wanstead & Snaresbrook £110 per week, all bills included Share with one other professional and 2 cats, no smoking, available immediately. Contact Hayley on: 07956 986747 -- ~michael www.BSDqed.com From rhowe at siksai.co.uk Mon Oct 27 13:32:49 2008 From: rhowe at siksai.co.uk (Russell Howe) Date: Mon, 27 Oct 2008 13:32:49 +0000 Subject: [Gllug] [Gllug-Social] [OT] Room to Rent in London... In-Reply-To: <6f6f39580810270418m3872a184r425ba3ba0728ea87@mail.gmail.com> References: <6f6f39580810270418m3872a184r425ba3ba0728ea87@mail.gmail.com> Message-ID: <4905C301.1060501@siksai.co.uk> michael enoma aghayere wrote, sometime around 27/10/08 11:18: > Hi People. > > My friend Hayley is looking for a house mate. She has particularly > asked that this time she would prefer a nerd/geek. > > Here's the blurb: > > Single room in lovely split level flat in Wanstead, London E11. > Flat is just off high street near to shops, bars, pubs etc. > Five minute walk from two central line stations Wanstead & Snaresbrook > £110 per week, all bills included > Share with one other professional and 2 cats, no smoking, available immediately. > Contact Hayley on: 07956 986747 I'm with Andrew on this one - you missed the "... and if you'd like to talk about it over a pint, meet up at on at