Re: where to buy a portable external monitor for my laptop in Jerusalem?

2024-06-30 Thread Rabin Yasharzadehe
Ivory  and KSP  are also
valid options.
--
Rabin


On Sun, 30 Jun 2024 at 10:08, Michael Shiloh 
wrote:

> Is Bug on Ben Yehudah still my only option or are there other options?
> ___
> Linux-il mailing list -- linux-il@cs.huji.ac.il
> To unsubscribe send an email to linux-il-le...@cs.huji.ac.il
>
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


Re: Debian 12 (bookworm) vs. Nvidia?

2024-03-25 Thread Rabin Yasharzadehe
With Fedora, I usually drop/boot into single user, and remove any package
with NVIDIA in their name,

rpm -qa | grep -i nvidia | xargs dnf remove -y
   # rpm -qa return all locally installed packages

this brings me to a clean state, which allow me to install the nvidia
driver again.
I think you should be able to do the same with Debian based distro, unless
you used NVIDIA installer directly.


--
Rabin


On Fri, 22 Mar 2024 at 16:09, Omer Zak  wrote:

> I am trying to recover from the bungled upgrade.
> I found some answers in the Internet. For example, to use kernel 6.1.0-
> 17 instead of 6.1.0-18 whose package version is 6.1.76-1) and to enable
> bookworm-updates
> (
> https://forums.developer.nvidia.com/t/debian-12-and-nvidia-driver-nvidia-linux-x86-64-470-223-02-run/282473
> ).
>
> Now I am stuck with inability to uninstall xorg-video-nvidia-tesla-470
> (which I think was installed in one of failed attempts to recover) due
> to error in its postrm script.
>
> Before doing crazy things such as forced uninstallation or doing
> restore from backup which I took just before full upgrade, I'd like to
> know how do people deal with such problems (in Debian and maybe also in
> Ubuntu).
>
> Thanks,
> --- Omer Zak
>
> (The above is less than total disaster because it happens in a laptop
> which is not my primary work PC. I plan to upgrade my work PC only
> after having successfully upgraded the laptop. I also kept enough
> backups to have the option to perform a fresh reinstall.)
>
>
> On Fri, 2024-03-22 at 15:27 +0200, Rabin Yasharzadehe wrote:
> > My experience with NVIDIA and DKMS is that with very recent Kernels
> > the build can break,
> > but I didn't have that for some time now (years).
> >
> > Also, I get my driver from my distro repo (Fedora), which reduce the
> > chance of these issues.
> >
> > --
> > Rabin
> >
> >
> > On Fri, 22 Mar 2024 at 12:01, Omer Zak  wrote:
> > > I have upgraded a laptop from Debian 11 (Bullseye) to Debian 12
> > > (Bookworm)
> > >
> > > Now I am running into trouble when trying to build DKMS modules
> > > needed
> > > by nvidia-driver (the proprietary one) on the most recent kernel
> > > version (I tried both 6.1.76-1 and 6.6.13-1~bpo12+1).
> > >
> > > There are some compile-time errors (different errors in different
> > > attempts).
> > >
> > > Is there any information about known problems of getting Nvidia
> > > software to interoperate with Debian 12 (Bookworm) working on up-
> > > to-
> > > date kernels?
> --
> One cannot argue with a Bayesian filter.   Peter Lorand Peres
> My own blog is at https://tddpirate.zak.co.il/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with
> which I may be affiliated in any way.
> WARNING TO SPAMMERS:  at https://www.zak.co.il/spamwarning.html
>
>
> ___
> Linux-il mailing list -- linux-il@cs.huji.ac.il
> To unsubscribe send an email to linux-il-le...@cs.huji.ac.il
>
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


Re: Debian 12 (bookworm) vs. Nvidia?

2024-03-22 Thread Rabin Yasharzadehe
My experience with NVIDIA and DKMS is that with very recent Kernels the
build can break,
but I didn't have that for some time now (years).

Also, I get my driver from my distro repo (Fedora), which reduce the chance
of these issues.

--
Rabin


On Fri, 22 Mar 2024 at 12:01, Omer Zak  wrote:

> I have upgraded a laptop from Debian 11 (Bullseye) to Debian 12
> (Bookworm)
>
> Now I am running into trouble when trying to build DKMS modules needed
> by nvidia-driver (the proprietary one) on the most recent kernel
> version (I tried both 6.1.76-1 and 6.6.13-1~bpo12+1).
>
> There are some compile-time errors (different errors in different
> attempts).
>
> Is there any information about known problems of getting Nvidia
> software to interoperate with Debian 12 (Bookworm) working on up-to-
> date kernels?
>
> --- Omer Zak
>
>
> --
> My Commodore 64 is suffering from slowness and insufficiency of memory;
> and its display device is grievously short of pixels.  Can anyone help?
> My own blog is at https://tddpirate.zak.co.il/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with
> which I may be affiliated in any way.
> WARNING TO SPAMMERS:  at https://www.zak.co.il/spamwarning.html
>
>
> ___
> Linux-il mailing list -- linux-il@cs.huji.ac.il
> To unsubscribe send an email to linux-il-le...@cs.huji.ac.il
>
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


Re: IPv6 routing issue with Telegram

2024-01-11 Thread Rabin Yasharzadehe
Nice catch,

IPv4 works, as the moment I remove the address from my interface, I can
connect to the site.
>From what I can see, it does able to complete the TLS handshake, and I can
see the certificate.
And I see the same behavior from inside a container.

Ping to the address seems to be working, and I don't see any routing issue
to the destination.

Issue with telegram service?



--
Rabin


On Wed, 10 Jan 2024 at 07:52, Lior Okman  wrote:

>
> Looking at the curl output, it manages to connect using IPv6 and is timing
> out on the SSL negotiation.
>
>
> Few things to check:
>
> - Does this work for you with IPv4?
> - Can you use "openssl s_client" to see if your environment manages to
> finish the SSL handshake?
> - Can you try to connect from inside a Docker container that is using a
> different base distro?
>
>
> --
> Lior
>
>
>
>  On Tue, 09 Jan 2024 13:17:23 +0200 *Rabin Yasharzadehe
> >* wrote ---
>
> Hi list,
>
> Can you please help me identify if the issue, is in my end / ISP (Bezeq)
> and not the service it self.
>
> When I try to load telegram web, with IPv6 address, the connection will
> hang for me.
>
>
> ❯ curl --connect-timeout 3 -Iv6 https://web.telegram.org/
> * processing: https://web.telegram.org/
> *   Trying [2001:67c:4e8:f004::9]:443...
> * Connected to web.telegram.org (2001:67c:4e8:f004::9) port 443
> * ALPN: offers h2,http/1.1
> * TLSv1.3 (OUT), TLS handshake, Client hello (1):
> *  CAfile: /etc/pki/tls/certs/ca-bundle.crt
> *  CApath: none
> * SSL connection timeout
> * Closing connection
> curl: (28) SSL connection timeout
>
>
> But I don't have this issue with other IPv6 services, like google.com
>
> Can you please check on your side? and which ISP are you using?
>
> Thanks. Regards
>
> --
> Rabin
> ___
> Linux-il mailing list -- linux-il@cs.huji.ac.il
> To unsubscribe send an email to linux-il-le...@cs.huji.ac.il
>
>
>
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


IPv6 routing issue with Telegram

2024-01-09 Thread Rabin Yasharzadehe
Hi list,

Can you please help me identify if the issue, is in my end / ISP (Bezeq)
and not the service it self.

When I try to load telegram web, with IPv6 address, the connection will
hang for me.

❯ curl --connect-timeout 3 -Iv6 https://web.telegram.org/
* processing: https://web.telegram.org/
*   Trying [2001:67c:4e8:f004::9]:443...
* Connected to web.telegram.org (2001:67c:4e8:f004::9) port 443
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/pki/tls/certs/ca-bundle.crt
*  CApath: none
* SSL connection timeout
* Closing connection
curl: (28) SSL connection timeout


But I don't have this issue with other IPv6 services, like google.com

Can you please check on your side? and which ISP are you using?

Thanks. Regards

--
Rabin
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


Re: .il domain names with IPv6 support

2023-08-02 Thread Rabin Yasharzadehe
Same as Omer, I don't use my domain registrar infrastructure. I delegate
all my domains to cloud flare, and manage them all from there, and it is
free.

I use cf API to manage the records, issue certs with letencreypt. And
provide a Dynamic DNS records for services I host.

All the best

On Wed, 2 Aug 2023, 08:34 Gabor Szabo,  wrote:

> Hi,
>
> I have been using BOX ( https://box.co.il/ ) for my .il domains and for
> DNS. Apparently their DNS server still does not support IPv6.  So far it
> did not bother me too much, but now that I am trying to move a domain to
> use GitHub pages it seems that they require that configuration as well.
>
> So my question what do you suggest as a domain registrar for .il domains
> that has a reasonable DNS interface that also supports IPv6. Alternatively,
> what DNS provider do you use?
>
> (for my com/org names I use https://iwantmyname.com/ and I am quite
> satisfied)
>
> regards
> Gabor
>
> --
> Gabor Szabohttps://szabgab.com/ 
>
> ___
> 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: Playing Videos From Netflix/Amazon

2023-06-19 Thread Rabin Yasharzadehe
Not sure how you download the content, but it might still be encrypted (see
Widevine for more details)


--
Rabin


On Mon, 19 Jun 2023 at 08:31, Aharon Schkolnik  wrote:

> Hi.
>
> I am running Fedora 38.
>
> I want to download MP4 files from Netflix/Amazon and view them later.
>
> I am able to download the videos using firefox and Video DownloadHelper.
>
> However, I am unable to play the downloaded files.
>
> vlc gives the following messages:
>
> [5635413d1520] main libvlc: Running vlc with the default interface.
> Use 'cvlc' to use vlc without interface.
> qt.qpa.qgnomeplatform.theme: The desktop style for QtQuick Controls 2
> applications is not available on the system (qqc2-desktop-style). The
> application may look broken.
> [7f5a5c0011c0] mp4 demux error: missing avcC
> [7f5a5c0011c0] mp4 demux: Fragment sequence discontinuity detected 1
> != 0
> [h264 @ 0x7f5a5cc41400] No start code is found.
> [h264 @ 0x7f5a5cc41400] Error splitting the input into NAL units.
> [h264 @ 0x7f5a5cc5dd00] No start code is found.
> _
> mpv gives me
>
> Failed to recognize file format.
>
> __
>
>
> Anyone know what I can do?
>
>
> TIA
> ___
> 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: Interesting Grub issue [Solved]

2023-03-02 Thread Rabin Yasharzadehe
Not sure where I found this, and I have this in my efi/grub file,
but you can chain the EFI grub.cfg to the one you're generating (just make
sure to change the uuid for the disk)

```
#/boot/efi/EFI/fedora/grub.cfg
search --no-floppy --fs-uuid --set=dev 38b0586f-2715-4493-a548-e12902f1b68d
set prefix=($dev)/grub2
export $prefix
configfile $prefix/grub.cfg
```

--
Rabin


On Thu, 2 Mar 2023 at 17:36, Aharon Schkolnik  wrote:

> So, it turns out that I have two directories (each on their own mount
> point):
> /boot
> /boot/efi
>
> The attached grub.cfg was from /boot/efi -missing the windows entry
> The correct grub.cfg was in /boot - including the missing windows entry
>
> That makes sense since I ran grub2-mkconfig -o /etc/grub2-efi.cfg, and
> /etc/grub2-efi.cfg is linked to /boot/grub2/grub.cfg
>
> So, the file in /etc is linked to the file in /boot but the boot process
> uses the file in /boot/efi (/boot/efi/EFI/fedora)
>
>
> I would think that on a efi system, the file in /etc should be linked to
> the file in /boot/efi
>
> Sound like a bug?
>
> Any idea how I ended up with bot /boot and /boot/efi
>
> Any reason not to change the link?
>
> Any reason not to delete /boot/grub2 and leave /boot/efi?
>
> On Wed, 1 Mar 2023 at 21:27, Aharon Schkolnik 
> wrote:
>
>> Hi.
>>
>> I have both Fedora and Windows 10 installed on my computer.
>> I can boot either using bios settings.
>> I have grub installed, and can boot to it.
>> The grub menu shows me 3 linux kernels and UEFI firmware.
>> It does not show me Windows.
>> In the attached grub.cfg file there is the following entry:
>>
>> ### BEGIN /etc/grub.d/30_os-prober ###
>> menuentry 'Windows Boot Manager (on /dev/sdc3)' --class windows --class
>> os $menuentry_id_option 'osprober-efi-3C10-1AFF' {
>> insmod part_gpt
>> insmod fat
>> set root='hd2,gpt3'
>> if [ x$feature_platform_search_hint = xy ]; then
>>   search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt3
>> --hint-efi=hd2,gpt3 --hint-baremetal=ahci2,gpt3  3C10-1AFF
>> else
>>   search --no-floppy --fs-uuid --set=root 3C10-1AFF
>> fi
>> chainloader /efi/Microsoft/Boot/bootmgfw.efi
>> }
>>
>> The entry is there, but it doesn't show when the machine boots/
>>
>> Any ideas?
>>
>> ___
> 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: slightly OT - backup strategy

2022-07-20 Thread Rabin Yasharzadehe
Using ZFS with sanoid 

ZFS will give you all the benefits of COW filesystem, compression, and
snapshots (and much more),
combined with sanoid utility will allow you to automate the snapshots and
send them to a remote system,
and because ZFS is block-level aware of the changes between snapshots,
send is much more efficient,
because unlike Rsync which needs to stats and compare each file to
determine what to sync,
ZFS only need to compile a list of block which have changed between 2
snapshots and send only them.
which also works if the volume is encrypted, which allows you to have a
remote system, which is encrypted on rest,
and keep pushing/sending snapshots to it without having to unlock it.


--
Rabin


On Sun, 17 Jul 2022 at 16:50, Shlomo Solomon 
wrote:

> I recently lost some files because of a bad disk - hardware problem.
>
> I do regular backups so I was not really worried, but I now see that I
> have a problem with my backup strategy so I'd like to know how others
> handle/prevent what happened to me.
>
> I backup files using rsync and I basically have 2 types of backups.
>
> My most important files are backed up every night. I do incremental
> backups using:rsync -aqrlvtogS --ignore-errors  --backup
> I keep about 4 months of backups. So if a file is damaged,
> missing or accidentally deleted, I can find a good file - even if, for
> example I screwed up the file and only discovered the problem a few
> days later.
>
> BUT, all the rest of my files - music, videos, pictures, etc are backed
> up daily and weekly on 2 different physical drives using:
> rsync -qrlvtogS --delete --ignore-errors
> I use --delete to prevent accumulating garbage on my backup disks.
>
> So here's the problem: Because of a hardware problem, several files on
> one of my disks were lost. As a result, the daily backup script
> "thought" that those files should be deleted from the daily backup.
> Unfortunately, I did not notice the problem. A few days later, those
> same files were also deleted from the weekly backup. So they are lost.
>
> So on one hand, I need --delete to avoid keeping backups of old
> garbage, but on the other hand, the --delete option does not know if I
> deleted the file or if it's gone because of a hardware problem.
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
>
> ___
> 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: mail.log

2022-01-17 Thread Rabin Yasharzadehe
journalctl can help you with that, e.g if you use postfix for MTA

# journalctl --no-hostname -o short-iso --since -24h -u postfix

2022-01-17T03:19:14+ postfix/pickup[932305]: D8D2E40FFC: uid=0
from=
2022-01-17T03:19:14+ postfix/cleanup[932955]: D8D2E40FFC:
message-id=<20220117031914.D8D2E40FFC@mail.local>
2022-01-17T03:19:14+ postfix/qmgr[1458]: D8D2E40FFC:
from=, size=2916, nrcpt=1 (queue active)
2022-01-17T03:19:14+ postfix/local[932957]: D8D2E40FFC:
to=, orig_to=, relay=local, delay=0.09,
delays=0.07/0.02/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
2022-01-17T03:19:14+ postfix/qmgr[1458]: D8D2E40FFC: removed

--
Rabin


‪On Mon, 17 Jan 2022 at 10:59, ‫אורי‬‎  wrote:‬

> Hi,
>
> I want to check mail.log for how many emails are sent every day. The
> format of my mail.log is something like this:
>
> Jan 17 08:49:23 www  (the rest of the log)
>
> I'm running a command such as:
>
> cat mail.log* |fgrep "status=sent (250 Ok"|awk '{print $1" "$2}'|sort
> -n|uniq -c
>
> And I receive the number of emails sent every day. But the date doesn't
> contain the year, the months are sorted alphabetically and the line of Jan
> 17 comes before the line of Jan 2. I would like to sort the lines according
> to the date order such as in -mm-dd and with including the year. How do
> I do it?
>
> אורי
> u...@speedy.net
> ___
> 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: saving files on the network

2021-12-28 Thread Rabin Yasharzadehe
In that  case use tools like SyncThing, which let you have a sync folder
across several computers.
and all the syncing is done in the background (almost live).

--
Rabin


On Tue, 28 Dec 2021 at 09:37, Shlomo Solomon 
wrote:

> On Tue, 28 Dec 2021 09:05:59 +0200
> borissh1...@gmail.com wrote:
>
> > file locks that are so needed for binary files), or just to work
> > locally and then overwrite the original file. Multi connection edits
> > over the network is a guarantee for a headache later.
>
> Thanks. Although not really a "solution", I'm thinking of copying the
> entire content of the share to my machine (disk space is cheap) and
> creating, saving, changing, deleting files on my local copy. I would
> then have a cron job to rsync to the share once an hour. So
> effectively, the share would actually be a backup and rather than
> actually working on the share.
>
> To be clear, the reason for the share is to allow family members to
> save on the network share which is regularly backed-up since I know my
> wife and kids never back-up their computers.
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
>
> ___
> 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: saving files on the network

2021-12-27 Thread Rabin Yasharzadehe
Do you have this problem when accessing the files when the share is mounted
using simply the mount command ?
> mount -t cifs //pi/public /mnt

I know I had this problem, when Gnome/Mate mounted the shares via fuse or
gvfs which not all applications know how to work with.

--
Rabin


On Mon, 27 Dec 2021 at 18:02, Shlomo Solomon 
wrote:

> I have a shared disk on my Raspberry Pi accessed on my several
> computers as PI-PUBLIC. I access the drive using smb:// or fish://
> or directly from the /mnt defined in /etc/fstab and can read, write,
> delete files from KDE programs - for example Kwrite, Okular, etc.
>
> I have 2 related(??) problems saving files to the share from a non-KDE
> program.
>
> Problem #1
> In LibreOffice (for example) , I get:
> "Error saving the document Untitled 1: Object not accessible. The
> object cannot be accessed due to insufficient user rights."
>
> But I DO have user rights since KDE programs DO work.
>
> Some programs don't even "warn" that the file has not been saved.
>
>
>
> Problem #2
> If I save to (for example) the Desktop, I can then drag-and-drop the
> file to the network drive, but if I later open it and want to make
> changes, when I try to save, I get a message box saying:
> "The file smb://solomon@pi/PI-PUBLIC/Documents/tst.odt has been
> modified. Do you want to upload the changes?"
> If I click un the "Upload" button, the change IS saved, but the extra
> step (and the fact that I cannot save a new document to the drive) are
> driving me crazy.
>
> I read somewhere that this is a known problem when using non-KDE
> programs in KDE Plasma - something to do with the kioslave, but have
> not found a solution.
>
> Any way to get around this?
>
>
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
>
> ___
> 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: Fedora 35 and nbd

2021-12-13 Thread Rabin Yasharzadehe
yes,  typo. my bad

I'm with Lenovo P50. But I don't think it's related to the hardware.


--
Rabin


On Mon, 13 Dec 2021 at 12:26, Valery Reznic  wrote:

> You meant can't reproduce?
> I tried to boot from live-usb Fedora 35 3 different lenovo thinkpad
> laptops and problem presents on all of them.
>
> What computer with fedora you have?
>
> Valery
>
>
> On Sunday, December 12, 2021, 06:16:51 PM GMT+2, Rabin Yasharzadehe <
> ra...@rabin.io> wrote:
>
>
> On Fedora 35, and I can reproduce your case,
>
> # modprobe nbd nbds_max=3 && ls -l /dev/nbd* | wc -l
> 3
> # modprobe -r nbd
> # modprobe nbd nbds_max=42 && ls -l /dev/nbd* | wc -l
> 42
>
>
>
>
> --
> Rabin
>
>
> On Sun, 12 Dec 2021 at 18:01, Valery Reznic 
> wrote:
>
> Hello.
> Recently I faced strange problem - when I load nbd module on my freshly
> installed fedora 35 x86-64 there are only 8 nbd devices nbd0 - nbd7, while
> modinfo shows nbds_max=16
> When I load nbd with nbds_max=32 - same thing, 8 nbd devices.
>
> But loading nbd with nbds_max<= 7 works like expected.
>
> Looks like there is a limit somewhere.
>
> I looked in the udev rules, in logs, but so far found nothing of interest.
> Do you have any idea what it can be and how investigate the issue?
>
> Valery
> ___
> 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: Fedora 35 and nbd

2021-12-12 Thread Rabin Yasharzadehe
On Fedora 35, and I can reproduce your case,

# modprobe nbd nbds_max=3 && ls -l /dev/nbd* | wc -l
3
# modprobe -r nbd
# modprobe nbd nbds_max=42 && ls -l /dev/nbd* | wc -l
42




--
Rabin


On Sun, 12 Dec 2021 at 18:01, Valery Reznic  wrote:

