Re: [OT] ISPs and fixed IP

2004-05-04 Thread Gilad Ben-Yossef
Ira,

On Tuesday 04 May 2004 08:10, Ira Abramov wrote:
> 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
> service that was so far built-in. afterall my machine is online 24/7,
> what difference does it make if it is a fixed IP or a long lease? either
> way I am always occupying an IP address, may as well be a fixed one.

You obviously know nothing about economics. :-)

The reason they charge more for a fixed IP is the same reason dogs leak their 
genitals: because they can.  Or to put it in "economic" terms: because people 
are willing to pay extra for it. It has nothing to do with the their cost.

Gilad

-- 
Gilad Ben-Yossef <[EMAIL PROTECTED]>
Codefidence. A name you can trust (TM)
http://www.codefidence.com

"I am Jack's Overwritten Stack Pointer"
-- Hackers Club, the movie


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: [OT] ISPs and fixed IP

2004-05-04 Thread Yonah Russ
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 prepaid year is up I intend to
make it VERY clear to them that I do not intend to pay more for the
service that was so far built-in. afterall my machine is online 24/7,
what difference does it make if it is a fixed IP or a long lease? either
way I am always occupying an IP address, may as well be a fixed one.
 

unfortunately they called me the night before my prepaid year was up- it 
was either get cut off the next morning and shop around for an ISP with 
a better deal, or pay up and stay connected :(
yonah

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: [OT] ISPs and fixed IP

2004-05-04 Thread Yonah Russ
Gilad Ben-Yossef wrote:
Ira,
On Tuesday 04 May 2004 08:10, Ira Abramov wrote:
 

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
service that was so far built-in. afterall my machine is online 24/7,
what difference does it make if it is a fixed IP or a long lease? either
way I am always occupying an IP address, may as well be a fixed one.
   

You obviously know nothing about economics. :-)
The reason they charge more for a fixed IP is the same reason dogs leak their 
genitals: because they can.  Or to put it in "economic" terms: because people 
are willing to pay extra for it. It has nothing to do with the their cost.
 

This is possible- on the other hand they might be running out of static 
IP's to give out. Either way, the real question is do any other ISP's 
even offer static IP's and if so, for how much?

yonah
Gilad
 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


[JOB] Programmer Needed

2004-05-04 Thread Jonathan Ben Avraham
Hi Linux-IL,
Tk Open Systems Ltd. has an opening for a full-time (180 hours
per month) programmer for permanent employement. The position involves
bidi localization and maintenance of open source applications such as OOo,
Gtk+, MythTv, and almost no new development. The required qualifications
are:

Professional Qualifications

1. Very good written and oral communications skills
2. Good debugging and program problem solving skills
3. Good understanding of Linux system administration and shell scripts
4. Some proven job experience with C++
5. Understanding of how X11 works with fonts, keymaps and other resources

Personal Qualifications

1. Self-disciplined, self-documenting, methodical, neat
2. Proven personal interest in Linux and open source
   This can be evidenced by membership in a society like HaMakor, a
   history of posts to this list, maintenance of a Linux server for a
   school or other institution, authorship of FOSS or similar activities.
3. Residence in Jerusalem or one of the surrounding suburbs

Salary expectations

We are looking for someone who will be satisfied with between NIS 10K
bruto and NIS 15K bruto per month +/- car for the long term, depending on
ability and experience.

Working conditions

