Linux+Postgres w. Hebrew support from scratch?

2002-03-02 Thread Boulgakov, Andrei
Hi! Can somebody write a little step-by-step manual how to install Linux(RH 7.x) w. PostgreSQL with Hebrew support? = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the comma

RE: Linux+Postgres w. Hebrew support from scratch?

2002-03-03 Thread Boulgakov, Andrei
Hi, Andre! A deeper question: when i do insert of hebrew words from web page (written in PHP), it is stored like Unicode sequence (oy ...). In that way to char(2) i can't insert even 1 hebrew char! (because &# takes 2 places :) ) P.S. DB created like this: createdb -E UNICODE Do you have any remed

lpd restart: get_local_host: hostname 'blabla.domain.com' bad

2002-03-04 Thread Boulgakov, Andrei
Hi! I've install SMB printer, all were OK before i've change hostname. And now i get such error on lpd restart: get_local_host: hostname 'blabla.domain.com' bad = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsu

RE: Voice over IP

2002-08-01 Thread Boulgakov Andrei
Title: RE: Voice over IP > It is Greek to me either. Do you mean Hebrew? :)

Linux + Internet by Kvalim

2002-10-07 Thread Boulgakov Andrei
Title: Linux + Internet by Kvalim Hi! What is the way to connect Linux to Inet by Kvalim? Is it the same as ADSL? What should be installed/configured? Can small home network be connected? Will my Web server be visible to the World?

RE: A disturbing article...

2002-10-13 Thread Boulgakov Andrei
Title: RE: A disturbing article... I want to insert my 5 agorot :) In 96-97 i was computer technician and I remember first Windows 95 users. Firstly, nobody was able to install it completely(with all drivers) without help  from experienced people, secondly, for the first users UI and configura

RE: Linux Tourist Information Station

2002-11-13 Thread Boulgakov Andrei
Title: RE: Linux Tourist Information Station Think about XUL Paragraph from developer.netscape.com about XUL: < XUL can be used to define a browser UI, but it is not limited to browser UIs. In a XUL-based desktop application, the user may see the pull-down menus and dialogs of a development to

Ideas about presentation needed!

2002-11-13 Thread Boulgakov Andrei
y ideas or materials about "Internet technologies". Audience - UNIX programmers and QA testers, so I guess, HTTP header structure is not good subject :) Boulgakov Andrei NSI Ltd.

RE: Mila Tova on Bank Leumi site and linux/mozilla client

2002-12-26 Thread Boulgakov Andrei
Title: RE: Mila Tova on Bank Leumi site and linux/mozilla client >So, with all the stories about sites discriminating against non-IE clients, Discriminators are users. Customer (Leumi in this case) looking at Browser Statistics won't pay money on customization for Netscape+Mozilla. If you

FW: Mila Tova on Bank Leumi site and linux/mozilla client

2002-12-26 Thread Boulgakov Andrei
Title: FW: Mila Tova on Bank Leumi site and linux/mozilla client >So, with all the stories about sites discriminating against non-IE clients, Discriminators are users. Customer (Leumi in this case) looking at Browser Statistics won't pay money on customization for Netscape+Mozilla. If you

RE: Mila Tova on Bank Leumi site and linux/mozilla client

2002-12-26 Thread Boulgakov Andrei
EMAIL PROTECTED] Subject: Re: Mila Tova on Bank Leumi site and linux/mozilla client Boulgakov Andrei wrote: > NSs and Mozilla takes 3%, IEs - 96%. If man*month of Web developer > costs to Leumi 15000$, development of "IE-ed" site takes 10 man*month $15000 for a man month of a

RE: qt

2002-12-29 Thread Boulgakov Andrei
Title: RE: qt Yes, QT will. For Windows you have "light" QT 2.0.3 for free. -Original Message- From: kfir lavi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 8:05 AM To: [EMAIL PROTECTED] Subject: qt hi, i need to construct a testing program that will show a graph, t

RE: qt

2002-12-29 Thread Boulgakov Andrei
Title: RE: qt Sorry.. ftp://ftp.trolltech.com/qt/non-commercial/QtWin230-NonCommercial.exe and all documentation on http://www.trolltech.com -Original Message- From: kfir lavi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 8:37 AM To: Boulgakov Andrei Cc: [EMAIL

RE: Edu in linux

2003-01-02 Thread Boulgakov Andrei
Title: RE: Edu in linux > -Original Message- > From: Nadav Har'El [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 3:39 PM > To: Victor Zaslavsky > Cc: [EMAIL PROTECTED] > Subject: Re: Edu in linux > Anybody who > has spent time using Linux, even if only the command li

RE: Edu in linux

2003-01-02 Thread Boulgakov Andrei
Title: RE: Edu in linux 3 years ago I did support to the schools in B7. There (I guess in other cities too) was support cost by hours. So, If school needs file/printer server the cost is same for both MS and Linux. But, if school(specialized in math and comp) needs Web/FTP  + DB server, Linux