> Hello.
> Recently I faced strange problem - when I load nbd module on my freshly
> installed fedora 35 x86-64 there are only 8 nbd devices nbd0 - nbd7, while
> modinfo shows nbds_max=16
> When I load nbd with nbds_max=32 - same thing, 8 nbd devices.
>
> But loading nbd with nbds_max<= 7 works like expected.
>
> Looks like there is a limit somewhere.
>
> I looked in the udev rules, in logs, but so far found nothing of interest.
> Do you have any idea what it can be and how investigate the issue?
>
> Valery
> ___
> 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: Telegram - locale error

2021-12-03 Thread Rabin Yasharzadehe
In that case, try the Flatpak maybe,

https://flathub.org/apps/details/org.telegram.desktop

--
Rabin


On Fri, 3 Dec 2021 at 15:47, Shlomo Solomon 
wrote:

> They both work.
> But the "fun" was supposed to be trying a Linux program :-)
>
>
> On Fri, 3 Dec 2021 15:37:59 +0200
> אורי  wrote:
>
> > Try Telegram web. Or telegram on your mobile phone.
> >
> > אורי
> > u...@speedy.net
> >
> >
> > On Fri, Dec 3, 2021 at 12:34 PM Shlomo Solomon
> >  wrote:
> >
> > > Already tried that and it did not work.
> > >
> > > The truth is that I don't even use Telegram, but when I heard it
> > > runs on Linux, I thought it would be fun to try.
> > >
> > > But it's not worth the time I've wasted on it, so I'm giving up.
> > >
> > > Thanks for your help.
> > >
> > >
> > >
> > > On Fri, 03 Dec 2021 12:25:29 +0200
> > > borissh1...@gmail.com wrote:
> > >
> > > > 1. KDE (and qt) has another level of language config that is
> > > > loaded (system settings -> Regional settings -> Format) , try
> > > > disabling it. 2. your error look like a seccomp violation error.
> > > >
> > > >
> > > >
> > > > On Thursday, 2 December 2021 13:37:12 IST Shlomo Solomon wrote:
> > > > > I installed telegram from snap
> > > > > - sudo snap install telegram-desktop
> > > > >
> > > > > When I try running telegram from the KDE menu, nothing happens,
> > > > > but running dmesg shows:
> > > > >
> > > > > [2416340.605905] audit: type=1326 audit(1638444718.942:4956):
> > > > > auid=500 uid=500 gid=500 ses=1 pid=1860346
> > > > > comm="telegram-deskto"
> > > > > exe="/snap/telegram-desktop/3343/usr/bin/telegram-desktop"
> > > > > sig=0 arch=c03e syscall=314 compat=0 ip=0x7f599ed3189d
> > > > > code=0x5
> > > > >
> > > > >
> > > > > when I try running from a terminal, I see the same thing in
> > > > > dmesg and also get the following in the terminal:
> > > > >
> > > > > /bin/bash: warning: setlocale: LC_ALL: cannot change locale
> > > > > (en_US.UTF-8)
> > > > >
> > > > >
> > > > > I don't see any problems with my locale, but maybe I'm missing
> > > > > something:
> > > > >
> > > > > solomon@shlomo1:~$ locale
> > > > > LANG=en_US.UTF-8
> > > > > LANGUAGE=en_US.UTF-8
> > > > > LC_CTYPE="en_US.UTF-8"
> > > > > LC_NUMERIC="en_US.UTF-8"
> > > > > LC_TIME="en_US.UTF-8"
> > > > > LC_COLLATE="en_US.UTF-8"
> > > > > LC_MONETARY="en_US.UTF-8"
> > > > > LC_MESSAGES="en_US.UTF-8"
> > > > > LC_PAPER="en_US.UTF-8"
> > > > > LC_NAME="en_US.UTF-8"
> > > > > LC_ADDRESS="en_US.UTF-8"
> > > > > LC_TELEPHONE="en_US.UTF-8"
> > > > > LC_MEASUREMENT="en_US.UTF-8"
> > > > > LC_IDENTIFICATION="en_US.UTF-8"
> > > > > LC_ALL=en_US.UTF-8
> > > > >
> > > > > Any help would be appreciated.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Shlomo Solomon
> > > http://the-solomons.net
> > > Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
> > >
> > > ___
> > > Linux-il mailing list
> > > Linux-il@cs.huji.ac.il
> > > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
>
> ___
> 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: Telegram - locale error

2021-12-02 Thread Rabin Yasharzadehe
try overwriting the LANG to en_US.UTF-8 for the run time, and see if it
works.

(I personally recommend a more All-In-One tool for all this Electron App,
like Rambox)

--
Rabin


On Thu, 2 Dec 2021 at 13:38, Shlomo Solomon 
wrote:

> I installed telegram from snap
> - sudo snap install telegram-desktop
>
> When I try running telegram from the KDE menu, nothing happens, but
> running dmesg shows:
>
> [2416340.605905] audit: type=1326 audit(1638444718.942:4956): auid=500
> uid=500 gid=500 ses=1 pid=1860346 comm="telegram-deskto"
> exe="/snap/telegram-desktop/3343/usr/bin/telegram-desktop" sig=0
> arch=c03e syscall=314 compat=0 ip=0x7f599ed3189d code=0x5
>
>
> when I try running from a terminal, I see the same thing in dmesg
> and also get the following in the terminal:
>
> /bin/bash: warning: setlocale: LC_ALL: cannot change locale
> (en_US.UTF-8)
>
>
> I don't see any problems with my locale, but maybe I'm missing
> something:
>
> solomon@shlomo1:~$ locale
> LANG=en_US.UTF-8
> LANGUAGE=en_US.UTF-8
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
> LC_TIME="en_US.UTF-8"
> LC_COLLATE="en_US.UTF-8"
> LC_MONETARY="en_US.UTF-8"
> LC_MESSAGES="en_US.UTF-8"
> LC_PAPER="en_US.UTF-8"
> LC_NAME="en_US.UTF-8"
> LC_ADDRESS="en_US.UTF-8"
> LC_TELEPHONE="en_US.UTF-8"
> LC_MEASUREMENT="en_US.UTF-8"
> LC_IDENTIFICATION="en_US.UTF-8"
> LC_ALL=en_US.UTF-8
>
> Any help would be appreciated.
>
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
>
> ___
> 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: disabling ipv6

2021-11-07 Thread Rabin Yasharzadehe
For best control you should go with the option of splitting the ISP router
to only act as modem, and have a FW like PFsense/OpenSense for the rest
(FW,DHCP 4/6, DNS,  ).
and have several wireless APs spread across the house, which act only as AP
base stations. It's a bit more expensive, but it will give you the peace of
mind you are looking for.




--
Rabin


On Sun, 7 Nov 2021 at 10:28, Erez D  wrote:

> Hello
>
> I've swapped isp (hot/hotnet) and now i have ipv6 support which i can't
> turn off.
> I have a few issues with ipv6:
> 1. no NAT so all my devices are accessible from outside
> 2. can't redirect DNS traffic to my DNS server
>
> I thought about adding a firewall, but this way i need a small fast-enough
> HW for this which is expensive, as well as disable HOT's router wifi so i
> actually need a wifi router ...
>
> can't i just install a dhcpv6 server on an RPi, which will hijack the
> default route and DNS servers, and so actually disable ipv6 ?
>
> Thanks,
> Erez.
> ___
> 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: How user space applications can take advantage of CPU features

2021-08-27 Thread Rabin Yasharzadehe
I'm not much of an expert, but the first thing that comes to mind is the
binary size and speed.
If you only need to implement the code once, and have a single optimized
version, the output will be smaller, and probably a bit faster.





--
Rabin


On Fri, 20 Aug 2021 at 11:54, Lev Olshvang  wrote:

> Morning people of the Linux !
>
> Recently I came to a question I do not know the answer to although I am
> with Linux for >20 years,
>
> I am talking about the CPU architecture features likes SIMD, SSE, AES, ...
>  and related gcc CPU architecture switches
> -maes, -msse3, -msse4 -mrdrand are examples of such gcc switches.
>
> I know that OPENSSL queries  CPU features in run-time and then selects
> precompiled functions that takes advantage of a specific feature.
>
> I think the kernel does the same
>
> So I begin to think that such compiler switches are good only to C
> functions which are written in a very specific way to allow gcc to
> recognize graphic or crypto processing patterns and generate the assembly
> in order to utilize those assem;y extensions.
> Otherwise those switches does nothing good.
>
> Please enlighten me on the issue.
>
> Be Healthy,
> Lev
> ___
> 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: Python and Ubuntu versions

2021-07-23 Thread Rabin Yasharzadehe
Many tools in the os are based on Perl or Python,
so I won't recommend changing the base version which comes with the OS.

Go with containers (e.g docker), and decuple the code from the os.


--
Rabin


‪On Fri, 23 Jul 2021 at 05:53, ‫אורי‬‎  wrote:‬

> Hi,
>
> I have a production server with Ubuntu 18.04 LTS (currently upgraded
> to Ubuntu 18.04.5 LTS) and I use Python in virtualenv - currently Python
> 3.6.9. I'm using Django and I read that from Django 4.0, a minimal version
> of Python 3.8 will be required. I would like to know how I use the latest
> version of Python (3.10 or 3.9) with my production server - do I have to
> reinstall a new server with the latest Ubuntu LTS version? Or do I have to
> upgrade my current server's Ubuntu version by upgrading the same machine?
> Or should I keep the Ubuntu version and only upgrade Python? I'm also using
> other software such as PostgreSQL which is currently psql (PostgreSQL)
> 10.17 (Ubuntu 10.17-0ubuntu0.18.04.1). Should I upgrade this too? And what
> is the risk that things will not work after I upgrade this?
>
> Thanks,
> אורי
> u...@speedy.net
> ___
> 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


[OT] How to change language to English on the P-touch 300

2021-06-09 Thread Rabin Yasharzadehe
Hi ,

