Re: Extreme network performance

2008-02-18 Thread Aviv Greenberg
Hello Ira, You talked about many things First off, Zero Copy I/O is enabled in Linux only using the sendfile syscall. You also must have a network device that has Checksum Offload (calculate ip/tcp csum and put it on the packet). The regular socket api does not enable zero copy. Interrupt

Re: List of Israeli Open-Source Projects

2008-02-18 Thread Tzafrir Cohen
On Sun, Feb 17, 2008 at 01:44:01PM +0200, Ira Abramov wrote: Last but not least, if we are talking websites, is Hamakor or anyone doing anything about the shameful abuse taking place over at gnu.org.il? it's the same guy who was abusing wordpress.org.il until a week ago. Anybody happens to

Re: amsart and hebrew

2008-02-18 Thread Tzafrir Cohen
On Mon, Feb 18, 2008 at 02:13:12AM +0200, Micha wrote: Is it possible to mix amsart and hebrew? If I try to use a theorem I get an error: missing { inserted. A left brace was mandatory here, so I've put one in. You might want to delete and/or insert some corrections so that I will find a

Re: gparted and cloning of LVM partition

2008-02-18 Thread Tom Rosenfeld
On Feb 13, 2008 9:59 PM, Tom Rosenfeld [EMAIL PROTECTED] wrote: Hi, A while ago I got advice from this list to use the gparted on a livecd to clone my disk. I finally got around to trying it and have run into some trouble. I installed Centos 4.5 64-bit on a workstation taking most of the

Source code control system

2008-02-18 Thread David Suna
I am interested in setting up a simple source code control system for a SOHO setup. There is a Linux server running Ubuntu that can act as the repository server. Clients would be Windows and Linux. I am looking for recommendations for a system that will be easy to set up and not have a

Re: Sound not working in flash (e.g. youtube)

2008-02-18 Thread Noam Rathaus
Hi, I seen this behavior which is caused by ALSA configuration not being used by the flash player, make sure: 1) In /etc/firefox/firefoxrc FIREFOX_DSP=”aoss” 2) /dev/dsp is there if not cd /dev sudo ./MAKEDEV audio These two solved it for me. On Monday 18 February 2008 15:31:13 Tom

Re: Source code control system

2008-02-18 Thread Maxim Kudelya
David Suna wrote: I am interested in setting up a simple source code control system for a SOHO setup. .. Any suggestions? You could use Subversion (http://subversion.tigris.org/) as version control system, Trac (http://trac.edgewall.org/) as web-based front end and TortoiseSVN

Sound not working in flash (e.g. youtube)

2008-02-18 Thread Tom Rosenfeld
I am having trouble with sound not working in flash. E.g. Youtube videos play video fine but there is no sound. Web searches show others are having the same trouble, usually with older versions of the plugin, but I have not seen any real solutions. Reading the web leads me to conclude that maybe I

Re: Source code control system

2008-02-18 Thread Alex Dover
CVS or SVN are pretty straight forward. Most IDEs have integration with them. Both have nice windows shell extensions (TortoiseSVN/CVS) http://www.nongnu.org/cvs/ http://subversion.tigris.org/ Regards Alex Dover On Feb 18, 2008 3:50 PM, David Suna [EMAIL PROTECTED] wrote: I am interested in

Re: Source code control system

2008-02-18 Thread Marc Volovic
Good heavens... Subversion and/or CVS - take your choice. I am not sure what you mean by graphic management, but both have graphic and web CLIENTS. Management is something completely different :-). Me = To unsubscribe, send

Re: Source code control system

2008-02-18 Thread Shlomi Fish
On Monday 18 February 2008, Maxim Kudelya wrote: David Suna wrote: I am interested in setting up a simple source code control system for a SOHO setup. .. Any suggestions? You could use Subversion (http://subversion.tigris.org/) as version control system, Trac

Re: Source code control system

2008-02-18 Thread Shachar Shemesh
Marc Volovic wrote: Good heavens... Subversion and/or CVS - take your choice. I'll go with that recommendation if you only give me one thing that CVS does better than SVN. Between the two, I fail to find a single reason to prefer the former over the later. Shachar

Re: Source code control system

2008-02-18 Thread Geoff Shang
Shachar Shemesh wrote: I'll go with that recommendation if you only give me one thing that CVS does better than SVN. Between the two, I fail to find a single reason to prefer the former over the later. Well, given that subversion was written to be an improved replacement for CVS, it's