Re: Easy to use hex editor?

2015-05-07 Thread Ehud Karni
' or `diff' on the output of `od -t x1 file`. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG

Re: NTP

2014-05-08 Thread Ehud Karni
Hi All, There are applications to update the time by GPS - e.g. Smart Time Sync It needs root access. It does sync periodically (at most twice an hour). Such an application together with NTP server application (there are a few) makes a stratum 1 time server. Ehud. -- Ehud Karni Tel

Re: running script after sftp upload

2011-06-14 Thread Ehud Karni
[192.168.3.6] open /var/tmp/chk-ip.sh flags WRITE,CREATE,TRUNCATE mode 0770 close /var/tmp/chk-ip.sh bytes read 0 written 1326 remove name /var/tmp/chk-ip.sh session closed for local user ehud from [192.168.3.6] Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon

Re: Cell phone to send SMSs?

2011-05-19 Thread Ehud Karni
(We use UNICELL). Check sms gateway israel in google. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341

Re: The riddle of atomic data transfer from process A to process B

2011-04-14 Thread Ehud Karni
and save it (V2). Reads the index again (I2). if V1 = V2 and I = I2, use the value, otherwise redo from the top. This process ensures that B never gets a wrong value, but if A is too fast, B will never get a value. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax

Re: Relocatable linking on x86-64 for i386

2011-04-05 Thread Ehud Karni
On Mon, 4 Apr 2011 23:19:43 -0700, Valery Reznic wrote: --- On Mon, 4/4/11, Ehud Karni e...@unix.mvs.co.il wrote: In fact you can do: gcc -m32 file1.o file2.o -o output.o I vaguely remember that I tried to use gcc instead of ld long time ago, but gcc gave me some trouble - may be link

Re: Relocatable linking on x86-64 for i386

2011-04-04 Thread Ehud Karni
to compile and link. In fact you can do: gcc -m32 file1.o file2.o -o output.o instead of calling ld directly. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against

Re: Unused WesternDigital Passport 320GB USB exterrnal HD for sale

2011-03-21 Thread Ehud Karni
) is that formatting it with fdisk (I did it on 1.5 TB disks) to 1 partition does work as expected - nothing is protected. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against

Re: mail issues questions

2011-02-28 Thread Ehud Karni
. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG: 98EA398D http://www.keyserver.net/Better Safe Than

[r...@gnu.org: Speeches in Israel?]

2011-01-16 Thread Ehud Karni
02110 USA www.fsf.org, www.gnu.org -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG: 98EA398D

Re: WINE and Hebrew

2010-09-13 Thread Ehud Karni
the (Hebrew) M$Windows fonts to the /usr/share/wine/fonts/ directory. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815

Re: WINE and Hebrew

2010-09-13 Thread Ehud Karni
to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA # # determine the app Winelib library name appname=`basename $0 .exe`.exe set LANG environment for wine programs (Ehud Karni) . wine-LANG # first try explicit WINELOADER if [ -x $WINELOADER ]; then exec

Re: comparing two directory structures

2010-09-06 Thread Ehud Karni
On Mon, 6 Sep 2010 09:03:52 Gabor Szabo wrote: Very nice. I could not find it out from the archive, has it been accepted? No. I got no reply from the diffutil maintainer. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon

Re: comparing two directory structures

2010-09-05 Thread Ehud Karni
: http://www.mail-archive.com/bug-diffut...@gnu.org/msg00023.html As these are images and movies, I don't want to compare them line by line or event byte by byte. Seems very common these days. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561

Re: [Fwd: Re: Can there be an Ethernet Switch that doesn't work with Linux???]

2010-08-29 Thread Ehud Karni
problems with the routing side, none with the switching. BTW. Regarding DHCP, I moved it from the router to my Linux server because I have more flexibility on the server. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon

Re: official way to load aoe module?

2010-08-22 Thread Ehud Karni
file. I think this is better because unrelated modules are not in the same file (like xinetd.d/ vs xinetd.conf). One of the advantage of this approach is the ability to have such a file included in an RPM (e.g. for AoE). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon

Re: How do you calculate?

2010-05-20 Thread Ehud Karni
result: 341.33. Compute: A=(A/3) A was 341.333A set to 113.778 result: 113.78. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http

Re: Client recovery of NFS mount

2010-05-12 Thread Ehud Karni
my server goes down, even for just a few minutes the clients get stuck with STALE nfshandles and the only way for me to recover is to umount and then mount again. Try my suggestion above. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561

Problems with kvm virtualization on Intel CPU with CentOS

2009-10-20 Thread Ehud Karni
] system_call+0x7e/0x83 Oct 10 10:00:11 cvhlnx kernel: -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG

