On Sun, Feb 17, 2002 at 09:35:01AM -0600, Alex Malinovich wrote: > Galeon should work with no problems on a Potato system. I had it running > for a couple of weeks on my desktop before I upgraded to sid. I've run > it on a P133 with 40 megs of RAM with no major problems. And Galeon is, > by far, the most superior browser I've had the pleasure of EVER using. > There are relatively recent deb's available in non-US.
what's the potato-friendly way to get galeon installed? i've got deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free (one line) in my sources.list but of course galeon ain't there... i could download rpm's, but that's not debianistic. > On Sun, 2002-02-17 at 03:39, Karsten M. Self wrote: > > on Thu, Feb 07, 2002 at 11:05:52PM -0600, will trillich ([EMAIL PROTECTED]) > > wrote: > > > i know that somewhere out there someone has concocted a list of > > > potato-friendly x-window-system web browsers. nice comparison > > > table. relative functionality and speed. utility. bugginess. > > > > I've reviewed browsers in general at: > > > > http://kmself.home.netcom.com/Linux/FAQs/browsers.html nice compendium there! good to see objective (cough) evaluation, too: in case everyone else hasn't read karsten's reviews, here's a summary-- - galeon rules - others don't :) -- DEBIAN NEWBIE TIP #124 from dman <[EMAIL PROTECTED]> : So you've decided to BLOCK ALL TRAFFIC EXCEPT SSH. What you need to do is specify the port to allow. ssh uses port 22 by default -- With iptables try: iptables -A INPUT -p TCP --dport ssh -j ACCEPT This says that in the input chain, for tcp packets, if the port number matches ssh in /etc/services then accept the packet regardless of IP addresses. (This should give you a pointer towards the necessary ipchains options if you don't have iptables available.) Also see http://newbieDoc.sourceForge.net/ ...