Tk Open Systems is a small company located in Talpiot. Working hours are
negotiable but once negotiated are *not* flexible. (That is, we cannot
work with someone who shows up somewhere between 10:00 and 13:00, might
take off two hours in the middle of the day without prior notice to attend
to personal matters or might call at 11:30 to say "I'm not comming in
today".)

Linux is our reference platform but we also do ports to Mac OSX, Solaris,
and MS Windows. We work with all Linux distros, but prefer Debian for
servers and SuSe for desktops.

Tk Open Systems hires on the basis of personal abilities as they relate to
our business activities only. Qualified people of all persuasions, ages
and backgrounds are welcome to apply. We have some ability to accept
physical handicaps.

 - yba


-- 
 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - [EMAIL PROTECTED] - tel: +972.2.679.5364, http://www.tkos.co.il -


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



portable socket libraries? (linux/windows, c)

2004-05-04 Thread linux-il
Hello,
I am looking for an easier way to program a simple UDP socket program 
for both
Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET etc.

I found SFL (http://freshmeat.net/projects/sfl/) but I am pretty sure 
that I saw
a more specialised library which I can't find now.

The program I write must be small, have a console interface (i.e. prompt 
for a text
input on a console window) and possible to develop and compile under 
Linux (debian
unstable). I use mingw32 to produce win32 binaries.

Does anyone can recommand anything?
Thanks,
--Amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Eli Marmor
[EMAIL PROTECTED] wrote:

> I am looking for an easier way to program a simple UDP socket program
> for both
> Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET etc.
> 
> I found SFL (http://freshmeat.net/projects/sfl/) but I am pretty sure
> that I saw
> a more specialised library which I can't find now.
> 
> The program I write must be small, have a console interface (i.e. prompt
> for a text
> input on a console window) and possible to develop and compile under
> Linux (debian
> unstable). I use mingw32 to produce win32 binaries.
> 
> Does anyone can recommand anything?

If Apache's APR is not an overkill for you, take a look at it.

-- 
Eli Marmor
[EMAIL PROTECTED]
CTO, Founder
Netmask (El-Mar) Internet Technologies Ltd.
__
Tel.:   +972-9-766-1020  8 Yad-Harutzim St.
Fax.:   +972-9-766-1314  P.O.B. 7004
Mobile: +972-50-23-7338  Kfar-Saba 44641, Israel

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: portable socket libraries? (linux/windows, c)

2004-05-04 Thread shany pozin
You can use ACE
http://www.cs.wustl.edu/~schmidt/ACE-overview.html
which is both open source and portable
Shany
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: portable socket libraries? (linux/windows, c)
Date: Tue, 04 May 2004 14:35:54 +0300
Hello,
I am looking for an easier way to program a simple UDP socket program for 
both
Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET etc.

I found SFL (http://freshmeat.net/projects/sfl/) but I am pretty sure that 
I saw
a more specialised library which I can't find now.

The program I write must be small, have a console interface (i.e. prompt 
for a text
input on a console window) and possible to develop and compile under Linux 
(debian
unstable). I use mingw32 to produce win32 binaries.

Does anyone can recommand anything?
Thanks,
--Amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread linux-il
Thanks for the pointer. I know ACE already and it seems to be the exact 
opposite
of what I need:

1. C++ (not C). I would have preffered to write in C++ but it would bloat
the final executable too much as far as I can tell.  Also I'm not sure 
how well
mingw32 handles cross-compiling C++ code.
2. It's HUGE and all-encompassing (it provides portable process control,
theads , CORBA, inter-process communications, portable mmap() and god
knows what else they added since I last played with it (and I'm giving God a
large chunk of credit here :)).
3. Since I plan to ask people to run this program (it's a test program) 
on their
machines for me I'd like to keep things as simple as possible so they 
can audit
my code if they don't trust me or my programming abilities. From my 
experience
with ACE simplicity is not its strongest point.

All I need is to open a UDP socket and send/receive less than ten 
packets, then exit.
No privileged stuff. No need to access the disk no fancy threads, nothing.
I expect my C program (if written just for Linux) to be less than 500 
lines long.

But thanks anyway.
Cheers,
--amos
shany pozin wrote:
You can use ACE
http://www.cs.wustl.edu/~schmidt/ACE-overview.html
which is both open source and portable
Shany
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: portable socket libraries? (linux/windows, c)
Date: Tue, 04 May 2004 14:35:54 +0300
Hello,
I am looking for an easier way to program a simple UDP socket program 
for both
Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET 
etc.

I found SFL (http://freshmeat.net/projects/sfl/) but I am pretty sure 
that I saw
a more specialised library which I can't find now.

The program I write must be small, have a console interface (i.e. 
prompt for a text
input on a console window) and possible to develop and compile under 
Linux (debian
unstable). I use mingw32 to produce win32 binaries.

Does anyone can recommand anything?
Thanks,
--Amos


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Idan Sofer
[EMAIL PROTECTED] wrote:
Hello,
I am looking for an easier way to program a simple UDP socket program 
for both
Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET 
etc.
Perhaps SDL_net?
http://jcatki.no-ip.org/SDL_net/
I found SFL (http://freshmeat.net/projects/sfl/) but I am pretty sure 
that I saw
a more specialised library which I can't find now.

The program I write must be small, have a console interface (i.e. 
prompt for a text
input on a console window) and possible to develop and compile under 
Linux (debian
unstable). I use mingw32 to produce win32 binaries.

Does anyone can recommand anything?
Thanks,
--Amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: [OT] ISPs and fixed IP

2004-05-04 Thread Boaz Rymland
I've followed this thread since it matters me for the same reason it 
does to you.

Why did they gave it for no charge earlier ? maybe they still had free 
static's to give but all other ISPs did charge. In comparison to them 
they could have charge without any doubts.

I called them to learn of their fixed IP policy. I spoken to a "new 
customers" representative (not an existing-customer representative). She 
told me that she cant tell for sure that existing customers keep or 
loose their fixed IPs (that is - free of charge of course) when their 
contract is over, BUT new customers DO get a free static IP. So maybe 
it's a matter of pressure on them and/or flexebility of the customer to 
switch ISPs or at least prepare for such moves until you get the "real" 
sales guy who (hopefully) offers you to stay, with your fixed IP. Donno.

What else can be done?
Boaz.
Yonah Russ wrote:
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 prepaid year is up I intend to
make it VERY clear to them that I do not intend to pay more for the
service that was so far built-in. afterall my machine is online 24/7,
what difference does it make if it is a fixed IP or a long lease? either
way I am always occupying an IP address, may as well be a fixed one.
 

unfortunately they called me the night before my prepaid year was up- 
it was either get cut off the next morning and shop around for an ISP 
with a better deal, or pay up and stay connected :(
yonah

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Omer Zak

On Tue, 4 May 2004 [EMAIL PROTECTED] wrote:

> 3. Since I plan to ask people to run this program (it's a test program)
> on their
> machines for me I'd like to keep things as simple as possible so they
> can audit
> my code if they don't trust me or my programming abilities. From my
> experience
> with ACE simplicity is not its strongest point.
>
> All I need is to open a UDP socket and send/receive less than ten
> packets, then exit.
> No privileged stuff. No need to access the disk no fancy threads, nothing.
> I expect my C program (if written just for Linux) to be less than 500
> lines long.

If you can ask people to install Perl or Python on their computers, then
why not use the thread libraries from those languages to do the actual UDP
transmission/reception stuff, with your C program only creating/analyzing
the actual packet data?
 --- Omer
My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Oded Arbel
בTuesday 04 May 2004 15:15, נכתב על ידי [EMAIL PROTECTED]:
> Thanks for the pointer. I know ACE already and it seems to be the exact
> opposite

> >> I am looking for an easier way to program a simple UDP socket program
> >> for both
> >> Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET
> >> etc.

Check netwib and OSSP sa. 
Also the Kannel open source wap gateway has an infrastructures library (gwlib) 
that has a simple and useful network abstraction layer. one time in the past 
when I needed a quick something from gwlib, I ripped just that part out of 
gwlib and it was relativly painless as there are very few cross dependencies 
between the parts of gwlib.

-- 
Oded

::..
Hard work may not kill you, but why take chances?

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread linux-il
Omer Zak wrote:
If you can ask people to install Perl or Python on their computers, then
why not use the thread libraries from those languages to do the actual UDP
transmission/reception stuff, with your C program only creating/analyzing
the actual packet data?
 

No, I can't ask people to install python or perl (or Java, which would 
have made things
far easier for me). They are far too heavy for this task and I hope to 
get help from non-geeks
(just "click here to download this exe, then execute it through a cmd 
window, please").
(Why would I need threads for a simple program? Or did you mean "net 
libraries"?)

There is no analysis involved, at least not on the client side. Just 
send/recieve some UDP
packets (the recieve part is just a nicety, to help me correlate results 
from multiple servers,
but I should be able to manage even without it).

Thanks,
--amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread linux-il
Idan Sofer wrote:
Perhaps SDL_net?
http://jcatki.no-ip.org/SDL_net/
Oh yes. This rings a familiar sound.
Any experience with using it with a cross-compiler?
Thanks,
--Amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 04 May 2004 14:35:54 +0300, [EMAIL PROTECTED] wrote:
>
> I am looking for an easier way to program a simple UDP socket program
> for both
> Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET etc.
> [snip] ...  possible to develop and compile under Linux (debian
> unstable). I use mingw32 to produce win32 binaries.

Compile it with Cygwin on Windoze and you are done (you may have to
use different #include, but that's all).

Notes.

1. You'll have to add the cygwin1.dll to your program distribution.
2. If you give it to "public" users, it must be GPLed (you'll have
   to supply sources both for your program and the cygwin1.dll).

Nit-picking: remember to use `htonl/s' and `ntohl/s' if you want
your program to be portable to big endian processors.

Ehud.



- --
 Ehud Karni   Tel: +972-3-7966-561  /"\
 Mivtach - Simon  Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D Better Safe Than Sorry
-BEGIN PGP SIGNATURE-
Comment: use http://www.keyserver.net/ to get my key (and others)

iD8DBQFAl6VHLFvTvpjqOY0RAoLAAJ9YGp8Ee3MkWtrF+yDhOWdT6cBclgCeKOEO
Al4at2l02pj5JLYvX+Q/9hc=
=wBB4
-END PGP SIGNATURE-

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread linux-il
Ehud Karni wrote:
Compile it with Cygwin on Windoze and you are done (you may have to
use different #include, but that's all).
Notes.
1. You'll have to add the cygwin1.dll to your program distribution.
 

Can I use the "-static" gcc flag to contain cygwin1.dll inside the 
single exe I want to provide?
(it's not quite clear from "man gcc").

2. If you give it to "public" users, it must be GPLed (you'll have
  to supply sources both for your program and the cygwin1.dll).
 

That's not a problem. It's just a test and I plan to provide the sources 
anyway
so testers can see for themself if there are any back doors or other 
problems with it.

(If the test goes well, I plan a larger GPL'ed project based on the 
results).

Nit-picking: remember to use `htonl/s' and `ntohl/s' if you want
your program to be portable to big endian processors.
 

I already do. I can't imagine myself writing network code with them :)
Thanks for the pointer. So far this seems the easiest way to get what I want
(if I manage to create a single stand-alone executable).
Cheers,
--Amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Shlomi Fish
On Tuesday 04 May 2004 14:35, you wrote:
> Hello,
>
> I am looking for an easier way to program a simple UDP socket program
> for both
> Windows and Linux than using "#ifdef __WIN32__" and typedefing SOCKET etc.
>
> I found SFL (http://freshmeat.net/projects/sfl/) but I am pretty sure
> that I saw
> a more specialised library which I can't find now.
>
> The program I write must be small, have a console interface (i.e. prompt
> for a text
> input on a console window) and possible to develop and compile under
> Linux (debian
> unstable). I use mingw32 to produce win32 binaries.
>
> Does anyone can recommand anything?
>

Besides what other people here have suggested, there's also NSPR - the 
Netscape Portable Runtime:

http://www.mozilla.org/projects/nspr/

Regards,

Shlomi Fish

> Thanks,
>
> --Amos
>
>
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

-- 

-
Shlomi Fish  [EMAIL PROTECTED]
Homepage:http://shlomif.il.eu.org/

Quidquid latine dictum sit, altum viditur.
[Whatever is said in Latin sounds profound.]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 04 May 2004 17:33:14 +0300, [EMAIL PROTECTED] wrote:
>
> Can I use the "-static" gcc flag to contain cygwin1.dll inside the
> single exe I want to provide?

No you can not, But it is only 1 file about 1.3 MB.

Ehud.


- --
 Ehud Karni   Tel: +972-3-7966-561  /"\
 Mivtach - Simon  Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D Better Safe Than Sorry
-BEGIN PGP SIGNATURE-
Comment: use http://www.keyserver.net/ to get my key (and others)

iD8DBQFAl7gVLFvTvpjqOY0RAl2SAJwJbf2J9p+yPoMPZ1UrhHz7IUsVcgCcC5AR
3r/Tevo9H4B6kW9uA9x0DrA=
=OWrU
-END PGP SIGNATURE-

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Games for Linux

2004-05-04 Thread Jonathan Ben Avraham
Hi Linux-IL,
Are the Linux versions of SimCity 3000 and Quest from Loki z"l comparable
in quality to the MS Windows versions? Where is a good place to buy Linux
games?

 - yba


-- 
 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - [EMAIL PROTECTED] - tel: +972.2.679.5364, http://www.tkos.co.il -


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Games for Linux

2004-05-04 Thread Diego Iastrubni
בTuesday 04 May 2004 15:34, כתבת:
> Hi Linux-IL,
> Are the Linux versions of SimCity 3000 and Quest from Loki z"l comparable
> in quality to the MS Windows versions? Where is a good place to buy Linux
> games?
>
>  - yba
The SimCity was in Mandrake 9.0 games edition. I have heard that it is not BC 
with current SW (libstdc++, glibc, kernel, ntpl, i dont know). 

Do test (somehow) the package before spending money on it (since it will not 
go somewhere important, Loki are dead you know).

-- 

diego, kde-il translation team

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Free MS-Office replacement for most platforms
http://www.openoffice.org/

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: [OT] ISPs and fixed IP

2004-05-04 Thread Ira Abramov
Quoting Gilad Ben-Yossef, from the post of Tue, 04 May:
> 
> The reason they charge more for a fixed IP is the same reason dogs
> leak their genitals: because they can.  Or to put it in "economic"
> terms: because people are willing to pay extra for it. It has nothing
> to do with the their cost.

I know that, and for that reason I'm not going to pay extra. I will be
very happy to pay extra for anything that indeed COSTS, not for this.
For this same reason I refuse to subscribe to cable TV to channels I
don't need, nor pay or commit to Partner communications for an upgrade
to a phone that costs them peanuts and my monthly bills pay for quite
sufficiently as it is. It is both my right and my duty to tell vendors
in their face what I think of their pricing scheme when it changes and
"vote with my feet" if the need arrises.

-- 
Circus freak
Ira Abramov
http://ira.abramov.org/email/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Games for Linux

2004-05-04 Thread Noam Rathaus
On Tuesday 04 May 2004 18:34, Jonathan Ben Avraham wrote:
> Hi Linux-IL,
> Are the Linux versions of SimCity 3000 and Quest from Loki z"l comparable
> in quality to the MS Windows versions? Where is a good place to buy Linux
> games?
>
>  - yba
Hi,

I had some good experience with WineX (http://www.transgaming.com/) if you 
want to run Windows based games on your Linux machine. It runs a lot of 
games, has some issues with them (mainly movie displaying issues and MS's 
DirectPlay issues). But it generally works :)

-- 
Thanks
Noam Rathaus
CTO
Beyond Security Ltd.

Join the SecuriTeam community on Orkut:
http://www.orkut.com/Community.aspx?cmm=1

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Bandwidth consumption limit/measure

2004-05-04 Thread Noam Rathaus
On Tuesday 04 May 2004 09:41, you wrote:
> 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,
> > Tal.
Hi,

Could you elaborate a bit more how you integrated ntop, tc and HTB?

-- 
Thanks
Noam Rathaus
CTO
Beyond Security Ltd.

Join the SecuriTeam community on Orkut:
http://www.orkut.com/Community.aspx?cmm=1

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: portable socket libraries? (linux/windows, c)

2004-05-04 Thread guy keren

On Tue, 4 May 2004 [EMAIL PROTECTED] wrote:

> 3. Since I plan to ask people to run this program (it's a test program)
> on their
> machines for me I'd like to keep things as simple as possible so they
> can audit
> my code if they don't trust me or my programming abilities. From my
> experience
> with ACE simplicity is not its strongest point.
>
> All I need is to open a UDP socket and send/receive less than ten
> packets, then exit.
> No privileged stuff. No need to access the disk no fancy threads, nothing.
> I expect my C program (if written just for Linux) to be less than 500
> lines long.

we we needed to write (TCP) socket programs porable between windows and
unix, we found that this can be done with very few #ifdef-s. mostly with
getting the last error (errno Vs. WSAGetLastError), and the winsock
initialization/cleanup required by windows.

i _Assume_ the same can be down with UDP - so just write yourself 2-3
macros to hide the #ifdefs, and write the program in plain C, using the
native socket libraries of your different platforms.

--
guy

"For world domination - press 1,
 or dial 0, and please hold, for the creator." -- nob o. dy

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: portable socket libraries? (linux/windows, c)

2004-05-04 Thread Hyams Iftach
In it can be a good idea to write your own #ifdef
or #defines or wrapping functions. It is quiet similar
(I wrote a complex UDP application that compiles on 4
different OS's so contact me privately for details).
The differences are in some types, errors and IOCTL's.


 Note that Windows 2000 has a bug (!) number Q263823
when using UDP so you need service pack >= 2 to be
installed + extra code to fix it.
 In addition you need to do some 'startup' calls to
enable sockets.


  Iftach



This e-mail message has been sent by Elbit Systems Ltd.
and is for the use of the intended recipients only.
The message may contain privileged or confidential information .
If you are not the intended recipient you are hereby notified that any use,
distribution or copying of this communication is strictly prohibited,
and you are requested to delete the e-mail and any attachments
and notify the sender immediately.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Governments spending on IT

2004-05-04 Thread linux-il
According to the Walla article at:
http://news.walla.co.il/?w=/3/538997
The government has agreed on spending 470 Million NIS on projects
"Merkava" and "Memshal Zamin".
With all the talks about OpenOffice, MS licenses vs. Linux etc. - does 
anyone
here have thoughs on the effect of such spending on the ISraeli OpenSource
industry?

I understand that most of the badget will go to places like IBM or 
Matrix, but still
it should create demand for OpenSource skills in many tiers around it, 
shouldn't it?

--Amos

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]