Re: Adding Wireless to Cable Connection

2009-10-10 Thread Ehud Karni
performance degrade (which will happen), just replace it. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815

Re: How to do grub-install on a (non loading) virtual guest

2009-09-21 Thread Ehud Karni
without restoring the device.map . Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG: 98EA398D

How to do grub-install on a (non loading) virtual guest

2009-09-20 Thread Ehud Karni
rmdir /mnt/virt 10) Clear the /dev/mapper partitions: kpartx -d /dev/loop7 11) Release the loop device: losetup -d /dev/loop7 Now you can restart the virtual guest: xm create virtual-guest-name Ehud -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax

Re: Reading RTF files

2009-07-12 Thread Ehud Karni
On Fri, 10 Jul 2009 09:38:45 Micha Silver wrote: Ehud Karni wrote: I use `catdoc' which works quiet good (for both *doc and *rtf). `catdoc' is available as a package for Centos and Debian. Thanks for the tip, but I can't get any sensible output. I ran: catdoc -a -d8859-8 invoice150711

Re: Reading RTF files

2009-07-09 Thread Ehud Karni
.Scroll:whenNeeded \ -font -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-8 \ -buttons $SPC E x i t $SPC ס י ו ם $SPC /dev/null sleep 1# allow xmessage to start rm ${1}_h_txt# remove if not used Ehud. -- Ehud Karni

Re: OT: Where to find Xine compatible Hebrew subtitle files?

2009-06-29 Thread Ehud Karni
/movies.asp Another international subtitle site I use - http://www.allsubs.org/ Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il

Re: Help - can anyone explain this segfault?

2009-06-21 Thread Ehud Karni
fork use copy on write so it does not copy (almost) any memory before doing its work. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http

Re: Desktop search tools for Linux

2009-05-24 Thread Ehud Karni
the extended grep: lct () { RSRC=`echo $@ | tr .`; echo locate -i '$RSRC'; locate -i --regex ((/media/[msf][oui][vbl])|(/ehud/tmp)).*${RSRC}[^/]*$ } Ehud. -- @@ @@@ @@ @@ Ehud Karni אהוד קרני @@ @ @@ @ Senior System Support תמיכה

Re: Ditching ubuntu

2009-05-20 Thread Ehud Karni
the distribution of a new version. Fedora 11 will be available sometime in June. 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

Re: Computer recommendation for Linux server.

2009-05-08 Thread Ehud Karni
(brand names and white boxes, but not laptops), I have found all the machines to be Linux compatible. 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

Re: finding which public key was used to login to ssh

2009-01-20 Thread Ehud Karni
: matching key found: file /home/ehud/.ssh/authorized_keys, line 3 So you know the exact match. 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

Re: bash q -substitution

2008-12-28 Thread Ehud Karni
}-11:3} 2nd solution - use IFS to break the file name into parts: IFS=_. PRTS=($FL) # you can use the file name directly now you have the 000 in ${PRTS[2]} you can check it with: echo ${PRTS[0]} ${PRTS[1]} ${PRTS[2]} ${PRTS[3]} ${PRTS[4]} echo ${PRTS[2]} Ehud. -- Ehud

Re: silly bash scripting question

2008-12-07 Thread Ehud Karni
IFS=new-value commands with changed IFS IFS=$SVIFS # the quotes are essential 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

Re: silly bash scripting question - minor error correction

2008-12-07 Thread Ehud Karni
use : IFS=%# use only % (not space) to separate tokens $rsync $local/ $copyto/# you can use % or space for extra arguments Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies

Re: Telling libtool/automake to be less anal

2008-09-22 Thread Ehud Karni
work for you ? 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 http

Re: Telling libtool/automake to be less anal

2008-09-22 Thread Ehud Karni
On Mon, 22 Sep 2008 20:28:18 Shachar Shemesh wrote: Ehud Karni wrote: will adding a simple rule to make a real link, something like ln -f libplugin.so.0.1.2 plugin.so work for you ? Right now I'm not working on a Mozilla plugin (I'm writing a plugin for net-snmp agent, which

