immitating Magiccard with linux.

2005-10-19 Thread Elazar Leibovich
There's a PCI card called Magiccard[1] which is recoverring one of your harddrive's partitions after each period of time or manually. The main use of that is to back up a windows partition, and make ruining it impossible. I'd like to immitate it on software. My plan is to divide the harddrives

SiS613u trendnet WLAN adapter on linux

2005-10-30 Thread Elazar Leibovich
I'm trying to get Trendnet's TEW 424UB WLAN USB adaptor [1] to work with linux. I couldn't find a native support with google, NDISwrapper claims to support this exact trendnet model. Installation worked fine for me (clean knoppix4.02) however it couldn't find the hotspot nearby. In both winXP

Re: Upgrading live RH9

2006-06-11 Thread Elazar Leibovich
Are you quite sure this is necessary?In debian, you just 'apt-get upgrade' can't you immitate it with RH?On 6/11/06, Oded Arbel [EMAIL PROTECTED] wrote: On Sat, 2006-06-10 at 19:42 -0700, E Leibovich wrote: Given a live server that runs many relatively uncommon programs (for instance

Re: Preventing email spoofing

2006-06-19 Thread Elazar Leibovich
That's very true, I haven't thought of that. Thanks. Any smarter idea? Maybe I can filter emails coming from my host email address and then make sure they're not recieved: from unknown source (spammers has the habbit of including your hostname in the from: field, so that you'll whitelist them)

Re: Preventing email spoofing

2006-06-19 Thread Elazar Leibovich
Framework (SPF). Using a mail server with SPF is about all you can do; it ain't good news, but trust the smart people who thought SPF up there isn't a better option. Elazar Leibovich wrote: That's very true, I haven't thought of that. Thanks. Any smarter idea? Maybe I can filter emails coming from

Unable_to_run_qmail-remote and trouble in select problems (are they related?)

2006-06-23 Thread Elazar Leibovich
qmail complains occasionaly he'sUnable_to_run_qmail-remote./ in the logs, I'vefailed to find decent documentation on the web forsuch a failure, peeking at qmail's source reveals that it reports such an error is reported ifread(probablly-qmail-remote-pipe,...) returns zero

Beautifying latex documents

2006-08-04 Thread Elazar Leibovich
I want to produce a latex document template that looks similar to professional books' templates. That is, with notes bounded by a box of different color and having a picture on the top of the box. There's a book series with ants teaching you java and C++ with many examples for such a template.

Recommendation for a WiFi card

2006-08-12 Thread Elazar Leibovich
Can anyone recommend me a WiFi card that supports linux, and is very stable (should not disconnect easily etc.). Preferably a USB card, but I'll listen to any other suggestion.

Indexing and search engine for website

2006-10-14 Thread Elazar Leibovich
Can anyone recommend an opensource website-search engine one can index his website and add a search capability to it with it? The most important thing for me is ease of use, minimum software requirements (that's why java-lucene doesn't really shines) the quality and speed of the search are less

ftp CHMOD permission denied

2006-10-19 Thread Elazar Leibovich
I'm having a site with ftp access, I accidently changed a directory mode to user write only. Now I cannot delete it or chmod it again. Anyone have an idea how to chmod it or get rid of it? Unfortunately the site is on godaddy.com which don't allow SSH access.

Re: ftp CHMOD permission denied

2006-10-19 Thread Elazar Leibovich
Of course, chmod 777 dir, says:550 Could not change perms on phpMy_Admin: Permission deniedI'm not that bad...On 10/19/06, Jacob Broido [EMAIL PROTECTED] wrote: How about:ftp chmod mode pathOn 10/19/06, Elazar Leibovich [EMAIL PROTECTED] wrote: I'm having a site with ftp access, I accidently

Bank Hadoar in linux

2006-11-02 Thread Elazar Leibovich
Does anyone have experience with Bank Hadoar internet access via linux/FF/Konqueror?http://bank.postil.com

Backing up database schema

2006-12-05 Thread Elazar Leibovich
I'm having one mysql database FOO, whose schema needs to be changed from time to time. I'm having another database BAR with different data in it but with the same schema. I want to copy schema changes from FOO to BAR. ie, when I add column height to table 'users' and column 'ruby' to table

Time tracking software

2006-12-07 Thread Elazar Leibovich
Does anyone know a program, which, behaves like the old watches which kept track of worker's work time? IE, you tell it your name and STARTED WORKING, or your name and STOPPED WORKING and it keeps track on how many hours did you work?

