Re: Suggestion for java/c++ editor with compile, run and debug capabilities.

2019-03-21 Thread Evgeniy Ginzburg
Forgot the JetBrains mentioned here On Thu, Mar 21, 2019 at 4:55 PM Evgeniy Ginzburg wrote: > Hello Josh. > I'll try to answer the question that you not really asked. > > The problem with lightweight editors (best ones are variants of Vim or > Emacs) that making them work &q

Re: Suggestion for java/c++ editor with compile, run and debug capabilities.

2019-03-21 Thread Evgeniy Ginzburg
Hello Josh. I'll try to answer the question that you not really asked. The problem with lightweight editors (best ones are variants of Vim or Emacs) that making them work "good" for Java coding is a very non-trivial task. Especially if you want any debugging, code navigation and/or snippets. (Also

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-21 Thread Evgeniy Ginzburg
Also if we are speaking Linux, the OS in general have very aggressive caching policy. Everything is remains in cache until it it fills up or it cleaned up externally. AFAIK there's no negative effects on performance. That is not touching the programming that I know little about. BR Evgeniy. On Fr

Job offer DevOps@Oath (Yahoo Gemini)

2018-08-26 Thread Evgeniy Ginzburg
Hello all. My team is looking for a Production Engineer aka DevOps to join the Yahoo Gemini team. Essential: a good grasp of Linux, web servers, scripting, monitoring, CI/CD. Big plus experience with HA/HL, Multiserver, agile head, can read Java or CPP. Full job offer link

Mobileye in search for Linux expert(Sysadmin)

2017-05-07 Thread Evgeniy Ginzburg
Hi, all. There is open position at Mobileye in Jerusalem for Linux sysadmin. Whoever will raise the glove, the position is really challenging and you'll work with marvelous people. Feel free to ask questions I still work here, and position is in the group I'm leaving in short a time-frame. BR, Ev

Looking for algo developers

2016-09-14 Thread Evgeniy Ginzburg
Mobileye looking for Algo developers. Background in computer vision / machine learning / mapping and navigation Bs CS or above. C++, Python, Matlab. The position is in Jerusalem. Also, really nice atmosphere here. You, can send CV to me. -- So long, and thanks for all the fish. ___

Re: Gradual installation of debian packages

2016-08-02 Thread Evgeniy Ginzburg
Hello. I'm assuming that you have paswordless ssh to the servers in question as root. Also I assume that you don't use central management/deployment software (ansible/puppet/chef) In similar cases I usully use parallel-ssh (gnu-parallel is another alternative). First stage install the package manua

Re: revisioning mysql server

2016-03-23 Thread Evgeniy Ginzburg
You can try to switch to BUP https://bup.github.io/ This is GIT based backup system, works fine in small scale scenarios. It works OK with big files cause of chunk deduplication. On Wed, Mar 23, 2016 at 9:22 AM, Erez D wrote: > hi > > i have a running mysql server, and want to be able to resto

Re: ISP with native ipv6 in isarael

2016-01-14 Thread Evgeniy Ginzburg
y reason I'm not with them still is that the other people who > use the link demanded Rimon for their filtering prowess. > HTH, > Eliyahu - אליהו > > 2016-01-12 19:18 GMT+02:00 Shachar Shemesh : > > On 12/01/16 18:05, Evgeniy Ginzburg wrote: > > > > Thank you

Re: ISP with native ipv6 in isarael

2016-01-12 Thread Evgeniy Ginzburg
Thank you. Will try. On Jan 12, 2016 15:59, "Yuval Adam" wrote: > 018 Xphone > AFAIK they are the only ISP that supports native ipv6 on non-commercial > uplinks > > > On 01/12/2016 03:57 PM, Evgeniy Ginzburg wrote: > > Hi all. > > Do we have one or two

ISP with native ipv6 in isarael

2016-01-12 Thread Evgeniy Ginzburg
Hi all. Do we have one or two?? Want to get rid of NAT (partially). BR, Evgeniy. -- So long, and thanks for all the fish. ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Matrix inversion tool

2015-08-09 Thread Evgeniy Ginzburg
On Aug 9, 2015 20:15, "Matan Ziv-Av" wrote: > > On Sun, 9 Aug 2015, Shachar Shemesh wrote: > >> I should point out that the simplified matrix I was using to prove to myself that the idea has merit is 20x20 (inversed using state of the art in the vi text editing front). The code >> I'll actually ha

Re: better antenna for a USB DVB-T dongle?

2014-07-26 Thread Evgeniy Ginzburg
TV dongles use MCX connector. Truy one of those to connect to wal plug http://www.ebay.com/sch/i.html?_nkw=mcx+to+Belling-Lee There is can be impedance mismach but with one of such connectors you also can buy bigger antennae that connect to standart jack if roof antenna won't work good. And when y