"Whatsup" in "Kalkala" of "Yediot Ahronot"

2003-01-05 Thread Boulgakov Andrei
Title: "Whatsup" in "Kalkala" of "Yediot Ahronot" Kalkala 5.1.2003 P.11 "Israeli penguin" Congratulations, Amir!

RE: Home Page Failure

2003-01-06 Thread Boulgakov Andrei
Title: RE: Home Page Failure > -Original Message- > From: Shaul Karl [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 3:26 AM > To: Nadav Har'El > Cc: Daniel Feiglin; [EMAIL PROTECTED] > Subject: Re: Home Page Failure > > > On Tue, Jan 07, 2003 at 12:25:56AM +0200, Nada

RE: Home Page Failure

2003-01-06 Thread Boulgakov Andrei
Title: RE: Home Page Failure BTW, what is the problem of Konqeror users? Go "Settings, Configure Konqueror, USer Agent, add jobinfo to the list with UA you want. The site looks a little bit not aesthetically beautiful, but no VbScript error anymore :)

RE: Home Page Failure

2003-01-07 Thread Boulgakov Andrei
Title: RE: Home Page Failure > -Original Message- > From: Barak Bloch [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 5:41 PM > To: Boulgakov Andrei; 'Shaul Karl'; Nadav Har'El > Cc: Daniel Feiglin; [EMAIL PROTECTED] > Subject: Re: Hom

Strange cout behaviour

2003-01-08 Thread Boulgakov Andrei
e the cause?  1. #include 2. using namespace std; 3. int main() 4. { 5.    cout << __LINE__ << endl; 6.    cout << __FILE__; 7.    return 0; 8. } Boulgakov Andrei

RE: Strange cout behaviour

2003-01-08 Thread Boulgakov Andrei
aaa: line 39: syntax error near unexpected token `newline' ./aaa: line 39: `  template' > -Original Message- > From: Shlomi Fish [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 6:24 PM > To: '[EMAIL PROTECTED]' > Cc: Boulgakov Andrei >

PostgreSQL site survive hard time :)

2003-01-09 Thread Boulgakov Andrei
Title: PostgreSQL site survive hard time :) Look at http://www.postgresql.org/ Boulgakov Andrei

RE: Israeli sites not supporting Linux browsers

2003-01-21 Thread Boulgakov Andrei
Title: RE: Israeli sites not supporting Linux browsers Yap, and let's establish "black list" of : - applications, that can not be run in text mode. - OSs that can not be booted from only diskette - users, that doesn't know to work with keyboard - something else?  Somebody run  2.4 with Gnome

RE: Israeli sites not supporting Linux browsers

2003-01-21 Thread Boulgakov Andrei
Title: RE: Israeli sites not supporting Linux browsers > > Later - rewrite the site based on standards. > Where can I read about those standards? AFAIK, NS4 and NS6 has different DOM (I do not mention about DOM of other browsers;-), what standards say about it? Using CSS is it in standard?

RE: Israeli sites not supporting Linux browsers

2003-01-21 Thread Boulgakov Andrei
rom: Alon Altman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 3:38 PM > To: Boulgakov Andrei > Subject: RE: Israeli sites not supporting Linux browsers > > > On Tue, 21 Jan 2003, Boulgakov Andrei wrote: > > > > > > Later - rewrite the site based

RE: Israeli sites not supporting Linux browsers

2003-01-21 Thread Boulgakov Andrei
Title: RE: Israeli sites not supporting Linux browsers I'm agree with you. all my question were to bring an opinion as yours ( and as mine); most of complains are: "Site doesn't support Linux" (it is not correct, anyway. Site can not support browser) are the complains of NS4 users. I never see

RE: Israeli sites not supporting Linux browsers

2003-01-21 Thread Boulgakov Andrei
Title: RE: Israeli sites not supporting Linux browsers > means the site relies on non-standard features available on > IE, which is > unavailable for Linux. I never seen such public sites, only corporate intranet. > Or as Red Hat says it their installation "Let's all go and bring > oursel

RE: news from MySQL

2003-01-22 Thread Boulgakov Andrei
Title: RE: news from MySQL > -Original Message- > From: Eli Marmor [mailto:[EMAIL PROTECTED]]   > By the way: What is the list's recommendation for a database for a > dictionary?  (i.e. zillion records; English words are the keys; 99% of > the activity is search and read and almost n

RE: news from MySQL

2003-01-22 Thread Boulgakov Andrei
Title: RE: news from MySQL > -Original Message- > From: Eli Marmor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 1:10 PM > To: Linux-IL > Subject: Re: news from MySQL > > My question was confusing, so I want to add the following: > > I'm talking about in-memory dat

RE: Congratulations on a wonderful user group!

2003-03-31 Thread Boulgakov Andrei
Title: RE: Congratulations on a wonderful user group! > Who is he really?... For sure, this is Saddam Hussein personaly looking how to make damage to ILUG :)