Unpack/Extract a file

2001-12-09 Thread Avi Boots

Hi,

How can i Unpack/Extract a file/s that have the extension above: (tar.bz2)

---  cygwin-1.3.6-5-src.tar.bz2 ---

( http://sources.redhat.com/cygwin/ )

Thank You,
Avi.


=
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]




Open a table directly in MySql

2001-11-21 Thread Avi Boots

Hi,

1.
Is there a way to open a table directly in MySql without
mysql_query(connection, sql_string); (in c language).
Without sql (SELECT...) at all. preferring in c language on MySql v3.23.43 ?

2.
Is there a way to work with MySql without the server in a local computer.
something like a local text/binary file ?
(I want to integrate the power of MySql and the c language to work with and
without sql(SELECT...) alternately)

Thank You,

Avi Boots.




=
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: Open a table directly in MySql

2001-11-21 Thread Avi Boots


PostgreSql is faster and powerful than MySql (for a big database) ?


- Original Message -
From: Ben-Nes Michael [EMAIL PROTECTED]
To: Avi Boots [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: éåí øáéòé 21 ðåáîáø 2001 15:49
Subject: Re: Open a table directly in MySql


 You cant use MySQL without the server as MySQL is a Server.

 By the way, use Postgresql as it much more superior then Mysql and many
 other db.

 --
 Canaan Surfing Ltd.
 Internet Service Providers
 Ben-Nes Michael - Manager
 Tel: 972-4-6991122
 http://sites.canaan.co.il
 --

 - Original Message -
 From: Avi Boots [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, November 21, 2001 2:22 PM
 Subject: Open a table directly in MySql


  Hi,
 
  1.
  Is there a way to open a table directly in MySql without
  mysql_query(connection, sql_string); (in c language).
  Without sql (SELECT...) at all. preferring in c language on MySql
v3.23.43
 ?
 
  2.
  Is there a way to work with MySql without the server in a local
computer.
  something like a local text/binary file ?
  (I want to integrate the power of MySql and the c language to work with
 and
  without sql(SELECT...) alternately)
 
  Thank You,
 
  Avi Boots.
 
 
 
 
  =
  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: Open a table directly in MySql

2001-11-21 Thread Avi Boots

Maybe something like saving the ADO (SQL Result) in a binary file on the
disk.
On MS-OS (Win 9x).


- Original Message -
From: Oded Arbel [EMAIL PROTECTED]
To: Linux-IL Mailing List [EMAIL PROTECTED]
Sent: éåí øáéòé 21 ðåáîáø 2001 15:27
Subject: Re: Open a table directly in MySql


 How can you get an input from a SQL table w/o a SQL server and using the
SQL
 select statement ?
 Its like asking can I use a computer w/o a cpu or an OS ?

 ahmm.. OTOH - you can always directly read and update the binary myISAM
 files maintained by the mySQL server - but that would probably be (a) lots
 of work and (b) won't be worth it on the long run : for a lot more
 development time you'll get less performance and less stability then using
 the database server.

 Oded

 --
 Frankly, I'm not sure people have the brains to manage the technology
 they've GOT.
  -- Calvin and Hobbes







 - Original Message -
 From: Avi Boots [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, November 21, 2001 2:22 PM
 Subject: Open a table directly in MySql


  Hi,
 
  1.
  Is there a way to open a table directly in MySql without
  mysql_query(connection, sql_string); (in c language).
  Without sql (SELECT...) at all. preferring in c language on MySql
v3.23.43
 ?
 
  2.
  Is there a way to work with MySql without the server in a local
computer.
  something like a local text/binary file ?
  (I want to integrate the power of MySql and the c language to work with
 and
  without sql(SELECT...) alternately)
 
  Thank You,
 
  Avi Boots.
 
 
 
 
  =
  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]




=
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]




SVG Library in c/c++

2001-04-09 Thread Avi Boots

Hi,

Does anyone knows if there is an
SVG (Scalable Vector Graphics ) Library
in c/c++ ? (i know there is one in java named "batik" 
in apache project)

How can i connect the library to the browsers ?

Thanks you,

Avi.






=
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]




GNU C++

2001-03-27 Thread Avi Boots

 Hi,

Did anyone know what file/s should i install to work
with all GNU C++ class objects like string, integer and more ?

Thank you,

Avi.


=
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]




MySql XML

2001-03-19 Thread Avi Boots

Hi,

