Re: [SLUG] fun with libcrypto.so.5 missing

2006-01-13 Thread Jamie Wilkinson
This one time, at band camp, Grant Parnell wrote:
>B> nc -l 7000 >libs.tgz
>A> cat libs.tgz | nc mail.somewhere.com.au 7000

nc has saved my life in situations like this, too!  praise the nc!
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Linux distro for pentium 166 Mhz

2006-01-13 Thread Peter Chubb
> "Kevin" == Kevin Saenz <[EMAIL PROTECTED]> writes:

>>> Hi there
>>> 
>>> I have a very old pc that I want to serve into linux gateway. Is
>>> there any good distro for this old machine.
>>> 
>>> 
Kevin> You could try Gentoo

I reckon Gentoo would be a pain on such a slow machine, because of its
habit of recompiling things as you go.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Linux distro for pentium 166 Mhz

2006-01-13 Thread Peter Chubb
> "James" == James Gray <[EMAIL PROTECTED]> writes:

James> On Tuesday 10 January 2006 13:16, Kasim, Yosep wrote:
>> Hi there
>> 
>> I have a very old pc that I want to serve into linux gateway. Is
>> there any good distro for this old machine.
>> 
>> Many thanks in advance

James> I have a P166 (non-MMX variety) with 160MB RAM running as a
James> firewall, Samba server, DNS server, DHCP server...bit of
James> everything really.

Ha.  I'm typing this on a laptop P166 with 80MB memory, with X, and
xemacs.  It's slow (I can't run internet banking, although firefox
runs)

Debian Unstable with a self-compiled 2.6 kernel.

My firewall is a 486DX50 with 32M memory, but some of that is stolen
by the BIOS.  Also running a hand-tuned debian unstable, with a
self-compiled 2.6 kernel, and the TIS firewall toolkit.

(I compile kernels for the small boxen to get rid of modules I don't
need --- in fact I don't compile modular kernels for these things, as
then there's a whole heap of userspace I can do without, and neither
has more than 1G disc)

On salamander (the 486 firewall; no GUI here):
$ free
 total   used   free sharedbuffers cached
Mem: 21676  19296   2380  0956 8504
-/+ buffers/cache:   9836  11840
Swap:32592   6456  26136

30 BogoMIPS.


On piggle (the laptop):
$ free
 total   used   free sharedbuffers cached
Mem: 78392  75920   2472  0848 34440
-/+ buffers/cache:  40632  37760
Swap:64504  16544  47960

323 BogoMIPS.
--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au   ERTOS within National ICT Australia
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Apache2 php mysql, CMS?

2006-01-13 Thread jam
On Friday 13 January 2006 03:08, [EMAIL PROTECTED] wrote:
> I am migrating some Lotus Domino databases to LAMP.
>
> One new database that I thought I would try my first experiment with is
> a simple document store.  It seems to work nicely with mysql.  This
> database only needs fairly simple add, edit & search function and I
> thought there are probably some automated system to take an existing
> mysql structure and create some PHP web forms to allow these functions.
> Despite a fair bit of time with Google I haven't found what I am looking
> for.
>
> Although they seem aimed at a slightly different and much larger and
> more complex problem there seems to be about a million competing Content
> Management Systems that may or may not do what I need.  However, the
> learning curve for these might be larger than just learning more PHP and
> writing the system from scratch.
>
> If someone could recommend a system that could help me I would
> appreciate it.  If one of these CMS is the way to go recommendations
> from a happy user of one or other of these would be great.  I can see at
> the moment I could spend weeks just trying to decide how best to
> approach the problem.  Perhaps there are some templates of existing
> systems out there but I haven't been able to find them.
>
> Thank you and regards
Steven
I found "Build your own Database Driven Website" Kevin Yank, 
http://www.sitepoint.com to be a very through but gentle intro, it has proved 
invaluable to me.
You can go from simple php/mysql to a complete CMS.
James
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Linux distro for pentium 166 Mhz

2006-01-13 Thread Kevin Saenz



Hi there

I have a very old pc that I want to serve into linux gateway. Is there
any good distro for this old machine.
   


You could try Gentoo
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html