Re: [Telux] Next OSDClub Tel Aviv Meeting: Puppet on 7-September

2008-09-08 Thread Ehud Karni
with Puppet on a large number of servers (3000). I enjoyed it (and learned from it) very much. 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

Re: Byte per month?

2008-09-08 Thread Ehud Karni
every 10 minutes would be fine, I can save the results to a file and tabulate them later. Look at /proc/net/dev. I think that if the ppp0 link is up, you have a line with ppp0 statistics there (I can't check because I don't have ppp0 connection on any machine). Ehud. -- Ehud Karni Tel

Stephen Fry wishes GNU a Happy 25th Birthday

2008-09-03 Thread Ehud Karni
Date: Tue, 02 Sep 2008 15:26:59 -0400 From: John Sullivan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Stephen Fry wishes GNU a Happy 25th Birthday Sender: [EMAIL PROTECTED] The GNU operating system is turning 25 this year, and the Free Software Foundation (FSF) has kicked off its

Re: stability of exitcodes

2008-07-07 Thread Ehud Karni
, 2 if serious trouble. I check with various version of `ls': on versions 5.21 or below you get exit 1, on the current version (5.97) you get exit 2. Ehud. -- @@ @@@ @@ @@ Ehud Karni אהוד קרני @@ @ @@ @ Senior System Support תמיכה במערכות

Re: Grub weirdness [solved]

2008-07-03 Thread Ehud Karni
mount and untarring, fix some etc files (motd, mail) and grub install. I advise you to at least delete the /etc/ssh/ssh_host* files (they will be recreated - i.e. new keys - when you run sshd). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667

Re: New network device causes 'jump' from eth0 to eth1

2008-07-03 Thread Ehud Karni
is /etc/udev/rules.d/z25_persistent-net.rules. I guess there is something similar for other distributions. On Fedora/Centos the file /etc/sysconfig/network-scripts/ifcfg-ethN can have the line: HWADDR=xx:xx:xx:xx:xx:xx (mac address) to assign the ethN to specific network card. Ehud. -- Ehud

Re: LVM2 and other snapshots to emulate Netapp Filer's?

2008-05-21 Thread Ehud Karni
a script we use on our system but most of it is our specific details. 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

Re: LVM2 and other snapshots to emulate Netapp Filer's?

2008-05-21 Thread Ehud Karni
suggestion. The hard link is between snapshots, there is no hard link to the original files. I forgot to add (it seems trivial) that the pseudo snapshots are mounted read-only. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign

Re: LVM2 and other snapshots to emulate Netapp Filer's?

2008-05-21 Thread Ehud Karni
On Wed, 21 May 2008 16:13:16 +0300, Erez D [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 4:06 PM, Ehud Karni [EMAIL PROTECTED] wrote: On Wed, 21 May 2008 15:15:51 +0300, Erez D [EMAIL PROTECTED] wrote: If you have enough disk space you can create pseudo snapshots by using

Re: LVM2 and other snapshots to emulate Netapp Filer's?

2008-05-21 Thread Ehud Karni
# show all mounts again ## end of create-snapshot.job ## -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA

Re: Replacing kernel 2.4 - 2.6

2008-04-09 Thread Ehud Karni
a common bridge. 2. The application (not the OS) did not perform well - I changed the guest OS from 64 bit to 32 bit - and it solved it. Added benefit for using guest OS is that backup (which I don't need - no data is saved on the machine) and duplicating it (which I did) is a snap. Ehud. -- Ehud

Re: things left out of RHEL5 - and where to get them from

2008-04-08 Thread Ehud Karni
://dag.wieers.com/rpm/ . He has an RPM for VLC but some of libraries are mismatched (VLC requires older libraries). I'll wait for the next VLC RPM. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies

Re: Yum cache for a cluster of clients

2008-01-28 Thread Ehud Karni
have to clear it yourself. 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 http

Re: upgrade to Centos 5 question

2008-01-28 Thread Ehud Karni
needs (few RPMs are available for Centos on ATRPMS, FreshRPMS does not support RHEL/Centos at all). Ehud. BTW. If you go the Centos way, start with Centos 5.1. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance

Re: upgrade to Centos 5 question

2008-01-28 Thread Ehud Karni
% of the libraries needed, but still there was a lot of work to do to compile LVM for Centos5. 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

Re: Yum cache for a cluster of clients

2008-01-28 Thread Ehud Karni
directory (this will merge all your kept headers and RPMs). After that symlink this directory to /var/cache/yum on each computer. I doubt that you have much headers and RPMs saved (unless you changed your keepcache to 1 long ago). Ehud -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon

Is there a course for sysadmin for Debian

2008-01-01 Thread Ehud Karni
, is there such a class in Israel for Debian ? 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 http

Re: Find process id of background ssh?

2007-12-27 Thread Ehud Karni
rm -f $TSSH# may be we have leftovers ln -s $SSH $TSSH # create it on /tmp $TSSH command parameters # run the ssh in BG rm -f $TSSH# remove symbolic link (not needed any more) PID=`pgrep $NSSH` # find pid of MY ssh Ehud. -- Ehud Karni

Re: HTML email question

2007-11-28 Thread Ehud Karni
is available for Debian/Fedora (other Linuxes ?). See: http://www.cyberciti.biz/tips/sending-mail-with-attachment.html Disclaimer: I have not used mutt myself. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance

Re: [OT] Online privacy, police to have free access to IP addresses

2007-08-20 Thread Ehud Karni
as the user or company is not in encryption business. Ehud. -- - Yoram Cohen e-mail - -- From: Yoram Cohen - IMOD Encryption Control Director [EMAIL PROTECTED] To: Ehud Karni [EMAIL PROTECTED] Cc: Gil Mor - IMOD [EMAIL PROTECTED

Re: CentOs 5 DVD

2007-06-26 Thread Ehud Karni
/s). I know for sure that there are other mirrors that have similar speed. 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

Re: CentOs 5 DVD

2007-06-26 Thread Ehud Karni
On Tue, 26 Jun 2007 22:43:17 Geoffrey S. Mendelson wrote: On Tue, Jun 26, 2007 at 06:41:32PM +0300, Ehud Karni wrote: On 29/5/07 I downloaded the CentOS-5.0-x86_64-bin-DVD.iso from ftp://ftp-stud.fht-esslingen.de . It took 3:51 hours (303 KB/s). I know for sure that there are other

Re: Ripping Hebrew CDs

2007-04-25 Thread Ehud Karni
On Mon, 23 Apr 2007 16:24:17 Yedidyah Bar-David wrote: On Mon, Apr 23, 2007 at 02:41:51PM +0300, Ehud Karni wrote: I prefer the file name to be in ISO-8859-8 (8 bits) and not UTF-8. Then I can see the Hebrew in Emacs and xterm, but not in Gnome or KDE Any reason not to use utf-8

Re: Ripping Hebrew CDs

2007-04-25 Thread Ehud Karni
On Tue, 24 Apr 2007 11:56:38 +0300, יובל האגר wrote: Ehud Karni: נכתב על ידי ,‎15:46 ,2007 אפריל ‎23 ביום שני: You have to re-encode the file name to Hebrew UTF-8 like this: NEWNM=`echo $NM | iconv -futf8 -tlatin1 | iconv -fhebrew -tutf8` Thanks! I've been looking for some time how

Re: Find the usb device pragmatically

2007-04-25 Thread Ehud Karni
program by readdir(). If you have more than 1, you can get all the devices names, but you'll have to research a way to find which is which. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA

Re: Ripping Hebrew CDs

2007-04-23 Thread Ehud Karni
# start scanning ## trns-heb-2-utf.sh ## -- 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

Re: Ripping Hebrew CDs

2007-04-23 Thread Ehud Karni
-fhebrew -tutf8` 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 http://www.keyserver.net