1. How can i convert a recordset of mySql on RH6.1 to an XML file ?
2. How can i send an XML file to the client browser ?
3. Is there a way to minimize cgi c++ files ?

Thank you,

Avi.


=
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]




From g++ To a Big cgi File

2001-02-24 Thread Avi Boots

Hi,

I compile some small c++ file with mysql library.
the file works great, but the cgi is BIG over 200K

How can i make it a little small like 10-20K ?
(gcc make a smaller cgi files with mysql library)

The compile line is:
g++ file_name.cpp -o
file_name.cgi -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient

Thank you,

Avi.


=
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]




install tar.gz

2001-02-21 Thread Avi Boots

Hi,

How can i install a file (tar.gz) like  kcedit-0.2.0.tar.gz ?

Thank You,

Avi.


=
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]




g++ install

2001-02-20 Thread Avi Boots

Hi,

Aftert installing cpp  gcc-c++ 2.95.1 (on RH 6.1)
i have some install problems (i think).

I try to compile something simple and the compiler say:
-can't find /usr/include/typws.h:29:stddef.h: No such file or director
-/usr/include/_G_config.h:14:stddef.h No such file or director
-/usr/include/libio.h:48:stdarg.h:No such file or director
..and so on.

did i miss something during the installation ?
(gcc works great before...)

Thank you

Avi.


=
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]




g++

2001-02-19 Thread Avi Boots

Hi,

1. Which RPM include the g++ cpp compiler ?
2. Is it better to use c++ instead of c for cgi programming ?

Thank You

Avi.


=
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]




Fw: LOOKING FOR GOOD BOOKS ON LINUX AND POSIX PROGRAMING IN ISRAEL.........

2000-11-28 Thread Avi Boots


try,

http://www.privat.schlund.de/a/amiga/
http://www.amigau.com/c-programming/assembler/assemblerlinks.htm
http://www.megabytebooks.com/catalogue/88/1873308272/

Title Amiga Assembler Insider Guide
Subject Amiga
ISBN 1873308272
Author Paul Overaa
Publisher Bruce Smith Books



 Oded Avrishami wrote:
 
  HELLO 2 U ALL FRICKS.
  For a long time I'm tring to find good books that tells u everything
about
  linux programing in C,
  ASSEMBLER, that will teach u how to use the linux OS, and also will
explane
  XWINDOWS AND POSIX programing.
 
  This is not relevent but I know u all fricks know about that :
  I also tried for a long time to find good books about the AMIGA
ASSEMBLER
  and about graphic programming.
 
  Can u PLEASE PLEASE  help me, I'm REALLY despret.
 
  THANKS IN ADVANCE
  BEST REGARDS
 
  =
  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]

 Base level C:
 * The C Programming Language (2nd Ed.), Kernighan  Ritchie, Prentice Hall
 Systems programming:
 * Linux Application Development, Johnson  Troan, Addison Wesley
 * Advanced Programming in a Unix Environment, Stevens, Addison Wesley
 (He has two other sets of books on TCP/IP and Network programming,
absolute must if that's your direction.)
 * Programming with POSIX Threads, Butenhof, Addison Wesley
 Internals, drivers: (These are a bit out of date, but good for background)
 * Linux Kernel Internals, Beck et al., Addison Wesley
 * Linux Device Drivers, Rubini, O'Reilly
 Assembly language, MASM/ix86 style:
 * Linux Assembly Language Programming, Neveln, Prentice Hall (A bit
disappointing)
 X Windows:
 * Look at the O'Reilly X Windows Series (Motif editions), Vols 0-5, 6ab,
8  + R6 Supplement
 These are also getting to be a bit long in the tooth, but are seminal.
 Use of Linux:
 * Any of a zillion kilo-books of the "Howto" variety; most not very good 
the best of them will just gather dust after
 a few days/weeks/months of use.

 There must be other good stuff around, but that's what I use.

 About the other topics - I dunno.

 Hope that helps.


=
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: RedHat 7.0 release ???

2000-09-22 Thread Avi Boots

http://slashdot.org/articles/00/09/21/009255.shtml

 
 Hi
 
 Does some one maybe know when RH7.0 should be released ?
 
 Ishai.
 
 


=
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]




GeneOriented.com (OO)

2000-07-24 Thread Avi Boots

Hi List,

I buy a domain named: GeneOriented.com
Why not to take our minds and make a new 
Open OO Language, OR Open GeneO...

