Re: [OT] looking for pci graphic boards

2009-12-16 Thread Jonathan Ben Avraham

Hi Micha,
TkOS has a large stock of ATi PCI graphic cards. Contact me off list.

 - yba


On Wed, 16 Dec 2009, Micha Feigin wrote:


Date: Wed, 16 Dec 2009 01:49:56 +0200
From: Micha Feigin mi...@post.tau.ac.il
To: linux-il linux-il@cs.huji.ac.il
Subject: [OT] looking for pci graphic boards

Despite being off topic I was hoping that someone on this list may have a
couple such cards (pci based graphic boards) lying around. I know they are
ancient and useless to most but maybe someone has a couple stockpiled in some
attic.

We got a couple of tesla boards for our Uni lab and unfortunately the
motherboard we got at the moment (intel dragontail - dp35dp) only has one pci-e
x16 slot and it won't post at all without a graphics card. As the tesla isn't
recognized as a graphics board and it takes up the pci-e slot the only other
options is a pci card.

The two machines are supposed to run headless so any board that is recognized
as a graphics board and fits in a pci slot will do as all it's job is to get
the machine to boot. Otherwise, if someone knows how to get these motherboards
to boot with no graphics card I'll be even happier.

Thanks

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il



--
 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - y...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: encoding hebrew text

2009-12-16 Thread Shlomi Fish
On Wednesday 16 Dec 2009 01:09:29 Uri Even-Chen wrote:
 OK, I found a solution.  I opened the file with both notepad and
 notepad++, then I changed the encoding to windows-1255 in notepad++,
 then I copied all the contents to notepad and saved in utf-8.  It
 works.  I'm attaching the result.
 
 Thanks!
 Uri Even-Chen
 Mobile Phone: +972-50-9007559
 E-mail: u...@speedy.net
 Blog: http://www.speedy.net/uri/blog/
 

Just a note, one can use iconv or Perl's http://perldoc.perl.org/Encode.html 
module or something to convert an entire file from one encoding to the other:


iconv -f windows-1255 -t utf-8  1.txt


Seems to work here.

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
Best Introductory Programming Language - http://shlom.in/intro-lang