Re: New dumb question: how to USB

2007-04-18 Thread Ehud Karni
-dir Note. Don't count on the scsi device being always the same, I've seen changing even when only 1 USB device was attached. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail

Re: dynamically configuring ssh ip address

2007-04-15 Thread Ehud Karni
date +%Y-%m-%d %H:%M ip set on $SYS ip_log ## save-ssh-ip.sh ## 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

Re: dynamically configuring ssh ip address

2007-04-15 Thread Ehud Karni
the SSH_CLIENT/SSH_CONNECTION, it is taken from the TCP stack, not from the client (same as getpeername). 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

Re: Fedora core 6 RPM repository mirror in ISRAEL?

2007-03-22 Thread Ehud Karni
machines. Only the 1st update REALLY loads the headers and RPMs - they are stored on a common NFS disk. I run the script and just checks that all was done successfully later. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign

Re: extract attachments from mail messages

2007-03-20 Thread Ehud Karni
written several scripts that use metamail to extract the content of received mail (even mail encrypted with GnuPG) and auto answer it. (If you want an example send email to [EMAIL PROTECTED] ). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667

Re: find -mtime and wrong data return

2007-03-15 Thread Ehud Karni
. Instead of -7 you should use +7. From find man page: +n for greater than n, -n for less than n, n for exactly n. You need the greater than n (greater = older). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon

