Re: Bandwidth consumption limit/measure

2004-05-03 Thread josh
On Mon, 3 May 2004, Tal Achituv wrote: > Hi! > > Is there any way to measure and or limit the monthly bandwidth on a box? Hi Tal, To measure the bandwidth I use ntop and to limit bandwidth I use tc with the HTB. Note you can also prioritize both your egress and ingress traffic too. > > Thanks, >

Re: redirect possible?

2004-05-03 Thread Meir Kriheli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 02 May 2004 22:56, Ira Abramov wrote: > Quoting Aaron, from the post of Mon, 03 May: > > I was wondering if I could install plone locally and make a redirect > > from my remote host to my home box. > > > > I have a dynamic ip but can I use it

Re: redirect possible?

2004-05-03 Thread Yonah Russ
they wanted me to pay 200- I complained and they lowered it to 150. I should have complained more. yonah Meir Kriheli wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 02 May 2004 22:56, Ira Abramov wrote: Quoting Aaron, from the post of Mon, 03 May: I was wondering if I coul

PCMCIA cardbus memory range allocations

2004-05-03 Thread Nachum Kanovsky
Can someone explain how the linux kernel handles and allocates memory ranges for PCMCIA cardbus bridges when the yenta_socket is loaded? I have been combing through the source code, and I am still unsure of when or where the allocations are supposed to take place? Are the memory ranges for the P2P

Lecture slides of today's Haifux lecture are updated

2004-05-03 Thread Adir Abraham
Hi, An updated version of the slides is available in Haifux's site (it's the final version for the lecture, at least). Best regards, Adir. On Sun, 2 May 2004, Adir Abraham wrote: > Hi all, > > The topic of Monday's (3/5) lecture is: > > How to protect your home/office network? > Using

RE: console fonts help

2004-05-03 Thread avrahamr
>= Original Message From Aaron <[EMAIL PROTECTED]> = >Thanks I tried that also, > >but could you remind me what debian package contains these fonts?? > >I don't have them installed. > >Aaron >On Mon, 2004-05-03 at 00:52, Tzafrir Cohen wrote: >> On Sun, May 02, 2004 at 11:25:55PM +0300, Aaro

ntpd and synchronizing non-gmt clocks

2004-05-03 Thread Dan Fruehauf
I've been googling for a while and couldnt find it, so here i am. for some reasons i prefer not to go into, i have to synchronize clocks between machines where one machine has it's clock on GMT and the other doesnt (it's clock is GMT + x hours forward / backward). my question is, is it possible t

learning curve

2004-05-03 Thread Aaron
Whew, A learning curve. I am considering either changing hosts for my web site or hosting the site myself on my linbox. I need some advice from the group on this. Switching to a permentant IP address with Actcom I will probably do anyways since it is cheaper than my current broadband package from

Re: ntpd and synchronizing non-gmt clocks

2004-05-03 Thread Tzafrir Cohen
On Mon, May 03, 2004 at 08:40:02PM +0300, Dan Fruehauf wrote: > I've been googling for a while and couldnt find it, so here i am. > for some reasons i prefer not to go into, i have to synchronize clocks between > machines where one machine has it's clock on GMT and the other doesnt (it's > clock

Re: ntpd and synchronizing non-gmt clocks

2004-05-03 Thread Dan Fruehauf
On Monday 03 May 2004 22:48, Tzafrir Cohen wrote: > On Mon, May 03, 2004 at 08:40:02PM +0300, Dan Fruehauf wrote: > > I've been googling for a while and couldnt find it, so here i am. > > for some reasons i prefer not to go into, i have to synchronize clocks > > between machines where one machine h

Bandwidth consumption limit/measure

2004-05-03 Thread Tal Achituv
Hi! Is there any way to measure and or limit the monthly bandwidth on a box? Thanks, Tal. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please noti

Re: ntpd and synchronizing non-gmt clocks

2004-05-03 Thread Shachar Shemesh
Dan Fruehauf wrote: Thanks for relating to it. Dan. Dan, if your machines are configured to know what timezone they are in, ANY use of NTP will give you the correct results. If they don't, you cannot use NTP. It has nothing to do with whether you BIOS clock is saved one way or the other.

Re: portly port

2004-05-03 Thread Tzafrir Cohen
On Mon, May 03, 2004 at 11:08:04PM +0300, Aaron wrote: > Hi, > I am trying to run zope but it complains that a process is using port > 8081 > > how do I determine what is using that port so I can disable it? As root (or if this is a process run by you) : netstat -lntp |grep port_num or fuse

Re: portly port

2004-05-03 Thread Yedidyah Bar-David
On Mon, May 03, 2004 at 11:08:04PM +0300, Aaron wrote: > Hi, > I am trying to run zope but it complains that a process is using port > 8081 > > how do I determine what is using that port so I can disable it? netstat -anpl | grep -w 8081 -- Didi > > Thanks > Aaron > > =

Re: portly port

2004-05-03 Thread Aaron
Thanks for all the answers Aaron On ב', 2004-05-03 at 23:47, Yedidyah Bar-David wrote: > On Mon, May 03, 2004 at 11:08:04PM +0300, Aaron wrote: > > Hi, > > I am trying to run zope but it complains that a process is using port > > 8081 > > > > how do I determine what is using that port so I can dis

Problem running american's army

2004-05-03 Thread sergey
Hi. I am trying to run america's army game and that I have get: Loading required GL library /usr/X11R6/lib/libGL.so.1.2 Couldn't set video mode:Couldn't find matching GLX visual What file or something else I must repair ? Thanks. ===

Re: ntpd and synchronizing non-gmt clocks

2004-05-03 Thread Shaul Karl
On Mon, May 03, 2004 at 08:40:02PM +0300, Dan Fruehauf wrote: > I've been googling for a while and couldnt find it, so here i am. > for some reasons i prefer not to go into, i have to synchronize clocks between > machines where one machine has it's clock on GMT and the other doesnt (it's > clock

Re: portly port

2004-05-03 Thread Sagi Bashari
As root: netstat -lnp The last parameter is the pid/name of the listening program. Sagi Aaron wrote: Hi, I am trying to run zope but it complains that a process is using port 8081 how do I determine what is using that port so I can disable it? Thanks Aaron ==

Re: portly port

2004-05-03 Thread Jonathan Ben Avraham
netstat -nap | grep 8081 look before you kill. - yba On Mon, 3 May 2004, Aaron wrote: > Hi, > I am trying to run zope but it complains that a process is using port > 8081 > > how do I determine what is using that port so I can disable it? > > Thanks > Aaron > > ==

portly port

2004-05-03 Thread Aaron
Hi, I am trying to run zope but it complains that a process is using port 8081 how do I determine what is using that port so I can disable it? Thanks Aaron = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe"

[OT] ISPs and fixed IP

2004-05-03 Thread Ira Abramov
Quoting Yonah Russ, from the post of Mon, 03 May: > they wanted me to pay 200- I complained and they lowered it to 150. I > should have complained more. indeed you should have. when my current prepaid year is up I intend to make it VERY clear to them that I do not intend to pay more for the servi

Re: [OT] ISPs and fixed IP

2004-05-03 Thread Meir Kriheli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 04 May 2004 05:10, Ira Abramov wrote: > Quoting Yonah Russ, from the post of Mon, 03 May: > > they wanted me to pay 200- I complained and they lowered it to 150. I > > should have complained more. > > indeed you should have. when my current