I have one of the devices (see pic here: https://imgur.com/fNrFbwD),
and suddenly it stuck on Hebrew,
and i'm not able to find any key combo to switch it back to English.

Does anyone have experience with this device ?
or know how to switch the language on it ?

Thanks in advance,

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


Re: FAX Modems?

2021-01-09 Thread Rabin Yasharzadehe
At my work place there is a fax server which was installed over 10 years
ago
based on HylaFax and uses an old US Robotics 56K modem.
(which has the old 25 pin header connected via adapter to the server)

We use is only for receiving fax (local Fax2Mail service)


--
Rabin


On Fri, 8 Jan 2021 at 10:40, Omer Zak  wrote:

> I am one of the holdouts who still use FAX technology.
> My printer was of the type which combines printing + scanning + FAX. A
> week ago it died, and I looked for a new printer with the same
> combination of features.
> Turned out that there is a shortage of
> printers, so I bought a printer with scanner but without FAX.
>
> And now I am looking for a solution to continue to receive FAX messages
> on my landline phone line.
>
> I have some questions:
> 1. If you work at an organization (or own it) which still uses FAX
> technology, which solution/s does your organization use?
> 2. What model of FAX modem would you recommend?
> 3. What FAX software do you use under Linux, if any?
>
> Thanks,
> Keep healthy,
> --- Omer Zak
>
>
>
> --
> "Prior to capitalism, the way people amassed great wealth was by
> looting, plundering and enslaving their fellow man. Capitalism made it
> possible to become wealthy by serving your fellow man." - Walter E.
> Williams
> My own blog is at https://tddpirate.zak.co.il/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with
> which I may be affiliated in any way.
> WARNING TO SPAMMERS:  at https://www.zak.co.il/spamwarning.html
>
>
>
>
> ___
> 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: Letsencrypt certbot auto-renew not working

2020-06-14 Thread Rabin Yasharzadehe
You can move it to the ubuntu user crontab (crontab -e)
just remember to remove the "root" from the line.

Regards,
Rabin


‪On Sun, 14 Jun 2020 at 13:36, ‫אורי‬‎  wrote:‬

> Hi,
>
> I have 4 servers with Letsencrypt HTTPS certificates which should renew
> with certbot. They were created with user `ubuntu` with the
> flags --dns-route53, --dns-digitalocean and --dns-digitalocean-credentials
> respectively. When I installed certbot, a file /etc/cron.d/certbot was
> created:
>
> SHELL=/bin/sh
> PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
>
> 0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system &&
> perl -e 'sleep int(rand(43200))' && certbot -q renew
>
> But, I think it runs from root, and the credentials for these flags expect
> user ubuntu. And I checked, they are not automatically renewed (except one
> certificate which was created without these flags). How do I configure
> these certificates to renew automatically?
>
> To renew them manually, I can run `sudo certbot renew` from user ubuntu,
> and then type the password.
>
>
> אורי
> u...@speedy.net
> ___
> 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: OT: Non-Israeli domain name registration.

2019-07-31 Thread Rabin Yasharzadehe
I'm using Gandi  and Hover
 and I'm very satisfied by them both.

--
Rabin


On Wed, 31 Jul 2019 at 13:10, vordoo  wrote:

> Regarding .com, .org, domains. What are the best registrars? Which are to
> be avoided (beside Godaddy).
>
>
> Thanks!
>
>
> ___
> 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: OT: Israeli domain names

2019-07-23 Thread Rabin Yasharzadehe
החיים שלך תותים אם GoDaddy לא הצליחו לדפוק אותך בדרך כזאת או אחר.
גם לי יש רק דברים רעים להגיד עלהם.

בכול אופן לשאלה המקורית שלך,
התשובה שלי לא השתנתה מאז שכתבתי אותה ואני עדיין חושב שהיא נכונה.
לך לרשם הכי זול , תפנה את ה-NS-ים לשירות כמו CLOUDFLATE שנותן לך ניהול ZONE
בחינם עם עוד עשרות אופציות בחינם, וזהו
ושים לעצמך תזכורת ביומן לגבי מועד החידוש כדי שלא תסמוך שהרשם ישלח לך תזוכרת
בזמן ושתראה אותה.


--
Rabin


‪On Tue, 23 Jul 2019 at 09:20, ‫אורי‬‎  wrote:‬

> היי,
>
> לי קרה בשנת 1999 שרציתי לרשום את הדומיין speedysoft.com והוא היה פנוי
> לרישום, לא רשמתי ותוך כמה ימים הוא כבר היה תפוס, ונאלצתי לחכות שנתיים
> ולרשום אותו אז. אחרי שרשמתי אותו, חברה אחרת רשמה speedysoftusa.com
> ומופיעה עד היום ראשונה בגוגל כשמחפשים speedysoft. אני חושב שבשנת 1999 דווקא
> לא בדקתי את הדומיין ב-GoDaddy.
>
> קרה לי גם עם GoDaddy שאחסנתי אצלם אתר, שהיה די זול, וחרגתי קצת מנפח
> האיחסון שהם היקצו לי, ועשיתי חשבון שהם חייבו אותי פי אלף על שטח האיחסון
> שחרגתי יחסית לשטח האיחסון המקורי שעליו שילמתי, כלומר לכל קילובייט איחסון.
> כלומר משהו כמו 10 דולר במקום סנט אחד ליחידת נפח. אני לא זוכר מחיר מדוייק
> אבל אני חושב שהם חייבו אותי אז בערך 20 דולר יותר ומאז אני לא מאחסן אצלם
> אתרים. גם דומיינים אני משתדל להמנע מהם אבל לפעמים אני כן משתמש במערכת
> החיפוש שלהם כי הם נותנים לחפש עד 500 דומיינים בפעם אחת ולראות אם הם פנויים.
> יש דומיינים שמצאתי אצלם שפנויים ורשמתי בחברות אחרות. ולא ידעתי שהם רושמים
> על שמם דומיינים פנויים שחיפשת אצלם. טוב לדעת. עכשיו אני נזכר שדומיינים
> שחיפשתי אצלם והיו פנויים ולא רשמתי, עכשיו כבר לא פנויים לרישום.
>
> גם התשלום הנוסף ש-GoDaddy גובים לכאורה עבור ICANN, זה נראה לי טריק מלוכלך
> בשביל שהדומיין ייראה זול יותר. אני לא מכיר אף חברה אחרת שעושה את זה.
>
> מה שכן, אף פעם לא הייתה לי בעייה להעביר דומיינים מ-GoDaddy לחברות אחרות.
> היו חברות אחרות בעבר שכן היו לי איתן בעיות אבל לא עם GoDaddy.
>
> אורי
> u...@speedy.net
>
>
> On Tue, Jul 23, 2019 at 9:02 AM Eli Marmor  wrote:
>
>> אם זו הבעיה שלך עם גודאדי, אז יצאת בזול.
>>
>> המודל העסקי של גודאדי בהתחלה, היה כזה:
>> שבירת המחיר המקובל אז באופן פראי מצד אחד.
>> ומצד שני, כדי לפצות על מחירי ההפסד שהם גבו, שימוש בפרקטיקות מלוכלכות.
>> הלקוחות הוחתמו על חוזה דראקוני, אך כולם חתמו בשמחה, כי יחד עם הסעיפים
>> המקפחים קיבלת גם מחירים ללא תחרות.
>> שלפחות לדעתי, זה ״פייר אינאף״.
>>
>> בינתיים המחירים של גודאדי כבר פחות תחרותיים, אך רוב הפרקטיקות המלוכלכות
>> נשארו.
>> אז כולם יודעים על הצרות שהם הערימו על מי שרצה לעבור רשם, אך זה משותף
>> לרשמים נוספים, ולא כלול בפרקטיקות המלוכלכות שאני מכוון אליהן.
>>
>> דוגמאות לפרקטיקות מלוכלכות באמת:
>>
>> א. אם תבצע חיפוש של דומיין דרך מנוע החיפוש של גודאדי, ותגלה שהוא פנוי,
>> ולא תרשום אותו ביום-יומיים הבאים, וזה דומיין הגיוני (כלומר לא צירוף אותיות
>> חסר משמעות או משהו שברור שחיפשת סתם מתוך שעמום), הדומיין ייתפס, כביכול ע״י
>> מישהו שלא קשור לגודאדי, אך עם חיפוש מדוקדק תגלה שזה מישהו שבהחלט עובד עם
>> גודאדי. התפיסה תהיה מסוג ״פארקינג״. כך למשל אם תחפש משהו, תגלה שהוא פנוי,
>> תיקח כמה ימים להתייעץ עם אשתך ולרשום טריידמארק ולתפוס שם חברה ברשם החברות,
>> אז כשתגיע סוף סוף לרשום את הדומיין, תגלה שבמקום כמה דולרים ספורים, תזדקק
>> לאלף דולר כדי לרכוש אותו. לי אישית זה קרה, חיכיתי שנה לתום הרישום אך
>> להפתעתי הוא חודש, חיכיתי עוד שנה ורק אז הוא התפנה ויכולתי לרשום אותו. חקרתי
>> וגיליתי שזה קרה לאלפי אנשים. מאז אני כמובן מקפיד לבצע חיפושים רק דרך
>> nslookup.
>>
>> ב. ברירת המחדל בעת רישום דומיין היא שהוא יחודש אוטומטית. האתר מקשה על
>> שינוי ההגדרה הזאת. אם בכל זאת הצלחת לשנות, האתר מתמרן אותך ומנסה לגרום לך
>> בכל מיני דרכים מטעות ומבלבלות לשנות בחזרה את ההגדרה. לכשעצמה, לא הייתי
>> מגדיר בעיה זו כ״פרקטיקה מלוכלכת״, אבל בשילוב עם העובדה שמחיר חידוש הינו
>> גבוה פי כמה ממחיר הרישום המקורי, לפעמים בסדר גודל שלם, אני בטוח שרוב האנשים
>> היו מעדיפים אפשרות לבצע ריוויו לפני חידוש, למקרה שהמחיר קפץ לשמיים, ויש רשם
>> אחר שגובה מחיר הרבה יותר נמוך. או במילים אחרות: גודאדי מתאמץ שכל הדומיינים
>> אצלו יחודשו אוטומטית, כדי לאפשר לעצמו לגבות מחירים מופקעים עבור חידוש, בלי
>> שהלקוחות יבחינו בכך. המלצה שלי: להמנע בכל מחיר מחידוש אוטומטי, ולדאוג
>> בדרכים אחרות (למשל גוגל קלנדר) לקבל נוטיפיקציות לפני פקיעת דומיינים.
>>
>> ג. ואם כבר דיברנו על פקיעת דומיינים: כידוע, דומיין שפקע, ניתן לרישום ע״י
>> מתחרה עסקי שלך, או סתם טרול שיודע כמה אתה תלוי בדומיין ויסחט ממך אח״כ רבבות
>> דולרים תמורת החזרת הדומיין לרשותך. לכן יש לרוב הדומיינים תקופת ״חסד״ נוספת,
>> שבה אתה עדיין יכול לחדש אותם, עם או בלי קנס, למרות שהמועד הרשמי עבר. מצד
>> שני, יש דומיינים שאתה חייב לבצע חידוש שלהם לא עד המועד הרשמי, אלא הרבה לפני
>> כן. למשל דומיינים בסיומת es. רוב האנשים לא מודעים לכך, כי הם לא קוראים את
>> כל האותיות הקטנות, ובטוחים שבמקרה הגרוע הדומיין פוקע במועד הרשמי בלי תקופת
>> חסד. ואז הם מבצעים חידוש 5-6 ימים לפני כן (כי הם סולידיים וזהירים ולא מחכים
>> לרגע האחרון). גודאדי מבצעת חידוש זמני בכל מקרה, בלי ליידע אף אחד, אך לא
>> מפעילה את החידוש הרשמי של אותם אנשים (כי הוא לא בוצע 45 ימים או 35 ימים
>> מראש או בזמנים שהוגדרו), וכך אותם אנשים מגלים במועד החידוש שלמרות שהם
>> כביכול חידשו, הדומיין שלהם פקע!  והם נכנסים ללחץ אטומי!  רגע לפני שהם
>> מתייאשים 

Re: sound problem on Kubuntu 18.04

2019-07-07 Thread Rabin Yasharzadehe
I didn't have this expirence with On-Board devices, but one way to debug
this is to run jurnalctl in follow mode

journalctl -f --full | grep -v -e "some" -e "common" -e "stuff" -e "to
filter out"

and see what happen in the system when you lose audio focus.


- -
Rabin


On Fri, 5 Jul 2019 at 16:55, Shlomo Solomon 
wrote:

> On the motherboard
>
> On Fri, 5 Jul 2019 16:01:45 +0300
> Rabin Yasharzadehe  wrote:
>
> > Is the sound card is onboard device or is it on a USB port ? (like a
> > a DAC) --
> > Rabin
> >
> >
> > On Thu, 4 Jul 2019 at 06:58, Shlomo Solomon 
> > wrote:
> >
> > > Since moving to Kubuntu (almost a year ago), at random times there
> > > is no sound. It can happen a few times a day or sometimes only
> > > after a few days. I discovered that each time this happens, the
> > > PulseAudio profile has changed.
> > >
> > > My solution is an icon on the desktop that runs:
> > >   pactl set-card-profile 1 output:analog-stereo+input:analog-stereo
> > >
> > > But, although I have a solution, I have no idea WHY this is
> > > happening.
> > >
> > >
> > >
> > > --
> > > Shlomo Solomon
> > > http://the-solomons.net
> > > Claws Mail 3.16.0 - Kubuntu 18.04
> > >
> > > ___
> > > Linux-il mailing list
> > > Linux-il@cs.huji.ac.il
> > > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.16.0 - Kubuntu 18.04
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sound problem on Kubuntu 18.04

2019-07-05 Thread Rabin Yasharzadehe
Is the sound card is onboard device or is it on a USB port ? (like a a DAC)
--
Rabin


On Thu, 4 Jul 2019 at 06:58, Shlomo Solomon 
wrote:

> Since moving to Kubuntu (almost a year ago), at random times there is
> no sound. It can happen a few times a day or sometimes only after a
> few days. I discovered that each time this happens, the PulseAudio
> profile has changed.
>
> My solution is an icon on the desktop that runs:
>   pactl set-card-profile 1 output:analog-stereo+input:analog-stereo
>
> But, although I have a solution, I have no idea WHY this is happening.
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.16.0 - Kubuntu 18.04
>
> ___
> 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: What's so secure about sudo?

2019-06-18 Thread Rabin Yasharzadehe
* https://www.youtube.com/watch?v=o0purspHg-o
*
https://www.bsdcan.org/2014/schedule/attachments/283_2014-04-29%20sudo%20tutorial%20-%20bsdcan%202014.pdf


--
Rabin


On Tue, 18 Jun 2019 at 09:25, Shlomo Solomon 
wrote:

> This has bothered me for years and I decided to "get it off my chest".
>
> For many years I used su to do administrative tasks, but "everyone"
> uses sudo and the claim is that it's more secure than actually logging
> in as root.
>
> In principal, of course, root login is not a good thing, but let's
> remember something I've never seen discussed. I would assume that on
> most systems the root password is MUCH more secure than that of a
> regular user. Now if I give user david sudo privileges, anyone who
> cracks david's (weak) password now has access to root privileges.
>
> And before anyone says that this is only a one-time authorization, what
> if the guy who cracked david's password now does:
>sudo passwd root
>
> So what's so secure about using sudo?
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.16.0 - Kubuntu 18.04
>
> ___
> 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: newboat bidi

2019-04-09 Thread Rabin Yasharzadehe
not tested, but maybe you can use a terminal with bidi support like mlterm ?

--
Rabin


On Tue, 9 Apr 2019 at 15:49, Boruch Baum  wrote:

> On 2019-04-09 15:27, Efraim Flashner wrote:
> > On Mon, Apr 08, 2019 at 01:19:29PM -0400, Boruch Baum wrote:
> > > Does anyone on-list have advice for how to configure a command-line rss
> > > reader (ie. newsboat/newsbeuter) for Hebrew feeds so the bidi displays
> > > properly?
> > >
> >
> > from man newsboat:
> >
> > pager (parameters: [/internal]; default value: internal) If
> >set to internal, then the internal pager will be used.
> >Otherwise, the article to be displayed will be rendered to
> >be a temporary file and then displayed with the configured
> >pager. If the command is set to an empty string, the
> >content of the "PAGER" environment variable will be used.
> >If the command contains a placeholder %f, it will be
> >replaced with the temporary filename. (example: pager "less
> >%f")
> >
> > so you could set 'bidiv' as the pager for newsboat. Alternatively you
> > could bind a key to pipe those articles to bidiv.
>
> Yes, I did read the man page before posting. I had thought about both
> those options before posting, and did try the pipe idea. Both ideas only
> address RTL in actual article text, not for the article headline screen
> (ie. the listing of articles lists each headline in reverse). The pipe
> idea would actually need to be something like "bidiv |less"; 'less'
> isn't a great choice though, because it doesn't deal nicely with
> embedded links, so what turns out to be better is just to pipe the
> output to emacsclient, without the bidiv. Still doesn't address the
> reversed text of the article listing screen, though.
>
>
> --
> hkp://keys.gnupg.net
> CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0
>
> ___
> 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: how to copy an ubuntu system disk containing a logical volume.

2018-11-18 Thread Rabin Yasharzadehe
I won't give up on LVM yet, it's a very useful technology to have and use
(snapshots is one of them),
you can create the same base layout on the new disk with /boot and LVM/VG
for the rest of the disk
and then use `dd` to clone the content from one partition/lvm to another.

if you need more details for how to do it, just let me know, i will be
happy to help.

--
Rabin


On Sun, 18 Nov 2018 at 20:14, Geoffrey Mendelson <
geoffreymendel...@gmail.com> wrote:

> I have an Ubuntu 15.10 system. When I installed it, it defaulted to a
> regular ext(something) boot partition, and an lvm partition with everything
> else on it.
>
> There now is a bad spot in the lvm partition. fsck with a read check does
> not find it. I have moved enough data off of it, so it wont show up in a
> file copy.
>
> I will have a new drive tomorrow, intended to replace the old one. The old
> one is 300 gig, the new one is 1tb.
>
> Normally, I would just partition it, make both file systems ext4, copy the
> files and run grub.
>
> The lvm volume is something I dont understand.
>
> If there a diskcopy type utility that would do all the work for me?
>
> Is there a howto?
>
> Can I just make the root an ext4 partition on the new disk and skip the
> lvm?
>
> What would I have to change? I assume grub.conf and /etc/fstab. Anything
> else?
>
> TIA
>
> Geoff
> --
>
> From my tablet please pardon mistakes and lack of replies.
> Geoffrey Mendelson
> 4X1GM/N3OWJ
> Jerusalem Israel
> ___
> 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: Moving away from cron jobs to some workflow manager

2018-06-19 Thread Rabin Yasharzadehe
systemd is a complete different tool, which was not designed for this kinda
purpose.
(maybe in the future it will grow to be something like that ;-) )

I'm looking for something a bit more sophisticated then "go to this
machine" and "run this script" and "expect this result"
i like to define execution time limits (finish in 3 minute) and maybe some
grace time (can go up to 5 minute) and have the orchestrator monitor the
process and have a nice dashboard where i can see every thing from above
(this is why Airflow was looked so appealing, but the installation process
and the documentation are still lagging behind).


--
Rabin


On Tue, 19 Jun 2018 at 12:26, Dimid Duchovny  wrote:

> Hi Rabin,
>
>
> I'm far from being a linux expert, but isn't dependency between services
> handled by systemd?
> E.g. https://wiki.archlinux.org/index.php/Systemd/Timers
>
> HTH
>
> 2018-06-19 12:12 GMT+03:00 Moish :
>
>> Try GNUbatch.
>>
>>
>> On June 19, 2018 9:42:35 AM GMT+03:00, Omer Zak  wrote:
>>
>>> For dependency management, you may want to use 'make' or modern
>>> equivalents ('ant', 'gradle', etc.).
>>> For controlling remote nodes, 'ansible' may be able to do the work.
>>>
>>> --- Omer Zak
>>>
>>>
>>> On Tue, 2018-06-19 at 09:06 +0300, Rabin Yasharzadehe wrote:
>>>
>>>>  Hi all,
>>>>
>>>>  I need some advice, currently I have a huge cron file which schedules
>>>>  tasks one after anther, and each task is position precisely (with
>>>>  some room for error) to start after it predecessor.
>>>>
>>>>  So if one job start at 00:00 and it will go and fetch some files and
>>>>  it takes 3minutes
>>>>  the next job will be after start right after at ~00:05
>>>>  and so on
>>>>
>>>>  the problem is that if one job fails, all other jobs which are depend
>>>>  on him will fail as well, and then I get a shitload of alerts, and
>>>>  the worst part is that if i have to manually start a batch process I
>>>>  need to go to each machine and manually start each job in the right
>>>>  order,
>>>>
>>>>  I was looking to resolve this problem with a tool which can manage
>>>>  this "pipe line"
>>>>  and I cam across several tools like Luigi and (apache-)AirFlow, I
>>>>  started with Luigi but It didn't look
>>>>  right for the job, and then I tried airflow, but was not able to make
>>>>  it to work, the jobs queue never executed. =(
>>>>
>>>>  Has any one have experience with airflow, or other tool like it which
>>>>  they can recommend ?
>>>>  My needs are to be able to execute my CURRENT shell/python/php
>>>>  scripts and build the dependency between them, and I perfer the
>>>>  option for remote exec so that I will have central
>>>>  place to manage and monitor all work flow whichs are executed on
>>>>  several nodes.
>>>>
>>> --
>>> More proof the End of the World has started. Just saw this online:
>>> I think it's beginning! Ten minutes ago there was a group of people
>>> waiting at the bus stop outside my house. Now, they're all gone!
>>> My own blog is at https://tddpirate.zak.co.il/
>>>
>>> My opinions, as expressed in this E-mail message, are mine alone.
>>> They do not represent the official policy of any organization with which
>>> I may be affiliated in any way.
>>> WARNING TO SPAMMERS:  at https://www.zak.co.il/spamwarning.html
>>>
>>> --
>>>
>>> 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
>>
>>
> ___
> 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: Moving away from cron jobs to some workflow manager

2018-06-19 Thread Rabin Yasharzadehe
I'll have to read the documentation to learn more,
but this project seems barely maintained as only minor versions each year
or two (last release was 2 years ago),
that doesn't give a lot of confidence.

but i'll check it out
thanks.

--
Rabin


On Tue, 19 Jun 2018 at 09:43, Marc Volovic  wrote:

> Hi,
>
> It is intended for submitting multiple jobs for crunching. But you can use
> it (SOGE) or SLURM for issuing job and dependent jobs, even on a single
> machine issuer/execution host. It can be used as a resource aware job
> scheduler.
>
> —mav
> Marc Volovic
> marcvolo...@me.com
>
>
>
> > On 19 Jun 2018, at 9:41, Rabin Yasharzadehe  wrote:
> >
> > never heard of it,
> > but from reading the manual and the 10minute presentation ,
> > it's seems like it is more suitable for data crunching, where you have a
> pool
> > of compute resources and you submit jobs to it.
> >
> > my case is a bit different, where I have many jobs which need to run
> (orchestrated) on there own hosts
> > with a specific environment and setup.
> >
> >
> > --
> > Rabin
> >
> >
> > On Tue, 19 Jun 2018 at 09:10, Marc Volovic 
> wrote:
> > Why not a minimal deploy of SGE - which would also allow you to make
> multi-executor?
> >
> > https://arc.liv.ac.uk/trac/SGE
> >
> > —mav
> > Marc Volovic
> > marcvolo...@me.com
> >
> >
> >
> > > On 19 Jun 2018, at 9:06, Rabin Yasharzadehe  wrote:
> > >
> > > Hi all,
> > >
> > > I need some advice, currently I have a huge cron file which schedules
> tasks one after anther, and each task is position precisely (with some room
> for error) to start after it predecessor.
> > >
> > > So if one job start at 00:00 and it will go and fetch some files and
> it takes 3minutes
> > > the next job will be after start right after at ~00:05
> > > and so on
> > >
> > > the problem is that if one job fails, all other jobs which are depend
> on him will fail as well, and then I get a shitload of alerts, and the
> worst part is that if i have to manually start a batch process I need to go
> to each machine and manually start each job in the right order,
> > >
> > > I was looking to resolve this problem with a tool which can manage
> this "pipe line"
> > > and I cam across several tools like Luigi and (apache-)AirFlow, I
> started with Luigi but It didn't look
> > > right for the job, and then I tried airflow, but was not able to make
> it to work, the jobs queue never executed. =(
> > >
> > > Has any one have experience with airflow, or other tool like it which
> they can recommend ?
> > > My needs are to be able to execute my CURRENT shell/python/php scripts
> and build the dependency between them, and I perfer the option for remote
> exec so that I will have central
> > > place to manage and monitor all work flow whichs are executed on
> several nodes.
> > >
> > > Thanks in advance,
> > > Rabin
> > > ___
> > > 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: Moving away from cron jobs to some workflow manager

2018-06-19 Thread Rabin Yasharzadehe
never heard of it,
but from reading the manual and the 10minute presentation ,
it's seems like it is more suitable for data crunching, where you have a
pool
of compute resources and you submit jobs to it.

my case is a bit different, where I have many jobs which need to run
(orchestrated) on there own hosts
with a specific environment and setup.


--
Rabin


On Tue, 19 Jun 2018 at 09:10, Marc Volovic  wrote:

> Why not a minimal deploy of SGE - which would also allow you to make
> multi-executor?
>
> https://arc.liv.ac.uk/trac/SGE
>
> —mav
> Marc Volovic
> marcvolo...@me.com
>
>
>
> > On 19 Jun 2018, at 9:06, Rabin Yasharzadehe  wrote:
> >
> > Hi all,
> >
> > I need some advice, currently I have a huge cron file which schedules
> tasks one after anther, and each task is position precisely (with some room
> for error) to start after it predecessor.
> >
> > So if one job start at 00:00 and it will go and fetch some files and it
> takes 3minutes
> > the next job will be after start right after at ~00:05
> > and so on
> >
> > the problem is that if one job fails, all other jobs which are depend on
> him will fail as well, and then I get a shitload of alerts, and the worst
> part is that if i have to manually start a batch process I need to go to
> each machine and manually start each job in the right order,
> >
> > I was looking to resolve this problem with a tool which can manage this
> "pipe line"
> > and I cam across several tools like Luigi and (apache-)AirFlow, I
> started with Luigi but It didn't look
> > right for the job, and then I tried airflow, but was not able to make it
> to work, the jobs queue never executed. =(
> >
> > Has any one have experience with airflow, or other tool like it which
> they can recommend ?
> > My needs are to be able to execute my CURRENT shell/python/php scripts
> and build the dependency between them, and I perfer the option for remote
> exec so that I will have central
> > place to manage and monitor all work flow whichs are executed on several
> nodes.
> >
> > Thanks in advance,
> > Rabin
> > ___
> > 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


Moving away from cron jobs to some workflow manager

2018-06-19 Thread Rabin Yasharzadehe
Hi all,

I need some advice, currently I have a huge cron file which schedules tasks
one after anther, and each task is position precisely (with some room for
error) to start after it predecessor.

So if one job start at 00:00 and it will go and fetch some files and it
takes 3minutes
the next job will be after start right after at ~00:05
and so on

the problem is that if one job fails, all other jobs which are depend on
him will fail as well, and then I get a shitload of alerts, and the worst
part is that if i have to manually start a batch process I need to go to
each machine and manually start each job in the right order,

I was looking to resolve this problem with a tool which can manage this
"pipe line"
and I cam across several tools like Luigi and (apache-)AirFlow, I started
with Luigi but It didn't look
right for the job, and then I tried airflow, but was not able to make it to
work, the jobs queue never executed. =(

Has any one have experience with airflow, or other tool like it which they
can recommend ?
My needs are to be able to execute my CURRENT shell/python/php scripts and
build the dependency between them, and I perfer the option for remote exec
so that I will have central
place to manage and monitor all work flow whichs are executed on several
nodes.

Thanks in advance,
Rabin
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: VDSL modem recommendation

2018-06-07 Thread Rabin Yasharzadehe
About TD-W9980, I have it, and I was happy with at first, but not so much
any more,
TP-LINK dose not publish any fimware updates for it, and the WRT support is
defiantly not for common users.

I also think that having a modem even as closed source and not WRT
supported is not a biggie if you're going to use it in bridge mode.

my 2c

--
Rabin


On Thu, 7 Jun 2018 at 12:23, Geoff Shang  wrote:

> Hi everyone,
>
> I'm in the market for a VDSL modem, and after looking at various options,
> I'm unsure which I should buy.  So I thought I'd ask here for
> help/recommendations.
>
> Last year, I posted to the list about ISP recommendations.  As part of
> that discussion, I was sent a link to a site listing modems compatible
> with Israeli service.  Until then, I didn't know that buying your own
> device was even an option here.
>
> As previously mentioned, ISP-supplied modems/routers are an issue for me
> as a blind person, as many seem to have visual CAPTCHAs which make it
> difficult/impossible to log into the interface.  And I don't think my
> choice of ISP should be determined by whether or not I can log into their
> equipment, I'd prefer to choose based on service (like everyone else).
>
> So I'm now looking to buy a modem.  I have a Ubiquiti Edge Router which I
> intend to use as the router, so routing/wi-fi component is not important.
>
> I started looking at options.  The things I thought were important were:
>
> * Good/best modem performance
>
> * Support for all/most relevant modem connectivity standards
>
> * Support for open firmware
>
> When I started looking, I was looking for modem-only devices.  The closest
> I could find were modem/routers with only one ethernet port.
>
> The device that seemed to fit the bill was the Netgear DM200.  It has 1
> port (albeit 100 MBPS but VDSL connections aren't exceeding that at the
> moment anyway), and it appears to be supported by OpenWRT.
>
> But then I started seeing some bad reviews.  In particular, with the
> help of Google Translate, I saw some unhappy people on hometheatre.co.il,
> which I considered important as I will be using it here.
>
> The othere 1-port device I found was the Draytech Vigor 130.  This is more
> expensive, but I don't mind about that if the device is good.  It seemed
> to generally get better performance reviews than the Netgear.  However,
> it's not supported by OpenWRT as far as I can see.
>
> There were a couple of other things that I also saw time and again.  Some
> people say that Broadcom chips are better than others , though I've also
> seem comment that compatibility with the upstream chipset is the most
> important.  Also, I saw references to things like vectoring and g.imp,
> things I know nothing about but which sound important, and g.fast which
> seems like it's going to be the next big thing but which nothing much
> seems to support yet.
>
> People also pointed out that there's really no difference between using
> a 1-port router in bridged mode and using a 4-port router in bridged
> mode.  As neither of the above had the Broadcom chips, and since I had
> seen quite a few recommendations for the TP Link 9970/9977, I looked into
> these.
>
> The TP Link 9970 and 9977 (9977 is apparently newer) both seem to have the
> Broadcom chips and support g.imp.  But neither seem to support open
> firmware from what I can see.  Otheres like the 9980 do support it, but
> they don't have Broadcom chips.
>
> Some people make the argument that if you're using a device in bridged
> mode, open firmware is less important, but I'm not sure if I buy that
> argument.
>
> So now I'm a bit confused.   I'm starting to lose track of which devices
> support what, and I don't really know which of these factors are
> specifically important here in Israel and which are more or less
> important generally.
>
> Since I believe that most problems have been solved by others before me, I
> thought I'd ask here.
>
> To repeat, I'm after a good modem.  I'm not so concerned about price and I
> really don't care about the routing and wi-fi specs as I don't plan on
> using them.
>
> Any advice anyone can provide would be most helpful.
>
>
> Thanks,
> Geoff.
>
>
> ___
> 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: Server load spike debugging

2018-04-28 Thread Rabin Yasharzadehe
You can set a monitoring (or even just a script)
to trigger (e.g when cpu usage > 50%) a profile recording for few secs
and then you can inspect them with a tool like FlameScope

which will allow you do dig deeper into the stack and understand where is
the problem is coming from.

--
Rabin

--
Rabin

On 25 April 2018 at 22:12, David Suna  wrote:

> I am working on a VPS. Earlier today there was a load spike that made the
> server unresponsive for a period of time (around 10-15 minutes). Both ssh
> and web access were not responsive. After a while the problem just stopped
> and the server started responding again.
>
> How can I go about diagnosing what caused the problem? I looked at our
> application log around that time and I do not see anything out of the
> ordinary. When I was finally able to get back into the server and I ran
> top, the process that was using the most CPU was mysqld. I don't know if
> that was the process that was causing the load spike at the time.
>
> I saw several references to MySQLTuner so I downloaded and ran it. It gave
> some suggestions but I am not a DBA so I don't understand most of the
> suggestions and I don't want to make any changes without understanding what
> is involved. Below are the suggestions MySQLTuner came up with. If anyone
> can explain some of the suggestions or point me in the direction of a good
> resource that would explain them I would appreciate it.
>
> General recommendations:
> Configure your accounts with ip or subnets only, then update your
> configuration with skip-name-resolve=1
> Adjust your join queries to always utilize indexes
> When making adjustments, make tmp_table_size/max_heap_table_size equal
> Reduce your SELECT DISTINCT queries which have no LIMIT clause
> Read this before changing innodb_log_file_size and/or
> innodb_log_files_in_group: http://bit.ly/2wgkDvS
> Variables to adjust:
> query_cache_size (=0)
> query_cache_type (=0)
> query_cache_limit (> 1M, or use smaller result sets)
> join_buffer_size (> 256.0K, or always use indexes with joins)
> tmp_table_size (> 16M)
> max_heap_table_size (> 16M)
> innodb_buffer_pool_size (>= 908M) if possible.
> innodb_log_file_size should be (=16M) if possible, so InnoDB total log
> files size equals to 25% of buffer pool size.
>
> Thanks,
>
> --
> David sunada...@davidsconsultants.com
>
>
> ___
> 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


איגוד האינטרנט מחפש איש סיסטם לינוקס

2018-01-31 Thread Rabin Yasharzadehe
שלום לחברי התפוצה,

אני מפרסם את זה בתפוצה הזאת אולי זה יעניין משהו מכם.

https://www.isoc.org.il/about/jobs/linux-system-admin


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


Re: oVirt over CentOS or ovirt-node

2018-01-09 Thread Rabin Yasharzadehe
​Hi Didi ... long time ..​. 


On 9 January 2018 at 16:00, Yedidyah Bar David <d...@bardavid.org> wrote:

> Hi Rabin :-),
>
> On Mon, Jan 8, 2018 at 10:48 PM, Rabin Yasharzadehe <ra...@rabin.io>
> wrote:
>
>> Just wondering which OS used for the host, I was wondering if one version
>> is more supported then the other.
>>
>
> Why not start a thread on us...@ovirt.org, then?
>

Yaniv all ready point me to the mailing list, I subscribed, but didn't have
​time to post a question there yet.


> You might find this useful/interesting:
>
> http://lists.ovirt.org/pipermail/users/2017-April/081221.html
>
> Partial quote:
>
> - oVirt Node jumped from 7.1% on 3.6 survey to 19.9% in 4.1!
>
> So most people use CentOS, but some do use ovirt-node,
> and now more than in the past.
>

​Thank you, the is exactly what i was looking for.​

​Right now I'm starting to play with ovirt which is more of POC for a small
setup,
but as you may know, some setups will become "production"  ​if the POC works
and I was looking around to see which platform is more popular, and where
can i find more support
and which host-os have a better upgrade path




> Both are supported. I'd say node is more for people that prefer
> pre-made appliances, while CentOS is for people that want the
> most control.
>
> If you consider node, you might want to read e.g.:
>
> https://www.ovirt.org/node/faq/
> https://www.ovirt.org/develop/release-management/features/
> node/node-next-persistence/
>
> Disclaimer: I am an oVirt developer.
>
> Best regards,
>

​Thanks for the pointers, and the survey ​link
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: oVirt over CentOS or ovirt-node

2018-01-08 Thread Rabin Yasharzadehe
Just wondering which OS used for the host, I was wondering if one version
is more supported then the other.

Thanks.

--
Rabin

On 8 January 2018 at 09:50, Gilboa Davara <gilb...@gmail.com> wrote:

> On Tue, Jan 2, 2018 at 5:41 PM, Rabin Yasharzadehe <ra...@rabin.io> wrote:
> >
> > ovirt-node with version 4.1 gave a alot of problems with nfs shares
> > but 4.2 did work much better "out of the box" after clean install (I was
> not
> > able to upgrade from 4.1 to 4.2 with ovirt-nodes)
> >
> > so my question is basicly , if I'm looking to setup something for the
> long
> > run, which I can extend and upgrade in the near future,
> > which host platform should I choose ? ovirt-node or a simple CentOS7 ?
> >
> > Tx
>
> We're using 3-node oVirt 4.0.6 over GlusterFS cluster (w/ self hosted
> engine) in production for long while now.
> The system was installed by my IT manager from barebone (was
> originally installed in the 3.6 days).
> If you have specific questions I can forward them...
>
> - Gilboa
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Bank spreadsheet gibberish in Libreoffice calc

2018-01-02 Thread Rabin Yasharzadehe
you can try the latest LO using flatpak and see if still a problem there.

https://www.libreoffice.org/download/flatpak/

--
Rabin

On 2 January 2018 at 14:50, Rami Addady  wrote:

> Hi,
>
> Bank Discount and Mizrahi transction Excel spreadsheet look gibberish when
> open Libreoffice Calc.
> Try on Libreoffice calc v4.2 v4.3 and 5.1
>
> How toy solve it?
>
> Rami
>
>
> ___
> 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: oVirt over CentOS or ovirt-node

2018-01-02 Thread Rabin Yasharzadehe
On 2 January 2018 at 17:13, Yaniv Kaul <yk...@redhat.com> wrote:

>
>
> On Tue, Jan 2, 2018 at 5:08 PM, Shay Gover <govers...@gmail.com> wrote:
>
>>
>> On Jan 2, 2018 15:23, "Rabin Yasharzadehe" <ra...@rabin.io> wrote:
>>
>>> Hi
>>>
>>> is any one here got any experience with ovirt on any of this host os ?
>>>
>>
> I'd be happy to help as I'm part of the oVirt community, but the best path
> would be to ask in the users mailing list.
> Y.
>

​
Great good to know , I will also check the mailing next,

I started playing with ovirt to try and setup a small setup for my dev
needs,
but I'm wondering if using ovirt-node is recommended over using centos/rhel
7 ?

​ovirt-node with version 4.1 gave a alot of problems with nfs shares
but 4.2 did work much better "out of the box"​ after clean install (I was
not able to upgrade from 4.1 to 4.2 with ovirt-nodes)

so my question is basicly , if I'm looking to setup something for the long
run, which I can extend and upgrade in the near future,
which host platform should I choose ? ovirt-node or a simple CentOS7 ?

​Tx

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


oVirt over CentOS or ovirt-node

2018-01-02 Thread Rabin Yasharzadehe
Hi

is any one here got any experience with ovirt on any of this host os ?

thanks in advance.



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


Re: Distro recommendation

2017-11-19 Thread Rabin Yasharzadehe
I like to go with Fedora MATE spin as I find it resource friendly.
and I use compiz as my window manager to have a very robust features and
some eye candy features as well.

Fedora move fast and have a short release cycle (6 month),
so having to deal with new stuff each 6 month can be a burden for someone
how just want his computer to work.
in that case I'll recommend a distro which is based on Ubuntu LTS e,g
Ubuntu MATE.

MATE desktop dose not support HiDPI display yet, unlike KDE and Gnome3
but if you prefer to use KDE, both Fedoa and Ubuntu have a spin of it.

there is also KDE neon which uses a stable base of the OS (Ubuntu LTS IIRC),
and all the KDE stuff are coming directly from upstream (rolling)




--
Rabin

On 19 November 2017 at 09:54, Shlomo Solomon 
wrote:

> I don't want to start a Distro war, but ...
>
> I've been on Mandrake/Mandriva/Mageia for over 17 years, but from
> what I've read, there are quite a few problems with Mageia 6 (I'm
> still on 5), and it's really strange that it's been 2 years in the
> making.
>
> So I'm thinking about abandoning ship.
>
> I definitely want to stay with KDE (never liked Gnome) and I really
> like how configurable Mageia is.
>
> I don't think this should be an issue, but my computer is fairly old (a
> 4 year old i5 Haswell CPU with 8 Gb).
>
> I've been thinking about Mint, Kubuntu or Fedora - any thoughts (or
> additional options)?
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.11.1 - KDE 4.14.30 - Dolphin 4.14.3 - LINUX Mageia 5
>
> ___
> 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: איך לשלוח מסות של דואר