Hebrew morphological search

2007-01-21 Thread Elazar Leibovich
Does anyone know a working free/opensource implementation of full text morphological search in hebrew. Searching google results in a few results non of them seems maintained.

Re: Hebrew morphological search

2007-01-21 Thread Elazar Leibovich
I was looking for a more complete solution which already searches for morphological hebrew occurrences in database, or that incorporates in indexing solutions such as Apache's lucence or mysql's FULLTEXT search. On 1/21/07, Nadav Har'El [EMAIL PROTECTED] wrote: On Sun, Jan 21, 2007, Elazar

Random moves of the mouse

2007-03-04 Thread Elazar Leibovich
I'm having an ubuntu Edge Eft (2.6.17-11-generic) system with a ps2 mouse. After a period of times it moves randomly clicking spots on the screen. For reference, the system is affected by the bug mentioned here[1] on USB HID wireless mice from HP. Anyone know a cure for that? PS this is a reason

Re: Random moves of the mouse

2007-03-05 Thread Elazar Leibovich
I'm taking my words back. I thought that windows has QA'd the basic input/output kernel related modules very well but apparently this[1] is not the case. Bugs are software independent. [1] http://www.tipsdr.com/?p=271 On 3/5/07, Peter [EMAIL PROTECTED] wrote: PS this is a reason for the claim

Re: Random moves of the mouse

2007-03-05 Thread Elazar Leibovich
This[1] is an evident the erratic mouse issue is relating to acpi. [1] http://www.linuxquestions.org/questions/showthread.php?threadid=339117 On 3/5/07, Elazar Leibovich [EMAIL PROTECTED] wrote: I'm having an ubuntu Edge Eft (2.6.17-11-generic) system with a ps2 mouse. After a period of times

[Job] MySQL consultation

2007-03-21 Thread Elazar Leibovich
by email is also possible. I need it pretty soon. Regards Elazar Leibovich 054.4 9 6 7 7.8.4 = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail

Re: [Job] MySQL consultation

2007-03-21 Thread Elazar Leibovich
It seems that my question boils down to this: I'm having a 3Gb table with three TEXT columns and an ID. Counting it takes between 1 to 2 minutes, is it normal for such a size of a table? On 3/21/07, Elazar Leibovich [EMAIL PROTECTED] wrote: I need a MySQL consultant for a small consultation (20

Re: [Job] MySQL consultation

2007-03-21 Thread Elazar Leibovich
The whole table. SELECT COUNT(*) FROM tbl WHERE id1; Thanks for the speedy reply. On 3/21/07, Jonathan Ben Avraham [EMAIL PROTECTED] wrote: Hi Elazar, What is it exactly that you are counting? - yba On Wed, 21 Mar 2007, Elazar Leibovich wrote: Date: Wed, 21 Mar 2007 15:42:21 +0200 From

Re: [Job] MySQL consultation

2007-03-21 Thread Elazar Leibovich
.). Will the fact I'll have no TEXT columns speed things up? Will removing all columns except of id from the giant posts table throttle things up significantly? On 3/21/07, Jonathan Ben Avraham [EMAIL PROTECTED] wrote: On Wed, 21 Mar 2007, Elazar Leibovich wrote: Date: Wed, 21 Mar 2007 16:02:22

Tracing the functions stack through gdb

2007-04-26 Thread Elazar Leibovich
Problem: I wish to hack and solve Bidirectionality related bugs in Lyx. However, I don't want to read all and understand all the code in Lyx, but only the code related to cursor movement, character insertion, etc. How can I find the relevant pieces of code quickly? Suggested Solution: Run Lyx

SMTP relay server

2007-05-17 Thread Elazar Leibovich
I'm looking for a SMTP relay server, that would enable me to recieve a list of bounced emails. It needs to support delivery of 400K messages daily. Can you provide me any recommendations? = To unsubscribe, send mail to [EMAIL

Re: SMTP relay server

2007-05-17 Thread Elazar Leibovich
. Sendmail has the log format and rule rewriting capabilityies that you probably need, here as PostFix is probably harder to configure for this type of specialized task. - yba On Thu, 17 May 2007, Elazar Leibovich wrote: Date: Thu, 17 May 2007 08:52:55 +0300 From: Elazar Leibovich [EMAIL PROTECTED

Re: SMTP relay server

2007-05-17 Thread Elazar Leibovich
, with subscription management done by the users themselves, and of course, built-in ability to detect bounces and automatically unsubscribe such users? For example, mailman[1] ? -- Shimi [1] http://www.gnu.org/software/mailman/ On Thursday 17 May 2007 09:16, Elazar Leibovich wrote: There are users

Communicating with google talk voice

2007-05-22 Thread Elazar Leibovich
I've been trying to find a solution for audio communication (ie libjingle) with google talk clients on windows. So far, no luck. I tried tapiocaui, gossip-telepathy, but nothing worked. Either installation went havoc (needed a specific version of a specific library I couldn't find) or it