Bzr is slower than Subversion in combination with Sourceforge. 
( By: http://dazjorz.com/ )

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: encoding hebrew text

2009-12-16 Thread Ori Idan
On Wed, Dec 16, 2009 at 11:22 AM, Shlomi Fish shlo...@iglu.org.il wrote:

 On Wednesday 16 Dec 2009 01:09:29 Uri Even-Chen wrote:
  OK, I found a solution.  I opened the file with both notepad and
  notepad++, then I changed the encoding to windows-1255 in notepad++,
  then I copied all the contents to notepad and saved in utf-8.  It
  works.  I'm attaching the result.
 
  Thanks!
  Uri Even-Chen
  Mobile Phone: +972-50-9007559
  E-mail: u...@speedy.net
  Blog: http://www.speedy.net/uri/blog/
 

 Just a note, one can use iconv or Perl's
 http://perldoc.perl.org/Encode.html
 module or something to convert an entire file from one encoding to the
 other:

 
 iconv -f windows-1255 -t utf-8  1.txt
 

 Seems to work here.

 Regards,

Shlomi Fish
 I am using iconv on linux.
 I am not sure if iconv exists for windows.

 --
 Ori Idan

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: encoding hebrew text

2009-12-16 Thread Shlomi Fish
On Wednesday 16 Dec 2009 11:50:49 Ori Idan wrote:
 On Wed, Dec 16, 2009 at 11:22 AM, Shlomi Fish shlo...@iglu.org.il wrote:
  On Wednesday 16 Dec 2009 01:09:29 Uri Even-Chen wrote:
   OK, I found a solution.  I opened the file with both notepad and
   notepad++, then I changed the encoding to windows-1255 in notepad++,
   then I copied all the contents to notepad and saved in utf-8.  It
   works.  I'm attaching the result.
  
   Thanks!
   Uri Even-Chen
   Mobile Phone: +972-50-9007559
   E-mail: u...@speedy.net
   Blog: http://www.speedy.net/uri/blog/
 
  Just a note, one can use iconv or Perl's
  http://perldoc.perl.org/Encode.html
  module or something to convert an entire file from one encoding to the
  other:
 
  
  iconv -f windows-1255 -t utf-8  1.txt
 
 
  Seems to work here.
 
  Regards,
 
 Shlomi Fish

 I am using iconv on linux.
 I am not sure if iconv exists for windows.

It does:

http://gnuwin32.sourceforge.net/packages/libiconv.htm

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
The Case for File Swapping - http://shlom.in/file-swap

Bzr is slower than Subversion in combination with Sourceforge. 
( By: http://dazjorz.com/ )

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: encoding hebrew text

2009-12-16 Thread Tom Goren
iconv is what i was going to recommend in the first place, once the
encodings were figured out.

2009/12/16 Shlomi Fish shlo...@iglu.org.il

 On Wednesday 16 Dec 2009 11:50:49 Ori Idan wrote:
  On Wed, Dec 16, 2009 at 11:22 AM, Shlomi Fish shlo...@iglu.org.il
 wrote:
   On Wednesday 16 Dec 2009 01:09:29 Uri Even-Chen wrote:
OK, I found a solution.  I opened the file with both notepad and
notepad++, then I changed the encoding to windows-1255 in notepad++,
then I copied all the contents to notepad and saved in utf-8.  It
works.  I'm attaching the result.
   
Thanks!
Uri Even-Chen
Mobile Phone: +972-50-9007559
E-mail: u...@speedy.net
Blog: http://www.speedy.net/uri/blog/
  
   Just a note, one can use iconv or Perl's
   http://perldoc.perl.org/Encode.html
   module or something to convert an entire file from one encoding to the
   other:
  
   
   iconv -f windows-1255 -t utf-8  1.txt
  
  
   Seems to work here.
  
   Regards,
  
  Shlomi Fish
 
  I am using iconv on linux.
  I am not sure if iconv exists for windows.

 It does:

 http://gnuwin32.sourceforge.net/packages/libiconv.htm

 Regards,

Shlomi Fish

 --
 -
 Shlomi Fish   http://www.shlomifish.org/
 The Case for File Swapping - http://shlom.in/file-swap

 Bzr is slower than Subversion in combination with Sourceforge.
 ( By: http://dazjorz.com/ )

 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Firefox file associations

2009-12-16 Thread Oleg Goldshmidt
Hi,

Pardon my stupidity and confusion, I have what seems to be a rather
simple question, but I feel lost.

How can I add/modify a file/application association in Firefox? On
Linux or on WinXP for that matter? I tried to read every FM I could
find and the answer seems, amazingly, you can't. It seems so basic
that I refuse to believe there is no solution unless/until someone
here confirms the sad state of affairs.

Here is the specific problem. I want to click on a link to a CSV file
to open it in a spreadsheet, be it OOCalc or Gnumeric or Linux, Excel
on Windows, etc. However, Firefox (3.5.5 on both platforms) apparently
recognizes it as a text file and cheerfully opens it itself, as plain
text, which is not what I want. The Edit-Preferences (Tools-Options
on WIndows) popup has an Applications tab that lists Actions, but
CSV is not listed and there isn't any way to add it. The docs say that
the only way to add a new file type to the list is the first time you
click on a link to this type of file, where it offers you to download
or open with. In this case I doubt even that was ever available
since apparently it is just a text file to Firefox. I found a
knowledge base article saying the only way to modify file
associations is to install a SeaMonkey add-on. I went to look at the
add-on - it seems totally obsolete, is supposed to work with FF 2.0
and is known to be buggy with 3.1. I will think a dozen times before
installing it.

Firefox does not seem to look at system customizations in this case
either. I *know* my KDE associates CSV files with OOCalc and Windows -
with Excel (the latter is the default, I think). Konqueror and IE do
the right thing.

FWIW, my browser of choice is Konqueror which is mostly sane. However,
I am testing something and I can't afford to omit Firefox from the
list of target browsers.

What am I missing? Has Firefox been dumbed down to this extent?

Thanks in advance,

-- 
Oleg Goldshmidt | p...@goldshmidt.org

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Firefox file associations

2009-12-16 Thread Shlomi Fish
On Wednesday 16 Dec 2009 17:28:20 Oleg Goldshmidt wrote:
 Hi,
 
 Pardon my stupidity and confusion, I have what seems to be a rather
 simple question, but I feel lost.
 
 How can I add/modify a file/application association in Firefox? On
 Linux or on WinXP for that matter? I tried to read every FM I could
 find and the answer seems, amazingly, you can't. It seems so basic
 that I refuse to believe there is no solution unless/until someone
 here confirms the sad state of affairs.
 

In Firefox 3.6-beta on Mandriva Cooker I accessed:

Edit - Preferences - Applications - CSV Document - Action and it worked.

 Here is the specific problem. I want to click on a link to a CSV file
 to open it in a spreadsheet, be it OOCalc or Gnumeric or Linux, Excel
 on Windows, etc. However, Firefox (3.5.5 on both platforms) apparently
 recognizes it as a text file and cheerfully opens it itself, as plain
 text, which is not what I want. The Edit-Preferences (Tools-Options
 on WIndows) popup has an Applications tab that lists Actions, but
 CSV is not listed and there isn't any way to add it. The docs say that
 the only way to add a new file type to the list is the first time you
 click on a link to this type of file, where it offers you to download
 or open with. In this case I doubt even that was ever available
 since apparently it is just a text file to Firefox. I found a
 knowledge base article saying the only way to modify file
 associations is to install a SeaMonkey add-on. I went to look at the
 add-on - it seems totally obsolete, is supposed to work with FF 2.0
 and is known to be buggy with 3.1. I will think a dozen times before
 installing it.
 
 Firefox does not seem to look at system customizations in this case
 either. I *know* my KDE associates CSV files with OOCalc and Windows -
 with Excel (the latter is the default, I think). Konqueror and IE do
 the right thing.
 
 FWIW, my browser of choice is Konqueror which is mostly sane. However,
 I am testing something and I can't afford to omit Firefox from the
 list of target browsers.
 
 What am I missing? Has Firefox been dumbed down to this extent?
 
 Thanks in advance,
 


Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
Parody on The Fountainhead - http://shlom.in/towtf

Bzr is slower than Subversion in combination with Sourceforge. 
( By: http://dazjorz.com/ )

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Firefox file associations

2009-12-16 Thread Oleg Goldshmidt
Shlomi Fish shlo...@iglu.org.il writes:

 In Firefox 3.6-beta on Mandriva Cooker I accessed:

 Edit - Preferences - Applications - CSV Document - Action and it
 worked.

Can you also add a new file type?

-- 
Oleg Goldshmidt | p...@goldshmidt.org

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


[SEMI-OFFTOPIC] eBook reader recommendations, anyone?

2009-12-16 Thread Omer Zak
What does the collective wisdom of the Israeli Linux users know about the 
current crop of eBook readers?
Any recommendations?

Do the following requirements make sense?
 1. Ability to display PDF files.
 2. Full-fledged browser for displaying locally-cached HTML files.
 3. Ability to display text files from the Gutenberg project.
 4. Full Unicode (including BiDi handling) support.
 5. Optional lighting, battery powered, for at least 12 hours (for reading at 
night when there is power outage).
 6. Display dimensions: about 36 by 23 cm (14-15 by 9-10 inches), for 
convenient display of two book pages side by side.
 7. Ability to display two windows, side by side, each one displaying different 
content.
 8. Capacity: at least 10GB (enough to store the entire Hebrew Wikipedia).
 9. WiFi connection (to download reading materials from a host PC).
10. Note: no requirement to read DRM-protected eBooks.
Does there exist an eBook reader, which meets the above requirements?

 --- Omer

P.S.: the semi on-topic nature of this E-mail message is due to the high 
likelihood of the ideal eBook being Linux-based.

-- 
One does not make peace with enemies.  One makes peace with former
enemies.
My own blog is at http://www.zak.co.il/tddpirate/

My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: [SEMI-OFFTOPIC] eBook reader recommendations, anyone?

2009-12-16 Thread geoffrey mendelson


On Dec 16, 2009, at 9:40 PM, Omer Zak wrote:

What does the collective wisdom of the Israeli Linux users know  
about the current crop of eBook readers?

Any recommendations?

Do the following requirements make sense?
1. Ability to display PDF files.
2. Full-fledged browser for displaying locally-cached HTML files.
3. Ability to display text files from the Gutenberg project.
4. Full Unicode (including BiDi handling) support.
5. Optional lighting, battery powered, for at least 12 hours (for  
reading at night when there is power outage).
6. Display dimensions: about 36 by 23 cm (14-15 by 9-10 inches), for  
convenient display of two book pages side by side.
7. Ability to display two windows, side by side, each one displaying  
different content.
8. Capacity: at least 10GB (enough to store the entire Hebrew  
Wikipedia).

9. WiFi connection (to download reading materials from a host PC).
10. Note: no requirement to read DRM-protected eBooks.
Does there exist an eBook reader, which meets the above requirements?



Closest thing is the Barnes and Noble Nook, which is sold only in the  
US at the moment and out of stock until after the first of the year.  
Check out the specs, compared to the others it's worth waiting for if  
it fits your needs. I think though it only fits, 1,3,8 (with an  
external card),9 and not 10. The only other thing close would be a  
netbook, and with the size screen you want it would be a tablet pc  
or full fledged laptop.


IMHO it's the Sony reader (which BN sold before) modified to be what  
a Kindle should have been.


Geoff.

--
geoffrey mendelson N3OWJ/4X1GM
Jerusalem Israel geoffreymendel...@gmail.com
New word I coined 12/13/09, Sub-Wikipedia adj, describing knowledge  
or understanding, as in he has a sub-wikipedia understanding of the  
situation. i.e possessing less facts or information than can be found  
in the Wikipedia.








___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: [SEMI-OFFTOPIC] eBook reader recommendations, anyone?

2009-12-16 Thread Tom Goren
what is this fantastic device you have invented?

14-15 by 9-10 inches display?

most ebook readers are much much smaller.

perhaps you should take a look at
http://en.wikipedia.org/wiki/List_of_e-book_readers - there is a big matrix
there comparing all features of most devices on the market.

also, i think there is some mistake in your basic notion about ebook readers
given your feature wishlist - since all devices today are designed as book
replacements, not laptop replacements (two windows displaying different
content side by side does not sound like something an ebook must do in my
opinion) - and thus their size and features are appropriately set.

this is also how the kindle got so popular - it set out to do a task and
does it well (never mind the yucky proprietary formats business right now).

also a netbook is an interesting idea, however then you miss out on the
whole e-ink thing which is basically the biggest selling point of en ebook
reader in the first place.

i don't really understand the need of displaying two pages side by side,
unless you are reading a comic book, and you have reached some two page
spread. or otherwise some technical diagram that would require a humongous
amount of space to view (in which case they invented the zoom and dragging
options).
it kind of smells of sticking to old design paradigms and not realizing that
we just read one page at a time anyway.

just my way of looking at it - i think a device like you are specifying is
very nice, it just seems a bit like you want the best of both world (eating
the cake and leaving it whole).

perhaps future devices such as the crunchtablet, that looks like it is stuck
and won't be manufactured, or some other similar device on the way, would
suit you best.

tom.

2009/12/16 geoffrey mendelson geoffreymendel...@gmail.com


 On Dec 16, 2009, at 9:40 PM, Omer Zak wrote:

  What does the collective wisdom of the Israeli Linux users know about the
 current crop of eBook readers?
 Any recommendations?

 Do the following requirements make sense?
 1. Ability to display PDF files.
 2. Full-fledged browser for displaying locally-cached HTML files.
 3. Ability to display text files from the Gutenberg project.
 4. Full Unicode (including BiDi handling) support.
 5. Optional lighting, battery powered, for at least 12 hours (for reading
 at night when there is power outage).
 6. Display dimensions: about 36 by 23 cm (14-15 by 9-10 inches), for
 convenient display of two book pages side by side.
 7. Ability to display two windows, side by side, each one displaying
 different content.
 8. Capacity: at least 10GB (enough to store the entire Hebrew Wikipedia).
 9. WiFi connection (to download reading materials from a host PC).
 10. Note: no requirement to read DRM-protected eBooks.
 Does there exist an eBook reader, which meets the above requirements?



 Closest thing is the Barnes and Noble Nook, which is sold only in the US at
 the moment and out of stock until after the first of the year. Check out the
 specs, compared to the others it's worth waiting for if it fits your needs.
 I think though it only fits, 1,3,8 (with an external card),9 and not 10. The
 only other thing close would be a netbook, and with the size screen you want
 it would be a tablet pc or full fledged laptop.

 IMHO it's the Sony reader (which BN sold before) modified to be what a
 Kindle should have been.

 Geoff.

 --
 geoffrey mendelson N3OWJ/4X1GM
 Jerusalem Israel geoffreymendel...@gmail.com
 New word I coined 12/13/09, Sub-Wikipedia adj, describing knowledge or
 understanding, as in he has a sub-wikipedia understanding of the situation.
 i.e possessing less facts or information than can be found in the Wikipedia.








 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: [SEMI-OFFTOPIC] eBook reader recommendations, anyone?

2009-12-16 Thread Tom Goren
maybe you will like this abomination:

http://www.geeks.co.uk/11414-the-entourage-edge-in-action-dual-scree-ebook-reader

;-)

2009/12/17 Tom Goren motne...@gmail.com

 what is this fantastic device you have invented?

 14-15 by 9-10 inches display?

 most ebook readers are much much smaller.

 perhaps you should take a look at
 http://en.wikipedia.org/wiki/List_of_e-book_readers - there is a big
 matrix there comparing all features of most devices on the market.

 also, i think there is some mistake in your basic notion about ebook
 readers given your feature wishlist - since all devices today are designed
 as book replacements, not laptop replacements (two windows displaying
 different content side by side does not sound like something an ebook must
 do in my opinion) - and thus their size and features are appropriately set.

 this is also how the kindle got so popular - it set out to do a task and
 does it well (never mind the yucky proprietary formats business right now).

 also a netbook is an interesting idea, however then you miss out on the
 whole e-ink thing which is basically the biggest selling point of en ebook
 reader in the first place.

 i don't really understand the need of displaying two pages side by side,
 unless you are reading a comic book, and you have reached some two page
 spread. or otherwise some technical diagram that would require a humongous
 amount of space to view (in which case they invented the zoom and dragging
 options).
 it kind of smells of sticking to old design paradigms and not realizing
 that we just read one page at a time anyway.

 just my way of looking at it - i think a device like you are specifying is
 very nice, it just seems a bit like you want the best of both world (eating
 the cake and leaving it whole).

 perhaps future devices such as the crunchtablet, that looks like it is
 stuck and won't be manufactured, or some other similar device on the way,
 would suit you best.

 tom.

 2009/12/16 geoffrey mendelson geoffreymendel...@gmail.com


 On Dec 16, 2009, at 9:40 PM, Omer Zak wrote:

  What does the collective wisdom of the Israeli Linux users know about the
 current crop of eBook readers?
 Any recommendations?

 Do the following requirements make sense?
 1. Ability to display PDF files.
 2. Full-fledged browser for displaying locally-cached HTML files.
 3. Ability to display text files from the Gutenberg project.
 4. Full Unicode (including BiDi handling) support.
 5. Optional lighting, battery powered, for at least 12 hours (for reading
 at night when there is power outage).
 6. Display dimensions: about 36 by 23 cm (14-15 by 9-10 inches), for
 convenient display of two book pages side by side.
 7. Ability to display two windows, side by side, each one displaying
 different content.
 8. Capacity: at least 10GB (enough to store the entire Hebrew Wikipedia).
 9. WiFi connection (to download reading materials from a host PC).
 10. Note: no requirement to read DRM-protected eBooks.
 Does there exist an eBook reader, which meets the above requirements?



 Closest thing is the Barnes and Noble Nook, which is sold only in the US
 at the moment and out of stock until after the first of the year. Check out
 the specs, compared to the others it's worth waiting for if it fits your
 needs. I think though it only fits, 1,3,8 (with an external card),9 and not
 10. The only other thing close would be a netbook, and with the size screen
 you want it would be a tablet pc or full fledged laptop.

 IMHO it's the Sony reader (which BN sold before) modified to be what a
 Kindle should have been.

 Geoff.

 --
 geoffrey mendelson N3OWJ/4X1GM
 Jerusalem Israel geoffreymendel...@gmail.com
 New word I coined 12/13/09, Sub-Wikipedia adj, describing knowledge or
 understanding, as in he has a sub-wikipedia understanding of the situation.
 i.e possessing less facts or information than can be found in the Wikipedia.








 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il



___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: remote debugging using gdbserver

2009-12-16 Thread Gilad Ben-Yossef

ik wrote:


Hello,

I'm trying to use gdbserver as follows:
$ gdbserver 192.168.0.202: http://192.168.0.202: ./hello

When I try to debug the program hello using a gdb located on a 
different machine as follows:


gdb $ target remote 192.168.0.202: http://192.168.0.202:

The gdb server hangsup.

What am I missing/doing wrong here ?


What are the machines in question running? is it the exact same software?

If not, you need to tell GDB where to find the shared libraries with 
debug information of your remote host.


Gilad


--
Gilad Ben-Yossef
Chief Coffee Drinker  CTO
Codefidence Ltd.

Web:   http://codefidence.com
Cell:  +972-52-8260388
Skype: gilad_codefidence
Tel:   +972-8-9316883 ext. 201
Fax:   +972-8-9316884
Email: gi...@codefidence.com

Check out our Open Source technology and training blog - http://tuxology.net

That is not dead which can eternal lie.
 And with strange aeons even death may die.

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il