Re: c/unix q

2013-10-25 Thread E.S. Rosenberg
2013/6/6 Erez D : > > > > On Tue, Jun 4, 2013 at 6:09 PM, Shachar Shemesh wrote: >> >> On 04/06/13 15:28, Erez D wrote: >> >> thanks, >> >> so i guess if i use unidirectional connection, and the reader does not >> expect to get an EOF() >> thank i'm safe. >> >> Why are you so keen on doing it wron

Re: Off topic - technology use survey

2013-10-25 Thread E.S. Rosenberg
Google docs form with the survey of your questions and analyse the results? 2013/10/23 Steve G. : > Hi Everyone, > > I am looking for a survey (research instrument) that I can use to ask people > about their digital communication habits and preferences. I need access to > the content - the questio

Re: Is forbidding concurrent ssh sessions a good idea?

2013-10-25 Thread E.S. Rosenberg
2012/11/12 Yedidyah Bar-David : > On Mon, Nov 12, 2012 at 06:32:25PM +0200, E.S. Rosenberg wrote: >> +1 for tmux, this does however imply that all the admins are using the >> same account to login (bad scenario) with or instead the tmux/screen >> line should be added at the end of /root/.profile an

Re: Motherboards for new Ubuntu install

2013-10-25 Thread E.S. Rosenberg
2013/6/30 Baruch Siach : > Hi Eliyahu, > > On Wed, Dec 26, 2012 at 04:11:57PM +0200, E.S. Rosenberg wrote: >> 2012/12/26 Baruch Siach : >> > On Wed, Dec 26, 2012 at 03:45:27PM +0200, E.S. Rosenberg wrote: >> > What is the output of 'lspci -n'? >> 1969:1090 >> > >> >> The weird thing was that the dr

Re: Emacs & Hebrew

2013-10-25 Thread Eli Zaretskii
> From: w...@zak.co.il (Omer Zak) > Date: Sun, 10 Jun 2012 19:11:51 +0300 > > On Sun, 2012-06-10 at 18:56 +0300, Nadav Har'El wrote: > > On Sun, Jun 10, 2012, Tzafrir Cohen wrote about "Re: Emacs & Hebrew": > > > The Bidi has landed! > > > > > > Quoting https://www.gnu.org/software/emacs/NEWS.24.

Re: anybody knows of a mifi i can run linux on ?

2013-10-25 Thread E.S. Rosenberg
2012/11/20 Erez D : > > > On Tue, Nov 20, 2012 at 5:48 PM, Jason Friedman > wrote: >> >> Hi Erez, >> >> Your original email was pretty vague: >> >> > I am looking for a Mifi (i.e. cellular wifi) router which i can run >> > linux on. >> >> So I'm not sure why you are surprised with the responses. I

Re: Is forbidding concurrent ssh sessions a good idea?

2013-10-25 Thread E.S. Rosenberg
2012/11/12 Yedidyah Bar-David : > On Mon, Nov 12, 2012 at 12:51:46PM +0200, Nadav Har'El wrote: >> On Mon, Nov 12, 2012, Elazar Leibovich wrote about "Re: Is forbidding >> concurrent ssh sessions a good idea?": >> > While I can certainly see what's broken with it for using a regular >> > computer,

Re: replace string foo to bar AND bar to foo in the same file

2013-10-25 Thread E.S. Rosenberg
echo "foobar foo bar" | sed 's/foo/@foo/g; s/bar/@bar/g; s/@foo/bar/g; s/@bar/foo/g' based on: http://stackoverflow.com/questions/13991017/swap-two-strings-simultaneously found through: https://www.google.co.il/search?q=sed+swap+foo+and+bar חג שמח, Eliyahu - אליהו 2013/9/25 vordoo : > Hi, > > I

Re: OT: mailbox generator

2013-10-25 Thread E.S. Rosenberg
Not just here, also in the US, and Europe they can search computer/storage devices without a warrant when passing the border 2013/4/25 Tzafrir Cohen : > Off topic, but may be interesting: > > I heard recently that it is now legal for the security checks in the Ben > Gurion airport to require t

Re: filesystem capable of deduping tar.gz's content