Think about This,

:-)

avi boots.


=
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]




CGI - Apache - Linux(RH 6.1)

2000-06-09 Thread Avi Boots

hi,

When i have a 1000 users together, it mean that i have 1000 copies 
of the CGI program in memory ? (i'm not shur if it working like
this on RH6.1 with Apache, but i think so).

How can i open only one copy of the CGI program ?

thank you,
avi.


=
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]




CGI - Apache - Linux(RH 6.1) (2)

2000-06-09 Thread Avi Boots

 hi,
 
 When i have a 1000 users together, it means that i have 1000 copies 
 of the CGI (C/C++) program in memory ? (i'm not shur if it working like
this on RH6.1 with Apache, but i think so).
 
 How can i open only one copy of the CGI program ?
How can i'll write an Apache module ?

thank you,

avi.



=
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: linux isp hosting

2000-04-10 Thread Avi Boots

hi,

try israsrv 09-7418696.

avi.

 Hi guys  gals
 Anyone knows of israeli isp/webhosting company that provides
 apache+mysql+php hosting?
 TIA
 
  Regards
  Alex Dubrovsky
 
 Q:  What's tiny and yellow and very, very, dangerous?
 A:  A canary with the super-user password.
 
 __
 Get Your Private, Free Email at http://www.hotmail.com
 
 
 =
 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: Few questions

2000-04-04 Thread Avi Boots

  4) Which Israely ISPs support Linux?

try ISRASRV in "KFAR SABA" 
09-7428522.

avi.


=
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]




Red Hat Linux 6.2 (Zoot) now available!

2000-03-27 Thread Avi Boots

 Red Hat is happy to announce the immediate availability of Red Hat Linux
6.2,
 Zoot, for the ia32 and SPARC platforms (Alpha is coming, really), with
support
 for French, German, Spanish, and Italian.

 You can get your hands on Zoot in many different ways:

 1. ftp://ftp.redhat.com/pub/redhat/redhat-6.2
 2. Order one of our many boxed set editions from www.redhat.com
(shipping April 10)
 3. Buy it at a retail outlet (available April 10)
 4. Download from one of our many mirror sites. The following mirrors
are known to be complete:

ftp://ftp.hjc.edu.sg/linux/redhat/redhat-6.2/
ftp://ftp.ip.pt/pub/redhat/ftp.redhat.com/redhat-6.2/
ftp://ftp.nluug.nl/pub/os/Linux/distr/RedHat/ftp/redhat/redhat-6.2/
ftp://ftp.sourceforge.net/pub/mirrors/redhat/redhat/redhat-6.2/
ftp://ftp.tu-chemnitz.de/pub/linux/redhat-ftp/redhat/redhat-6.2/
ftp://ftp.uni-bayreuth.de/pub/linux/redhat/redhat-6.2/
ftp://ftp.uselinux.org/pub/redhat/redhat-6.2/
ftp://gd.tuwien.ac.at/opsys/linux/redhat.com/redhat-6.2/

ftp://mirror.atlantic.net/pub/Linux/redhat/ftp.redhat.com/redhat-6.2/
ftp://sunsite.mff.cuni.cz/MIRRORS/ftp.redhat.com/redhat/redhat-6.2/
ftp://the-city.seas.upenn.edu/pub/mirrors/redhat/redhat-6.2/

 For help with this release of Red Hat Linux, subscribe to the Zoot mailing
 list by sending a message with a subject of "subscribe" to
 [EMAIL PROTECTED], or buy a Red Hat Linux boxed set and take
 advantage of our support department.

 The Zoot development team wishes to thank all of the developers who
 contributed to this release, our beta testers, and everyone who reported
 a bug or made a feature request.

 Here's a (partial) list of new features in Zoot:

 - The system can now be installed onto a loopback file on a FAT
   filesystem. This allows users to install Red Hat Linux onto an
   existing partition rather then having to repartition their system.

 - The upgrade process recognizes Linux RAID arrays.

 - Better rescue mode on CD and NFS, allowing improved disaster
   recovery.

 - Networking services have had their client and server components
