Re: What's the best way to sync two laptops?

2011-11-27 Thread Mike Miller
the referral link] -- Mike ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Backup script (was Re: rsync problem)

2011-03-21 Thread Mike Miller
such a backup script? You can start with http://www.mikerubel.org/computers/rsync_snapshots/ You may also find http://www.rsnapshot.org/ to be of interest. -- Mike ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo

Re: RHEL-family dev environment

2008-05-22 Thread Mike Kemelmakher
I completely agree and support Gilads opinion - developing commercial product on Fedora is a bad idea. -Mike Gilad Ben-Yossef wrote: Oron Peled wrote: On Monday, 5 בMay 2008, Ira Abramov wrote: which brings me to the question - should I stick to Fedora (7? 8?) for the devel environment

Re: nmap quiet mode

2008-01-07 Thread Mike Kemelmakher
Josh Amishav-Zlatin wrote: On Sun, 6 Jan 2008, Mike Kemelmakher wrote: 10x. as far as i can see it is not working for localhost for some reason ... Can you verify that the expected port is indeed available on localhost through some other means (i.e. netstat -pan, nc localhost port)? yes

nmap quiet mode

2008-01-06 Thread Mike Kemelmakher
own C code to perform tcp SYN ping .. but in case there is an option to utilize nmap it will be preferred. thanks in advance, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g

Re: nmap quiet mode

2008-01-06 Thread Mike Kemelmakher
10x. as far as i can see it is not working for localhost for some reason ... and i need to test ports on the same host as well as on remote hosts. -Mike Josh Amishav-Zlatin wrote: On Sun, 6 Jan 2008, Mike Kemelmakher wrote: Hi All, I need following functionality from nmap - test

nmap quiet mode

2008-01-06 Thread Mike Kemelmakher
own C code to perform tcp SYN ping .. but in case there is an option to utilize nmap it will be preferred. thanks in advance, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g

Re: getting the current stack size of a given thread on linux

2007-10-08 Thread Mike Kemelmakher
Hi , Oron Peled wrote: On Sunday, 7 בOctober 2007, Mike Kemelmakher wrote: Hi, The pthread_attr_getstacksize() and pthread_attr_setstacksize() functions, respectively, shall get and set the thread _*creation*_ stacksize attribute in the attr object. AFAIK, in terms

Re: getting the current stack size of a given thread on linux

2007-10-08 Thread Mike Kemelmakher
is the current size of the stack. inline assembly was a good idea :) 10x, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL

getting the current stack size of a given thread on linux

2007-10-07 Thread Mike Kemelmakher
Hi I'm looking for an answer for this simple question - how can I get the current stack size of a given thread ? Using getrusage() does not seem to do it. Parsing /proc/PID/smaps is an option but i would prefer to get it from a system call. Any ideas ? 10x -Mike

Re: getting the current stack size of a given thread on linux

2007-10-07 Thread Mike Kemelmakher
with constantly growing stack ( i can see it via /proc/PID/smaps ). Thread uses some functions from a proprietary shared library. I need to know when the stack size of the mentioned thread reaches RLIMIT_STACK so i can safely restart that thread before it crashes. 10x -Mike Muli Ben-Yehuda wrote

Re: Link back open deleted files - a working solution

2007-09-15 Thread Mike Kemelmakher
There is no need, since nothing was never deleted from the project CVS. Probably the web interface to CVS provided by sf.net is not very intuitive and it needs some improvement ;) -Mike guy keren wrote: i think you should write a 'cvs-undelete' utility too ;) --guy Mike K wrote: OK

Re: System resource monitoring and reporting utility ?

2007-08-09 Thread Mike Tewner
I've worked with tons of programs that do this - none of them have filled all my requirements. One thing, though - I didin't want to rely on SNMP - My ultimate solution would be a system that will ssh to a machine and run commands, process the output. In no particular order: 1. Monit is good for

Re: System resource monitoring and reporting utility ?

