On Thu, 13 Jan 2005 17:56:21 -0600, Robert Citek
<[EMAIL PROTECTED]> wrote:
> 
> Hello all,
> 
> I was able to successfully kill my Mac last night with the following
> script:
> 
> perl -le '
>    @foo=qw(hello) ;
>    for (my $i ; $i<100 ; $i++) {
>      push(@foo, @foo) || die "$i -- no more\n" ;
>      print "$i" ;
>    } ;
>    print "size is $#foo" ;
> '

OK, I give up. I googled yesterday and today for topics like "Mac OS X
ulimit", "Mac OS X user limits", "Mac OS X login.conf", "Mac OS X fork
bomb", "Mac OS X webcvs", "harden Mac OS X" ...

  nothing :-/

well I did find a few snippets but nothing concrete. My advice:
Install Yellow Dog (Fedora Core 2 for Mac) or NetBSD. Unfortunately,
Yellow Dog 4.0 got a less that favorable review. The reviewer said
that Xmms and some other apps segfaulted on startup. The sound was
also reported to be kind of flaky.
Here is the web page for NetBSD on Mac PPC:
http://www.netbsd.org/Ports/macppc/
_______________________________________________
CWE-LUG mailing list
http://www.cwelug.org/    
[email protected]
http://lists.firepipe.net/listinfo/cwe-lug

Reply via email to