2013-10-25 Thread E.S. Rosenberg
2013/5/8 Elazar Leibovich : > On Wed, May 8, 2013 at 10:47 PM, Oleg Goldshmidt wrote: >> >> >> Disclaimer: I am definitely not an expert on the subject matter and I >> hardly know what I am talking about (in this case?). Creativity is no >> substitute for knowing what you are doing. >> >> Now let

Re: [YBA] Linux on Intel R1000GZ

2013-10-25 Thread E.S. Rosenberg
2013/2/25 Jonathan Ben Avraham > Hi Linux-IL colleagues, > Last night I installed CentOS 6.3 on an Intel R1000GZ server. > > My intent at first was to install Debian Wheezy, but I was unable to find > information on drivers for Debian that support either the RSTe or ESRT2 > (LSI) configuration of

Re: Blu-Ray and Linux

2013-10-25 Thread E.S. Rosenberg
2013/6/27 Omer Zak : > On Thu, 2013-06-27 at 10:14 +0300, Nadav Har'El wrote: >> On Wed, Jun 12, 2013, Omer Zak wrote about "Re: Blu-Ray and Linux": >> > external disk drive of equivalent storage capability. The only >> > advantage of Blu-Ray would be immunity against EMP. Even then, I have >> >>

Re: c/unix q

2013-10-25 Thread E.S. Rosenberg
2013/6/6 Erez D : > > > > On Thu, Jun 6, 2013 at 5:04 PM, E.S. Rosenberg wrote: >> >> 2013/6/6 Erez D : >> > >> > >> > >> > On Tue, Jun 4, 2013 at 6:09 PM, Shachar Shemesh >> > wrote: >> >> >> >> On 04/06/13 15:28, Erez D wrote: >> >> >> >> thanks, >> >> >> >> so i guess if i use unidirectional c

Re: Emacs & Hebrew

2013-10-25 Thread Eli Zaretskii
> From: dov.grobg...@gmail.com (Dov Grobgeld) > Date: Sun, 10 Jun 2012 19:17:09 +0300 > > I'm using org-mode extensively during the last year, and getting Hebrew > support helps with writing recepies and taking care of the home financies. > There are still bugs though, e.g. like the interaction be

Re: Permissions to access USB camera under debian

2013-10-25 Thread E.S. Rosenberg
2013/7/2 Evgeniy Ginzburg : > ls /dev/ before and after connecting camera let you determine which /dev/ > nodes are creared. *if* device nodes are created... > ls -l /dev/something gives you user and group this device node created > under. > id [username] gives you in which groups this user enliste

Re: Home made NAS

2013-10-25 Thread E.S. Rosenberg
2012/12/5 Geoffrey S. Mendelson : > Oleg Goldshmidt wrote: > >> >> All of the above is probably negligible compared to two important >> arguments that have already been mentioned: 1) as a home appliance >> there are better, more economical, and - most importantly! - quieter >> solutions for a modes

Re: accounting software *free & open source*

2013-10-25 Thread E.S. Rosenberg
2013/7/7 Ori Idan : > > > > On Sun, Jul 7, 2013 at 1:53 AM, Geoffrey S. Mendelson > wrote: >> >> On 7/7/2013 1:20 AM, Micha Feigin wrote: >> >>> On the other hand as memory serves, you can run your books using an open >>> source software and then submit the printouts to a certified accounted >>> t

Re: Motherboards for new Ubuntu install

2013-10-25 Thread E.S. Rosenberg
What problems did you have with recent motherboards? I have generally had very little to no problems with recent stuff, although it obviously depends on what technologies are being used. On my new laptop the installation was less fun but this was/is mainly due to UEFI, the way it boots things (it

RE: Finding if a line contains Hebrew characters in perl

2013-10-25 Thread Meir Guttman
-Original Message- From: Gabor Szabo [mailto:szab...@gmail.com] Sent: יום ו 26 אפריל 2013 09:25 To: linux-il Cc: Ori Idan; Meir Guttman Subject: Re: Finding if a line contains Hebrew characters in perl >On Thu, Apr 25, 2013 at 6:05 PM, ik wrote: >> try this >> >> #!/usr/bin/env perl -w