2007-08-09 Thread Mike Tewner
checked. Configuration would have killed me had I not used the Groundwork Framework. On 8/9/07, Mike Tewner [EMAIL PROTECTED] wrote: I've worked with tons of programs that do this - none of them have filled all my requirements. One thing, though - I didin't want to rely on SNMP - My ultimate

Re: Help with Linux on sparc64

2007-07-31 Thread Mike Tewner
On 7/31/07, Rami Rosen [EMAIL PROTECTED] wrote: Hello Nadav, What binary distribution has the best support for Sun machines? The first distribution which was equipped with support for Sun SPARC64 is Ubuntu; this happened after some attempts to boot Fedora Core (by Dave Miller and others)

Re: Help with Linux on sparc64

2007-07-29 Thread Mike Tewner
I installed linux on my ultra5 quite a bit ago. Have you cheked out ultralinux, or better yet, auroralinux.org? -mike On 7/27/07, Nadav Shemer [EMAIL PROTECTED] wrote: Thank you for your comments. I'll definitely try stage 3. On 7/27/07, Geoffrey S. Mendelson [EMAIL PROTECTED] wrote

Re: Hardware Recommendation

2007-07-17 Thread Mike Tewner
I'd also be wary of computers stores in Israel - A customer was screaming at the store people - it seems they switched out his Micron memory for Generic brand. The store just said it's the same thing - you won't notice the difference On 7/17/07, Shahar Dag [EMAIL PROTECTED] wrote: Hi You

Re: Hardware Recommendation

2007-07-16 Thread Mike Tewner
Be sure to check out http://consumerist.com/consumer/insiders/22-confessions-of-a-former-dell-sales-manager-268831.phpif you're in the market for a dell. -mike On 7/15/07, Oded Arbel [EMAIL PROTECTED] wrote: On Sun, 2007-07-15 at 18:11 +0200, ASAF HALILI wrote: about the ibm thinkpad, all

Re: [SUMMARY] Current status of Israeli ISPs

2007-07-09 Thread Mike Tewner
In the US, I worked for a local computer store - it basically had all the Jewish Community's business - Anyway, one room of the store was an ISP - It was 2 racks - one for servers, the other for network. Server rack had COTS desktops running BSD (I think) - 2 * (mail, DNS, RADIUS,News) servers

Re: 32Gb servers?

2007-07-04 Thread Mike Tewner
Have you looked into using memcached ? http://www.danga.com/memcached/ : memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Danga Interactive

Re: 32Gb servers?

2007-06-18 Thread Mike Tewner
You can probably buy a small cluster (4 or 8 machines?) for 45k. Then, use a shared memory system (ccNUMA maybe?) On 6/18/07, Amos Shapira [EMAIL PROTECTED] wrote: Hello, Where would you go if you had to get a 32Gb RAM server, much preferably rack-mounted. Don't care so much about CPU or

Re: Solid state disks (was 32gb computers)

2007-06-18 Thread Mike Tewner
How do solid-state disks compare in speed to DDR-RAM? On 6/18/07, Geoffrey S. Mendelson [EMAIL PROTECTED] wrote: Wouldn't a memory based solid state disk do better for a lot less money? You can even get them with multiple interfaces so they can be shared between servers. Geoff, -- Geoffrey

Re: 32Gb servers?

2007-06-18 Thread Mike Tewner
Good one. On 6/18/07, Gilad Ben-Yossef [EMAIL PROTECTED] wrote: Amos Shapira wrote: The local VAR is 5 Exists, alhough being Oz side right now I reckon this won't help you much Uhhh, 5 Exists, in Ramat Hachayal? I remember finding something with them that I couldn't find anywhere

Re: Is pthread_mutex_lock fair?

2007-06-10 Thread Mike Tewner
I'm a complete novice when it comes to these things - but is it possible that somewhere, something is doing an optimization? Compiler? CPU? Perhaps some subsystem along the way sees that fair scheduling would take much longer. -mike On 6/10/07, Muli Ben-Yehuda [EMAIL PROTECTED] wrote