combined printer and scanner for linux

2009-12-20 Thread Elazar Leibovich
Can anyone recommend a combined scanner and printer (so that the photocopying and the faxing capabiities can be used autonomously, even when the computer is off) which works reasonably well with linux? Going through the exhaustive scanners list in SANE's site, and matching every model with its

Re: combined printer and scanner for linux

2009-12-20 Thread Elazar Leibovich
on this mailing list. HP's solution working really well under Linux and fully supports SANE. Thanks, Hetz 2009/12/21 Elazar Leibovich elaz...@gmail.com Can anyone recommend a combined scanner and printer (so that the photocopying and the faxing capabiities can be used autonomously, even

Re: Kudos to Osem

2009-12-28 Thread Elazar Leibovich
Just a small remark. Using Silver(p?)light would be IMHO a much better choice for cross platform support. Currently Mono supports Silverlight 2.0, and its upcoming releases would support much more. Actually, a major benefit of the CLR environment is its cross platform support due to Mono. In

Potabilty of dotNet in Linux

2009-12-28 Thread Elazar Leibovich
me know). On Mon, Dec 28, 2009 at 9:37 PM, Oron Peled o...@actcom.co.il wrote: On Monday, 28 בDecember 2009 12:12:20 Elazar Leibovich wrote: Just a small remark. Using Silver(p?)light would be IMHO a much better choice for cross platform support. Currently Mono supports Silverlight 2.0

Re: full backup remotely?

2009-12-30 Thread Elazar Leibovich
The dd approach is problematic. One problem is, that half full partition might take as many space as a full partition. This is a software written for this specific purpose. There's also a minimal linux system bootable disk with it. http://www.partimage.org/Main_Page On Wed, Dec 30, 2009 at 7:54

Re: For sale: SheevaPlug DevKit

2010-01-05 Thread Elazar Leibovich
What's the price? 2010/1/6 Udi Finkelstein linux...@udif.com I know that linux-il should not really be used for for-sale ads, but since my ad is: Directly related to Linux, not really of a commercial nature, This item is otherwise not sold in Israel (AFAIK) I decided to send this anyhow,

Runtime security/memory checks for gcc/gdb

2010-01-11 Thread Elazar Leibovich
++) (*p) = (*p)++; // note the = 3) We use win32 for regular development, so if anyone knows what is the support for such tests in cygwin/mingw, I'll be glad to hear about it. Thanks Elazar Leibovich ___ Linux-il mailing list Linux-il@cs.huji.ac.il http

Re: Runtime security/memory checks for gcc/gdb

2010-01-11 Thread Elazar Leibovich
runtime analysis. have you tried using valgrind at all? --guy Elazar Leibovich wrote: Just a remark, as some people asked me about it privately. I'm not interested in static analysis (which gcc gives for uninitialized variables). But with runtime analysis of where the uninitialized

Re: Runtime security/memory checks for gcc/gdb

2010-01-11 Thread Elazar Leibovich
On Tue, Jan 12, 2010 at 8:02 AM, Shachar Shemesh shac...@shemesh.bizwrote: Elazar Leibovich wrote: I tried using valgrind in a different project. The main problems I've had with valgrind are speed Yes, that is known. and false positives. That one is new to me. Can you elaborate? IIRC

Re: Runtime security/memory checks for gcc/gdb

2010-01-13 Thread Elazar Leibovich
On Wed, Jan 13, 2010 at 10:50 AM, guy keren c...@actcom.co.il wrote: Amos Shapira wrote: 2010/1/13 guy keren c...@actcom.co.il: if you are running on windows - you can use purify - it's a commercial tool, Why the condition of Windows? Purify is available for Linux as well. --Amos i

Re: cross-platform bare metal remote restore system?

2010-03-10 Thread Elazar Leibovich
When my parent's windows machine occasionally became too slow (as most undermaintained windows machine does). I tried to ease the situation like so: I divided the windows into a minimal C:\ partition which contained the windows directory, a d:\ which contained the rest of the data (program files,