Re: renaming or removing a file that start with minus

2007-03-04 Thread Ehud Karni
: 03-7966-667 :פקס http://www.mvs.co.il mailto:[EMAIL PROTECTED] :דואל 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

Re: Faking out YUM

2007-03-04 Thread Ehud Karni
more hint. Some times the update will hang at the very beginning. Ensure there is no other yum running (ps -ef | grep yum) and if so, do rm /var/lib/rpm/__db.00? and rerun the update. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII

Entering Hebrew (2nd round) - VNC with twm

2007-02-14 Thread Ehud Karni
English (upper lower case), Hebrew (UTF-8 and ISO-8859-8) with twm ? I prefer to have all those together (modifiers for Hebrew - like shift and lock for upper case). I have my practical solution, but I wanted to here from the list gurus their suggestions. Ehud. -- Ehud Karni Tel

Re: Quickest way to list content of directory(s)

2007-02-13 Thread Ehud Karni
/ ) or with an old (one that compiles to standalone program) MicroFucos COBOL. 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

Re: set xemacs window title

2007-02-07 Thread Ehud Karni
and Applied Mathematics Weizmann Institute of Science, Rehovot, Israel. Home page: http://www.wisdom.weizmann.ac.il/~jason -- 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

Re: New line in bash variables pain

2006-11-14 Thread Ehud Karni
$3 ) }' $PWF 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 http

Re: sata sadder

2006-11-08 Thread Ehud Karni
of my machines are: ata_piix, sata_nv and sata_sil (depending on the chipset). In any case you also need libata and scsi_mod. I would try: modprobe -l *ata* to see all the ata modules (they are all under VERSION/kernel/drivers/scsi/). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach

Re: Time Change Problem

2006-10-09 Thread Ehud Karni
On Thu, 5 Oct 2006 21:06:10 Oron Peled wrote: Specific to RedHat/CentOS/Fedora, they copy the local timezone file (/usr/share/zoneinfo/Asia/Jerusalem) into /etc/localtime Just a very minor correction, the zoneinfo file is not copied, it is symlinked, to /etc/localtime. Ehud. -- Ehud Karni

Re: Backup advice

2006-08-21 Thread Ehud Karni
is that you can have as many snapshots as you want (and have space for them) and the OS don't serv them. The LVM snapshots are very expensive to the OS, a single write can be multiplied by the number of active snapshots, if the overwritten block is in all of them. Ehud. -- Ehud Karni

Re: Are there non-free versions of Linux?

2006-07-31 Thread Ehud Karni
can forbid it. There are some limitations to the copyright holder restrictions by low (i.e. fair use). The EULA is a way of the large corporations to overcome these limitations (i.e. limiting the number of times you can play a disk). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach

Re: SpamAssassin eating up my CPU

2006-07-26 Thread Ehud Karni
the bandwidth and accepts all good mails. I found that when I rejected the spam, most of it returned to me with some kind of Returned mail. I think that behavior caused the huge spam amount you detected. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966

Re: diff regexps

2006-07-12 Thread Ehud Karni
, just that it's strange that this is the case. Shachar, you wrong. Gilad wants the `diff' program to see $ID not \$ID which is what '\$ID' gives to the application (diff does not substitute $ID with its environment value, bash does it). Ehud. -- Ehud Karni Tel: +972-3-7966-561

Re: diff regexps