printing hebrew characters

2002-03-03 Thread Mike Atamas
Im having trouble printing hebrew characters. I can view hebrew but when I try to print it prints out random junk and not the actual characters. Can anyone help? Mike Atamas = To unsubscribe, send mail to [EMAIL PROTECTED

Re: printing hebrew characters

2002-03-03 Thread Mike Atamas
Lol, sorry for my non-descriptiveness. I tried it using Mandrake and Debian. ( I have them both installed on my computer) I tried using both KDE and Gnome, but I prefer KDE by far. I use lpr and i tried it from konqueror, emacs, and netscape 6. Hetz Ben Hamo wrote: [EMAIL PROTECTED]">

ftp proxy

2002-01-30 Thread mike ray
Does any one have any knowledge on Linux based ftp proxies that can work also in a transparent mode?? 10x

wireless lan

2001-12-04 Thread mike ray
Does anyone know if linux kernel supports 802.1x for wireless lan, If so is their any source for it (if it comes as a driver )?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia

samba

2001-07-02 Thread mike ray
Title: Message i installed RH 7.1 with samba 2.0.7 which comes along with the cd installation, than i wanted to upgrade the samba server to 2.2 so i compiled the files and installed them. now when i go to the samba log - log.smb i can see that when i start the smb service it still shows

aol

2001-06-25 Thread mike ray
Title: Message does any one have the ip# of AOL so i can block them in the firewall Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel mailto:[EMAIL PROTECTED] Tel : +

mandrake 8.0

2001-06-24 Thread mike ray
Title: Message i have installed mandrake 8 but when its loats in a graphical mode its stuck during the xfs server any idea ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120,

iptables

2001-06-17 Thread mike ray
Title: Message I have just upgraded RH 6.2 to kernl 2.4.5 when i installed iptables rpm it told me that i need a kernel bigger than 2.4 which is already 2.4.5 . any idea ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to

sun - ultra sparc

2001-05-24 Thread mike ray
Title: Message hi I am looking to rent a sun platform with the following details: Sun Ultra 5, 1x300-MHz Ultra SPARC-IIi, 2-MB L2 cache, 256-MB DRAM, Onboard PGX24 Graphics, 9-GB 7200 rpm EIDE Internal disk, 32x CD-ROM, 1.44-MB floppy any suggestion who might help ??? Michael

bind 9.1

2001-05-20 Thread mike ray
Title: Message Hi I installed RH 7.1 with bind 9.1 which came with the cd, everything worked fine for 2 weeks, today I saw that I do not have any dens resolution at all. at the named.conf file I saw thatit did not even load the zone file, the record has disappeared !! any one with a

No Subject

2001-05-20 Thread mike ray
this is a mail test, i will appreciate it if you all reply back had some dns problems Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate file:///C:/Documents%20and%20Settings/miker/Application%20Data/Microsoft/Si

multilink

2001-04-29 Thread mike ray
Title: multilink hi does any one know if any 2.2.x kernel supports natively multilink in its ppp ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel mailto:[EMAIL

No Subject

2001-04-19 Thread mike ray
Title: HI I would like to take the opportunity of this list and present an opening that we have at g-connect, you can see the job description below, more details on the company you can find on the web site - www.g-connect.com Introduction Main responsibility will include the

RE: Red Hat 7.1

2001-04-16 Thread mike ray
Title: RE: Red Hat 7.1 the mirror at huji does not let you download the 7.1 -Original Message- From: Alex Shnitman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 6:02 PM To: [EMAIL PROTECTED] Subject: Red Hat 7.1 Hi, Due to some problems with the Red Hat mirror on

icq

2001-04-10 Thread mike ray
Title: icq Sorry not a linux question, does anyone have any idea hoe to block icq with a 4.1 firewall Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel mailto:[EMAIL

suse 7.1

2001-04-02 Thread mike ray
Title: suse 7.1 The suse 7.1 is more that 3 GB of files, which files should i download, if i download everything how do i set them on the cd`s ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB

netstat

2001-03-20 Thread mike ray
Title: netstat in netstat -a i can see two open ports 1 6 which belong to raw, ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel mailto:[EMAIL PROTECTED] Tel : + 972 9

securetty

2001-03-13 Thread mike ray
Title: securetty hi im using RH7 and i edited the /etc/securetty file to permit only tty1 to login, but it did not work my second problem is in /etc/xinetd.d, in the telnetd conf file i gave telnet the -h attribute at the end in order to prevent system information from remore logins but

To the listr manager.

2001-03-10 Thread Mike Almogy
, Mike = 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]

netscape 6

2001-03-01 Thread mike ray
Title: netscape 6 HI iv downloded netscape 6 for linux, its a gz file when i open it i get some *.xpi, anyone with an idea ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120,

kde2.1

2001-02-28 Thread mike ray
Title: kde2.1 can any one help me with this one i am installing kde2.1, i installed the lib*.rpm packges and the qt packges, the kdesupport, libs but in the base packeg it got that i need libsensors and libkmid. any one with an idea ?? Michael W Ray IT Manager

nfslock

2001-02-21 Thread mike ray
Title: nfslock can anyon explain me please what is the nfslock service, and why when i use kerenl 2.4.0 on RH7 its giving me a failed status when shutting down the machine Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate

samba

2001-02-14 Thread mike ray
Title: samba how do i configure swat on linux RH7 ?? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel mailto:[EMAIL PROTECTED] Tel : + 972 9 960 1130 Mobile : + 972 58 636

kickstart

2001-02-11 Thread Mike Almogy
Hi list. Does Linux kickstart support other OS ? I need a way to install OS on computer without floppy disk or cdrom but with Ethernet interface. Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word

vxfs support for linux.

2001-02-02 Thread Mike Almogy
Hi list. Is there anyone who knows how to add FULL (not read only) support of vxfs (aka VeritasFS) to linux ? i gess i will have to pay for it :-(( I need it in order to have FULL access to UnixWare file system and sun vxfs file system. Thanks, Mike

kernel 2.4.0

2001-01-15 Thread mike ray
Title: kernel 2.4.0 im running rh 6.2 with kernel 2.2.18. After i finish the copilation of 2.4.0 seting the LILO, etc..etc..i cant boot from this kernel, i get a message - UNCOMPRESSING LINUX.OK, BOOTING THE KERNEL, than its stuck, nothing moves at all. anyone with an idea ??? mike

RH7

2001-01-10 Thread mike ray
Title: RH7 where is the inetd.conf in RedHat 7 ??? Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel mailto:[EMAIL PROTECTED] Tel : + 972 9 960 1130 Mobile : + 972 58 636 545

tar command.

2000-12-04 Thread Mike Almogy
Hi list. I keep getting tar: cannot write to /deb/... write I/O error. After reading some articals about this i think it is due to inaficient storage device. I have 25 GB drive and i backup it up with 24GB tape. So my question is, how do i tell tar to wait to additional tape ? Thanks, Mike

libjpeg Vs. libgr

2000-11-14 Thread Mike Almogy
Hi. Whats the difrence between libjpeg and libgr ? All i want is to have JPEG support on my PHP4.03.PL1. Thanks, Mike

problem compailing php

2000-11-14 Thread Mike Almogy
--with-gd I have gd-1.8.3 (RPM),libjpeg-6b-12cl and libgr-2.0.14-2. My php is 4.0.3pl1 What do i need to do in order to fix the problem ? What versions do i need to have ? Thanks, Mike

php and gif

2000-11-13 Thread Mike Almogy
Hi. Ok, i installed the latest GD rpm that i found in rpmfind.net. Now i want to recompaile my php and i got an error saying that i do not have support to gif.(Da . . .) Any idea how to disable the gif support or something in php? Mike

GD with PNG,GIF and JPEG.

2000-11-12 Thread Mike Almogy
Hi list. What version of GD do i need to install in order to have support for PNG,JPEG and GIF ? Do i need anything else ? Mike

Re: frogot my password

2000-10-29 Thread Mike Almogy
!!!) Then after you have the shell you can mount the local / (or /etc) and modify the shadow/passwd file by hand. (usually you delete the password so next time you will not have to type one.) For any additional questions feel free to write. Mike - Original Message - From: hagit To: Linux

samba server.

2000-10-21 Thread Mike Almogy
restrictions and i'm 100% positive that my password is correct. i even changed it to be sure. Any idea what i'm doing wrong ? Can someone send me a smb.conf configuration that works as logon server ? Thanks allot, Mike = To unsubscribe

Re: samba server.

2000-10-21 Thread Mike Almogy
but then the server will not answer to authentication requests, no ? I do not have any NT on my network and neither want one. Mike - Original Message - From: "Avishay Aton" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 22, 2000 6:22 AM Subject: RE: sa

Re:

2000-10-19 Thread Mike Almogy
it is probably a winmodem. a modem that it's operation depended on the OS. some winmodems has drivers for linux. I think that you need to find out if it can be configured via linux at all. Mike - Original Message - From: dx3 To: [EMAIL PROTECTED] Sent: Friday, October

anti virus.

2000-10-11 Thread Mike Almogy
Hi list. What is the best Anti Virus for linux/UNIX ? I need to scan for virus on Linux/Solaris/Digital Unix and my users mail. Thanks, Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237

Re: anti virus.

2000-10-11 Thread Mike Almogy
Well, Both i hope :-) Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237 ~ - Original Message - From: "Shachar Shemesh" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, Octobe

Windows Active Directory and UNIX LDAP.

2000-10-02 Thread Mike Almogy
about LDAP but i do not remember that it was shown there how to act as client. Thanks, Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237

Re: forwording mail

2000-09-25 Thread Mike Almogy
put in his/her user dir file called : forward there you will write the user other mail address Mike - Original Message - From: "Ben-Nes Michael" [EMAIL PROTECTED] To: "ILUG" [EMAIL PROTECTED] Sent: Monday, September 25, 2000 4:52 PM Subject: forwording mail Hi

Re: fsck summary

2000-09-13 Thread Mike Almogy
special problem and then restated the computer with my win98. For my surprise, when i tried to use the same disk on the win98 it still claimed to have read errors from the disk (you know.. the blue screens) Any idea why ? May it be a virus ? may it be something with the OS ? Thanks Allot Mike

external ISDN

2000-09-09 Thread Mike Almogy
Hi list. Do i need any drivers for external ISDN device ? I'm connecting it to the com1/com2 port. I do not need any driver for regular modem, right ? Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word

ssh port forwarding.

2000-09-06 Thread Mike Almogy
Hi list. Is there a way to do port forwarding in ssh without the root user ? Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo u

revers DNS.

2000-09-05 Thread Mike Almogy
relay.huji.ac.il as dns server and i do nslookup 192.14.206.2 then i will get *** Request to relay.huji.ac.il timed-out. Any idea why ? It worked before. Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237

ReiserFS failure

2000-09-01 Thread Mike Vinokur
Hello, I have Mandrake 7.1 at my home PC, with ReiserFS partitions. After a power shortage when the PC wasn't properly shut down, I can't normally boot the system. The kernel goes OK, but when it tries to remove .pid files from /var/run I get an "input-output error" for every file and after

C and MySQL.

2000-08-24 Thread Mike Almogy
Hi list. Can someone please send me an example for C program that uses Mysql ? I need a simple program that shows how to connect to the database, doing a search and exit. Just the basics. I will also need the compilation string, Example : gcc -Wall MySQLprogi.c .) Thanks, Mike

Re: using dial-up connection over lan

2000-08-24 Thread Mike Almogy
for PPP and some more modules - read the ip masquerading HOWTO) However i do not know if Linux supports cable modems yet. Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237 ~ - Original Message - From

Re: MSIE automatic proxy config

2000-08-22 Thread Mike Almogy
you need to write a .pac file and to put it on a web server. then you use the automatic proxy configuration script on the IE connection. You can also use a transparent proxy so you will not have to configure anything. Mike --- Mofet Institute

ReiserFS and Raid 5 (Hardware)

2000-08-22 Thread Mike Almogy
Hi list. Does ReiserFS has any problems with Raid 5 (Hardware) ? Does Linux supports Compaq Raid arrays ? Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body,

DVD

2000-08-20 Thread Mike Almogy
Hi ppl. Does anyone has the program to view DVD on Linux ? Thanks, Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237

Re: linux with nonstop's system works

2000-08-15 Thread Mike Almogy
sound nice to have a guarantee of 0.5 MB but if the whole line is 10 MB then no more then 20 users on the same time can use it. I think that only the future can tell us if this internet connection can really work. Mike - Original Message - From: "guy keren" [EMAIL PROTECTED] To

Re: linux with nonstop's system works

2000-08-14 Thread Mike Almogy
is article and to scan it. I really hope that i'm mistaken, the article was written almost a year ago, so maybe something was changed. Mike - Original Message - From: "Hetz Ben Hamo" [EMAIL PROTECTED] To: "guy keren" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, Au

Re: issues with the linux.org.il domain

2000-08-14 Thread Mike Almogy
Sad but true. Well, i hope that new blood will come soon, but we must keep on going ! Mike Vote for MIKE ! Your men in the Linux CABAL - Original Message - From: "Ira Abramov" [EMAIL PROTECTED]

Re: IRC and IP resolving

2000-08-12 Thread Mike Almogy
in the IRC server theres an option to hide the domain name of the user. This will secure (more or less) your connection to the IRC, so it will be harder to find from where you came from (nukes bombs and shit like this) Mike - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

RAID patch for kernel 2.2.16

2000-08-02 Thread Mike Almogy
Hi List. Does anyone knows where i can find the 2.2.16 kernel patch for the raid ? i want to have a software raid on one of my database servers (do you recommend it ?) but i can not find the patch. Should i use the last beta kernel ? (2.4.0test5 ?) it has it there. Thanks, Mike

Hebrew fonts.

2000-07-29 Thread Mike Almogy
program to create and modified fonts for Linux. A manual will be most helpful also. Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the co

Re: All hail Eris! (Was: Re: IGLU Cabal)

2000-07-23 Thread Mike Almogy
what ? we are no a cult ? Shit, now what i'm going to do with all the NT system Administrators i have kidnap ? I WAS planning to convert their religion by making them read all Microsoft bugs, but now it just seems pointless. Anyone what them ?? Mike (A.K.A prisoner number 347645

Re: The IGLU Cabal

2000-07-23 Thread Mike Almogy
How do you know ? maybe he's on holiday or something ? OK, that was stupid. Please stop this cabal thing. Thanks, Mike - Original Message - From: "Moshe Zadka" [EMAIL PROTECTED] To: "Ben-Nes Michael" [EMAIL PROTECTED] Cc: "ILUG" [EMAIL PROTECTED] Sent:

SAF cdr on mandrake 7.1

2000-07-22 Thread Mike Almogy
to fix this up ? and what kind of software you recomend to use for burning cd's ? Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo u

OFF OPIC OFF TOPIC OFF TOPIC - C learning.

2000-07-21 Thread Mike Almogy
Hi list. I'm looking for a good course about C (For Unix). If anyone knows about such a curse pls let me know. Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message

Re: mkinitrd error

2000-07-20 Thread Mike Almogy
Hi. I manage to fix it. The problem was that i had not configured the kernel with loopback device. After rereading the manual i fixed it and now it works ok. (I still like to know if threre is a tool that creates the /etc/conf.modules file) Mike

Squid ACL

2000-07-19 Thread Mike Almogy
192.168.0.2/255.255.255.0 acl MyNetIP src 192.168.0.3/255.255.255.0 Thanks, Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 ~ = To unsubscribe, send

mkinitrd error

2000-07-19 Thread Mike Almogy
that it might got something to do with the scsi , am i right ? Thanks, Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 ~ = To unsubscribe, send mail

Re: Newbie OT Q: Msoft protcols

2000-07-19 Thread Mike Almogy
network to the other. this is the default in Win9X only if you DO NOT install the NetBEUI (?) protocol. and you need to enable the binding in the TCP/ip protocol. In NT and Linux it is the default way. you do not need to install the NetBEUI protocol at all. Hoped it help. Mike

cache proxy again :-)

2000-07-17 Thread Mike Almogy
) ? i know that there will be some data lost and corruption. What do you think ? (i know that i'm bugging about this subject for a long time, BUT i just saw the new Compaq TaskSmart and their really put Linux/Squid behind...it is payback time :)) Mike

the new linux-il server

2000-07-16 Thread Mike Almogy
Hi. Who is installing the new server at Actcom ? Thanks, Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 ~ = To unsubscribe, send mail to [EMAIL

Proxy Hardware - was Re: Kernel 2.2.16 and Megaraid

2000-07-16 Thread Mike Almogy
CPU's and 1 GIGA RAM for a proxy server. I think that it is better to have more RAM then CPU's. but in every configuration i saw in squid site they had there 2 cpu's. Am i right ? Mike --- Mofet Institute - Computer Dpt. +972-3-6901415

sendmail Q

2000-07-13 Thread Mike Almogy
as mail relay. mail from [EMAIL PROTECTED] can not be sent to [EMAIL PROTECTED] from my server. My question is, i there any log that shows who sent mail to who when and from where ? if such log does not exist, how can i configure Sendmail to generate one ? Thanks Allot, Mike

Re: Subdomain

2000-07-12 Thread Mike Almogy
there is absolutely NO connection between DNS records to directories on the server. Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 ~ - Original Message - From: "Geva Guy" [EMAIL PROTECTED]

Re: Subdomain with apache

2000-07-12 Thread Mike Almogy
i think that you have to have some more configuration directives for each domain. like : VirtualHost 192.114.206.209 DirectoryIndex index.htm index.html DocumentRoot /home/lizard/Monitor_prog/htdocs ServerName msg2you.lizard.macam.ac.il /VirtualHost Mike

Re: need links to software rating sites

2000-07-09 Thread Mike Almogy
whats wronge with linuxberg.com ? Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 ~ - Original Message - From: "Mevorach, Assaf" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 09,

DDR and dial automatically

2000-06-29 Thread Mike Almogy
Hi list. Does anyone knows how to configure Linux to automatically open a ppp connection when traffic is going to the outside ? In Cisco it called DDR - Dial on Demand Routing thanks, Mike = To unsubscribe, send mail

Re: pine

2000-06-28 Thread Mike Almogy
I have Pine 4.05_heb2.07 for about 2000 users. In their .pinerc i have the following line : smtp-server=YOUR.MAIL.SERVER Works fine for me. POP3 and SMTP Mike - Original Message - From: "Ira Abramov" [EMAIL PROTECTED] To: "LinuxGeek" [EMAIL PROTECTED] Cc: &q

Kernel/Memory problem.

2000-06-24 Thread Mike Almogy
that it did in fact used it. (i used cat /proc/swaps, free and top) I have 4 partitions of 512 MB each, 1 primary and 3 logical. I will send the other errors as soon as i will be at the office. (tomorrow hopefully) Thanks, Mike

Re: SYN/ACK not forwarded to 2nd NIC

2000-06-15 Thread Mike Almogy
You MUST use masquerading, else ware it will not work. I have the same configuration as you shown at my home. Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 ~ - Original Message - From: "Meir&qu

No Subject

2000-06-15 Thread Mike Almogy
who linux-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]

  1   2   3   >