2017-11-09 Thread Rabin Yasharzadehe
one things to note about this services is that if the client side use
postgray/graylisting to "filter" incoming mail,
this mails can arrive after several hours. because for each 4xx/soft-fail
attempt they will try to send the mail from another host/ip which will also
be soft-block.

i have this problem with several services like this.
and I had to white-list them on my mail servers.

but that is a client side problem and not Lior's, but you should be aware
of this as well.

--
Rabin

2017-11-09 6:08 GMT+02:00 Lior Okman :

> Hi,
>
> You could take a look at Amazon's Simple Email Service:
> https://aws.amazon.com/ses/pricing/
>
> Copying from the website:
>
> > Amazon Simple Email Service (Amazon SES) is a cloud-based email sending
> service designed to help digital marketers and application developers send
> marketing, notification, and transactional emails. It is a reliable,
> cost-effective service for businesses of all sizes that use email to > keep
> in contact with their customers.
> >
> > You can use our SMTP interface or one of the AWS SDKs to integrate
> Amazon SES directly into your existing applications. You can also integrate
> the email sending capabilities of Amazon SES into the software you already
> use, such as ticketing systems and email clients.
>
>
> --
> Lior
>
> 2017-11-08 16:49 GMT+02:00 Shahar Dag :
>
>> שלום
>>
>>
>>
>> אני מנסה לעזור לחבר בעל עסק קטן.
>> הוא רוצה לשלוח דואר אלקטרוני לכמה מאות לקוחות פוטנציאלים לפי כתובות דוא"ל
>> שאסף מהרשת.
>>
>> הוא ניסה לשלוח דרך כמה שירותים חינמיים, אבל נחסם כי חלק מהכתובות לא היו
>> בתוקף.
>>
>>
>>
>> הוא לא רוצה להשתמש בשרות הדואר היוצא של העסק מחשש שהוא יחסם בגלל משלוח של
>> כמויות דואר גדולות.
>>
>>
>>
>> האם יש למי שהוא רעיון שיכול לעזור לו?
>>
>>
>>
>> הפתרון לא חייב להיות חינמי, גם פתרון בסגנון של לקנות שרת באמזון ולשלוח
>> משם את התכתובת תקף.
>>
>> אין הכוונה להתחיל ולהציף את הנמענים בכמויות דואר גדולות אלה לשלוח פעם אחת
>> מכתב המציג את המוצרים שלו ומזמין ליצור קשר ולא עוד
>>
>>
>>
>> תודה
>>
>> שחר
>>
>> ___
>> 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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Vote for porting FDM to Linux

2017-10-24 Thread Rabin Yasharzadehe
With Mozilla retiring there old API for building extension and switching to
WebExt
my old trusty extension DownThemAll! will stop working, so I'm looking for
alternatives,

I tried uGet and it was mostly OK, but there also FDM which is opensourced
but no port for Linux yet, the developers are now looking to build there
rodemap and a native Linux client is on the chapter.

so if you like to promote this initiative,
take 3 sec to vote this up in this goolge form



​https://itsfoss.com/lets-bring-fdm-linux/​



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


Re: rom for samsung note 5

2017-10-23 Thread Rabin Yasharzadehe
I didn't test LineageOS for Note devices, IIRC you will lose most of the
pen functionality.

you can flash an up2date rom from SamMobile with odin,
if you really paranoid you can use the repartition option which will erase
all the emmc and recreate the partition table from scratch (but be careful
with this!)

--
Rabin

On 23 October 2017 at 22:18, Shay Gover  wrote:

> 1) Wipe might help and might not.
> 2) LineageOS
>
> On Mon, Oct 23, 2017 at 10:16 PM, sara fink  wrote:
>
>> Hi All
>>
>> My friend was a victim of a fraud by scammers. She gave lots of personal
>> details and also entered a shady web site that the scammers gave her. I
>> believe her phone is compromised (even with norton installed on her phone).
>> She announced the bank, and the police. I advised her to wipe/install a new
>> ROM for the samsung note 5 and few more advices.  Will wipe data and
>> factory reset is enough?
>>
>> Can anyone advise which rom is best for samsung note 5?  Preferably that
>> has hebrew support as well.
>>
>> ___
>> 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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Open Source Physical Access Control Solutions in Israel?

2017-10-03 Thread Rabin Yasharzadehe
I did some research about this some time ago,
and I found out you can use a basic/cheap RFID reader + RPi to achieve this,
my problem was that the cheap RFID reader i bought didn't come with any
documentation
and I only had a simple windows application which can do 3 actions Single
Read/Single write/reading in a loop
the driver was just a simple USB-2-SERIAL (FTDI) driver
and the application communicated via serial interface.
opening a serial-monitoring tool I found the command for each action.
... but this is where I stopped working on it.

but you can definitely make it a DIY project with the kids
you will also require to buy a electric lock and a relay (the RPi can't
drive/operate the lock directly)



--
Rabin

On 3 October 2017 at 15:55, Amichai Rotman  wrote:

> ​Specifically,
>
> I am loking for an Open Source solution with a local re-seller for
> controlling entry to the youth club using physical swipe cards (magnetic or
> RFID).
>
> Cost is an issue since the club is short on funding...
>
> It would be nice if I can make it a project for the kids to work on
>
> Hope I made myself clearer!
>
> Amichai Rotman ​
>
> 2017-10-03 12:44 GMT+03:00 Michael Shiloh :
>
>> What do you mean exactly by physical access control system? Are you
>> referring to making access to the building easier for those with
>> physical limitations? If so,Tikun Olam Makers might be a good starting
>> point
>>
>> If you refer to physical computing, Arduino is readily available at
>> various locations in Israel. (Disclosure: I work very occasionally for
>> them)
>>
>> Or do you mean something else?
>>
>>
>>
>> On Tue, Oct 3, 2017 at 12:48 PM, Amichai Rotman 
>> wrote:
>> > Hi,
>> >
>> > I volunteer at a youth center and they are looking for a physical access
>> > control system for the youth center.
>> >
>> > Any of you know of an Open Source system that has a reseller in Israel?
>> >
>> > I would like to make it a project for the kids to build using a
>> Raspberry PI
>> > or something like that...
>> >
>> >
>> > Thanks!
>> >
>> > Amichai Rotman
>> >
>> > ___
>> > 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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: ZFS on Linux (Was: Corrupt file system)

2017-09-24 Thread Rabin Yasharzadehe
I haven't tried it with Ubuntu, but since Ubuntu is trying to reach the
corporate world,
and they are the first distro to support ZFS,
I guess they will ensure you do not get A broken module,
and so I expect it to be A more smoothly experience.

PS. even with Fedora, it only happen to me once, that the kernel was ahead
of the package in the ZFS repo, and the package didn't build.
and ever since I just check the github issue page before a major upgrade
(eg. from F25->F26), to make sure there is no problem and there is A repo
ready for the new release.

but even if the build will fail for a new kernel, that only limit you from
using the new kernel to access the data, you can still boot with the older
kernel which the module was successfully compiled on it.


--
Rabin

On 24 September 2017 at 13:00, Eli Billauer <e...@billauer.co.il> wrote:

> Hello Rabin,
>
> Yes, I'm aware that it's a Solaris thing. Also that it comes with its own
> RAID kit and such.
>
> And the fact that it comes from the corporate world could be an advantage.
>
> But the question is if it's something I really would like to have on my
> next computer. Given that I like my computer working, and not me working on
> my computer. Your experience seems to say "wait a bit with that".
>
> Thanks,
>Eli
>
> On 24/09/17 02:01, Rabin Yasharzadehe wrote:
>
>> ZFS is not "native" Linux fs, it was ported from Solaris & BSD OS's,
>> you can read more about it in the history section of ZFS wiki page <
>> https://en.wikipedia.org/wiki/ZFS#History>.
>>
>> - FreeNAS use it for the NAS storage pool,
>> - Ubuntu/Canoncial started to integrate it with version 16.04 (IIRC)
>> - and I also tried it on my laptop with Fedora (which some time's breaks
>> because of the frequent Kernel upgrades)
>>
>>
>>
>> --
>> Rabin
>>
>> On 23 September 2017 at 12:51, Eli Billauer <e...@billauer.co.il > e...@billauer.co.il>> wrote:
>>
>> Thanks, Ori.
>>
>> ZFS sounds interesting indeed. The question that comes to mind is:
>> It's a different creature, with significant emphasis on stability
>> and data integrity. How come it's unknown? Isn't this exactly what
>> all companies with a lot of servers want?
>>
>> Anyone on this list using ZFS on his or her own computer?
>>
>> As for RAM corruption, I pretty much doubt it. I've seen a lot of
>> it on embedded systems I've worked with. It always goes along with
>> programs crashing suddenly and weird kernel messages. But my
>> computer has been stable as a rock for several years.
>>
>> Regards,
>>Eli
>>
>> On 22/09/17 17:12, Ori Berger wrote:
>>
>> This could be the result of anything from a power glitch,
>> strong RF transmission from another device next to the
>> computer, bad power supply or bad memory. The hard disk itself
>> is not more suspect than any other component in your system.
>>
>> Personally, I've twice had data mysteriously corrupted (once
>> on Win2K, once on Linux), and in both cases it turned out that
>> the RAM was bad; Since then, I never start using a system
>> until it has successfully run through 48 hours of memtest.
>>
>> When you install your next system, consider ZFS / ZoL - it
>> tends to alert you to bad RAM or bad power supply rather quickly.
>>
>> On 09/22/2017 12:11 PM, Eli Billauer wrote:
>>
>> Hello all,
>>
>> TL;DR: My hard disk's filesystem was corrupt, but the
>> SMART statistics
>> is perfect. Should I replace the hard disk?
>>
>>
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il <mailto:Linux-il@cs.huji.ac.il>
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>> <http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il>
>>
>>
>>
>> -- Web: http://www.billauer.co.il
>>
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il <mailto:Linux-il@cs.huji.ac.il>
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>> <http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il>
>>
>>
>>
>
> --
> 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: ZFS on Linux (Was: Corrupt file system)

2017-09-23 Thread Rabin Yasharzadehe
ZFS is not "native" Linux fs, it was ported from Solaris & BSD OS's,
you can read more about it in the history section of ZFS wiki page
.

- FreeNAS use it for the NAS storage pool,
- Ubuntu/Canoncial started to integrate it with version 16.04 (IIRC)
- and I also tried it on my laptop with Fedora (which some time's breaks
because of the frequent Kernel upgrades)



--
Rabin

On 23 September 2017 at 12:51, Eli Billauer  wrote:

> Thanks, Ori.
>
> ZFS sounds interesting indeed. The question that comes to mind is: It's a
> different creature, with significant emphasis on stability and data
> integrity. How come it's unknown? Isn't this exactly what all companies
> with a lot of servers want?
>
> Anyone on this list using ZFS on his or her own computer?
>
> As for RAM corruption, I pretty much doubt it. I've seen a lot of it on
> embedded systems I've worked with. It always goes along with programs
> crashing suddenly and weird kernel messages. But my computer has been
> stable as a rock for several years.
>
> Regards,
>Eli
>
> On 22/09/17 17:12, Ori Berger wrote:
>
>> This could be the result of anything from a power glitch, strong RF
>> transmission from another device next to the computer, bad power supply or
>> bad memory. The hard disk itself is not more suspect than any other
>> component in your system.
>>
>> Personally, I've twice had data mysteriously corrupted (once on Win2K,
>> once on Linux), and in both cases it turned out that the RAM was bad; Since
>> then, I never start using a system until it has successfully run through 48
>> hours of memtest.
>>
>> When you install your next system, consider ZFS / ZoL - it tends to alert
>> you to bad RAM or bad power supply rather quickly.
>>
>> On 09/22/2017 12:11 PM, Eli Billauer wrote:
>>
>>> Hello all,
>>>
>>> TL;DR: My hard disk's filesystem was corrupt, but the SMART statistics
>>> is perfect. Should I replace the hard disk?
>>>
>>
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>
>>
>
> --
> 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
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: OT: Israeli domain names

2017-07-31 Thread Rabin Yasharzadehe
Marketing!

- you can register for 1$ (inc 0.18$ fee for ICANN) but the renewal cost
will be much higher (~15$) "שיטת מצליח".
- .com/.net domain name space are crowded, go find a nice short name in
them, so not a good compare, check other CC TLD's.
- very cheap cost will flood the domain space with domain trolls which will
buy any combination just in case
- 50 NIS is not that high compare to all the rest -- e.g -
https://www.hover.com/domains/results?q=troll-hunter-co-il

--
Rabin

On 31 July 2017 at 13:57, Shlomo Solomon  wrote:

> Also OT, but can anyone explain why Israeli domain names are so
> expensive?  A .com or .net domain on (for example) GoDaddy costs $1 for
> the first year and then about $10 per year.
>
>
>
> On Mon, 31 Jul 2017 12:11:40 +0300
> Amichai Rotman  wrote:
>
> > I am happy with DomainTheNet.
> >
> > I have one .co.il domain. I pay 80 NIS /Year and manage everything via
> > their Web Site. No papers and no phone calls
> >
> > Amichai Rotman
> >
> > 2017-07-31 10:34 GMT+03:00 Efraim Flashner :
> >
> > > On Mon, Jul 31, 2017 at 09:42:52AM +0300, Gabor Szabo wrote:
> > > > Hi,
> > > >
> > > > I am a bit late bird, but as my domains start to expire I have to
> > > > move them away from ISOC. I thought to give a try to BezeqInt
> > > > (VirtualNest) as I don't know any of the others either.
> > > >
> > > > Apparently I cannot do the transfer online. I need to fill out
> > > > some paper(!) forms.
> > > > I talked to a representative. She told me I will also need to call
> > > > them for renewals as that cannot be done via the website either.
> > > >
> > > > Finally she told me the cost is 100 NIS for the transfer and 250
> > > > NIS / 2 years for the domain name. I have not seen any of these
> > > > prices on their site (I saw there 69 NIS / year) so I was rather
> > > > shocked.
> > > >
> > > > What is your recommended registrar for Israeli domain names?
> > > >
> > > > regards
> > > >Gabor
> > > >
> > >
> > > I've been using peligon and hosting my site and DNS at digital
> > > ocean, I haven't tried migrating my domain. I've been able to renew
> > > my domain several times online without a problem.
> > >
> > > --
> > > Efraim Flashner      אפרים פלשנר
> > > GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
> > > Confidentiality cannot be guaranteed on emails sent or received
> > > unencrypted
> > >
> > > ___
> > > Linux-il mailing list
> > > Linux-il@cs.huji.ac.il
> > > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >
> > >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 3.11.1 - KDE 4.14.30 - Dolphin 4.14.3 - LINUX Mageia 5
>
> ___
> 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: OT: Israeli domain names