Re: Where to learn Linux?

2010-03-15 Thread Elazar Leibovich
Writing an email without the screen is perfectly doable even within vanilla windows machine, with nothing installed. Say, for XP: Windows key - down down - Enter [Now outlook is running] - Ctrl+n - write email address - Tab Tab Tab - write subject - Tab - Write Content - Ctrl+Enter. Not to

Re: Where to learn Linux?

2010-03-15 Thread Elazar Leibovich
of the system from the command line where you can have this feeling for where you are. Anyhow, this is sliding into something that is quite far off from the original question. Regards, Dov On Mon, Mar 15, 2010 at 08:06, Elazar Leibovich elaz...@gmail.com wrote: Writing an email without the screen

Sending receiving SMS in linux

2010-03-18 Thread Elazar Leibovich
Is there a standard way to send SMS from a computer in Israel? I'm writing a program, and I want it to be able to send and recieve SMS in Israel. Shallow searching for the topic reveals sites such as this one http://www.goldman.co.il/SMS2USite/ which gives many, seemingly nonstandard, way to send

Re: Sending receiving SMS in linux

2010-03-18 Thread Elazar Leibovich
be to create protocol plugins for various vendors. You'll also have to facilitate reception of delivery notifications. (Proper disclosure: I work in a company that offers such services). Herouth On 18/03/2010, at 21:27, Elazar Leibovich wrote: Is there a standard way to send SMS from

Modern development environment on dated RHEL