Re: Looking for a performance/health monitoring and alerting solution

2014-06-16 Thread Evgeniy Ginzburg
I can second Zabbix. We use it in our current setup 100+ servers, works OK. Also you can take Nagios. or one of the clones One of previous my previous monitoring solutions had 1+ specialized requests/hour with help of custom scripts in perl & C. One thing to consider. Most of monitoring soluti

Re: OT: Recommended domain registrar

2013-11-24 Thread Evgeniy Ginzburg
Hi. When I worked with near every major registrar couple of year ago, found Moniker interface less irrtating. It was OK for managing hundreds of domains. Godaddy second one. Regards. On Mon, Nov 25, 2013 at 8:11 AM, Tomer Cohen wrote: > dotcom domains on local registrars is a bit more expens

Re: Google: Create A Native Linux Google Drive Application -

2013-07-02 Thread Evgeniy Ginzburg
Link. http://www.change.org/en-GB/petitions/google-create-a-native-linux-google-drive-application On Jul 2, 2013 7:51 PM, "Micha Feigin" wrote: > On 06/19/2013 07:41 AM, Julian Daich wrote: > >> Please sign for this campaign: http://www.change.org/es/** >> peticiones/google-create-a-**native-linu

Re: Permissions to access USB camera under debian

2013-07-02 Thread Evgeniy Ginzburg
ls /dev/ before and after connecting camera let you determine which /dev/ nodes are creared. ls -l /dev/something gives you user and group this device node created under. id [username] gives you in which groups this user enlisted. Add this user to group that have read/write access to node. If unfor

Re: How to build LAN drivers with no internet access

2012-07-02 Thread Evgeniy Ginzburg
Take a look at your /etc/apt/sources.list There is ave to be "cdrom" entry. Add it manually or use "sudo apt-cdrom add" On Mon, Jul 2, 2012 at 2:32 PM, Dotan Cohen wrote: > > I need to build the LAN drivers for an ASUS P8H61 MLX motherboard with > no internet access on Kubuntu 12.04. The driver i

Re: 4G phones in Israel

2012-04-16 Thread Evgeniy Ginzburg
For multilanguage input I use hacker's keyboard with hebrew completion dictionary. Works fine. https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard On Apr 16, 2012 11:21 PM, "Dotan Cohen" wrote: > On Mon, Apr 16, 2012 at 15:51, sara fink wrote: > > It isn't brought to

Re: 4G phones in Israel

2012-04-16 Thread Evgeniy Ginzburg
2012/4/16 Justin > I own a Droid Bionic in the US. http://en.wikipedia.org/wiki/Droid_Bionic > > It is not GSM, only CDMA & LTE. > > Does anyone know if it is possible to bring it over and use it with a > carrier here? > AFAIK no. There is no LTE provider here. And 3G is UMTS based. Regard, E

Re: Looking for implementation of IPv6 options(RFC3542) on embedded

2012-01-11 Thread Evgeniy Ginzburg
Hi. Mail on maillist, certainly. Seems that nobody knows about the topic much. Me either. But regarding embedded libraries take a look at http://eglibc.org, it promise source compatibility with GNU libc. So it may be in better shape ipv6-vise. Regard, Evgeniy. On Jan 12, 2012 8:17 AM, "Lev Olshv

Re: script to upload from URL

2011-12-13 Thread Evgeniy Ginzburg
Hi. Do second prototype using another language use libcurl it have CURLOPT_NOPROGRESS, use AJAX as envelope. For really big files it may be better to create some progress log or read file size from filesysem directly with AJAX callback function to check it status periodically. 2011/12/13 David Ro

Re: Detecting runaway process

2011-11-17 Thread Evgeniy Ginzburg
2011/11/17 ik : > Hello list, > > I have a daemon that every X amount of time just stop running. There are no > logs or any other indicator for what will make it stop running, but it does. > I'm looking for ideas on how to figure out what makes the daemon to stop > running. > > Can you please help

Re: remote directory/partition

2011-10-23 Thread Evgeniy Ginzburg
2011/10/22 Hetz Ben Hamo : > Hi, > Here is a theoretical question: > Lets say I have a Linux server in Israel, and I have a block of storage > (lets say iSCSI partition for this example) in USA, and I want to mount it > on my server in Israel. > iSCSI over such a long distance and with big latency

Re: HW/SW for license server

2011-09-25 Thread Evgeniy Ginzburg
2011/9/23 Valery Reznic > Hi, All. > > I need to setup license server and looking for advice what > hardware/software to use > > General schema is following: > > There are about 20K clients all of them periodically (let say once a week) > query license server for license via https > I'll try my b