2017-07-31 Thread Rabin Yasharzadehe
Just move to the cheapest registrar (Box as of this moment) and use
cloudflare to manage your zone.
never had a problem, never called there support service.



--
Rabin

On 31 July 2017 at 09:42, Gabor Szabo  wrote:

> Hi,
>
> I am a bit late bird, but as my domains start to expire I have to move
> them away from ISOC. I thought to give a try to BezeqInt (VirtualNest)
> as I don't know any of the others either.
>
> Apparently I cannot do the transfer online. I need to fill out some
> paper(!) forms.
> I talked to a representative. She told me I will also need to call
> them for renewals as that cannot be done via the website either.
>
> Finally she told me the cost is 100 NIS for the transfer and 250 NIS /
> 2 years for the domain name. I have not seen any of these prices on
> their site (I saw there 69 NIS / year) so I was rather shocked.
>
> What is your recommended registrar for Israeli domain names?
>
> regards
>Gabor
>
> ___
> 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: Internet recommendations

2017-07-19 Thread Rabin Yasharzadehe
I can't recommend XPhone, I tried them just after the "רפורמה הסיטונאית"
started, and my VPN connections  were dropping constantly, I retuned to BBL
after 2 days, and I'm with them ever since. over the past 5 years i think i
had one issue with them, it was seems they were hijacking DNS traffic, my
router is configured to use Google Public DNS servers (8.8.8.8) and so all
my machines in the LAN, but some direct query's were failing (or not
returning a consistent result), so eventually after having a long
conversation with the LEVEL1 and then LEVEL2 support I find out that they
enabled some "CyberWall" service on my account, so I requested to removed
it, and I have no problems ever since.

my 2c.

--
Rabin

On 19 July 2017 at 11:18, sara fink  wrote:

