Ubuntu terminal and colors

2009-05-17 Thread Noam Rathaus
Hi,

I used to use vimdiff quite a lot, but it has become impossible to use with 
Ubuntu's terminal (gnome I presume) color selection.

The colors used by the gnome terminal simply make it impossible to compare 
(too dark, or too light). I tried several profile colors offered, but it aint 
doing it ...

Any suggestions?

(I use Ubuntu GTK/Gnome based, not Kubuntu)

And the terminal I use is the one found under Application->Accessories-
>Terminal

-- 
Regards,
Noam Rathaus
CTO
Beyond Security


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


OOBase and derby

2009-05-17 Thread eliyahu cohen

I have a derby database that I can connect to through ij, but when I use the 
same login credentials and class paths through OOBase I get the error message: 
Connection authorization failure occurred. Reason: userid invalid. However the 
credentials are correct. How can I debug oobase to figure out what's going on?

~ Eli


  


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


Re: Ubuntu terminal and colors

2009-05-17 Thread Tzafrir Cohen
On Sun, May 17, 2009 at 11:59:05AM +0300, Noam Rathaus wrote:
> Hi,
> 
> I used to use vimdiff quite a lot, but it has become impossible to use with 
> Ubuntu's terminal (gnome I presume) color selection.
> 
> The colors used by the gnome terminal simply make it impossible to compare 
> (too dark, or too light). I tried several profile colors offered, but it aint 
> doing it ...
> 
> Any suggestions?

First-off, have you tried toggling 'background' (setting it to either
'light' or 'dark')?

Apart from that, you can try playing with color schemes.

I now have:

syntax on
colorscheme delek
if &diff
syntax off
colorscheme evening
endif

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend

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


Please benchmark this

2009-05-17 Thread shlomo bauer
Hi,

I didn't look at your code, but I bet you use a spin lock somehwere.

If you do, you can never expect to have improved preformance behind
three processors.

I can probably help you, but it would be better offline.

Thanks
Shlomo

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


Re: Ubuntu terminal and colors

2009-05-17 Thread Noam Rathaus
Hi Tzafrir,

Both dark and light are good for something and bad for something else

for example one shows differences well, while shows missing sections badly



On Sun, May 17, 2009 at 2:02 PM, Tzafrir Cohen  wrote:
> On Sun, May 17, 2009 at 11:59:05AM +0300, Noam Rathaus wrote:
>> Hi,
>>
>> I used to use vimdiff quite a lot, but it has become impossible to use with
>> Ubuntu's terminal (gnome I presume) color selection.
>>
>> The colors used by the gnome terminal simply make it impossible to compare
>> (too dark, or too light). I tried several profile colors offered, but it aint
>> doing it ...
>>
>> Any suggestions?
>
> First-off, have you tried toggling 'background' (setting it to either
> 'light' or 'dark')?
>
> Apart from that, you can try playing with color schemes.
>
> I now have:
>
> syntax on
> colorscheme delek


It has no delek :) u sure its not something you built?


> if &diff
>        syntax off
>        colorscheme evening
> endif

evening looks pretty good


>
> --
> Tzafrir Cohen         | tzaf...@jabber.org | VIM is
> http://tzafrir.org.il |                    | a Mutt's
> tzaf...@cohens.org.il |                    |  best
> ICQ# 16849754         |                    | friend
>
> ___
> 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: Please benchmark this

2009-05-17 Thread Shlomi Fish
Hi!

Who are you replying to? Are you replying to my message from here:

http://www.mail-archive.com/linux-il@cs.huji.ac.il/msg55344.html

If so (or if not), why didn't you answer in the same thread and why didn't you 
quote the message?

On Sunday 17 May 2009 14:49:48 shlomo bauer wrote:
> Hi,
>
> I didn't look at your code, but I bet you use a spin lock somehwere.
>
> If you do, you can never expect to have improved preformance behind
> three processors.
>
> I can probably help you, but it would be better offline.
>

You probably mean off-list.

Regards,

Shlomi Fish

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

-- 
-
Shlomi Fish   http://www.shlomifish.org/
"The Human Hacking Field Guide" - http://xrl.us/bjn8q

God gave us two eyes and ten fingers so we will type five times as much as we
read.


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


[HAIFUX LECTURE] gdb in Greater Depth

2009-05-17 Thread Eli Billauer

On Monday, May 17th at 18:30, Haifux will gather to hear Guy Keren's talk

  gdb in Greater Depth

(which is part II of Guy's double lecture)

Abstract

gdb is one of the more powerful tools that you have as a programmer in 
the UNIX environment. The previous talk was an introduction to gdb and 
how to get much more than you'd expect from it. This talk will deal with 
advanced issues, such as macros and debugging multi-threaded programs.


Slides are available at http://www.haifux.org/lectures/211/

In the first meeting we covered everything up to the section titled 
'Where Have My Source Files Gone?' in the slides. In the second meeting 
we'll go over the rest (writing gdb macros, debugging multi-threaded 
programs and debugging multi-process programs).


=

We meet in Taub building, room 6. For instructions see:
http://www.haifux.org/where.html

Attendance is free, and you are all invited!

==
Future lectures:

25/5/09 OpenCL Overview: Ofer Rosenberg
1/6/09 Compiling Effectively for Cell with GCC: Revital Eres
15/6/09 Arduino - Open Source Hardware and a Viewport to Micro 
Manufacturing: Amy Chayun

29/6/09 KSM and the art of memory mangement: Izik Eidus
27/7/09 How Time Flies: Jiffies, Hi-Res Timers and the Tickless Kernel: 
Gilad Ben-Yossef


==

We are always interested in hearing your talks and ideas. If you wish to 
give a talk, hold a discussion, or just plan some event haifux might be 
interested in, please contact us at webmas...@haifux.org


--
Web: http://www.billauer.co.il


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


Re: Join Linux Israel at linux.com

2009-05-17 Thread Avraham Rosenberg
On Sat, May 16, 2009 at 02:43:11PM +0300, Constantine Shulyupin wrote:
> Hi friends,
> 
> Th Linux Foundation started new site on linux.com domain.
> 
> I opened Linux Israel group:
> 
> http://www.linux.com/community/groups/viewgroup/605-Linux+Israel
> 
> Join!
> 
> --
> Constantine Shulyupin
> Embedded Linux Expert
> TI DaVinci Expert
> Tel-Aviv Israel
> http://www.LinuxDriver.co.il/
> 
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
Hi,
I cheched this address to try to understand what is the group
doing/intending to do to promote linux in Israel, but the site crawls
horibly...Maybe suppressing the eye-candy/reducing it to a minimum, might
help. Good luck, Avraham
-- 
Please avoid sending to this address Excell or Powerpoint attachments.

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