2006-07-12 Thread Ehud Karni
On Wed, 12 Jul 2006 12:11:40 +0300, Shachar Shemesh wrote: Ehud Karni wrote: Shachar, you wrong. Gilad wants the `diff' program to see $ID not \$ID which is what '\$ID' gives to the application (diff does not substitute $ID with its environment value, bash does it). Last time I checked

Re: vi q

2006-07-12 Thread Ehud Karni
the `-' is taken to be minus. The algebraic package is here: http://t-e-k.biz/els/compute.el The marks package is here: http://t-e-k.biz/els/ekmarks.el Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA

Re: Text processing

2006-07-05 Thread Ehud Karni
Hebrew xls files like this: xlHtml -te hebrew.xls | iconv -futf8 -thebrew hebrew.csv 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

Re: Text processing

2006-07-05 Thread Ehud Karni
you'll find a suitable package among the first 20 results. Ehud. BTW. I'm CC'ing the list. I don't answer on private channel. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X

Re: convert Microsoft Excel xls To CSV

2006-07-04 Thread Ehud Karni
(sources at: http://chicago.sourceforge.net/xlhtml/ RPM package at Fedora extras). I use it for several years now. I have written a very simple wrapper script. It works quite well. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII

Re: Upgrading from samba2 to samba3 - Hebrew issues

2006-06-21 Thread Ehud Karni
= CP862 -- 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 http://www.keyserver.net

CC FC Open Video Contest

2006-06-21 Thread Ehud Karni
://creativecommons.org/video/openvideocontest/ for more information. 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

Re: Preventing email spoofing

2006-06-19 Thread Ehud Karni
) will bounce. Even your email - from: [EMAIL PROTECTED] - had come from [EMAIL PROTECTED] Remember - all the headers (except the last Received:, created by your computer) may be forged. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII

Re: the PAIN that is Adaptec

2006-06-05 Thread Ehud Karni
- RAID controllers I have good experience with 3ware (the 9550SX SATA-RAID). It installs out of the box (all Linux distributions have a driver for it), You can download sources from their site. They have a webby RAID management tool that works on linux. Ehud. -- Ehud Karni Tel: +972-3-7966

Re: DD and split problem (need ideas)....

2006-05-02 Thread Ehud Karni
and mounting the new DVD). 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 http

Re: How to copy an FC4 system?

2006-04-03 Thread Ehud Karni
## == fdisk-input == p n p 1 1 +12880M n p 2 +4294M n p 3 t 2 82 p w q == -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667

Re: please enlighten me

2006-03-24 Thread Ehud Karni
defense departments are using this software with SourceFire support and they are afraid that Israel might spy on them (remember Polard ?). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice

Re: problem in top utility

2006-02-26 Thread Ehud Karni
results I need to restart the monitored process before each test. Correct? No. What is the realtime? Realtime is the clock time (elapsed time). Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies

Re: Symbolic links at tar file

2006-02-22 Thread Ehud Karni
symbolic links (i.e. starting with /). Use the `symlinks' utility (check it man page) to convert (and shorten) the symlinks on your directory before tarring it. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign

Re: cron problem

2006-01-23 Thread Ehud Karni
) is finished. Why don't you check all the processes with `ps -ef', or better still find the crond sid and do `ps -fs crond-sid'. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail

Re: assigning a tty to a running proccess.

2006-01-09 Thread Ehud Karni
installation program by it. 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 http

Re: AMD mobo suggestions

2005-12-29 Thread Ehud Karni
to be better supported - is this impression an illusion? I did not have any problems at all with dual Xeon 64 bits (but it has Intel mobo with SCSI disks and Broadcom Gigabit Ethernet) Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII

Re: [off topic] A new project - automatic translation

2005-11-16 Thread Ehud Karni
want to write him and ask his opinion about my idea. Do you happen to know his E-mail address? One of his email is [EMAIL PROTECTED] (if you'll pass the junk filters). You can also try to reach him at http://www.kurzweilai.net/ . Ehud. -- Ehud Karni Tel: +972-3-7966-561 /\ Mivtach

Re: [off topic] A new project - automatic translation

2005-11-16 Thread Ehud Karni
Uri, You might find The Rosetta Project http://www.rosettaproject.org/live interesting. 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

Re: [OFF TOPIC] Wiring up home network

2005-09-26 Thread Ehud Karni
and even when I had just a 10 Mbit hub, my daughters view movies over my home net without any glitches. 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

  1   2   3   >