> Geoff,
>
> I am connected to xphone and bought myself a modem-router with vectoring
> support for faster speeds. I bought from yad2 tp-link
> TD-W9970 
>
> xphone are ok. I pay 69nis/month
>
> just pay attention  to whom you pay the money, because there is a
> difference between the payment even for the same deal. If you pay to bezeq
> it's more expensive. If you pay to xphone it's 69.  Now I think they have a
> deal of 89 nis with free installation.
> If the installation in the apartment is done and you don't need a visit
> from the bezeq technician then start directly with xphone. If you need the
> installation the visit of bezeq technician will cost you something (or just
> even opening something in the box outside the house). So in this case if
> you want to free technician/installation you should first start paying to
> bezeq for a month or 2 (depends on the deal) and then switch paying to
> xphone or other ISP that you prefer. Nasty game unfortunately.
> .
>
> On Tue, Jul 18, 2017 at 5:00 PM, Geoff Shang 
> wrote:
>
>> Hi,
>>
>> Thanks everyone for your recommendations, both on list and off.  I really
>> appreciate them all.
>>
>> Firstly, it seems Unlimited is not available in our area, so that's no
>> longer a consideration.
>>
>> We contacted Bezeq today about their offerings, and they mentioned a new
>> business-class service called Secure Internet (in Hebrew).  It's 50/5 mbps
>> as opposed to the regular 100/3 mbps, and is a good deal more expensive,
>> but comes with certain service guarantees (this is a business service).
>>
>> You can use it with any ISP, but they recommend Bezeqint, Tripple C or
>> Xphone.
>>
>> I recall hearing good things about Tripple C, possibly from here, and I
>> also got a recommendation about them just now from a lister.
>>
>> We are tempted to go with this Secure Internet and Tripple C.  I haven't
>> been able to find anything about this secure thing online, and would be
>> interested to know if anyone here knows anything about the service,
>> particularly its technical aspects (you can't ask sales reps this sort of
>> thing).
>>
>> Apparently this service uses different equipment (they said something
>> about Checkpoint).
>>
>> Also thanks for the info re third-party modems/routers.  I wasn't aware
>> this was an option (I've had no luck finding VDSL modems in the past), so
>> will definitely look at this.
>>
>> Thanks again,
>>
>> Geoff.
>>
>>
>> ___
>> 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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Arduino on Mageia linux

2017-06-20 Thread Rabin Yasharzadehe
You're welcome.

On Jun 20, 2017 15:23, "Shlomo Solomon" <shlomo.solo...@gmail.com> wrote:

> Stupid of me not to have looked at dmesg before writing.
>
> It turned out to be a bad USB cable - so I wasn't connecting :-(
>
> Thanks for pointing me in the write direction
>
>
>
> On Tue, 20 Jun 2017 15:04:57 +0300
> Rabin Yasharzadehe <ra...@rabin.io> wrote:
>
> > what is the output of `dmesg` when you connect the device to the
> > machine ?
> >
> > e.g, should be something like this,
> >
> > [393503.604738] usb 1-4.2: new full-speed USB device number 71 using
> > xhci_hcd
> > [393503.698674] usb 1-4.2: New USB device found, idVendor=1a86,
> > idProduct=7523
> > [393503.698678] usb 1-4.2: New USB device strings: Mfr=0, Product=2,
> > SerialNumber=0
> > [393503.698681] usb 1-4.2: Product: USB2.0-Serial
> > [393503.757764] usbcore: registered new interface driver ch341
> > [393503.757789] usbserial: USB Serial support registered for
> > ch341-uart [393503.757808] ch341 1-4.2:1.0: ch341-uart converter
> > detected [393503.758600] usb 1-4.2: ch341-uart converter now attached
> > to ttyUSB0
> >
> >
> > --
> > Rabin
> >
> > On 20 June 2017 at 14:20, Shlomo Solomon <shlomo.solo...@gmail.com>
> > wrote:
> >
> > > Sorry - just noticed I cut off part of the error message, so here
> > > it is again:
> > >
> > > WARNING:  RXTX Version mismatch
> > > Jar version = RXTX-2.2
> > > native lib Version = RXTX-2.2pre2
> > > Binary sketch size: 1,056 bytes (of a 32,256 byte maximum)
> > > avrdude: stk500_recv(): programmer is not responding
> > > avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
> > > avrdude: stk500_recv(): programmer is not responding
> > > avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
> > >
> > >
> > >
> > >
> > >
> > > On Tue, 20 Jun 2017 13:32:28 +0300
> > > Shlomo Solomon <shl...@the-solomons.net> wrote:
> > >
> > > > I installed the Arduino IDE from Mageia RPMs and added my user to
> > > > the lock group as instructed.
> > > >
> > > > In the tools >> serial port menu, there is no  /dev/ttyUSB0 -
> > > > only /dev/ttyS0 and  /dev/ttyS1. I tried both of them but could
> > > > not upload a program. I read that sometimes Arduino needs to be
> > > > run as root, so I tried that too with no success. Here's what I
> > > > get when I try to upload:
> > > >
> > > > Binary sketch size: 1,056 bytes (of a 32,256 byte maximum)
> > > > Binary sketch size: 1,056 bytes (of a 32,256 byte maximum)
> > > > avrdude: stk500_recv(): programmer is not responding
> > > > avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
> > > > avrdude: stk500_recv(): programmer is not responding
> > > > avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
> > > > avrdude: stk500_recv(): programmer is not responding
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Shlomo Solomon
> > > http://the-solomons.net
> > > Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
> > >
> > >
> > > ___
> > > Linux-il mailing list
> > > Linux-il@cs.huji.ac.il
> > > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Arduino on Mageia linux

2017-06-20 Thread Rabin Yasharzadehe
what is the output of `dmesg` when you connect the device to the machine ?

e.g, should be something like this,

[393503.604738] usb 1-4.2: new full-speed USB device number 71 using
xhci_hcd
[393503.698674] usb 1-4.2: New USB device found, idVendor=1a86,
idProduct=7523
[393503.698678] usb 1-4.2: New USB device strings: Mfr=0, Product=2,
SerialNumber=0
[393503.698681] usb 1-4.2: Product: USB2.0-Serial
[393503.757764] usbcore: registered new interface driver ch341
[393503.757789] usbserial: USB Serial support registered for ch341-uart
[393503.757808] ch341 1-4.2:1.0: ch341-uart converter detected
[393503.758600] usb 1-4.2: ch341-uart converter now attached to ttyUSB0


--
Rabin

On 20 June 2017 at 14:20, Shlomo Solomon  wrote:

> Sorry - just noticed I cut off part of the error message, so here it is
> again:
>
> WARNING:  RXTX Version mismatch
> Jar version = RXTX-2.2
> native lib Version = RXTX-2.2pre2
> Binary sketch size: 1,056 bytes (of a 32,256 byte maximum)
> avrdude: stk500_recv(): programmer is not responding
> avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
> avrdude: stk500_recv(): programmer is not responding
> avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
>
>
>
>
>
> On Tue, 20 Jun 2017 13:32:28 +0300
> Shlomo Solomon  wrote:
>
> > I installed the Arduino IDE from Mageia RPMs and added my user to the
> > lock group as instructed.
> >
> > In the tools >> serial port menu, there is no  /dev/ttyUSB0 -
> > only /dev/ttyS0 and  /dev/ttyS1. I tried both of them but could not
> > upload a program. I read that sometimes Arduino needs to be run as
> > root, so I tried that too with no success. Here's what I get when I
> > try to upload:
> >
> > Binary sketch size: 1,056 bytes (of a 32,256 byte maximum)
> > Binary sketch size: 1,056 bytes (of a 32,256 byte maximum)
> > avrdude: stk500_recv(): programmer is not responding
> > avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
> > avrdude: stk500_recv(): programmer is not responding
> > avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
> > avrdude: stk500_recv(): programmer is not responding
> >
> >
> >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
>
>
> ___
> 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: Help configuring Multiboot from ISOs

2017-06-08 Thread Rabin Yasharzadehe
my 2c for this thread,

- when I created my multi-boot USB I had to defrag the ISO after copying
them to the USB, other wise the ISO won't boot properly.
- I used a simple tool like -
https://www.pendrivelinux.com/tag/multiboot-iso/ to create the inital menu
, and extended it manually.

--
Rabin

On 8 June 2017 at 09:35, Amichai Rotman  wrote:

> Hello all,
>
> I am trying to set up a desktop kiosk-style computer at my local Library,
> based on Ubuntu.
>
> My idea is to have a regular desktop mainly  for browsing the Web, but I
> would also like it to be able to reboot into an ISO by clicking an icon on
> the Launcher.
>
> I specifically would like to use the Linux Gamers.net [1] and another ISO
> compressed as squashfs and using syslinux to boot.
>
> I am having trouble configuring the GRUB2 menu
> ​ ​
> entries to boot these as ISOs and I have no idea how to create a launcher
> to boot the computer to the ISOs.
>
> The computer isn't strong enough for a VM...
>
> [1] http://live.linux-gamers.net
>
> Thank you,
>
> Amichai
>
> ___
> 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: Smart home/electricity open standard

2017-05-21 Thread Rabin Yasharzadehe
Just like many I have a dream to "wire" my house with smart devices to
control (and monitor) every aspect,
but unfortunately I didn't have the time to implement any of it (yet)

but I keep my eyes open on the matter and I follow the HackADay blog to
learn about new stuff,
this is how I came across the sonoff devices which where the first devices
I purchase because the option to reprogram there firmware
and avoid the vendor lock problem which most of this devices have.

The OpenHAB froums are also a great place to find devices which work
seamlessly with OpenHAB and find other hardware recommendation.

--
Rabin

On 21 May 2017 at 15:45, Elazar Leibovich <elaz...@gmail.com> wrote:

> OpenHAB is a software that uses many protocols to control smart devices.
> If you have experience with some type of smart electricity, I'm sure it'll
> be interesting to everyone to hear it.
> Thanks,
>
> On Sun, May 21, 2017, 3:40 PM Rabin Yasharzadehe <ra...@rabin.io> wrote:
>
>> There are many implementation and non of them are open standard (iirc)
>> e.g - https://www.postscapes.com/internet-of-things-protocols/
>>
>> If you looking to start smart home project, you should probably start
>> with the server
>> which will manage and will the intermediate for all protocols and devices
>> -- one of them call OpenHAB <https://www.openhab.org/>
>>
>> some devices will require a firmware flashing to make them to work with
>> your "cloud" and not the vendor.
>>
>> one popular and cheep devices to start with are the Sonoff switches.
>>
>> --
>> Rabin
>>
>> On 21 May 2017 at 15:26, Elazar Leibovich <elaz...@gmail.com> wrote:
>>
>>> That it would be reasonable to interact with it with open source tools
>>> or at least from open source OS, and that I would be able to purchase
>>> hardware from multiple vendors.
>>> It's not strictly requires an open protocol, but it's a good
>>> approximation.
>>> Read what I need to reasonably work with KNX, it's not just the wire
>>> protocol.
>>>
>>>
>>> On Sun, May 21, 2017, 2:59 PM Rabin Yasharzadehe <ra...@rabin.io> wrote:
>>>
>>>> Please clarify what do you mean by "open standard for smart home"
>>>> are you referring to the communication between devices ?
>>>>
>>>> --
>>>> Rabin
>>>>
>>>> On 21 May 2017 at 14:29, Elazar Leibovich <elaz...@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>> Is there some open standard for smart home.
>>>>> The only thing I've seen which is close to open standard is KNX.
>>>>> But I'm not sure if there's a free/open source implementation of the
>>>>> standard ETS5 software used to configure KNX modules.
>>>>> Is the files specifying KNX hardware data, e.g., vd2, knxprod
>>>>> https://www.hqs.sbt.siemens.com/cps_product_data/
>>>>> data/search_find_en.htm are open standard?
>>>>>
>>>>> Does anyone on this list know KNX?
>>>>> There are a few related open-source project, but I'm not sure if
>>>>> they're indeed working correctly, nor do I have sufficient understanding 
>>>>> of
>>>>> the ETS/KNX configuration.
>>>>> Is there a more open standard for smart electricity?
>>>>>
>>>>> ___
>>>>> 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: Smart home/electricity open standard

2017-05-21 Thread Rabin Yasharzadehe
There are many implementation and non of them are open standard (iirc)
e.g - https://www.postscapes.com/internet-of-things-protocols/

If you looking to start smart home project, you should probably start with
the server
which will manage and will the intermediate for all protocols and devices
-- one of them call OpenHAB <https://www.openhab.org/>

some devices will require a firmware flashing to make them to work with
your "cloud" and not the vendor.

one popular and cheep devices to start with are the Sonoff switches.

--
Rabin

On 21 May 2017 at 15:26, Elazar Leibovich <elaz...@gmail.com> wrote:

> That it would be reasonable to interact with it with open source tools or
> at least from open source OS, and that I would be able to purchase hardware
> from multiple vendors.
> It's not strictly requires an open protocol, but it's a good approximation.
> Read what I need to reasonably work with KNX, it's not just the wire
> protocol.
>
>
> On Sun, May 21, 2017, 2:59 PM Rabin Yasharzadehe <ra...@rabin.io> wrote:
>
>> Please clarify what do you mean by "open standard for smart home"
>> are you referring to the communication between devices ?
>>
>> --
>> Rabin
>>
>> On 21 May 2017 at 14:29, Elazar Leibovich <elaz...@gmail.com> wrote:
>>
>>> Hi,
>>> Is there some open standard for smart home.
>>> The only thing I've seen which is close to open standard is KNX.
>>> But I'm not sure if there's a free/open source implementation of the
>>> standard ETS5 software used to configure KNX modules.
>>> Is the files specifying KNX hardware data, e.g., vd2, knxprod
>>> https://www.hqs.sbt.siemens.com/cps_product_data/data/search_find_en.htm are
>>> open standard?
>>>
>>> Does anyone on this list know KNX?
>>> There are a few related open-source project, but I'm not sure if they're
>>> indeed working correctly, nor do I have sufficient understanding of the
>>> ETS/KNX configuration.
>>> Is there a more open standard for smart electricity?
>>>
>>> ___
>>> 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: Smart home/electricity open standard

2017-05-21 Thread Rabin Yasharzadehe
Please clarify what do you mean by "open standard for smart home"
are you referring to the communication between devices ?

--
Rabin

On 21 May 2017 at 14:29, Elazar Leibovich  wrote:

> Hi,
> Is there some open standard for smart home.
> The only thing I've seen which is close to open standard is KNX.
> But I'm not sure if there's a free/open source implementation of the
> standard ETS5 software used to configure KNX modules.
> Is the files specifying KNX hardware data, e.g., vd2, knxprod
> https://www.hqs.sbt.siemens.com/cps_product_data/data/search_find_en.htm are
> open standard?
>
> Does anyone on this list know KNX?
> There are a few related open-source project, but I'm not sure if they're
> indeed working correctly, nor do I have sufficient understanding of the
> ETS/KNX configuration.
> Is there a more open standard for smart electricity?
>
> ___
> 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


[What are the] best laptops for Linux?

2017-04-03 Thread Rabin Yasharzadehe
I came a cross this page, others who are looking for new Linux laptop my
find it useful

https://www.slant.co/topics/1184/~laptops-for-linux

my 2c on the matter,
the Lenovo P50 + Dock-station is not working properly ( DisplayPort MST ),
even thought it have Redhat certification
.



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


Re: sendmail or ssmtp or ??

2017-01-05 Thread Rabin Yasharzadehe
Why not Postfix?

On Thu, 5 Jan 2017, 14:45 David Suna,  wrote:

> I have an Ubuntu machine that I am using to develop PHP based web
> application. I now need to configure it so that PHP can send out mail.
> The default seems to be to install sendmail. However, I have seen
> comments that sendmail is overkill and some references to ssmtp.
>
> What would be the recommended way to configure this? Sendmail, ssmtp or
> something else?
>
> Thanks,
>
> --
> David Suna
> da...@davidsconsultants.com
>
>
> ___
> 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: Advice on lightweight laptops for Linux (of course)

2016-12-27 Thread Rabin Yasharzadehe
My 2c for this discussion is ,

*STAY AWAY FROM HYBRID DISPLAYS !!! (aka Optimus or any other
implementation) *

The current state is disaster, with some minimal support.
Only recently Fedora (25) took it as priority to support hybrid graphics
cards out of the box (in Gnome3 only).
and even then only with nouveau driver.

Stick with Intel !

Also check for multi display support with Linux when using a Dockstation.






--
Rabin

On 26 December 2016 at 23:37, Michael Shiloh 
wrote:

> Hello everyone,
>
> I hope everyone is enjoying a very happy Chanukah.
>
> You might recall about a year ago I raised the question of a powerful
> laptop for Linux. I settled on a Thinkpad W541 and I am thrilled with
> it ... except for the weight.
>
> As I travel more and don't need the power of the W541 all the time,
> I'm thinking of a lightweight laptop for daily use.
>
> It's hard for me to consider anything but Thinkpads: I love the
> TrackPoint, the keyboard, the solid feel of the devices, etc. Given
> that, the top two contenders are the X1 Carbon and the T460S.
>
> The X1 is about 2.6 pounds and more expensive than the T460S which
> weighs about 3 pounds.
>
> Another big difference is whether the RAM and/or SSD can be upgraded
> on the X1 (I've seen equally strong claims that they can and can not).
> Some conversations insist they are soldered in, other say that perhaps
> the RAM can be upgraded by the user but is a non-standard form factor
> that can only be purchased from Lenovo.
>
> I think for the extra .4 pounds I'm willing to go with the better
> price of the T460S, especially if upgrading RAM and SSD is not
> possible on the X1 (I usually purchase from Lenovo with less storage
> and upgrade on my own).
>
> Any thoughts or advice?
>
> ___
> 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


Mapping a (lagcy) PHP application

2016-12-15 Thread Rabin Yasharzadehe
Hello everyone,

I inherited a legacy application/code which was originally written in PHP4,
and letter on was "upgraded" to PHP5.

the code is (mostly) a collection of individual pages which are stitched
some how together to form a working web-application.

the code base is quite big and I'm looking for a tool which can create some
sort of a (visual) work-flow view of the code, just so I could get a
overview of the application.

I googled a bit and found a tool called phpCallGraph which won't run and it
seems is not minted any more.

Some one on stackoverflow

suggested to use xdebug profiling option and visualize the result with
KCacheGrind, but it didn't give me what is hopping for - a workflow.

Do anyone have any suggestion for a tool which can help me to get a
work-flow for the application ?

Thanks in advance

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


Re: CentOS yum install problem

2016-12-08 Thread Rabin Yasharzadehe
Seems right, try commenting the mirror line and use a direct URL, and see
if it's help. You can also try using curl or wget to check if it's a
network problem

On Thu, 8 Dec 2016, 21:33 David Suna, <da...@davidsconsultants.com> wrote:

> I tried "yum clean all" but that didn't help. I am not sure how to tell
> where the url's should be pointing. Here is what I have in CentOS-Base.repo
>
> # CentOS-Base.repo
> #
> # The mirror system uses the connecting IP address of the client and the
> # update status of each mirror to pick mirrors that are updated to and
> # geographically close to the client.  You should use this for CentOS
> updates
> # unless you are manually picking other mirrors.
> #
> # If the mirrorlist= does not work for you, as a fall back you can try the
> # remarked out baseurl= line instead.
> #
> #
>
> [base]
> name=CentOS-$releasever - Base
> mirrorlist=
> http://mirrorlist.centos.org/?release=$releasever=$basearch=os=$infra
> #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
> enabled=1
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
>
> #released updates
> [updates]
> name=CentOS-$releasever - Updates
> mirrorlist=
> http://mirrorlist.centos.org/?release=$releasever=$basearch=updates=$infra
> #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
> enabled=1
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
>
> #additional packages that may be useful
> [extras]
> name=CentOS-$releasever - Extras
> mirrorlist=
> http://mirrorlist.centos.org/?release=$releasever=$basearch=extras=$infra
> #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
> gpgcheck=1
> pgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
>
> #additional packages that extend functionality of existing packages
> [centosplus]
> name=CentOS-$releasever - Plus
> mirrorlist=
> http://mirrorlist.centos.org/?release=$releasever=$basearch=centosplus=$infra
> #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
> gpgcheck=1
> enabled=0
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
>
> #contrib - packages by Centos Users
> [contrib]
> name=CentOS-$releasever - Contrib
> mirrorlist=
> http://mirrorlist.centos.org/?release=$releasever=$basearch=contrib=$infra
> #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
> gpgcheck=1
> enabled=0
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
>
>
> On 08/12/16 21:00, Rabin Yasharzadehe wrote:
>
> +1 for `yum clean all`
>
> also make sure your repos in the `/etc/yum.repo.d/` folder are enabled and
> are pointing to a valid repos.
> some VPS provider will change the url's in this files to point to there
> proxy server to save time and BW,
>
>
>
>
> --
> Rabin
>
> On 8 December 2016 at 18:57, David Suna <da...@davidsconsultants.com>
> wrote:
>
> I am using CentOS for the first time on a GoDaddy Virtual Private Server.
> Yesterday I was able to install packages without a problem. Today, for some
> reason, any package I try to search for I get a No Matches found error. And
> any package I try to install I get No package  available.
>
> I am a Debian / Ubuntu user so I am a little lost in the CentOS - yum
> world. GoDaddy support is completely worthless. I have tried searching on
> Google but have not found what I am looking for.
>
> Can anyone give me a pointer to how I can solve this problem?
>
> Thanks,
>
>
> --
> David Suna
> da...@davidsconsultants.com
>
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
>
> --
> David sunada...@davidsconsultants.com
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: CentOS yum install problem

2016-12-08 Thread Rabin Yasharzadehe
+1 for `yum clean all`

also make sure your repos in the `/etc/yum.repo.d/` folder are enabled and
are pointing to a valid repos.
some VPS provider will change the url's in this files to point to there
proxy server to save time and BW,




--
Rabin

On 8 December 2016 at 18:57, David Suna  wrote:

> I am using CentOS for the first time on a GoDaddy Virtual Private Server.
> Yesterday I was able to install packages without a problem. Today, for some
> reason, any package I try to search for I get a No Matches found error. And
> any package I try to install I get No package  available.
>
> I am a Debian / Ubuntu user so I am a little lost in the CentOS - yum
> world. GoDaddy support is completely worthless. I have tried searching on
> Google but have not found what I am looking for.
>
> Can anyone give me a pointer to how I can solve this problem?
>
> Thanks,
>
>
> --
> David Suna
> da...@davidsconsultants.com
>
>
> ___
> 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: How can the total memory consumption rise without top/htop displaying increasing processes' use?

2016-08-03 Thread Rabin Yasharzadehe
Maybe it's writing/logging something to a tmpfs folder (like /tmp)

--
Rabin

On 3 August 2016 at 16:43, Shlomi Fish  wrote:

> Hi all,
>
> On Wed, Aug 3, 2016 at 3:23 PM, Shlomi Fish  wrote:
>
>> Hi all!
>>
>> I reported a bug in VLC earlier today about it causing increasing total
>> RAM consumption:
>>
>> https://trac.videolan.org/vlc/ticket/17241
>>
>> However, the strange thing is when it happens, the %MEM usage of the
>> system increases, but I don't see it in htop/top (as root)'s individual
>> processes' RAM consumption. And the memory gets freed after I quit VLC
>> Player.
>>
>> Why? How is it possible? Where does all the memory go?
>>
>> I'm on mageia v6 x86-64 with :
>>
>> shlomif@telaviv1:~$ uname -a
>> Linux telaviv1.shlomifish.org 4.7.0-desktop-2.mga6 #1 SMP Sat Jul 30
>> 21:54:30 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
>>
>> Is this a bug somewhere? Any insights will be appreciated.
>>
>>
> One update is that I discovered that the VLC process's "VIRT" column in
> htop continuously increases while it is exhibiting this problem while the
> rest of the memory-related columns (including the percentage) remain the
> same.
>
> M_SIZE (VIRT)
> The size of the virtual memory of the process.
>
>
> Thanks to someone on Freenode for the tip.
>
> --
> Shlomi Fish http://www.shlomifish.org/
>
> You can never truly appreciate The Gilmore Girls until you've watched it
> in the original Klingon.
>
> Please reply to list if it's a mailing list post - http://shlom.in/reply .
>
> ___
> 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: Raspberry PI - analog sensors with Arduino

2016-08-02 Thread Rabin Yasharzadehe
אין מידע טכני על הערכה עצמה (יש רק רשימה של המודולים), אבל ממה שאני רואה
מהתמונה השניה מדובר ברכיבים שמורכבים על לוחות PCB שיש לו פינים שאמורים להקל
עליך לחבר את ה"מודול" לתוך מטריצה מחוררת
<http://skpang.co.uk/catalog/images/raspberrypi/kits/IMG_0003.jpg> ואז אתה
רק צריך לגשר מה-BOARD של ה-RPI לתבנית.

שים לב גם שה-RPI לא אמור לתת לך הרבה זרם ביציאה של הפינים , אז אל תנסה
להשתמש בו כדי לדחוף התקנים טובענים שצורכים הרבה זרם (ממסרים , מנועים וכ"ד)
אחרת זה יהרוס לך את היציאות של ה-RPI (בשביל למתג דברים כאלה אתה תצתרך סוג
של דוחף זרם\טרנזיסטור)

-- 
בגדול נראה לי שהערכה תעבוד ,
מהתעוד של ה-GPIO של ה-RPI אני רואה שהוא עובד על מתחים של 5V ו-3.3, שזה אמור
להספיק לך לרוב הדברים שאני רואה שם בערכה בלי בעיה.
אבל כדי להיות בטוח הייתי מבקש מהספק שישלח לך DATASHEET פרטני יותר של כל
הרכיבים שיש שם בערכה.






--
Rabin

On 2 August 2016 at 19:14, Shlomo Solomon <shlomo.solo...@gmail.com> wrote:

> Actually, since my purpose is to experiment and learn , **getting my
> hands dirty** with datasheets, etc is OK.
>
> By what you write, I assume you have some experience or knowledge, so
> I'll ask what I really should have asked in my original post. There are
> many sensor kits on e-bay, but although some of them mention Raspberry
> PI, it seems that they are not "really" meant for the PI, but for
> Arduino.
>
> Assuming, I'm willing to **dirty my hands**, do you think they should
> work on a PI?
>
> I'm including a link to a typical kit.
>
>
> http://www.ebay.com/itm/322176545722?_trksid=p2055119.m1438.l2649=STRK%3AMEBIDX%3AIT
>
>
>
>
> On Tue, 2 Aug 2016 18:40:05 +0300
> Rabin Yasharzadehe <ra...@rabin.io> wrote:
>
> > קח בחשבון שיש הבדל מהותי בין שימוש בצ'יפים נטו לבין מודולים מוכנים,
> > לרוב מודולים יעשו לך את העבודה הקשה של התממשקות עם ה-CHIP וגם קינפוג
> > ברמת החיווט!
> > כמו כן גם יחשפו לך את המידע על פרוטוקול סיריאלי פשוט כמו RS232, בלי
> > שתצתרך להמיר אותו.
> >
> > אם אתה לוקח ADC למשל ומנסה להשתמש בו AS-IS אתה צריך לעבור על
> > ה-DATASHEET שלו כדי להבין כיצד להביא אותו למצב עבודה.
> > ולהבין כיצד לבצע איתו דגימות וכיצד לתרגם את התשובה שלו לערך עשרוני.
> >
> > --
> > Rabin
> >
> > On 31 July 2016 at 12:37, Shlomo Solomon <shlomo.solo...@gmail.com>
> > wrote:
> >
> > > Thanks to Kobi and Jason.
> > >
> > > In the meantime, I've done more research, and I see that there are
> > > several ADC (analog digital converter) chips available to help the
> > > PI use analog input.
> > > Since my main purpose is to learn to use and program the GPIO pins
> > > on the PI, I guess that would be a good solution - especially since
> > > my C++ skills are REALLY rusty and I'm much more comfortable with
> > > Python.
> > >
> > > Again - thanks for your replies
> > >
> > >
> > > On Sun, 31 Jul 2016 09:25:31 +0300
> > > Kobi Zamir <kobi.za...@gmail.com> wrote:
> > >
> > > > Hi, I also think like Json.
> > > >
> > > > For the first time you play with an arduino, use a board that has:
> > > >
> > > > 1. a usb connector for programming and i/o
> > > > 2. pre-soldered connectors
> > > > 3. use standard arduino connector arrangement (like in the arduino
> > > > uno)
> > > >
> > > > For example:
> > > >
> > >
> http://www.ebay.com/itm/UNO-R3-ATmega328P-Development-Board-for-Arduino-Compatible-Free-USB-Cable-/191617917471
> > > >
> > > >
> > > >
> > > > On Sun, Jul 31, 2016 at 9:03 AM, Jason Friedman
> > > > <write.to.ja...@gmail.com> wrote:
> > > >
> > > > >
> > > > >
> > > > >> I have absolutely no knowledge about the Arduino, but I've seen
> > > > >> clones advertised on e-bay for less than $2 - link below.
> > > > >>
> > > > >> Can anyone tell me if this as actually a working solution and
> > > > >> if the low price is actually possible?
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > >
> http://www.ebay.com/itm/1PCS-Pro-Mini-atmega328-5V-16M-Replace-ATmega128-Arduino-Compatible-Nano-/152160908037?hash=item236d7f3305:g:MMcAAOSw2GlXLD~U
> > > > >>
> > > > >>
> > > > > Arduino is probably the easiest / cheapest way to access analog
> > > > > sensors. While quality of these do vary, I have had good
> > > > > experience with these very cheap units. Note that you need to
> &

Re: Raspberry PI - analog sensors with Arduino

2016-08-02 Thread Rabin Yasharzadehe
קח בחשבון שיש הבדל מהותי בין שימוש בצ'יפים נטו לבין מודולים מוכנים,
לרוב מודולים יעשו לך את העבודה הקשה של התממשקות עם ה-CHIP וגם קינפוג ברמת
החיווט!
כמו כן גם יחשפו לך את המידע על פרוטוקול סיריאלי פשוט כמו RS232, בלי שתצתרך
להמיר אותו.

אם אתה לוקח ADC למשל ומנסה להשתמש בו AS-IS אתה צריך לעבור על ה-DATASHEET
שלו כדי להבין כיצד להביא אותו למצב עבודה.
ולהבין כיצד לבצע איתו דגימות וכיצד לתרגם את התשובה שלו לערך עשרוני.

--
Rabin

On 31 July 2016 at 12:37, Shlomo Solomon  wrote:

> Thanks to Kobi and Jason.
>
> In the meantime, I've done more research, and I see that there are
> several ADC (analog digital converter) chips available to help the PI
> use analog input.
> Since my main purpose is to learn to use and program the GPIO pins on
> the PI, I guess that would be a good solution - especially since my C++
> skills are REALLY rusty and I'm much more comfortable with Python.
>
> Again - thanks for your replies
>
>
> On Sun, 31 Jul 2016 09:25:31 +0300
> Kobi Zamir  wrote:
>
> > Hi, I also think like Json.
> >
> > For the first time you play with an arduino, use a board that has:
> >
> > 1. a usb connector for programming and i/o
> > 2. pre-soldered connectors
> > 3. use standard arduino connector arrangement (like in the arduino
> > uno)
> >
> > For example:
> >
> http://www.ebay.com/itm/UNO-R3-ATmega328P-Development-Board-for-Arduino-Compatible-Free-USB-Cable-/191617917471
> >
> >
> >
> > On Sun, Jul 31, 2016 at 9:03 AM, Jason Friedman
> >  wrote:
> >
> > >
> > >
> > >> I have absolutely no knowledge about the Arduino, but I've seen
> > >> clones advertised on e-bay for less than $2 - link below.
> > >>
> > >> Can anyone tell me if this as actually a working solution and if
> > >> the low price is actually possible?
> > >>
> > >>
> > >>
> > >>
> http://www.ebay.com/itm/1PCS-Pro-Mini-atmega328-5V-16M-Replace-ATmega128-Arduino-Compatible-Nano-/152160908037?hash=item236d7f3305:g:MMcAAOSw2GlXLD~U
> > >>
> > >>
> > > Arduino is probably the easiest / cheapest way to access analog
> > > sensors. While quality of these do vary, I have had good experience
> > > with these very cheap units. Note that you need to program these
> > > devices via a USB cable and an FTDI programmer (you can also find
> > > one on ebay for a few dollars). I would recommend for someone new
> > > to Arduino that you get an Arduino uno / sparkfun redboard (or a
> > > chinese clone of one of these) - they have the programmer built
> > > into the board (so you just plug it via USB to your computer). They
> > > also have headers soldered onto the board already, so you can
> > > connect sensors, LEDs, etc without soldering, which is good for
> > > getting started.
> > >
> > > Jason
> > >
> > >
> > >
> > >> --
> > >> Shlomo Solomon
> > >> http://the-solomons.net
> > >> Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
> > >>
> > >>
> > >> ___
> > >> Linux-il mailing list
> > >> Linux-il@cs.huji.ac.il
> > >> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >>
> > >
> > >
> > >
> > > --
> > > Jason Friedman, PhD
> > > Senior Lecturer
> > > Department of Physical Therapy
> > > Tel Aviv University
> > > email: write.to.ja...@gmail.com
> > > web: http://curiousjason.com
> > >
> > > ___
> > > Linux-il mailing list
> > > Linux-il@cs.huji.ac.il
> > > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >
> > >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
>
>
> ___
> 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: Chromium homepage problem - OR - Have I been hacked?

2016-07-26 Thread Rabin Yasharzadehe
try disabling all your extension,
some extensions developers will sell there extensions to some 3rd party
 which will then embed some nasty stuff inside of them.

worst case, you can try and reset your chrome profile.

--
Rabin

On 26 July 2016 at 17:52, Shlomo Solomon  wrote:

> OK - I "sort of" solved this by installing an extension - Speed Dial
> 2 - in Chromium.
>
> But I still have no idea why it happened in the first place.
>
>
> On Tue, 26 Jul 2016 17:21:34 +0300
> Shlomo Solomon  wrote:
>
> > A small correction to what I wrote. The problem happens when I click
> > "New Tab" to the right of the open tabs - NOT when I click Home.
> >
> > On Tue, 26 Jul 2016 17:08:05 +0300
> > Shlomo Solomon  wrote:
> >
> > > I'm using Chromium 51.0.2704.103 on Mageia 5.
> > > My homepage is set to www.google.com
> > >
> > > Today, for no reason that I can see, when I click on the home
> > > button, seemingly "random" pages open, with one thing in common.
> > > They all look similar to Google (white background, search window
> > > etc), but instead of the Google logo, I see the word SEARCH in the
> > > colors of the Google logo.
> > >
> > > If I actually type www.google.com, I get to Google. The problem is
> > > only when I click on the home icon.
> > >
> > > I tried clearing cache, browser history etc but no change.
> > > I changed my home page to www.ynet.co.il, and I still get the
> > > "random" SEARCH sites.
> > >
> > > Has anyone seen this behaviour?
> > >
> > > I'm including a few of the sites I've been reaching. Notice that
> > > many (but not all) are from .ru:
> > >
> > > http://miyake-inc.com/i/searchsss.html
> > > http://safesearch5.ru/stm.html
> > > http://mystartpage1.ru/i/start.html
> > > http://mystartpage6.ru/blank.html
> > > http://wzscnet.com/i/startm.html
> > > http://safesearch4.ru/startss.html
> > > http://safesearch3.ru/startt.html
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
>
>
> ___
> 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: Hebrew monospace font

2016-07-10 Thread Rabin Yasharzadehe
I also was looking for a Hebrew mono spaced font, but didn't found any one
i like ,

I was looking for a why to merge the Hebrew glyphs from GNU-Mono into
Anka/Code but using fontforge,
but it didn't work for me, so i gave up.

But some applications/editor's/IDE's support the option to set a secondary
font as fallback
- this allow me to set the default to the one i like (currently it
Anka/Code and Source Code Pro)
- and use GNU Mono as my fallback font




--
Rabin

On 10 July 2016 at 18:22, Mord Behar  wrote:

> Hi
>
> I've been looking for a good monospace font that supports Hebrew
> characters (unfortunately people tend to write comments in Hebrew and/or
> hardcode html elements).
> My monospace font of choice is Hack (http://sourcefoundry.org/hack/), but
> it doesn't support Hebrew.
>
> ___
> 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: How dynamic is the dynamic IP from ISPs ? (Bezeq Int + HOT)

2016-06-14 Thread Rabin Yasharzadehe
​If have your own domain, you can use CloudFlare as your NS service, and
then you can use there API to update your zone/ip for your home.

http://blog.rabin.io/sysadmin/dynamic-dns-cloudflare​


--
Rabin

On 14 June 2016 at 11:47, Gabor Szabo  wrote:

> Thanks everyone. I see I am probably way behind the current state of
> technology in ISP connectivity and routing.
>
> As far as I know, I am using a dialer which resides in the HotBox they
> gave me. (which is then connected to my own router)
> and if I am not mistaken this means it uses ppp to connect to their side
> and to get the IP.
>
> In the end I only want to be able to ssh to a machine at home. Through
> that ssh I can access anything I need,
> but I am still not sure if and how I am going to do that if I give up my
> nice IP.
>
> I'll try it at another location where we have dynamic IP and see how does
> that work out.
>
> Gabor
>
>
> ___
> 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: running wireshark-gtk on Mageia

2016-06-13 Thread Rabin Yasharzadehe
Did you add your user to the wireshark group ?

--
Rabin

On 13 June 2016 at 15:39, Shlomo Solomon  wrote:

> I'm trying to use wireshark-gtk on my Mageia box, but I'm getting the
> following message:
> "No interface can be used for capturing in this sytem with the current
> configuration.
> (couldn't run /usr/bin/dumpcap in child process Permission denied)"
>
> Needless to say, I don't want to run wireshark as root.
>
> Based on the Wireshark help, I tried:
>
> [solomon@shlomo1 ~]$ sudo setcap 'CAP_NET_RAW+eip
> CAP_NET_ADMIN+eip' /usr/bin/dumpcap
>
> and got:
> sudo: setcap: command not found
>
>
> What am I missing?
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by Claws Mail 3.11.1 - KDE 4.14.5 - LINUX Mageia 5
>
>
> ___
> 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: vdsl2 router

2016-03-01 Thread Rabin Yasharzadehe
In my opinion , a good place to start is this list -
http://www.netcheif.com/Articles/VDSL_Router/VDSL_Router.htm
find one/two that meet your demand, and then check if they have support for
openwrt/dd-wrt

--
Rabin

On 1 March 2016 at 12:43, sara fink  wrote:

> Hi Everyone
>
> I would like to buy a vdsl2 router that supports openwrt or ddwrt. Anyone
> has experience with a good router? Xphone gives dlink 225 which doesn't
> support openwrt.
>
> ___
> 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: ביצוע תיאום מס באתר המיסים

2016-02-22 Thread Rabin Yasharzadehe
Open the `Developer Console` and goto the network tab,
clean the log before pressing the "חשב" button, this should give a better
overview what really is happening.

- also try and change/fake the user-agent string and see if that help in
any why.
- my guess is that there is some JS not hooking.


--
Rabin

2016-02-21 20:46 GMT+02:00 Amichai Rotman :

> שלום חברים,
>
> צר לי שאני כותב בעברית, אך אין לי מושג איך להתייחס לנושא באנגלית (וגם אין
> טעם):
>
> אמא שלי עברה ללינוקס. היא מנסה למלא את הטופס המקוון לביצוע תיאום מס[1].
> לאחר הזנת כל הנתונים, היא לוחצת על כפתור "חשב" ו כלום לא קורה. הדפדפן
> מנסה ליצור קשר עם השרת (Waiting for www.misim.gov.il...) לעד...
>
> היא עובדת עם דפדפן כרום בגרסה האחרונה (48.0.2564.109 (Official Build)
> (64-bit)) על אובונטו 14.04.4 64Bit.
>
> אני בטוח שדובר פה רבות על הנושא בעבר. אשמח לעדכון ופתרון, אם יש...
>
> כמובן שבתמיכה ​אמרו לה לנסות עם Exlorer..
>
> תודה,
>
> עממיחי רוטמן
>
>
> ___
> 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: RFC: Creating an Israeli directory of Linux savvy Computer Professionals?

2016-02-14 Thread Rabin Yasharzadehe
On 13 February 2016 at 23:27, Amichai Rotman  wrote:

> We (as a community) need to revamp the http://www.linux.org.il web site.
> In it's current state, it looks like an outdated early 90s site...
>

​+1​


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


Re: Configuring Wifi on Centos/7

2016-01-11 Thread Rabin Yasharzadehe
1. but why CentOS on a Laptop ?
2. lsusb/lspci list the wireless device ? > google for the device name and
"centos" maybe you need a specific package for the firmware.

--
Rabin

On 11 January 2016 at 14:35, Israel Shikler 
wrote:

> Hi All ,
>
> As a novice on Linux I need some help.
> I have installed Centos/7 on Del Vostro 1014.
> I got Lan connection immediately, but WIFI wont be dispalyed on the
> network  tab.
> Tried all kind of Linux commands in order to display the WIFI card/dev but
> to no avail
>
>
> Any help will be appreciated.
>
> ,
>
> Israel Shikler
>
>
> Phone : 972-77-5354006
> Mobile : 972-50-2885100
> Fax : 153-77-5348967
>
>
> ___
> 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: Testing my network for vulnerabilities

2015-12-24 Thread Rabin Yasharzadehe
use Kali Linux which come preloaded with many security tools,
and check out OpenVAS.


--
Rabin

On 24 December 2015 at 12:21, Erez D  wrote:

> I would like to tighten my internal network security and to protect
> against rouge computers on my LAN.
>
> Anybody knows of a good tool to scan my network for vulnerabilities ?
>
> ___
> 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: How to search Linux Kernel changelogs? (USB disconnect problem)

2015-12-21 Thread Rabin Yasharzadehe
do you install/use powertop or tlp ?

--
Rabin

On 21 December 2015 at 12:53, Omer Zak  wrote:

> During the last several months, I was having a problem of USB mouse
> disconnecting and reconnecting very often in my Linux system (Debian
> Wheezy, kernels 3.16.0-4-amd64 and 4.2.0-0.bpo.1-amd64). Recently a
> similar problem started to affect also my printer.
>
> Hardware problems were ruled out yesterday in the computer repair lab.
>
> I found some information which suggested that it has to do with USB
> power control, and that there are several problems with USB handling in
> general.
>
> I also saw that other people complain about similar problems, often
> without a solution to their problems.
>
> So I wanted to search the Linux Kernel changelogs for any recent changes
> in the USB subsystem.
>
> Unfortunately I found no such search function.
> https://www.kernel.org/pub/linux/kernel/ has all changelogs in its
> subdirectories but no search function.
> The search function in http://kernelnewbies.org/LinuxChanges is broken -
> I get Web searches even when I choose "This site".
>
> What do you do when you need to search Linux kernel changesets for
> relevant changes?
>
> --- Omer
>
>
> --
> As long as there are families which throw their teenager sons and
> daughters out of home if they turn out to be gays or lesbians, Gay Pride
> Parade events are needed.
> As long as the most common cause of suicide by teenagers is their
> finding out that they are gays or lesbians, Gay Pride Parade events are
> needed.
> My own blog is at http://www.zak.co.il/tddpirate/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with which
> I may be affiliated in any way.
> WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html
>
>
> ___
> 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: How to search Linux Kernel changelogs? (USB disconnect problem)

2015-12-21 Thread Rabin Yasharzadehe
I had a "problem" with tlp & powertop when i tried to used this tools to
configure my system (laptop) to conserve energy,
I enabled all tunable options, and I started to experience smiler symptom
as you describe above,
where my mouse will suddenly stop working, and my disk was contently
sniping down and that created lags when I was switching tabs in the browser.




--
Rabin

On 21 December 2015 at 13:54, Omer Zak <w...@zak.co.il> wrote:

> At your hint, I have installed powertop.
> I did not find a tip in Debian, but there is a tiptop command in my
> system.
> How can they help me diagnose USB problems?
>
>
> On Mon, 2015-12-21 at 13:35 +0200, Rabin Yasharzadehe wrote:
> > do you install/use powertop or tlp ?
> >
>
> > On 21 December 2015 at 12:53, Omer Zak <w...@zak.co.il> wrote:
> > During the last several months, I was having a problem of USB
> > mouse
> > disconnecting and reconnecting very often in my Linux system
> > (Debian
> > Wheezy, kernels 3.16.0-4-amd64 and 4.2.0-0.bpo.1-amd64).
> > Recently a
> > similar problem started to affect also my printer.
> >
> > Hardware problems were ruled out yesterday in the computer
> > repair lab.
> >
> > I found some information which suggested that it has to do
> > with USB
> > power control, and that there are several problems with USB
> > handling in
> > general.
> >
> > I also saw that other people complain about similar problems,
> > often
> > without a solution to their problems.
> >
> > So I wanted to search the Linux Kernel changelogs for any
> > recent changes
> > in the USB subsystem.
> >
> > Unfortunately I found no such search function.
> > https://www.kernel.org/pub/linux/kernel/ has all changelogs in
> > its
> > subdirectories but no search function.
> > The search function in http://kernelnewbies.org/LinuxChanges
> > is broken -
> > I get Web searches even when I choose "This site".
> >
> > What do you do when you need to search Linux kernel changesets
> > for
> > relevant changes?
>
>
> --
> The key to making programs fast is to make them do practically nothing.
> Mike Haertel (original author of GNU grep)
> My own blog is at http://www.zak.co.il/tddpirate/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with which
> I may be affiliated in any way.
> WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html
>
>
> ___
> 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: where to buy a raspberry Pi?

2015-12-15 Thread Rabin Yasharzadehe
You can order Online from - http://www.arihav.com
and IIRC you have several stores on "שלום ציון" next to the New CBS in TLV.

--
Rabin

On 15 December 2015 at 07:38, Steve G.  wrote:

> While we are at it, I am taking a Coursera course (
> https://www.coursera.org/learn/raspberry-pi-platform/home/welcome) which
> requires me to have the following components:
>
> 1 breadboard
> *6 wires with female leads, 24 AWG (or 2 servo cables)*
> *8 wires which can fit a breadboard (24 AWG)*
> 3 LEDs
> *2 pushbuttons which can be mounted into a breadboard*
> 3 1 KOhm resistors
>
>
> I need to get the items that are in bold - can anyone recommend a store in
> Tel Aviv where I can find these items? Or a mail-order in Israel where I
> can specify the specific items?
>
> Thanks,
>
> Zvi.
>
> PS If these places also had the R-pi compatible camera and GPS, I'd at
> least think about it (and if the price is right, buy at least the camera)
> for future fun.
>
>
>
>
> On Thu, Dec 10, 2015 at 2:30 PM, Steve G.  wrote:
>
>> You can get a kit from Amazon, and they will ship to Israel if you choose
>> the right product. The kit includes the hdmi cable, SD, breadboard,
>> resistors, diodes, wifi dongle heat sinks and possibly 1-2 more items. Make
>> sure the particular vendor ships to Israel - not all do.
>>
>> You can also buy direct from vendors, adafruit is one, there are links to
>> others on the raspi web site.
>>
>> while you're at it, why not get the compatible camera and gps.
>>
>> On Tue, Dec 8, 2015 at 1:50 PM, Tzafrir Cohen 
>> wrote:
>>
>>> On Tue, Dec 08, 2015 at 11:13:44AM +0200, geoffrey mendelson wrote:
>>> > My son has become interested in  the Raspberry Pi after hearing about
>>> the Pi
>>> > Zero.
>>> >
>>> > I would like to strike while the iron is hot, as it were, and get him
>>> a Pi
>>> > he could use.
>>> >
>>> > He currently is a Windows users and has no programming experience.
>>> >
>>> > He is a native Hebrew and English speaker, but prefers to read
>>> Hebrew.  I
>>> > will be mentoring and need English.
>>> >
>>> > Is there a Pi user's group or website, etc, in Hebrew?
>>> >
>>> > Where can I get him a Pi (the latest version of the regular Pi, not the
>>> > Zero), with everything, .e.g case, power supply, HDMI cable, USB hub or
>>> > cable to provide my own, memory card with operating system, and so on.
>>> > Basically, a plug and play system?
>>>
>>> Pi board, case: yeah, get from the store.
>>>
>>> HDMI Cable, USB Hub: just get from any local shop.
>>>
>>> SD: Either order, or buy an SD, download an image and dd / cat / cp it
>>> to the SD yourself (requires an SD "reader", but it is a raher common
>>> equipment).
>>>
>>> Power supply: A decent one of a mobile phone will likely do, IIRC, and
>>> those are likewise common.
>>>
>>> That said, there may also be other useful hardware addons.
>>> For instance, a breadboard, some LEDs, switches and resistors (which,
>>> again, you could find in a local electronics shop. Hopefully. I did find
>>> one in the not so central place I reside. Well, except the breadboard).
>>>
>>> --
>>> Tzafrir Cohen | tzaf...@jabber.org | VIM is
>>> http://tzafrir.org.il || a Mutt's
>>> tzaf...@cohens.org.il ||  best
>>> tzaf...@debian.org|| friend
>>>
>>> ___
>>> Linux-il mailing list
>>> Linux-il@cs.huji.ac.il
>>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>>
>>
>>
>>
>> --
>> Sincerely,
>>
>> Steve
>>
>> http://www.words2u.net - GPS points and tracks (mainly in Costa Rica)
>>
>> http://www.words2u.net/recipes - Recipe collection
>>
>
>
>
> --
> Sincerely,
>
> Steve
>
> http://www.words2u.net - GPS points and tracks (mainly in Costa Rica)
>
> http://www.words2u.net/recipes - Recipe collection
>
> ___
> 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: Summary: Which Linux distribution is stable yet up-to-date

2015-12-01 Thread Rabin Yasharzadehe
I never said Fedora is unstable!
Arch can be unstable because it try to be on the bleeding edge,

Fedora is "bleeding edge" as far as a stable release can be.
and it has a short release/support cycle.

--
Rabin

On 1 December 2015 at 20:10, Omer Zak <w...@zak.co.il> wrote:

> Yesterday I posted my question about selecting a Linux distribution to
> serve as the host Linux distribution for a system which runs Docker and
> a virtualization system.
>
> For such a system, I'll want to use a stable but up-to-date kernel.
>
> Unstable distributions will be operated inside a virtual machine or a
> Docker container, as needed.
>
> Several people responded with suggestions.
>
> Rabin Yasharzadehe suggested Arch and Fedora - both as unstable
> distributions.
> Shlomi Fish suggested Mageia, which gets a release roughly every 9
> months. Its unstable counterpart is Cauldron. He had a problem using
> VirtualBox (the virtualization solution which I am currently using) on
> Mageia.
> Yuval Adam claims that Arch Linux manages to be extremely stable without
> losing the ability to get frequent updates.
> Jeremy Hoyland suggested the use of Linux Mint. But he said nothing
> about its stability.
> Steve Litt proposes the use of a rolling release. He recommends Void as
> more stable than the alternatives. Unlike me, systemd use or avoidance
> is for him a religious issue.
> Sara Fink suggests Gentoo, which has what to offer to both sides of the
> systemd divide. Not clear how stable is it.
> Tzafrir Cohen pointed out that Debian Stable strives to maintain a
> stable interface to Kernel modules.
>
> The winners so far are Arch and Void.
>
> Yet another option is to use Debian Stable as the host operating system,
> like I did so far, but compile and install my own kernel builds
> according to the instructions in places such as:
>
> http://www.cyberciti.biz/faq/debian-ubuntu-building-installing-a-custom-linux-kernel/
>
> User space programs, which rely upon bleeding-edge features of the
> kernel, will be run from containers as needed, thus hopefully
> restricting somewhat any damage they could cause.
>
> Thanks to all responders.
> --- Omer
>
>
> --
> We will only have peace with the Arabs when they love their children
> more than they hate us.
>Golda Meir (Israeli Prime Minister between 1969-1974)
> My own blog is at http://www.zak.co.il/tddpirate/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with which
> I may be affiliated in any way.
> WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html
>
>
> ___
> 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: persistent private browsing ?

2015-11-17 Thread Rabin Yasharzadehe
In my case for each new Chrome session I install `ublock origin` , which
allow you to backup your setting to a file.
but you may find where the plugin save it configuration and re-apply them
after chrome start.

I also now about `proxy switchysharp` which allow you to export it
configurations.



--
Rabin

On 17 November 2015 at 12:52, Erez D <erez0...@gmail.com> wrote:

>
>
> On Tue, Nov 17, 2015 at 12:33 PM, Rabin Yasharzadehe <ra...@rabin.io>
> wrote:
>
>> That's right, Incognito/Privet Browsing mode share the same session.
>> this is why you need to create a new profile for each case.
>>
>> Chrome & Firefox can be configure to run with pre-installed addons,
>> but you may need to configure them if needed.
>> but there some extension which allow you to export there settings (so
>> maybe you can automate the import ?).
>>
> do you know which ?
>
>>
>> --
>> Rabin
>>
>> On 17 November 2015 at 11:19, Erez D <erez0...@gmail.com> wrote:
>>
>>> you are correct
>>>
>>> however, it is  needed to re-configire each and every profile - plugins,
>>> master password etc
>>>
>>> would be nice to have different profiles with some common settings, on
>>> different tabs on same window ...
>>>
>>> btw, i found that even 'private browsing' is not so private as if you
>>> open multiple tabs or windows of private browsing, they all share the same
>>> cookies.
>>> the only thing different about private browsing is that the cookies are
>>> deleted when all the private browsing sessions end.
>>>
>>> On Sun, Nov 15, 2015 at 5:53 PM, E.S. Rosenberg <e...@g.jct.ac.il> wrote:
>>>
>>>> If I'm not mistaken you should be able to accomplish this by starting
>>>> Firefox with a different profile (firefox -P or firefox --profile)
>>>>
>>>> 2015-11-15 10:36 GMT+02:00 Efraim Flashner <efr...@flashner.co.il>:
>>>> > I'm using privacy badger to block the following aspects of the
>>>> different ads, including facebook. Doesn't sandbox them, but does keep them
>>>> all from following me around the web.  I'm also using privoxy with tor to
>>>> pass my browser traffic through tor, but that's not really going to make a
>>>> difference in relation to your question.
>>>> >
>>>> >
>>>> > On Sun, 15 Nov 2015 10:26:18 +0200
>>>> > Rabin Yasharzadehe <ra...@rabin.io> wrote:
>>>> >
>>>> >> I'm using chrome and launch it with a new DATADIR each time. (see
>>>> here
>>>> >> <
>>>> http://blog.rabin.io/linux/start-chrome-temp-profile-with-preinstalled-extension
>>>> >
>>>> >> )
>>>> >> useful for sites which need flash.
>>>> >>
>>>> >> I was having problems downloading the CRX files so now i just point
>>>> them
>>>> >> directly in the config file
>>>> >> and each new Chrome run will download them.
>>>> >>
>>>> >> --
>>>> >> Rabin
>>>> >>
>>>> >> On 15 November 2015 at 10:18, Erez D <erez0...@gmail.com> wrote:
>>>> >>
>>>> >> > Hello
>>>> >> >
>>>> >> > Today browsers support Private Browsing mode (e.g. sandbox) .
>>>> however,
>>>> >> > when i close that window, all it's data is lost, next time i will
>>>> again
>>>> >> > need to supply my login, password, etc
>>>> >> >
>>>> >> > What i want, is a way to sandbox a site (e.g. facebook), and
>>>> reopen it
>>>> >> > tomorrow in the same sandbox. i.e. when i am going to a web page
>>>> not from
>>>> >> > that sandbox, if that web page includes pages from facebook, it
>>>> will not be
>>>> >> > able to track my facebook identity as i login to facebook only
>>>> from the
>>>> >> > sandbox.
>>>> >> >
>>>> >> > the only way i can do it right now is by accessing facebook from a
>>>> >> > different browser than the rest of the pages.
>>>> >> >
>>>> >> > however there are many websites (facebook, google twiter etc.) and
>>>> i do
>>>> >> > not have so many browsers
>>>> >> >
>>>> >> > is there a way to open a private browsing page, and be able to
>>>> access it
>>>> >> > again after reopening the browser ?
>>>> >> >
>>>> >
>>>> > --
>>>> > Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
>>>> > GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
>>>> > Confidentiality cannot be guaranteed on emails sent or received
>>>> unencrypted
>>>> >
>>>> > ___
>>>> > 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: portable encypted filesystem

2015-11-17 Thread Rabin Yasharzadehe
VeraCrypt is fork which continue the TrueCrypt legacy,
TrueCrypt had some audit (crowd source founded) on the encryption part
(algorithm and stuff), the boot loader,  and the windows kernel driver
(IIRC).

they found few  vulnerabilities at first (3 I think), but nothing critical,
and they were patched in VeraCrypt.

next was a bug in the windows driver which allowed a user/process to gain
SYSTEM privileges.
which also was patched.





--
Rabin

On 17 November 2015 at 12:51, Erez D <erez0...@gmail.com> wrote:

>
>
> On Tue, Nov 17, 2015 at 12:35 PM, Rabin Yasharzadehe <ra...@rabin.io>
> wrote:
>
>> TrueCrypt ?
>>
> just reading about it ;-)
> however it is unmaintained (should i use veracrypt ? no audit done on it,)
> and i do not need all this functionality
>
> what i liked about ecryptfs is that it is the default ubuntu encryption
> (which raise my trust in it), and that it encrypts file by file rather than
> volume (which better fits to running it over dropbox or gdrive)
>
>>
>> --
>> Rabin
>>
>> On 17 November 2015 at 11:27, Erez D <erez0...@gmail.com> wrote:
>>
>>> Hello
>>>
>>> It is very nice to hold some data on the cloud accessible from everywhere
>>> however if i do not want the cloud to have access to it, it requires
>>> encryption
>>>
>>> i could mount gdrive, dropbox or other cloud fs localy
>>> and mount ecryptfs on it so i have transparent encryption
>>>
>>> my only problem is that it works on linux only
>>>
>>> does anyone knows a way of having a portable transparent encryption
>>> which will support linux, and windows ?
>>> (would be nice if it will also support android (even if  i can not
>>> insmod) and ios)
>>>
>>>
>>> ___
>>> 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: portable encypted filesystem

2015-11-17 Thread Rabin Yasharzadehe
TrueCrypt ?

--
Rabin

On 17 November 2015 at 11:27, Erez D  wrote:

> Hello
>
> It is very nice to hold some data on the cloud accessible from everywhere
> however if i do not want the cloud to have access to it, it requires
> encryption
>
> i could mount gdrive, dropbox or other cloud fs localy
> and mount ecryptfs on it so i have transparent encryption
>
> my only problem is that it works on linux only
>
> does anyone knows a way of having a portable transparent encryption
> which will support linux, and windows ?
> (would be nice if it will also support android (even if  i can not insmod)
> and ios)
>
>
> ___
> 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: persistent private browsing ?

2015-11-17 Thread Rabin Yasharzadehe
That's right, Incognito/Privet Browsing mode share the same session.
this is why you need to create a new profile for each case.

Chrome & Firefox can be configure to run with pre-installed addons,
but you may need to configure them if needed.
but there some extension which allow you to export there settings (so maybe
you can automate the import ?).

--
Rabin

On 17 November 2015 at 11:19, Erez D <erez0...@gmail.com> wrote:

> you are correct
>
> however, it is  needed to re-configire each and every profile - plugins,
> master password etc
>
> would be nice to have different profiles with some common settings, on
> different tabs on same window ...
>
> btw, i found that even 'private browsing' is not so private as if you open
> multiple tabs or windows of private browsing, they all share the same
> cookies.
> the only thing different about private browsing is that the cookies are
> deleted when all the private browsing sessions end.
>
> On Sun, Nov 15, 2015 at 5:53 PM, E.S. Rosenberg <e...@g.jct.ac.il> wrote:
>
>> If I'm not mistaken you should be able to accomplish this by starting
>> Firefox with a different profile (firefox -P or firefox --profile)
>>
>> 2015-11-15 10:36 GMT+02:00 Efraim Flashner <efr...@flashner.co.il>:
>> > I'm using privacy badger to block the following aspects of the
>> different ads, including facebook. Doesn't sandbox them, but does keep them
>> all from following me around the web.  I'm also using privoxy with tor to
>> pass my browser traffic through tor, but that's not really going to make a
>> difference in relation to your question.
>> >
>> >
>> > On Sun, 15 Nov 2015 10:26:18 +0200
>> > Rabin Yasharzadehe <ra...@rabin.io> wrote:
>> >
>> >> I'm using chrome and launch it with a new DATADIR each time. (see here
>> >> <
>> http://blog.rabin.io/linux/start-chrome-temp-profile-with-preinstalled-extension
>> >
>> >> )
>> >> useful for sites which need flash.
>> >>
>> >> I was having problems downloading the CRX files so now i just point
>> them
>> >> directly in the config file
>> >> and each new Chrome run will download them.
>> >>
>> >> --
>> >> Rabin
>> >>
>> >> On 15 November 2015 at 10:18, Erez D <erez0...@gmail.com> wrote:
>> >>
>> >> > Hello
>> >> >
>> >> > Today browsers support Private Browsing mode (e.g. sandbox) .
>> however,
>> >> > when i close that window, all it's data is lost, next time i will
>> again
>> >> > need to supply my login, password, etc
>> >> >
>> >> > What i want, is a way to sandbox a site (e.g. facebook), and reopen
>> it
>> >> > tomorrow in the same sandbox. i.e. when i am going to a web page not
>> from
>> >> > that sandbox, if that web page includes pages from facebook, it will
>> not be
>> >> > able to track my facebook identity as i login to facebook only from
>> the
>> >> > sandbox.
>> >> >
>> >> > the only way i can do it right now is by accessing facebook from a
>> >> > different browser than the rest of the pages.
>> >> >
>> >> > however there are many websites (facebook, google twiter etc.) and i
>> do
>> >> > not have so many browsers
>> >> >
>> >> > is there a way to open a private browsing page, and be able to
>> access it
>> >> > again after reopening the browser ?
>> >> >
>> >
>> > --
>> > Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
>> > GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
>> > Confidentiality cannot be guaranteed on emails sent or received
>> unencrypted
>> >
>> > ___
>> > 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: persistent private browsing ?

2015-11-15 Thread Rabin Yasharzadehe
I'm using chrome and launch it with a new DATADIR each time. (see here

)
useful for sites which need flash.

I was having problems downloading the CRX files so now i just point them
directly in the config file
and each new Chrome run will download them.



--
Rabin

On 15 November 2015 at 10:18, Erez D  wrote:

> Hello
>
> Today browsers support Private Browsing mode (e.g. sandbox) . however,
> when i close that window, all it's data is lost, next time i will again
> need to supply my login, password, etc
>
> What i want, is a way to sandbox a site (e.g. facebook), and reopen it
> tomorrow in the same sandbox. i.e. when i am going to a web page not from
> that sandbox, if that web page includes pages from facebook, it will not be
> able to track my facebook identity as i login to facebook only from the
> sandbox.
>
> the only way i can do it right now is by accessing facebook from a
> different browser than the rest of the pages.
>
> however there are many websites (facebook, google twiter etc.) and i do
> not have so many browsers
>
> is there a way to open a private browsing page, and be able to access it
> again after reopening the browser ?
>
> ___
> 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: Office files and email managment

2015-10-22 Thread Rabin Yasharzadehe
Thanks,

I'll check them out as well.

--
Rabin

On 21 October 2015 at 18:32, Efraim Flashner <efr...@flashner.co.il> wrote:

> On Wed, 21 Oct 2015 16:25:06 +0300
> Rabin Yasharzadehe <ra...@rabin.io> wrote:
>
> > Hello all ,
> ...
> > Currently I'm looking on OwnCloud,
> > but if anyone have another options, i would like to here from you.
> >
> > Thanks.
> >
> > --
> > Rabin
>
> There's also Kolab. I haven't looked at it too much, but I've heard good
> things about them.
>
> --
> Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
> GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
> Confidentiality cannot be guaranteed on emails sent or received unencrypted
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Office files and email managment

2015-10-21 Thread Rabin Yasharzadehe
Hello all ,

I'm looking for a tool/system which can help us with managing the office
files,
which support file revision, access control, indexing to allow searching &
taging.

I also need a way to document emails as part of the process.

I'm looking for something which is Opensource (but it doesn't need to be
free)

Currently I'm looking on OwnCloud,
but if anyone have another options, i would like to here from you.

Thanks.

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


Re: Linux Software Recommendation: pcmanfm-qt

2015-10-12 Thread Rabin Yasharzadehe
I'm using MATE  DE and I was not able to drag into VLC from DC,but it
is not something I ever do (or need), you can open a file by pressing ENTER
to run it with the default associated application or by pressing the menu
button on the keyboard to select a different application from the open
sub-menu.

I don't think that Double Commander was ever designed to be controlled with
a mouse.



--
Rabin

On 4 October 2015 at 20:39, Shlomi Fish <shlo...@gmail.com> wrote:

> Hi Rabin, and all,
>
> On Sun, Oct 4, 2015 at 7:38 PM, Shlomi Fish <shlo...@gmail.com> wrote:
>
>> Hi all,
>>
>> this is another reminder to please reply to all recipients by default.
>>
>> Regards,
>>
>> -- Shlomi Fish
>>
>>
>> -- Forwarded message --
>> From: Rabin Yasharzadehe <ra...@rabin.io>
>> Date: Sun, Oct 4, 2015 at 3:39 PM
>> Subject: Re: Linux Software Recommendation: pcmanfm-qt
>> To: Shlomi Fish <shlo...@gmail.com>
>>
>>
>> In that case i like to recommend Double-Commander (A Total Commander
>> clone) which have GTK & QT builds ,
>> and i found this FM to be one of the best (graphical FM) out there for
>> Linux.
>>
>>
> Feel free to recommend it. :-). I've now tried it and one major problem I
> found for my primary use case is that after I drag a file to VLC, the
> scroll-view in the pane/tab from where the file was scrolled gets set to
> place the (highlighted) entry of the file at the bottom. I'm using
> doublecmd-qt-0.6.5-1.mga6 on Mageia Linux x86-64 v6 - can you reproduce
> this problem?
>
> Regards and Chag Sameach,
>
> -- Shlomi Fish
>
>
>> --
>> Rabin
>>
>> On 4 October 2015 at 15:28, Shlomi Fish <shlo...@gmail.com> wrote:
>>
>>> Hi all!
>>>
>>>
>>> If you're looking for a decent Linux graphical file manager, you may
>>> wish to check out pcmanfm-qt from the LXQt project:
>>>
>>> https://github.com/lxde/pcmanfm-qt
>>>
>>> My main use for a file manager is to drag multimedia files from it and
>>> drop them into VLC. KDE 4's Konqueror has been my main tool of choice for
>>> that for a long time, but Konqueror in KDE 5 is still unusable (here on
>>> Mageia Linux Cauldron) and Dolphin has been suffering from this bug -
>>> https://bugs.kde.org/show_bug.cgi?id=295571 .
>>>
>>> I didn't have a lot of luck with Thunar and pcmanfm (drag/drop there
>>> does not work too well) but pcmanfm-qt seems nice. The only problem I'm
>>> facing so far with pcmanfm-qt is that I cannot expand directories into
>>> sub-trees, which can be mitigated to an extent using a middle mouse button
>>> click.
>>>
>>> It still may prove useful to you.
>>>
>>> Regards,
>>>
>>> -- Shlomi Fish
>>>
>>> --
>>> --
>>> Shlomi Fish http://www.shlomifish.org/
>>>
>>> Chuck Norris helps the gods that help themselves.
>>>
>>> Please reply to list if it's a mailing list post - http://shlom.in/reply
>>> .
>>>
>>> ___
>>> 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/
>>
>> Chuck Norris helps the gods that help themselves.
>>
>> Please reply to list if it's a mailing list post - http://shlom.in/reply
>> .
>>
>
>
>
> --
> --
> Shlomi Fish http://www.shlomifish.org/
>
> Chuck Norris helps the gods that help themselves.
>
> Please reply to list if it's a mailing list post - http://shlom.in/reply .
>
> ___
> 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: [OT] driver's license exam app?