split
   into separate packages to improve sysadmin flexibility.

 - Pentium III support for improved performance

 - Workstation installs no longer install networking daemons

 - Many system daemons turned off by default

 - MesaGL now included

 - All man pages gzip'd

 - Added support for /etc/X11/xinitrc/xinitrd.d for X startup logic

 - Piranha clustering updates

 o web based GUI config
 o 2-node service failover support
 o generic service monitoring/loadblancing
 o tunneling and direct routing support for IPVS

 - Beowulf-style clustering added

 o PVM 3.4.3 (Parallel Virtual Machine)
 o LAM 6.3.1 (MPI library environment)
 o make-pvm (PVM aware version of GNU make)
 o (Please note that mpich-1.2.0 is now part of PowerTools for Red Hat
Linux 6.2.)

 - Automatic support for up to 4 gigabytes of RAM

 - ISDN configuration utility added

 - Encryption now included! Now that the US more closely resembles
   a free country, all versions of Red Hat Linux include:

 o Kerberos authentication for mutt, pine, fetchmail,
   cvs, and imap.  In addition, the following kerberos-aware
   versions of the following clients have been added:

 o Kerboros network clients included for rlogin, rsh, telnet, ftp
   in krb5-workstation package

 o GNOME-based Kerberos configuration tools added

 o GNU Privacy Guard (gpg) included

 o Netscape with 128-bit encryption included

 - More beauteous vim included -- /usr/bin/vim supports syntax color
   and langauge-based indention

 - anacron used for many system jobs

 - termcap, terminfo, and various terms have been modified to support
   the Debian Backspace Guidelines for Backspace and Delete, as well
   as to make Home and End work consistently

 - DocBook support included

 - Colorized ls by default (remove /etc/profile.d/colorls.* to disable)





=
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]




for purim

2000-03-23 Thread Avi Boots

 /* Source Code to Windows 2000 */
 #include "win31.h"
 #include "win95.h"
 #include "win98.h"
 #include "workst~1.h"
 #include "evenmore.h"
 #include "oldstuff.h"
 #include "billrulz.h"
 #include "monopoly.h"
 #define INSTALL = HARD

 char make_prog_look_big[160];
 void main()
 {

 while(!CRASHED)
   {

 display_copyright_message();
 display_bill_rules_message();
 do_nothing_loop();
if (first_time_installation)
 {

 make_50_megabyte_swapfile();
 do_nothing_loop();
 totally_screw_up_HPFS_file_system();
 search_and_destroy_the_rest_of_OS/2();
 make_futile_attempt_to_damage_Linux();
 disable_Netscape();
 disable_RealPlayer();
 disable_Lotus_Products();
 hang_system();
 }

 write_something(anything);
 display_copyright_message();
 do_nothing_loop();
 do_some_stuff();

 if (still_not_crashed)
 {
 display_copyright_message();
 do_nothing_loop();
 basically_run_windows_3.1();
 do_nothing_loop();
 do_nothing_loop();
 }
   }

 if (detect_cache())
 disable_cache();
if (fast_cpu())
   {
 set_wait_states(lots);
 set_mouse(speed, very_slow);
 set_mouse(action, jumpy);
 set_mouse(reaction, sometimes);
  }

 /* printf("Welcome to Windows 3.1"); */
 /* printf("Welcome to Windows 3.11"); */
 /* printf("Welcome to Windows 95"); */
 /* printf("Welcome to Windows NT 3.0"); */
 /* printf("Welcome to Windows 98"); */
/* printf("Welcome to Windows NT 4.0"); */
 printf("Welcome to Windows 2000");

if (system_ok())
 crash(to_dos_prompt)
else
system_memory = open("a:\swp0001.swp", O_CREATE);
while(something)
{
sleep(5);
get_user_input();
sleep(5);
act_on_user_input();
sleep(5);
}
create_general_protection_fault();
}





=
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]




Unix-like operating system is on its way to becoming mainstream? Yes

2000-03-18 Thread Avi Boots

http://linux.cnet.com/techtrends/0-1544320-7-1566913.html?tag=st.lx.1491268.
bprmo.1544320-7-1566913



=
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]



mysql upgrade error

2000-02-27 Thread Avi Boots

hi,

i upgrade mysql to 3.22.32 from 3.33.25.

now he say that he can't connect to local MySql server through socket
'/var/lib/mysql/mysql.sock' (111) ?

is someone you knew why ? 
how can i fix the problem ?

thanks,
avi.




=
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]



web server error (cgi)

2000-02-24 Thread Avi Boots

