Re: Public key authentication from QEMU

2008-12-28 Thread Valery Reznic
--- On Thu, 12/25/08, Yedidyah Bar-David linux...@didi.bardavid.org wrote: From: Yedidyah Bar-David linux...@didi.bardavid.org Subject: Re: Public key authentication from QEMU To: Valery Reznic valery_rez...@yahoo.com Cc: linux-il@cs.huji.ac.il Date: Thursday, December 25, 2008, 6:20 PM

Re: Anything like Terracotta that can be used from Perl?

2008-12-28 Thread Gabor Szabo
Probably you are better off asking it on some Perl oriented mailing list or even on Stack Overflow. Gabor On Tue, Dec 23, 2008 at 11:58 AM, Amos Shapira amos.shap...@gmail.com wrote: Hello, I've just stumbled (again) on Terracotta (http://www.terracotta.org/) which is a Network Attached

Re: Public key authentication from QEMU [PARTIALLY SOLVED]

2008-12-28 Thread Valery Reznic
--- On Thu, 12/25/08, Erez D erez0...@gmail.com wrote: From: Erez D erez0...@gmail.com Subject: Re: Public key authentication from QEMU To: Yedidyah Bar-David linux...@didi.bardavid.org Cc: Valery Reznic valery_rez...@yahoo.com, linux-il@cs.huji.ac.il Date: Thursday, December 25, 2008,

Last Day Reminder - Re: Welcome to Linux: Development Tools for Linux on Sunday, 28-Dec-2008

2008-12-28 Thread Shlomi Fish
This is a last day reminder that the Tel Aviv Linux club/Welcome to Linux presentation about Development tools for Linux will take place today at 18:30. More information at the quoted message below. Regards, -- Shlomi Fish On Tue, Dec 23, 2008 at 1:27 PM, Shlomi Fish shlo...@iglu.org.il wrote:

Re: Anything like Terracotta that can be used from Perl?

2008-12-28 Thread Amos Shapira
2008/12/28 Gabor Szabo szab...@gmail.com: Probably you are better off asking it on some Perl oriented mailing list or even on Stack Overflow. Thanks for the pointer. Can you be more specific about the Perl lists? I never was lucky with the local perl lists I tried so far. I found stack

Re: digital TV cards

2008-12-28 Thread Erez D
On Sat, Dec 27, 2008 at 11:15 PM, Geoffrey S. Mendelson g...@mendelson.comwrote: On Sat, Dec 27, 2008 at 10:44:44PM +0200, Erez D wrote: The ideal case for you is to use a dvb-s/dvb-s2 card, a card reader and a YES smart card. you will not need an STB (memir) for this, and you get the

Re: bash q -substitution

2008-12-28 Thread Erez D
On Sun, Dec 28, 2008 at 12:00 AM, Oleg Goldshmidt p...@goldshmidt.orgwrote: On Sat, Dec 27, 2008 at 10:47 PM, Erez D erez0...@gmail.com wrote: On Fri, Dec 26, 2008 at 11:15 PM, Oleg Goldshmidt p...@goldshmidt.org wrote: Well, if you insist, assuming that all the files have

Fixing the PySolFC Build Process With Python 2.6

2008-12-28 Thread Shlomi Fish
Hi all! When I try to run python setup.py bdist_rpm on the PySolFC trunk: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk/ I'm getting the following errors: {{{ running build_scripts creating build/scripts-2.6 copying and adjusting pysol.py - build/scripts-2.6

Re: Fixing the PySolFC Build Process With Python 2.6

2008-12-28 Thread Shlomi Fish
On Sunday 28 December 2008, Shlomi Fish wrote: Hi all! When I try to run python setup.py bdist_rpm on the PySolFC trunk: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk/ I'm getting the following errors: Found it! Had to do make rpm instead of python setup.py bdist_rpm.

detecting how many memory sticks(RAM) from command line

2008-12-28 Thread Dan Shimshoni
Hello, Is there some command line in linux for detecting how many memory sticks(RAM) the machine has ? For example, suppose cat /proc/meminfo shows MemTotal: 960700 kB. Can I know whether it is one RAM stick , two RAM sticks , or more ? (without opening the box - this is not for

Re: detecting how many memory sticks(RAM) from command line

2008-12-28 Thread Vitaly
dmidecode? On Sun, Dec 28, 2008 at 4:52 PM, Dan Shimshoni danshi...@gmail.com wrote: Hello, Is there some command line in linux for detecting how many memory sticks(RAM) the machine has ? For example, suppose cat /proc/meminfo shows MemTotal: 960700 kB. Can I know whether it is one

Re: detecting how many memory sticks(RAM) from command line

2008-12-28 Thread Erez D
as root: lshw cheers, erez. On Sun, Dec 28, 2008 at 4:52 PM, Dan Shimshoni danshi...@gmail.com wrote: Hello, Is there some command line in linux for detecting how many memory sticks(RAM) the machine has ? For example, suppose cat /proc/meminfo shows MemTotal: 960700 kB. Can I know

Re: detecting how many memory sticks(RAM) from command line

2008-12-28 Thread Matan Ziv-Av
On Sun, 28 Dec 2008, Dan Shimshoni wrote: Hello, Is there some command line in linux for detecting how many memory sticks(RAM) the machine has ? Something like: ls /sys/bus/i2c/devices/*/driver -l | grep eeprom | wc -l This depends on having the correct i2c modules installed -- Matan

Re: bash q -substitution

2008-12-28 Thread Ehud Karni
On Sun, 28 Dec 2008 13:21:59 Erez D wrote: On Sun, Dec 28, 2008 at 12:00 AM, Oleg Goldshmidt wrote: $ basename ${foo/*input_/} .txt this is a solution speceific to the .txt being preceided by the 000. (it will not work on path/input_000_xyz.txt). i just wanted to know if i can do

Re: detecting how many memory sticks(RAM) from command line

2008-12-28 Thread Lior Kaplan
I think you can use lshw to see that information. I think it takes it data from /sys. On Sun, December 28, 2008 4:52 pm, Dan Shimshoni wrote: Hello, Is there some command line in linux for detecting how many memory sticks(RAM) the machine has ? For example, suppose cat /proc/meminfo shows