2015-08-23 Thread Rabin Yasharzadehe
On Fri, Aug 21, 2015 at 4:24 AM, Daniel Shahaf d...@daniel.shahaf.name
wrote:

 I've got here a desktop app that quizzes the user with questions from
 מבחן התיאוריה (the one people take when they learn driving).  It's
 basically a self-test/study app, using the questionset from the
 Ministry's web site.  (They publish questionsets in six languages,
 I only tried the Hebrew set.)

 By app I mean a python script that prints questions to stdout, reads
 answers from stdin, and displays images by invoking display(1) [a
 minimal image viewer from imagemagick].  It doesn't have a GUI (beyond
 the image displayer) since my target audience didn't need one.

 I can't release it as-is because $LEGAL_REASONS, but I could clean it up
 to make it releaseable.  Before I spend too much time on that, is that
 something anybody would be interested in?

 [feel free to reply offlist]

 Cheers,

 Daniel

 P.S. It wasn't fun to get Hebrew to print correctly on all terminals:
 there are differently-behaving terminals that use the same value of
 $TERM (undermining terminfo-based solutions).  I ended up using
 $WINDOWID to get the terminal emulator's argv[0], and hardcoding
 exceptions based on that.  That's so 1990...

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


​
I wood live to see it.

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


Re: Eliminating binary from a text file