hi list,

 I have the following error during running of the CGI on my web site:

 BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info:
 Assertion
  `! "bad dynamic tag"' failed!
 [Wed Feb 23 23:28:12 2000] [error] [client 192.114.157.93] Premature end of
 scri
 pt headers:
 /sites/www.C4match.com/cgi-bin/Match/General/Love/Youth/create_lv_yo
 uth_ask_for_cntnt_table_il.cgi

how can i make a static linking ?
what this error means ?

i work with rh6.0  mysql.

thanks,
avi.




=
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]



apache API

2000-01-30 Thread Avi Boots

hi,

which library i have to take to compile 
some apache functions ?

how the compile line should look like ?

i use httpd.h and -L/usr/lib/apache -I/usr/include/apache
gcc did not define a reference the apache API functions,
like ap_chdir_file(...);

thanks,
avi.




=
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]



hebrew from mysql to browser

2000-01-19 Thread Avi Boots

hi list,

how can i print hebrew to browser
with (c) like printf("%s", row[0]);
from mysql in linux rh6.0 ?

right now i can see just the code
like this: %0D%0A

2. what do u think about .asp... from m(ass) ;-)

thanks,
avi.


=
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]



fast and reliable host

2000-01-11 Thread Avi Boots

Hi,

Is anyone know where can i find fast and reliable hosting for 
a big site + cgi (c/c++  in linux)  mysql (or oracle), somewhere 
outside israel ?

thank's
avi.


=
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]



PHP or C/C++

1999-12-28 Thread Avi Boots

hi list,

for a big (very big) site what is the best (or, efficient) language
to use with linux and apache PHP Tool or C/C++ ?

thanks,
avi





=
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]



Linux hebrew guide

1999-11-28 Thread Avi Boots

http://www.guides.co.il/linux.htm
http://members.xoom.com/Underwar/

if this can help someone...

avi.



=
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]



Load without KDE

1999-11-20 Thread Avi Boots

Hi List,

How can i load rh6 without kde to fix some
screen problem ?

thank u,

avi.


=
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]



screen driver

1999-11-07 Thread Avi Boots

Hi List,

How can i change the screen driver to panasonic sl90 19" ?
Is KDE knew to handle this screen ?
How can i change the screen resolution to 1024*768 ?
How can i stop the "cut" of windows head's ?

Thanks,
Avi.



=
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: screen driver

1999-11-07 Thread Avi Boots

 Hi List,
 
 How can i change the screen driver to panasonic sl90 19" ?
 Is KDE knew to handle this screen ?
 How can i change the screen resolution to 1024*768 ?
 How can i stop the "cut" of windows head's ?
 
I work with redhat linux 6.

 Thanks,
 Avi.
 
 


=
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]



cannot execute binary file

1999-10-17 Thread Avi Boots

hi all, 

is anybody knew why rh6.0 say:

"cannot execute binary file" -  after gcc compile:

gcc name.c -o name -I/../include/mysql -L/../lib/mysql -lmysqlclient

thank u,
avi.


=
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]



Load html page from CGI script in c

1999-09-18 Thread Avi Boots

Hi List,

Is anybody knew how to load html page (file) from CGI script
written in c code from server (apache web server and rh6)
to browser, that browsr can show him, like link click ?

Thank you,
avi.


=
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]



mysql

1999-09-01 Thread Avi Boots

hi list,

is anyone knew where can i config mysql database or linux
rh6 path (like dos path) to recognize mysql.h for c programming ?

thank you,
avi.


=
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]



mysql lib for c programming

1999-09-01 Thread Avi Boots

Hi,

where can i find the file mysql.lib for c programming ?

thank you,
avi.


=
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]



Config apache Web server

1999-08-24 Thread Avi Boots

Hi List,

I try to run a cgi script form html page:
form method="post"
action=http://sitename.com/cgi-bin/directory_a/program.cgi" name=""
netscape on windows did not recognize the host.
i use apache on redhat 6.
where/how can i config the server to recognize the submit request ?
do i have to write the full path: home/httpd/cgi-bin... ?


 Thank you,
avi.



=
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: Info about auditing

1999-08-22 Thread Avi Boots

try this link:

http://www.cdrom.com/titles/linux/business_applications.phtml

avi.


=
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: Install Apache Web Server

1999-08-18 Thread Avi Boots

The Server Installed.

Thank you,
avi.


=
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]



Install Apache Web Server

1999-08-14 Thread Avi Boots

hi,

I need help to turn a computer to a web server.
I will pay for the help.

Thank you.

avi.

[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]