2010-04-27 Thread Elazar Leibovich
Due to company's policy, our development desktop stations must have RHEL 4.7 installed on them. However, RHEL's packages are extermely out of date (for instance, it still have python 2.3, etc.), and we wish to use many up too date development tools (I'm not aiming to the bleeding edge, however a

Re: Modern development environment on dated RHEL

2010-04-27 Thread Elazar Leibovich
to RHEL 4.7 to those which are needed for running the VM. 4. How difficult would it be to change company policy? On Tue, 2010-04-27 at 09:02 +0200, Elazar Leibovich wrote: Due to company's policy, our development desktop stations must have RHEL 4.7 installed on them. However, RHEL's

Re: Modern development environment on dated RHEL

2010-04-27 Thread Elazar Leibovich
and use it from there ... 2010/4/27 Elazar Leibovich elaz...@gmail.com Due to company's policy, our development desktop stations must have RHEL 4.7 installed on them. However, RHEL's packages are extermely out of date (for instance, it still have python 2.3, etc.), and we wish to use many up

Re: Modern development environment on dated RHEL

2010-04-27 Thread Elazar Leibovich
Thanks for your comments. On Tue, Apr 27, 2010 at 3:07 PM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Tue, Apr 27, 2010 at 02:12:41PM +0200, Elazar Leibovich wrote: 1. Yes it is http://press.redhat.com/2008/07/24/red-hat-enterprise-linux-47-released-today/ 2. Only for development. We

Common problems with Ubuntu

2010-05-10 Thread Elazar Leibovich
I remeber a few times where users of this mailing list were arguing that ubuntu is a very problematic distribution. I'm evaluating a distribution for developer desktop. Ubuntu seems fitting mainly due to the hardware detection and the ease of configuration. Also, it has up to date versions of many

Re: Common problems with Ubuntu

2010-05-10 Thread Elazar Leibovich
with a certain version. On Mon, May 10, 2010 at 5:53 PM, Aviram Jenik avi...@jenik.com wrote: On Monday 10 May 2010 07:05:03 Elazar Leibovich wrote: I remeber a few times where users of this mailing list were arguing that ubuntu is a very problematic distribution. I'm evaluating a distribution

Re: Common problems with Ubuntu

2010-05-11 Thread Elazar Leibovich
Keep in mind that a programmer can also be your average non-techie Joe who learned how to program with Visual Studio/Eclipse. This is the case for some people in my team. They rarely know what's going behind the curtains of Visual Studio. On Tue, May 11, 2010 at 3:46 AM, Oleg Goldshmidt

Re: Common problems with Ubuntu

2010-05-11 Thread Elazar Leibovich
, 2010 at 3:17 PM, Gilboa Davara gilb...@gmail.com wrote: On Mon, 2010-05-10 at 22:10 +0300, Elazar Leibovich wrote: For example, Microsoft is now known for excellent security review practices. Whichever MS software I choose, I can rest assured that it will be relatively on the high end

Re: Common problems with Ubuntu

2010-05-11 Thread Elazar Leibovich
of the software industry. On Tue, May 11, 2010 at 5:39 PM, Gilboa Davara gilb...@gmail.com wrote: On Tue, 2010-05-11 at 04:08 -0700, Elazar Leibovich wrote: Not at all! Google for Microsoft SDL, it was not always the case, but nowadays they have excellent security awareness. For example, see evidence

Re: Common problems with Ubuntu

2010-05-11 Thread Elazar Leibovich
to handle with. I really don't see how is it related. Keep in mind that MS is making much more software than just the windows OS. On Tue, May 11, 2010 at 8:49 PM, Gilboa Davara gilb...@gmail.com wrote: On Tue, 2010-05-11 at 20:23 +0300, Elazar Leibovich wrote: Why do you think that MS believe

Re: Common problems with Ubuntu

2010-05-11 Thread Elazar Leibovich
...@post.tau.ac.il wrote: On Tue, 11 May 2010 04:08:39 -0700 Elazar Leibovich elaz...@gmail.com wrote: Not at all! Google for Microsoft SDL, it was not always the case, but nowadays they have excellent security awareness. For example, see evidence for the change here: http

Re: Common problems with Ubuntu

2010-05-11 Thread Elazar Leibovich
, geoffrey mendelson geoffreymendel...@gmail.com wrote: On May 10, 2010, at 5:05 PM, Elazar Leibovich wrote: I remeber a few times where users of this mailing list were arguing that ubuntu is a very problematic distribution. I'm evaluating a distribution for developer desktop. Ubuntu

Re: ספרי קודש

2010-05-20 Thread Elazar Leibovich
Not directly related, but just in case you didn't know, you can get many Hebrew books via http://www.hebrewbooks.org/ On Tue, May 18, 2010 at 8:51 AM, Dotan Cohen dotanco...@gmail.com wrote: What software do the list members recommend for Hebrew-language holy books? I have looked at Sword and

Re: ספרי קודש

2010-05-21 Thread Elazar Leibovich
If you're looking for, say, Sefer HaTodaa, you might be able to find a terrible scan of Sefer HaTodaa there. On Fri, May 21, 2010 at 3:21 PM, Dotan Cohen dotanco...@gmail.com wrote: On 20 May 2010 16:25, Elazar Leibovich elaz...@gmail.com wrote: Not directly related, but just in case you

Re: What's inside the evrit reader?

2010-05-31 Thread Elazar Leibovich
The main trick about the e-books that everyone seems to miss, is the e-ink technology. From my own experience, the e-reader's screen is much more comfortable to the eyes. 2010/5/31 Amichai Rotman amic...@iglu.org.il: How about the Nokia N770 Internet Tablet + FBReader  as an e-book reader? It

Re: Common problems with Ubuntu

2010-06-02 Thread Elazar Leibovich
their concepts to meet the unique attributes of our development environment and needs. On Wed, May 12, 2010 at 7:54 AM, Elazar Leibovich elaz...@gmail.com wrote: I think you have to make a distinction between older MS software (such as XP) and newer ones (such as 7). For example you defenitely don't

Re: Common problems with Ubuntu

2010-06-03 Thread Elazar Leibovich
of a Linux-IL'er, as a long time open source user and supporter. But maybe I'm wrong, and there are sets of believes and a ceremony in order to be entitled as a Linux IL'er ;-) On Thu, Jun 3, 2010 at 7:56 PM, Gilboa Davara gilb...@gmail.com wrote: On Thu, 2010-06-03 at 00:31 +0300, Elazar Leibovich

Problems of a desktop Linux distribution GUI sudo

2010-06-13 Thread Elazar Leibovich
When using my Ubuntu I used to make the following pattern, whenever an update symbol showed up in the taskbar above (in gnome it's the upper panel), I clicked on it, entered my password to sudo up the privileges of the update process, and installed the needed packages to the machine. Then I

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
On Mon, Jun 14, 2010 at 9:12 AM, geoffrey mendelson geoffreymendel...@gmail.com wrote: On Jun 14, 2010, at 8:49 AM, Elazar Leibovich wrote: It can't be that bad, I thought, I can probably only sudo a known program. Alas, in the latest version of Ubuntu the sudoers file says %admin ALL

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 08:49:21AM +0300, Elazar Leibovich wrote: When using my Ubuntu I used to make the following pattern, whenever an update symbol showed up in the taskbar above (in gnome it's the upper panel), I clicked on it, entered my password to sudo up

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
, as I previously said, it's better than nothing.) On Mon, Jun 14, 2010 at 3:21 AM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 02:52:30AM -0700, Elazar Leibovich wrote: I think you're missing the very fundamental problem I was discussing. Sudo is great, having

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
On Mon, Jun 14, 2010 at 4:54 PM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 05:36:33AM -0700, Elazar Leibovich wrote: 1) I'm not sure sniffing your keyboard and recognizing when you type your password is so easy, but I might be wrong. 2) I believe that there's some

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
On Mon, Jun 14, 2010 at 6:04 PM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 05:47:36PM +0300, Elazar Leibovich wrote: Again, sudo is super. Surely it's not. Super is a sudo replacement. http://packages.debian.org/super It is hard to find an adjective which

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
Inc instead of Sun Inc), but it's a good first step. On Mon, Jun 14, 2010 at 6:55 PM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 06:16:11PM +0300, Elazar Leibovich wrote: On Mon, Jun 14, 2010 at 6:04 PM, Tzafrir Cohen tzaf...@cohens.org.il wrote: On Mon, Jun 14

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
On Mon, Jun 14, 2010 at 8:41 PM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 08:12:43PM +0300, Elazar Leibovich wrote: [snip] But I'm not interested with extra limitations. I want to allow the user sudo'ing whatever he wishes, to allow any program to prompt for extra

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-14 Thread Elazar Leibovich
:21 PM, Tzafrir Cohen tzaf...@cohens.org.ilwrote: On Mon, Jun 14, 2010 at 09:22:23PM +0300, Elazar Leibovich wrote: On Mon, Jun 14, 2010 at 8:41 PM, Tzafrir Cohen tzaf...@cohens.org.il wrote: On Mon, Jun 14, 2010 at 08:12:43PM +0300, Elazar Leibovich wrote: [snip] But I'm

Re: Problems of a desktop Linux distribution GUI sudo

2010-06-15 Thread Elazar Leibovich
On Tue, Jun 15, 2010 at 12:44 AM, Oron Peled o...@actcom.co.il wrote: On Tuesday, 15 בJune 2010 09:12:53 Elazar Leibovich wrote: Thanks for the long and detailed reply! Yes, but you (probabely by mistake) replied to me only. I reply to the mailing list with your full content, so

Re: linux beivrit

2010-07-05 Thread Elazar Leibovich
In fact I'm having difficulties to find reviewers for my .odt files! I'm not aware of any public service provider nor university in Israel which accepts open document format in principle. But I'll be glad to be proven wrong. (It might be that a specific grader at your university accepts documents

Re: linux beivrit

2010-07-05 Thread Elazar Leibovich
And I totally forgot. It's kind of funny, but in the last OS course of the Open University (which is of course taught using Linux), the student were forced to use .doc format for their theoretical answers! On Mon, Jul 5, 2010 at 6:18 PM, Elazar Leibovich elaz...@gmail.com wrote: In fact I'm

Re: linux beivrit

2010-07-05 Thread Elazar Leibovich
On Mon, Jul 5, 2010 at 11:51 PM, Micha mi...@post.tau.ac.il wrote: On 05/07/2010 18:18, Elazar Leibovich wrote: [snipped] Another option is to print it to PDF, but it's rather clumsy, because the reviewer cannot edit directly your document. First of all, you should stop top posting

Re: linux beivrit

2010-07-05 Thread Elazar Leibovich
On Tue, Jul 6, 2010 at 1:12 AM, Micha mi...@post.tau.ac.il wrote: On 06/07/2010 00:15, Elazar Leibovich wrote: On Mon, Jul 5, 2010 at 11:51 PM, Micha mi...@post.tau.ac.il mailto:mi...@post.tau.ac.il wrote: On 05/07/2010 18:18, Elazar Leibovich wrote: [snipped] WYSIWYG tools really

GUI for WiFi connection

2010-07-07 Thread Elazar Leibovich
I'm using Ubuntu, and currently my options for connecting to wireless access points are very limited. I can use the ubuntu builtin wireless app, but it's very limited. You can't force a refresh of the wireless spots. You can set a default network - but you can't prioritize which network will it

Re: New Freecell Solver gcc-4.5.0 vs. LLVM+clang Benchmark

2010-07-18 Thread Elazar Leibovich
While you're on to it. I expect to read in a benchmark report, the number of time the software was executed, the mean running time, and the standard deviation. Running and timing it once can hide a pretty large error. On Sun, Jul 18, 2010 at 11:37 AM, Shlomi Fish shlo...@iglu.org.il wrote: Hi

Re: New Freecell Solver gcc-4.5.0 vs. LLVM+clang Benchmark

2010-07-18 Thread Elazar Leibovich
: On Sunday 18 Jul 2010 11:56:33 Elazar Leibovich wrote: While you're on to it. I expect to read in a benchmark report, the number of time the software was executed, the mean running time, and the standard deviation. Running and timing it once can hide a pretty large error. Perhaps

Re: New Freecell Solver gcc-4.5.0 vs. LLVM+clang Benchmark

2010-07-19 Thread Elazar Leibovich
On Mon, Jul 19, 2010 at 11:18 AM, Nadav Har'El n...@math.technion.ac.ilwrote: On Sun, Jul 18, 2010, Elazar Leibovich wrote about Re: New Freecell Solver gcc-4.5.0 vs. LLVM+clang Benchmark: The standard deviation can give you an estimation of the minimal running time. (99. of the samples

Playing TAU lectures from videos.tau.ac.il

2010-07-21 Thread Elazar Leibovich
Students of the Tel Aviv University have videos of some lectures availible online. I'm trying to play these lectures in linux with a friend's computer. The lectures are ment to be played by Windows Media Player plugin in the browser, which is given a mms:// streaming address. Feeding this address

Re: Playing TAU lectures from videos.tau.ac.il

2010-07-24 Thread Elazar Leibovich
First and foremost I think that you don't understand my question. I'll emphasize it again. I'm NOT interested in a way to access the TAU videos without username and password. I AM interested in a way to access the TAU videos WITH my [1] legitimate username and password, from a Linux system. Which

Re: Playing TAU lectures from videos.tau.ac.il

2010-08-02 Thread Elazar Leibovich
On Mon, Aug 2, 2010 at 3:58 PM, Boris shtrasman borissh1...@gmail.comwrote: 2010/7/21 Elazar Leibovich elaz...@gmail.com Students of the Tel Aviv University have videos of some lectures availible online. I'm trying to play these lectures in linux with a friend's computer. The lectures

Re: Playing TAU lectures from videos.tau.ac.il

2010-08-02 Thread Elazar Leibovich
it. (BTW my friend will contact the helpdesk as soon as he'll finish some more urgent matters, I'll report here what did we achieve). On Mon, Aug 2, 2010 at 5:25 PM, Boris shtrasman borissh1...@gmail.comwrote: On Mon, Aug 2, 2010 at 5:02 PM, Elazar Leibovich elaz...@gmail.comwrote: On Mon, Aug

keyboard shortcuts doesn't work when context menu is shown

2010-08-04 Thread Elazar Leibovich
Whenever a context menu is shown (alt+F in gedit, alt+F1 in gnome, right click on anything), no keyboard shortcuts works (alt tab to switch between windows, Ctrl+Alt+right to switch workspace). I didn't find the specific bug. Anyone knows a reference or a workaround? Thanks!

Re: You develop in Linux and are looking for work, and are requested to provide CV as a .doc file - what would you do?

2010-08-15 Thread Elazar Leibovich
On Mon, Aug 16, 2010 at 12:44 AM, Omer Zak w...@zak.co.il wrote: Are you positive that good work (i.e. no WTF stuff, project manager with a clue, high caliber co-workers, good technical challenge, adequate opportunity for professional development, you name it) can hide behind HR which

Re: what does g++ want from my code

2010-08-25 Thread Elazar Leibovich
template class a, class b class c { private: b defaultVal; public: std::mapa,b mymap; const b func(a idx) { typename std::mapa,b::iterator it(mymap.find(idx)); if (it!=mymap.end())

Re: what does g++ want from my code

2010-08-25 Thread Elazar Leibovich
, Elazar Leibovich elaz...@gmail.comwrote: template class a, class b class c { private: b defaultVal; public: std::mapa,b mymap; const b func(a idx) { typename std::mapa,b::iterator it(mymap.find(idx

Re: May I or May I not run TOR service with trust calculation

2010-08-30 Thread Elazar Leibovich
Just FYI, I'm not sure how reliable the blog I'm linking to is, but I someone in Britain which ran a TOR exit node, someone used this node to access illegal materials, and blue cops came to visit him and interrogated him about this incident, and seized his personal computer. http://bit.ly/a3vPXZ

COM port redirector

2010-08-30 Thread Elazar Leibovich
I need to use a single serial port from a computer remotely. That is, I need to have a virtual COM port driver which will emulate the COM port, and would send and receive the actual data from a computer with a real COM port which is a running a special server. It seems that this Wikipedia article

Re: COM port redirector

2010-08-30 Thread Elazar Leibovich
On Mon, Aug 30, 2010 at 11:43 AM, shimi linux...@shimi.net wrote: 2010/8/30 Elazar Leibovich elaz...@gmail.com I need to use a single serial port from a computer remotely. That is, I need to have a virtual COM port driver which will emulate the COM port, and would send and receive

capslock mysteriously reversed once in a while

2010-09-14 Thread Elazar Leibovich
I'm using capslock to switch between hebrew and English. Once in a while the capslock key is reversed, and when I switch back to English, everything I'm writing is in caps. The only workaround I found is disabling the Hebrew language, and adding it again. I fist thought it is manifestation of

Re: capslock mysteriously reversed once in a while

2010-09-14 Thread Elazar Leibovich
On Tue, Sep 14, 2010 at 10:24 AM, shimi linux...@shimi.net wrote: 2010/9/14 Elazar Leibovich elaz...@gmail.com I'm using capslock to switch between hebrew and English. Once in a while the capslock key is reversed, and when I switch back to English, everything I'm writing is in caps

Re: capslock mysteriously reversed once in a while

2010-09-14 Thread Elazar Leibovich
...@users.sf.net wrote: 2010/9/14 Elazar Leibovich elaz...@gmail.com I'm using capslock to switch between hebrew and English. Once in a while the capslock key is reversed, and when I switch back to English, everything I'm writing is in caps. The only workaround I found is disabling the Hebrew language

Support for Open Source ADA IDE in Israel

2010-09-16 Thread Elazar Leibovich
environment, and to fix specific bugs and issues with the project according to the client's need. The code I believe that this is a year/half a year project. If anyone is willing or know someone/some company which is willing to take such a job I'll be glad to hear. Feel free to contact me Elazar

Re: rehovot linux

2010-09-28 Thread Elazar Leibovich
I would like to see linux pre-installed on a computer. And assuming it's installed in a good manner, I might buy such a beast. On Tue, Sep 28, 2010 at 6:33 PM, Jorge Mariano jmari...@ymail.com wrote: Hi to all, happy holidays first of all ! Now do any of you know if there are any linux

Open source English-Hebrew dictionary

2010-10-06 Thread Elazar Leibovich
Is there an open source English Hebrew Dictionary? I'm interested with usable program that once you'll enter an English word, it would display the Hebrew translation. Specifically for the Android platform, but I believe that I'll be able to adapt any desktop application to a mobile device quite

Re: Open source English-Hebrew dictionary

2010-10-07 Thread Elazar Leibovich
Thanks for the input. Two inputs: 1) Babylon's dictionary files are not free or opensource (as far as I know). So distributing them might not be legal. 2) Google translate does not replace a dictionary, which defines the word exactly, when it's a noun, verb or otherwise, include usage examples,

Re: Open source English-Hebrew dictionary

2010-10-10 Thread Elazar Leibovich
2010/10/10 Yigal Asnis yigalas...@yahoo.com I'm using Stardict http://stardict.sourceforge.net/. It can translate (pop-up window)/pronounce selected word in any text. Of course, you can type the word as well. It has open-source heb-eng and eng-heb dictionaries or you can use Babylon's.

Re: Open source English-Hebrew dictionary

2010-10-12 Thread Elazar Leibovich
Thanks. Note their legal status is unclear. On Tue, Oct 12, 2010 at 7:56 PM, Yigal Asnis yigalas...@yahoo.com wrote: http://reciteword.cosoft.org.cn/stardict-iso/stardict-dic/babylon/bidirectional/ --- On *Sun, 10/10/10, Elazar Leibovich elaz...@gmail.com* wrote: From: Elazar Leibovich

Re: Is it possible to pull only a part of a git repository?

2010-10-22 Thread Elazar Leibovich
--depth IIRC see VLC git page for instance http://wiki.videolan.org/Git On Fri, Oct 22, 2010 at 12:47 PM, Micha Feigin mi...@post.tau.ac.il wrote: I have a growing number of projects that I'm trying to manage in my git repository. Currently they are all in the same repository to make it easier

Small debian based server distribution

2010-10-27 Thread Elazar Leibovich
The default installation of Debian, without X, is about 600-800 Megabytes. I'm looking for a debian compatible distribution (so that I'll be able to use debian's security updates, and enjoy the breadth of packages etc) which will be small and will contain only the bare minimum for a functional

  1   2   3   >