2015-07-20 Thread Rabin Yasharzadehe
can you provide a example of a bad lines and how do you like them to look
like after you fix them ?

--
Rabin

On Mon, Jul 20, 2015 at 11:56 AM, Orna Agmon Ben-Yehuda ladyp...@gmail.com
wrote:

 Hello everyone,

 I often have damaged text files (due to a lovely storage system). The
 files are of different formats, although I can usually assume they contain
 spaces. The files are structured as lines.

 Every once in a while, the lovely destruction (ahmstorage) system
 inserts binary garbage to the file. I wish to fix the files by removing the
 cancer without leaving any leftovers. That is, I want to lose partial lines.

 I tried using grep with all sorts of keys, but it did not do the trick.
 strings catches too little - it leaves partial lines.
 Is there an elegant  way to  do the trick line-wise?

 Thanks
 Orna

 --
 Orna Agmon Ben-Yehuda.
 http://ladypine.org

 ___
 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: Accessing / Controling ProvisionISR DVR from Linux

2015-05-10 Thread Rabin Yasharzadehe
מהניסיון שלי עם המוצרים האלה כולם כנראה נבנים על ידי אותו חברה ורק משנים
להם את הממשק,
לחלק מהממשקים יש אפשרות לפתוח פורט נוסף שמאפשר גישה לאפליקציית המוביל שלהם
(יש לי ניסיון רק עם גרסת ה-andorid) וגם אז זה לא תמיד עובד.

הפתרון הפשוט ביותר במקשה שלך זה VM של XP עם IE6\7\8 גרסאות גבוהות יותר
עושות בעיות עם הפקד שלהם.

נ.ב יש לחלק מהחברות האלה אפליקציית DESKTOP למכשירים האלה.
אתה מוזמן לנסות - ftp://ftp.loks.lv/DVR/RIFATRON/
לא בטוח שזה יעזור אבל אם כן זה הרבה יותר שימושי ממשק ה-WEB.


--
Rabin

On Sun, May 10, 2015 at 7:58 PM, Amichai Rotman amic...@iglu.org.il wrote:

 Hi all,

 A friend's coffee shop with a ProvisionISR DVR system. His main machine is
 a laptop running Ubuntu 14.04.

 He wants to access the DVR management through the browser, but when trying
 it claims it needs to install an ActiveX (yuk!) to run, and it has no
 support for Firefox / Google Chrome etc. (even under Windows)...

 Any of you has any experience / ideas ?

 Thanks!

 Amichai



 ___
 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: Parsing compilation errors and automatic resolving

2015-04-25 Thread Rabin Yasharzadehe
I'm not much of a developer, but if the application you are trying to
compile is a C/C++ program (i also used this method to find Perl missing
library's), you can grep through all the .C/.h files for the '#include'
lines and extract the needed library's which are needed for the application
to run. then you can use the distro manager to locate the packages which
provides the necessary files.

In Fedora i use yum/dnf provides */xyz.h and on Debian based distro you
have apt-file search

--
Rabin

On Tue, Apr 21, 2015 at 5:48 PM, Constantine Shulyupin 
co...@makelinux.co.il wrote:

 Hi,

 Again I am compiling big OSS project for embedded environment and receive
 a lot of errors like:
 warning: libXXX, needed by YYY, not found
 fatal error: XXX: No such file or directory.
 undefined reference to XX
 etc

 Then I look for missing packages with utilities: nm, apt-file search and
 configure compilation.

 Question:

 Are there utility, which parses errors and proposes obvious solutions?

 For example, following code proposes to add missing library to LDFLAGS:

 perl -ne '/.*warning: lib(.*?)\..*, needed by .*, not found .*/  print
 export LDFLAGS+=\ -l$1\\n;'  config.log

 Thanks

 --
 Constantine Shulyupin
 http://www.MakeLinux.co.il/
 Embedded Linux Systems
 Tel Aviv

 ___
 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: Hebrew subject text in mutt

2015-01-05 Thread Rabin Yasharzadehe
You can try and use mlterm.

--
Rabin

On Mon, Jan 5, 2015 at 2:09 PM, Alan Yaniger a...@tkos.co.il wrote:

 Hi Linux-IL members,

 I'm using bidiv to read Hebrew in mutt.

 It works ok with reading Hebrew messages, but not when reading the
 subject headers, which still show the Hebrew backwards.

 So I wrote the following script caled bidi_index to enable reading of
 Hebrew in the subjects:

 echo $@  /tmp/index.out  bidiv /tmp/index.out

 and I added to .muttrc the following:

 set index_format = /home/alan/.mutt/bidi_index %D %-15.15L   %s (%Z) |

 (I tried piping the text directly to bidiv, but I got an error, so I write
 to a temp file, and I have my script read the temp file.)

 Mutt shows the Hebrew properly, but it creates a new problem. The minimum
 length for the sender's name no longer works. My setting is for a minimum
 length of 15 chars, as in the index_format setting I quoted above, but if
 the name is less than 15 chars, mutt does not pad the rest of the 15 chars
 with blanks.

 This problem doesn't exist if I don't pipe to my script.

 Does anyone know how to fix with this problem, or does anyone have an
 alternative way of displaying Hebrew in mutt (which you've checked gets
 around this problem)?

 I'm using Mutt 1.5.21 (2010-09-15) on a gnome-terminal in Ubuntu 12.04,
 with LC_ALL=en_US.utf8.

 Thanks,
 Alan

 --
 Alan Yaniger
 Tk Open Systems, Ltd
 Telephone: 0546-841-481
 Skype: alanyaniger
 http://tkos.co.il

 ___
 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: Linux install party @ HUJI

2014-11-25 Thread Rabin Yasharzadehe
I'm limited to only Sundays  Thursdays

but +1 for helping,


--
Rabin

On Mon, Nov 24, 2014 at 9:57 PM, E.S. Rosenberg esr+linux...@g.jct.ac.il
wrote:

 There is currently some low key talk of arranging a linux install party
 for new students (and others interested) at Givat Ram.

 Nothing specific as yet, the TA still needs to get back to us whether or
 not there is enough interest.

 But I want to ask already if there is is enough interest are there people
 on the list interested in helping out?

 Thanks,
 Eliyahu - אליהו

 ___
 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: good free dynamic dns server ?

2014-11-09 Thread Rabin Yasharzadehe
If you have your own domain, you can manage it using CloudFlare and use
there API https://www.cloudflare.com/docs/client-api.html to edit the zone
https://www.cloudflare.com/docs/client-api.html#s5.2 file and update the
IP address each time it change.

--
Rabin

On Sun, Nov 9, 2014 at 10:29 AM, Erez D erez0...@gmail.com wrote:

 hi

 i am currently using no-ip.org as a free dynamic dns server for my home.
 however it has the annoying feature of sending me the following emails:
 Please confirm your hostname now or it will be deleted

 anyone knows of a good free dyndns server ?

 ___
 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: OT: video capture

2014-11-02 Thread Rabin Yasharzadehe
My experience with them is mixed,

the first device i bought (easyCAP from DX) didn't work well, and i got
many segfault with it, don't remember the chip-set that was use in that
device back then (2.5/3 years ago), had to compile the module from source
(not a very active community around this device driver/module) many bad
experience.

Then i borrowed a slimier device from my collage and test it on windows
(finding drivers for Win7 64bit was a bitch back then), anyway, at the end
it worked i preferred to record the caste to a uncompressed AVI file (~20G
per 3 hours) and not use the direct MPEG2 encoder.

Then I use VirtualDub to apply some filters to optimize the picture quality
(CROP few lines the bottom, some soft bluing i think and one more for the
lines which i can't recall right now), and used DivX for compressing the
video and mp3 for the audio (and I used a single pass compression).

then i used the device on my Linux machine (F17 i think back then), and it
worked, seems like my first device had a hardware problem.

Bottom line (for me) was, not all silicon chips created the same, and be
careful when buying cheap converters.



--
Rabin

On Sun, Nov 2, 2014 at 11:51 AM, Mord Behar mord...@gmail.com wrote:



 On Sun, Nov 2, 2014 at 11:41 AM, Constantine Shulyupin 
 co...@makelinux.co.il wrote:

 http://www.ebay.com/bhp/usb-video-capture-device


 Thanks, but I was looking for a more personal experience. I found devices
 as cheap as $5 on Chinese sites, some of them with free shipping. I'm
 looking for success or failure stories. What the setup was, how easy or
 hard it was to use, what the final results are like.


 On Sun, Nov 2, 2014 at 11:18 AM, Mord Behar mord...@gmail.com wrote:
  We have a lot of VHS tapes that we want to digitize.
  Anybody out there have a video capture card?
  What kind?
  Where did you buy it?
  How much?
  What sort of software do you use?
  Are you satisfied with the results?
 
  ___
  Linux-il mailing list
  Linux-il@cs.huji.ac.il
  http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
 



 --
 Constantine Shulyupin
 http://www.MakeLinux.co.il/
 Embedded Linux Systems
 Tel Aviv



 ___
 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: sd card file system on android

2014-09-23 Thread Rabin Yasharzadehe
It's a kernel future, and you will have to root the device to be able and
change the mount option for the sdcard (on /system partition).


--
Rabin

On Tue, Sep 23, 2014 at 10:04 AM, sara fink sara.f...@gmail.com wrote:

 Hello All

 I am looking for phone models with android (maybe version number)  that
 support sd card formated with ext2 or ext3. Preferable ext2 since it's not
 journaled.

 I'd like to save big files (1-2gb each file) on the sd.

 Thanks

 ___
 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: sd card file system on android

2014-09-23 Thread Rabin Yasharzadehe
It depends on the device,
But probably all will support FAT (not exFAT) as it's the default for the
external SDCARD.

--
Rabin

On Tue, Sep 23, 2014 at 12:15 PM, sara fink sara.f...@gmail.com wrote:

 What is already enabled in the kernel? FAT/ext2/ext3 ?

 On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe ra...@rabin.io
 wrote:

 It's a kernel future, and you will have to root the device to be able and
 change the mount option for the sdcard (on /system partition).


 --
 Rabin

 On Tue, Sep 23, 2014 at 10:04 AM, sara fink sara.f...@gmail.com wrote:

 Hello All

 I am looking for phone models with android (maybe version number)  that
 support sd card formated with ext2 or ext3. Preferable ext2 since it's not
 journaled.

 I'd like to save big files (1-2gb each file) on the sd.

 Thanks

 ___
 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: sd card file system on android

2014-09-23 Thread Rabin Yasharzadehe
exFAT http://en.wikipedia.org/wiki/ExFAT don't have the same limitation
like FAT,
And there some (custome) kernels out there which come with exFAT support.

--
Rabin

On Tue, Sep 23, 2014 at 5:38 PM, sara fink sara.f...@gmail.com wrote:

 Thanks Efraim. I will appreciate it. I can wait a day or two.
 @Rabin, I'm not interested in fat due to the size limit.




 On Tue, Sep 23, 2014 at 5:02 PM, Efraim Flashner 
 efraim.flash...@gmail.com wrote:

 I've heard that some Samsung phones are running F2FS to increase
 performance/decrease NAND wear.  To me it seems likely that if they're
 enabling that then they wouldn't be squeamish about enabling ext2/3/4.

 I think the sd card I used in my htc one v was ext4 formatted, but I
 don't remember now.  I can check later, depending on how chag
 preperations go this evening.

 -Efraim


 On Tue, 23 Sep 2014 15:13:13 +0300
 Rabin Yasharzadehe ra...@rabin.io wrote:

  It depends on the device,
  But probably all will support FAT (not exFAT) as it's the default for
  the external SDCARD.
 
  --
  Rabin
 
  On Tue, Sep 23, 2014 at 12:15 PM, sara fink sara.f...@gmail.com
  wrote:
 
   What is already enabled in the kernel? FAT/ext2/ext3 ?
  
   On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe
   ra...@rabin.io wrote:
  
   It's a kernel future, and you will have to root the device to be
   able and change the mount option for the sdcard (on /system
   partition).
  
  
   --
   Rabin
  
   On Tue, Sep 23, 2014 at 10:04 AM, sara fink sara.f...@gmail.com
   wrote:
  
   Hello All
  
   I am looking for phone models with android (maybe version
   number)  that support sd card formated with ext2 or ext3.
   Preferable ext2 since it's not journaled.
  
   I'd like to save big files (1-2gb each file) on the sd.
  
   Thanks
  
   ___
   Linux-il mailing list
   Linux-il@cs.huji.ac.il
   http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
  
  
  
  



 --
 Efraim Flashner
 efraim.flash...@gmail.com 4096R/CA3D8351 created: 2013-10-08
 GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351

 ___
 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


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


Looking for a recommendation for Triple LCD Stand Desk

2014-07-22 Thread Rabin Yasharzadehe
Hello all,

Is any one the list have any recommendation or experience with
multi-monitor stands,
I'm talking about something like this

-
http://www.ebay.com/itm/Deluxe-Triple-Monitor-Stand-Desktop-Clamp-up-to-28-/171370687459?pt=US_Monitor_Mounts_Standshash=item27e67d2be3#

Any thing i should know before buying one ?
Local vs overseas ?
Is there a cheaper way to achieve this like a DIY project ?

Thanks in advance,


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


Re: Looking for a recommendation for Triple LCD Stand Desk

2014-07-22 Thread Rabin Yasharzadehe
I have a small desk in a small room :)


*-- Rabin*


On Tue, Jul 22, 2014 at 11:24 PM, ASAF HALILI asaf.hal...@gmail.com wrote:

 Why not to put the 3 screens on a desk?
 the simplest and best solution, as I see it.

 unless you have big lack of space of course..


  On Tue, Jul 22, 2014 at 10:56 PM, Rabin Yasharzadehe ra...@rabin.io
 wrote:

  Hello all,

 Is any one the list have any recommendation or experience with
 multi-monitor stands,
 I'm talking about something like this

 -
 http://www.ebay.com/itm/Deluxe-Triple-Monitor-Stand-Desktop-Clamp-up-to-28-/171370687459?pt=US_Monitor_Mounts_Standshash=item27e67d2be3#

 Any thing i should know before buying one ?
 Local vs overseas ?
 Is there a cheaper way to achieve this like a DIY project ?

 Thanks in advance,


 *--Rabin*

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




 --
 Regards, Asaf.
 CpMaster.net http://cpmaster.net - Professional Blog
 Dev.org.il http://www.Dev.org.il - Questions  Answers about Web
 Development

 ___
 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


  1   2   >