Re: off topic (but I don't know who to ask) - probably?? ISP problem

2024-05-19 Thread Shay Gover
Maybe use a vm on some random cloud service?
Or better yet, use a university computer.

On Sun, May 19, 2024 at 5:43 PM Shlomo Solomon 
wrote:

> I teach computer networking and the latest assignment I gave my
> students was to use Python and Scapy to emmulate traceroute. The code
> is simple:
>  - send an ICMP packet with TTL = 1 which will fail but return the
> first hop address
>  - continue sending ICMP packets - each time increasing the TTL to get
> the next hop
>  - if the ICMP reply is NOT an error, we have arrived.
>
> None of my student submissions worked, which was strange, so I tried my
> own code which I know is correct.
> It also did not work.
> The error messages arrive for each hop, but it seems that the NO ERROR
> message (when the destination is reached) is not arriving.
> I also checked with Wireshark and see error replies (as I should) for each
> hop, but then (when I assume I have reached the destination) there is
> no reply.
>
> I then tried disconnecting my computer from my ISP and connected via a
> Hotspot on my phone - PROBLEM SOLVED.
>
> So this seems to be a problem with my ISP (019) blocking some traffic.
> But I don't know what the next step is.
> If I call customer service, I'm sure no-one will understand what I want.
>
> BTW - ping and the "real" traceroute work fine.
> I also looked at router settings, but did not find anything suspicious.
>
> Can anyone suggest how to explain my problem to my ISP?
>
> ALSO - if there is anyone using 019, I would be happy to send my code
> for testing to verify that this is really a problem with 019.
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Claws Mail 4.0.0 - KDE Plasma 5.24.7 - Kubuntu 22.04
> ___
> 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: How to image a linux computer

2023-11-05 Thread Shay Gover
Use clonezilla.
Before cloning:
1) Remove gpu drivers
2) Remove microcode package
3) You might need to change partition id or disk id in the bootloader.


On Sun, Nov 5, 2023 at 1:50 PM Michael Shiloh 
wrote:

> Thanks Ori and Shimi; I've forwarded your suggestions to my friend.
>
> Your help is much appreciated.
>
>
>
> On Sun, Nov 5, 2023 at 3:16 PM shimi  wrote:
>
>> On Sat, Nov 4, 2023 at 9:35 AM Michael Shiloh <
>> michaelshiloh1...@gmail.com> wrote:
>>
>>> Hello all,
>>>
>>> Situation: We have a linux computer with various software installed on
>>> old hardware that may malfunction and be unsupported. To mitigate this
>>> risk, we would like to make an image of this machine so that we can run it
>>> in a virtual machine.
>>>
>>> How do we do this?
>>>
>>>
>> Beyond what has been suggested before me on this thread, you can also
>> rescue-boot both the old and the new system that has a disk
>> same-size-or-larger, and just bit-copy the hard drive as a whole (including
>> partition table) over the network, without passing through an 'image'
>> stage. You can either do so securely (but slower) over SSH, or in plaintext
>> if your network is secure (using netcat). See:
>> https://www.thegeekdiary.com/how-to-clone-linux-disk-partition-over-network-using-dd/
>> .
>>
>> Note: The above tutorial suggests using compression when SSH is not
>> involved (not sure why the difference in approaches), which you may wish to
>> consider removing from the pipeline, especially if cloning over fast LAN -
>> as there's a good chance that the compression, which /may/ not reduce the
>> data volume transferred much (unless you're looking at lots of space that
>> is filled with a static pattern like zeros) and the CPU may become the
>> bottleneck instead of the network, and then, מה הועילו חכמים בתקנתם?
>>
>> DISCLAIMER: Make sure you understand what you do, so you'll not by
>> mistake write TO the source disk from the target (or from nowhere...),
>> overwriting all your data. :) I would say it wouldn't be a problem if you
>> kept backups, but the original question suggests that one may not be
>> available in this case... so, be careful. As a rule of thumb, the dd _of=_
>> parameter on the _SOURCE_ should NEVER point to anything local, and quite
>> frankly, should NEVER appear on the source altogether...
>>
>> HTH,
>>
>> -- Shimi
>>
> ___
> 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: ISP recommendation in Israel - geek-friendly & IPv6

2023-04-15 Thread Shay Gover
I have Partner fiber.
Note that fiber ISP is area dependent. You'll have to check availability in
your area.
ISP with fiber (That I know of. There are also virtual ISPs): Bezeq,
Partner, Unlimited, Cellcom and Hot. Don't use Hot. Bad customer service.
No idea about static IP. As per Ministry of Communications regulations all
ISPs must offer IPv6.
With Partner I get ~70ms to western Europe.



On Sat, Apr 15, 2023 at 10:10 AM Lionel Élie Mamane 
wrote:

> Hi,
>
> What would you recommend as a geek-friendly ISP for a "consumer price
> level" glass fiber-based Internet connection in Israel, in Qesarya
> specifically? I'd like to have dual stack IPv4 + IPv6, with one fixed
> IPv4 address and a fixed IPv6 prefix (whatever it is one gets as
> standard... a /48, a /56...). Not sure if I can hope for competent
> customer support in English, but if that exists, even better.
>
> My family currently has Bezeq with a fixed IPv4 in our "2nd home /
> vacation home", that was setup by a local guy that knows a guy that
> knows a guy that knows my mother, without my intervention, supposed to
> be a "surprise we got fast Internet now, you can now spend more time
> in Israel and work remotely" for me, and well... I'd like us to
> upgrade to something better. The guy tells me that if we activate IPv6
> on our Bezeq connection, we will not only loose the fixed IPv4
> address, but also be behind double (carrier-grade, I assume) NAT,
> which would be major suckage. Is that true? Anyone has experience with
> that?
>
> Is it realistic to hope significantly less than 100ms ping times to
> Western Europe from Israel? That's what I currently get, and in usage
> as "remote desktop" / VNC / ssh sessions (with graphical / X11
> programs running over the link), this kind of lag is really felt...
>
> Thanks in advance,
>
> Lionel
>
> ___
> 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 (or maybe not) - what happened to lxer.com?

2022-02-19 Thread Shay Gover
Did you try from another device on you network?

On Sat, Feb 19, 2022 at 9:18 PM shimi  wrote:

>
>
> On Sat, Feb 19, 2022 at 7:04 PM Shlomo Solomon 
> wrote:
>
>> Yehuda Deutsch - if you mean whois, I also get a normal response:
>>Domain Name: LXER.COM
>>Registry Domain ID: 109446700_DOMAIN_COM-VRSN
>>Registrar WHOIS Server: whois.enom.com
>>Registrar URL: http://www.enomdomains.com
>>Updated Date: 2022-01-06T10:42:51Z
>>Creation Date: 2004-01-06T22:15:59Z
>>Registry Expiry Date: 2023-01-06T22:15:59Z
>>Registrar: eNom, LLC
>>
>>
>>
>> But the site is not there. As Geoff Shang wrote, the site looks
>> like a landing site of some kind.
>>
>>
> I didn't know the site, but it doesn't look like a parking page for
> upselling an expired domain.
>
> Let's try to be more constructive in debugging this. First - are you
> getting to the site as published by the site's owner.
>
> First, you learn from WHOIS (and also from 'dig @a.gtld-servers.net ns
> lxer.com') that the nameservers for this site are: ns1.wmkt.net
> [66.232.124.26] ns2.wmkt.net [66.232.124.28] ns3.wmkt.net [66.232.124.30]
>
> Then you follow by 'dig @ns1.wmkt.net lxer.com'. You should be getting:
>
> $ dig @ns1.wmkt.net lxer.com
>
> ; <<>> DiG 9.16.25 <<>> @ns1.wmkt.net lxer.com
> ; (1 server found)
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1540
> ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 4
> ;; WARNING: recursion requested but not available
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 4096
> ;; QUESTION SECTION:
> ;lxer.com.  IN  A
>
> ;; ANSWER SECTION:
>
> *lxer.com .   3600IN  A
>   66.232.124.26 *
> ;; AUTHORITY SECTION:
> lxer.com.   3600IN  NS  ns3.wmkt.net.
> lxer.com.   3600IN  NS  ns1.wmkt.net.
> lxer.com.   3600IN  NS  ns2.wmkt.net.
>
> ;; ADDITIONAL SECTION:
> ns1.wmkt.net.   86400   IN  A   66.232.124.26
> ns2.wmkt.net.   86400   IN  A   66.232.124.28
> ns3.wmkt.net.   86400   IN  A   66.232.124.30
>
> ;; Query time: 183 msec
> ;; SERVER: 66.232.124.26#53(66.232.124.26)
> ;; WHEN: Sat Feb 19 21:13:12 IST 2022
> ;; MSG SIZE  rcvd: 163
>
> Now, run just 'dig lxer.com' - do you get the same IP? If not,
> something/someone is messing with your DNS. In that case make sure that the
> SERVER line indeed has the correct IP address I mentioned above (that I got
> from the glue records provided for wmkt.net by a.gtld-servers.net)
>
> If you do get the same IP, someone can still be messing with your traffic,
> because that site is HTTP and not HTTPS, so really no one can guarantee
> you're in fact talking with 66.232.124.26...
>
> HTH,
>
> -- Shimi
> ___
> 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: English Interface (Instead of Hebrew)

2022-01-15 Thread Shay Gover
You need to change gnome settings.

On Sun, Jan 16, 2022 at 9:23 AM Aharon Schkolnik 
wrote:

> Hi.
>
> When I run  commands like gnome-disks I get a Hebrew interface.
>
> I would prefer English.
>
> If I run LANG=C gnome-disks, I get the English interface I want.
>
> So, I edited /etc/locale.conf and put in the line LANG=C
>
> if I source /etc/locale.conf, I get my English interface.
>
> However when I login, I still get the Hebrew interface
>
> env gives me:
>
> $env|grep -i lang
> LANGUAGE=en_US:he
> LANG=en_US.UTF-8
>
> How can I get LANG to be C when I login?
>
> I am running Fedora 35
>
> 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: Telegram - locale error

2021-12-02 Thread Shay Gover
That's a KDE problem and a known one. Look here:
https://wiki.archlinux.org/title/Locale#My_system_is_still_using_wrong_language


On Thu, Dec 2, 2021 at 4:49 PM Rabin Yasharzadehe  wrote:

> 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
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Fwd: Weird 'free' output

2021-05-04 Thread Shay Gover
Please do not assume that you can speak for the community based on an
article at Ynet.
There is no verdict in that case, not even a complaint (Checked on Nevo
now). Just a rumor and someone wealthy enough to post it on Ynet.


-- Forwarded message -
From: Ori Idan 
Date: Tue, May 4, 2021 at 9:49 PM
Subject: Re: Weird 'free' output
To: Diego Iastrubni 
Cc: IGLU Mailing list 


Sorry, I am not a convicted criminal.
If you believe what is written in Yediot, that is your problem.

-- 
Ori Idan CEO Helicon Books
http://www.heliconbooks.com





On Tue, May 4, 2021 at 9:21 PM Diego Iastrubni  wrote:

> Ori,
>
> You are not welcome here. Please unsubscribe.
>
> Admins - please remove this convicted criminal from this list. This man is
> a stain on our community.
>
>
>
> On Tue, May 4, 2021, 7:53 PM Ori Idan  wrote:
>
>> Note that Linux tries to use available memory for cache, that is why free
>> memory seems small.
>>
>> --
>> Ori Idan CEO Helicon Books
>> http://www.heliconbooks.com
>>
>>
>>
>>
>>
>> On Tue, May 4, 2021 at 2:48 PM linux.il  wrote:
>>
>>> Omer, thank you!
>>> Is it related to the "Inactive" count from /proc/meminfo?
>>> I used to think that available=free+cache+buffers...
>>>
>>> On Tue, May 4, 2021 at 1:19 PM Omer Zak  wrote:
>>>
 From man free:

 available
   Estimation of how much memory is available for starting
 new applications, without swapping. Unlike the data provided  by
   the  cache  or free fields, this field takes into account
 page cache and also that not all reclaimable memory slabs will
   be reclaimed due to items being in use (MemAvailable in
 /proc/meminfo, available on kernels 3.14,  emulated  on  kernels
   2.6.27+, otherwise the same as free)



 On Tue, 2021-05-04 at 13:07 +0300, linux.il wrote:
 > "Available" output seems weird, or I'm missing something?
 > Any ideas?
 >
 > TIA, Vitaly
 >
 > free -m
 >   totalusedfree  shared  buff/cache
 > available
 > Mem:  31654   29883 937   1 832
 > 27675
 > Swap: 0   0   0


 --
 "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
>>>
>> ___
>> 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: ZOOM whiteboard on Kubuntu 20.04

2020-08-25 Thread Shay Gover
Use Openboard instead

On Tue, Aug 25, 2020 at 8:02 PM Efraim Flashner 
wrote:

> I don't have any experience with kubuntu or using zoom on the desktop,
> but I do know that there's also a flatpak of zoom. Perhaps that one will
> work better.
>
> On Tue, Aug 25, 2020 at 07:55:59PM +0300, Shlomo Solomon wrote:
> > I recently upgraded from Kubuntu 18.04 to 20.04 and have a problem with
> > the whiteboard in ZOOM.
> >
> > Instead of a "whiteboard" I have a "blackboard". I can write on the
> > board (in white lines), but as soon as I release the mouse, whatever
> > I've written disappears.
> > If I share the "white/blackboard" with others, they also see it as
> > black but DO NOT see anything I write.
> > This problem is only with the whiteboard. I can share other screens
> > with no problem.
> > I looked at all the settings and found nothing helpful.
> > A Google search tells me that there could be a problem with my GPU, but
> > the symptoms are that all shared items are black and that is NOT what
> > happens. I ONLY have a problem with the whiteboard.
> >
> > I should mention that in Kubuntu 18.04 everything worked
> > "out-of-the-box" after installing ZOOM from a .deb file (from the ZOOM
> > site).
> >
> > In 20.04 there is a snap install of ZOOM. I thought that the snap might
> > be the problem so I removed it and installed from the .deb file but
> > that did not solve the problem.
> >
> > Any help/ideas would be appreciated.
> >
> >
> >
> > --
> > Shlomo Solomon
> > http://the-solomons.net
> > Claws Mail 3.17.5 - KDE Plasma 5.15.5 - Kubuntu 20.04
> >
> > ___
> > Linux-il mailing list
> > Linux-il@cs.huji.ac.il
> > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
> --
> 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
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Connecting multiple external screens to Ubuntu Linux

2020-06-13 Thread Shay Gover
Docking station probably.

On Sat, Jun 13, 2020 at 2:31 PM Gabor Szabo  wrote:

> Hi,
>
> I have a Thinkpad (
> https://www.lenovo.com/il/en/laptops/thinkpad/13-series/ThinkPad-13-Windows-2nd-Gen/p/22TP2TX133E
> ). It has a single HDMI slot but when I run xrandr I get:
>
> Screen 0: minimum 320 x 200, current 1920 x 2160, maximum 16384 x 16384
> eDP-1 connected 1920x1080+0+1080 (normal left inverted right x axis y
> axis) 294mm x 165mm
> .
> HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis
> y axis) 510mm x 287mm
> 
> DP-1 disconnected (normal left inverted right x axis y axis)
> HDMI-2 disconnected (normal left inverted right x axis y axis)
>
> (The  are just lots of lines of possible configuration).
>
> Based on this (and on my lack of understanding) I could connect another
> monitor to DP-1
> and one to HDMI-2, but I don't know where can I plug them in physically?
>
> If I understand correctly an HDMI-splitter might work, but the screens
> connected to that would show the same image. (Mirror configuration.) I
> would like to have different content on each screen.
>
> Any idea?
>
> In a more generic question: what do I need in my computer so I can have
> more than 2 displays showing different(!) content? Do I need a separate
> graphics card for each display?
>
> 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: Ubuntu - apache is not working

2020-06-11 Thread Shay Gover
journalctl -e
Send what's relevant around the time u start apache

‪On Thu, Jun 11, 2020 at 9:59 AM ‫אורי‬‎  wrote:‬

> How do I use journalctl?
> אורי
> u...@speedy.net
>
>
> On Thu, Jun 11, 2020 at 9:56 AM Shay Gover  wrote:
>
>> Anything related in journalctl?
>>
>> ‪On Thu, Jun 11, 2020 at 9:52 AM ‫אורי‬‎  wrote:‬
>>
>>> # cat /var/log/apache2/error.log
>>> [Thu Jun 11 06:25:05.426924 2020] [mpm_prefork:notice] [pid 1154]
>>> AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1g configured -- resuming
>>> normal operations
>>> [Thu Jun 11 06:25:05.427080 2020] [core:notice] [pid 1154] AH00094:
>>> Command line: '/usr/sbin/apache2'
>>> [Thu Jun 11 06:27:29.459759 2020] [mpm_prefork:notice] [pid 1154]
>>> AH00169: caught SIGTERM, shutting down
>>> [Thu Jun 11 06:27:34.334311 2020] [mpm_prefork:notice] [pid 1250]
>>> AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1g configured -- resuming
>>> normal operations
>>> [Thu Jun 11 06:27:34.334390 2020] [core:notice] [pid 1250] AH00094:
>>> Command line: '/usr/sbin/apache2'
>>> [Thu Jun 11 08:42:54.263194 2020] [mpm_prefork:notice] [pid 1250]
>>> AH00169: caught SIGTERM, shutting down
>>>
>>> access logs - when apache worked, nothing unusual.
>>>
>>> (I think caught SIGTERM, shutting down is due to reboot)
>>>
>>> אורי
>>> u...@speedy.net
>>>
>>>
>>> On Thu, Jun 11, 2020 at 9:49 AM Shay Gover  wrote:
>>>
>>>> What do u have in apache logs?
>>>>
>>>> ‪On Thu, Jun 11, 2020 at 9:47 AM ‫אורי‬‎  wrote:‬
>>>>
>>>>> # systemctl status apache2.service
>>>>> ● apache2.service - The Apache HTTP Server
>>>>>Loaded: loaded (/lib/systemd/system/apache2.service; enabled;
>>>>> vendor preset: enabled)
>>>>>   Drop-In: /lib/systemd/system/apache2.service.d
>>>>>└─apache2-systemd.conf
>>>>>Active: failed (Result: timeout) since Thu 2020-06-11 08:44:35
>>>>> CEST; 2min 1s ago
>>>>>   Process: 577 ExecStart=/usr/sbin/apachectl start (code=killed,
>>>>> signal=TERM)
>>>>>
>>>>> Jun 11 08:43:03 www.speedypedia.info systemd[1]: Starting The Apache
>>>>> HTTP Server...
>>>>> Jun 11 08:44:35 www.speedypedia.info systemd[1]: apache2.service:
>>>>> Start operation timed out. Terminating.
>>>>> Jun 11 08:44:35 www.speedypedia.info systemd[1]: apache2.service:
>>>>> Failed with result 'timeout'.
>>>>> Jun 11 08:44:35 www.speedypedia.info systemd[1]: Failed to start The
>>>>> Apache HTTP Server.
>>>>> אורי
>>>>> u...@speedy.net
>>>>>
>>>>>
>>>>> On Thu, Jun 11, 2020 at 9:38 AM Efraim Flashner 
>>>>> wrote:
>>>>>
>>>>>> Not sure why apache is only starting some time after you reboot. What
>>>>>> does the output of 'systemctl status apache2.service' look like?
>>>>>>
>>>>>> On Thu, Jun 11, 2020 at 07:31:31AM +0300, אורי wrote:
>>>>>> > Hi,
>>>>>> >
>>>>>> > I estimate it's about 15 to 20 minutes after reboot that I can
>>>>>> start apache
>>>>>> > successfully. Otherwise, I can't start apache.
>>>>>> >
>>>>>> > אורי
>>>>>> > u...@speedy.net
>>>>>> >
>>>>>> >
>>>>>> > On Thu, Jun 11, 2020 at 7:23 AM Eli Marmor  wrote:
>>>>>> >
>>>>>> > > Please run:
>>>>>> > > apachectl start
>>>>>> > > from the command line, and copy the response to this list.
>>>>>> > > If there is no error, please copy the relevant lines from the
>>>>>> error.log of
>>>>>> > > apache2.
>>>>>> > >
>>>>>> > > On Thu, Jun 11, 2020, 7:12 AM אורי  wrote:
>>>>>> > >
>>>>>> > >> Hi,
>>>>>> > >>
>>>>>> > >> Running the command "sudo apachectl configtest" returns "Syntax
>>>>>> OK".
>>>>>> > >>
>>>>>> > >> Running "sudo systemctl restart apache2" doesn't respond. But a
>>>>>> few
>>

Re: Ubuntu - apache is not working

2020-06-11 Thread Shay Gover
Anything related in journalctl?

‪On Thu, Jun 11, 2020 at 9:52 AM ‫אורי‬‎  wrote:‬

> # cat /var/log/apache2/error.log
> [Thu Jun 11 06:25:05.426924 2020] [mpm_prefork:notice] [pid 1154] AH00163:
> Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1g configured -- resuming normal
> operations
> [Thu Jun 11 06:25:05.427080 2020] [core:notice] [pid 1154] AH00094:
> Command line: '/usr/sbin/apache2'
> [Thu Jun 11 06:27:29.459759 2020] [mpm_prefork:notice] [pid 1154] AH00169:
> caught SIGTERM, shutting down
> [Thu Jun 11 06:27:34.334311 2020] [mpm_prefork:notice] [pid 1250] AH00163:
> Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1g configured -- resuming normal
> operations
> [Thu Jun 11 06:27:34.334390 2020] [core:notice] [pid 1250] AH00094:
> Command line: '/usr/sbin/apache2'
> [Thu Jun 11 08:42:54.263194 2020] [mpm_prefork:notice] [pid 1250] AH00169:
> caught SIGTERM, shutting down
>
> access logs - when apache worked, nothing unusual.
>
> (I think caught SIGTERM, shutting down is due to reboot)
>
> אורי
> u...@speedy.net
>
>
> On Thu, Jun 11, 2020 at 9:49 AM Shay Gover  wrote:
>
>> What do u have in apache logs?
>>
>> ‪On Thu, Jun 11, 2020 at 9:47 AM ‫אורי‬‎  wrote:‬
>>
>>> # systemctl status apache2.service
>>> ● apache2.service - The Apache HTTP Server
>>>Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor
>>> preset: enabled)
>>>   Drop-In: /lib/systemd/system/apache2.service.d
>>>└─apache2-systemd.conf
>>>Active: failed (Result: timeout) since Thu 2020-06-11 08:44:35 CEST;
>>> 2min 1s ago
>>>   Process: 577 ExecStart=/usr/sbin/apachectl start (code=killed,
>>> signal=TERM)
>>>
>>> Jun 11 08:43:03 www.speedypedia.info systemd[1]: Starting The Apache
>>> HTTP Server...
>>> Jun 11 08:44:35 www.speedypedia.info systemd[1]: apache2.service: Start
>>> operation timed out. Terminating.
>>> Jun 11 08:44:35 www.speedypedia.info systemd[1]: apache2.service:
>>> Failed with result 'timeout'.
>>> Jun 11 08:44:35 www.speedypedia.info systemd[1]: Failed to start The
>>> Apache HTTP Server.
>>> אורי
>>> u...@speedy.net
>>>
>>>
>>> On Thu, Jun 11, 2020 at 9:38 AM Efraim Flashner 
>>> wrote:
>>>
>>>> Not sure why apache is only starting some time after you reboot. What
>>>> does the output of 'systemctl status apache2.service' look like?
>>>>
>>>> On Thu, Jun 11, 2020 at 07:31:31AM +0300, אורי wrote:
>>>> > Hi,
>>>> >
>>>> > I estimate it's about 15 to 20 minutes after reboot that I can start
>>>> apache
>>>> > successfully. Otherwise, I can't start apache.
>>>> >
>>>> > אורי
>>>> > u...@speedy.net
>>>> >
>>>> >
>>>> > On Thu, Jun 11, 2020 at 7:23 AM Eli Marmor  wrote:
>>>> >
>>>> > > Please run:
>>>> > > apachectl start
>>>> > > from the command line, and copy the response to this list.
>>>> > > If there is no error, please copy the relevant lines from the
>>>> error.log of
>>>> > > apache2.
>>>> > >
>>>> > > On Thu, Jun 11, 2020, 7:12 AM אורי  wrote:
>>>> > >
>>>> > >> Hi,
>>>> > >>
>>>> > >> Running the command "sudo apachectl configtest" returns "Syntax
>>>> OK".
>>>> > >>
>>>> > >> Running "sudo systemctl restart apache2" doesn't respond. But a few
>>>> > >> minutes ago it worked and the website worked. I rebooted again and
>>>> now
>>>> > >> again it's not working. The problem is that apache doesn't restart
>>>> after
>>>> > >> rebooting.
>>>> > >>
>>>> > >> אורי
>>>> > >> u...@speedy.net
>>>> > >>
>>>> > >>
>>>> > >> ‪On Thu, Jun 11, 2020 at 6:29 AM ‫אורי‬‎  wrote:‬
>>>> > >>
>>>> > >>> Hi,
>>>> > >>>
>>>> > >>> Thanks for your suggestion, I decided to upgrade to 18.04.4 and I
>>>> ran a
>>>> > >>> few times the following commands (from root):
>>>> > >>>
>>>> > >>> sudo apt autoremove
>>>> > >>> sudo apt-get update
>>>> > >&g

Re: Ubuntu - apache is not working

2020-06-11 Thread Shay Gover
What do u have in apache logs?

‪On Thu, Jun 11, 2020 at 9:47 AM ‫אורי‬‎  wrote:‬

> # systemctl status apache2.service
> ● apache2.service - The Apache HTTP Server
>Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor
> preset: enabled)
>   Drop-In: /lib/systemd/system/apache2.service.d
>└─apache2-systemd.conf
>Active: failed (Result: timeout) since Thu 2020-06-11 08:44:35 CEST;
> 2min 1s ago
>   Process: 577 ExecStart=/usr/sbin/apachectl start (code=killed,
> signal=TERM)
>
> Jun 11 08:43:03 www.speedypedia.info systemd[1]: Starting The Apache HTTP
> Server...
> Jun 11 08:44:35 www.speedypedia.info systemd[1]: apache2.service: Start
> operation timed out. Terminating.
> Jun 11 08:44:35 www.speedypedia.info systemd[1]: apache2.service: Failed
> with result 'timeout'.
> Jun 11 08:44:35 www.speedypedia.info systemd[1]: Failed to start The
> Apache HTTP Server.
> אורי
> u...@speedy.net
>
>
> On Thu, Jun 11, 2020 at 9:38 AM Efraim Flashner 
> wrote:
>
>> Not sure why apache is only starting some time after you reboot. What
>> does the output of 'systemctl status apache2.service' look like?
>>
>> On Thu, Jun 11, 2020 at 07:31:31AM +0300, אורי wrote:
>> > Hi,
>> >
>> > I estimate it's about 15 to 20 minutes after reboot that I can start
>> apache
>> > successfully. Otherwise, I can't start apache.
>> >
>> > אורי
>> > u...@speedy.net
>> >
>> >
>> > On Thu, Jun 11, 2020 at 7:23 AM Eli Marmor  wrote:
>> >
>> > > Please run:
>> > > apachectl start
>> > > from the command line, and copy the response to this list.
>> > > If there is no error, please copy the relevant lines from the
>> error.log of
>> > > apache2.
>> > >
>> > > On Thu, Jun 11, 2020, 7:12 AM אורי  wrote:
>> > >
>> > >> Hi,
>> > >>
>> > >> Running the command "sudo apachectl configtest" returns "Syntax OK".
>> > >>
>> > >> Running "sudo systemctl restart apache2" doesn't respond. But a few
>> > >> minutes ago it worked and the website worked. I rebooted again and
>> now
>> > >> again it's not working. The problem is that apache doesn't restart
>> after
>> > >> rebooting.
>> > >>
>> > >> אורי
>> > >> u...@speedy.net
>> > >>
>> > >>
>> > >> ‪On Thu, Jun 11, 2020 at 6:29 AM ‫אורי‬‎  wrote:‬
>> > >>
>> > >>> Hi,
>> > >>>
>> > >>> Thanks for your suggestion, I decided to upgrade to 18.04.4 and I
>> ran a
>> > >>> few times the following commands (from root):
>> > >>>
>> > >>> sudo apt autoremove
>> > >>> sudo apt-get update
>> > >>> sudo apt-get upgrade
>> > >>> sudo apt update
>> > >>> sudo apt upgrade
>> > >>>
>> > >>> I have 4 servers and I upgraded all of them and 3 of them are
>> working
>> > >>> properly, however one server apache is not working, I can't restart
>> apache
>> > >>> (with "sudo systemctl restart apache2" - it's not responding) and
>> the
>> > >>> website is not working. How can I fix it now?
>> > >>>
>> > >>> The server didn't respond after reboot once (after 2 reboots) and I
>> had
>> > >>> to shut it down and restart it again.
>> > >>>
>> > >>> Thanks,
>> > >>> Uri
>> > >>> אורי
>> > >>> u...@speedy.net
>> > >>>
>> > >>>
>> > >>> On Wed, Jun 10, 2020 at 10:29 PM Micha Bailey <
>> michabai...@gmail.com>
>> > >>> wrote:
>> > >>>
>> >  Regarding the upgrade to Focal (20.04): There’s no reason to rush.
>> >  Bionic (18.04) is supported, if I’m not mistaken, until 2023. In
>> fact,
>> >  Bionic (LTS) users aren’t even offered the upgrade (i.e. you need
>> to go out
>> >  of your way to get it) until 20.04.1 is out in a few months.
>> > 
>> >  Regarding the upgrade to 18.04.4, I could be mistaken, but my
>> >  understanding is that point releases aren’t new versions of Ubuntu
>> per se.
>> >  At point releases, new isos are spun with up-to-date packages, but
>> it’s
>> >  still the same version. Assuming you make a habit of installing
>> updates
>> >  regularly (which you obviously should be), you will effectively
>> >  automatically be on 18.04.4.
>> > 
>> >  On Wed, Jun 10, 2020 at 6:44 PM אורי  wrote:
>> > 
>> > > Hi,
>> > >
>> > > Actually I have a staging server which I can upgrade first to
>> 18.04.4
>> > > to see if it works, or if something breaks. But I didn't find it
>> on Google
>> > > - how do I upgrade an OS to Ubuntu 18.04.4 (from 18.04.*) without
>> upgrading
>> > > it to 20.04?
>> > >
>> > > אורי
>> > > u...@speedy.net
>> > >
>> > >
>> > > On Wed, Jun 10, 2020 at 6:19 PM Shlomi Fish 
>> wrote:
>> > >
>> > >> Hi Uri!
>> > >>
>> > >> ‪On Wed, Jun 10, 2020 at 5:30 PM ‫אורי‬‎ 
>> wrote:‬
>> > >>
>> > >>> Hi,
>> > >>>
>> > >>> I'm sorry for posting twice in the same day to the same mailing
>> > >>> list. But I have a question: I'm using Ubuntu 18.04.3 LTS for a
>> few
>> > >>> production servers (one of them I upgraded a few months ago
>> from 14.04).
>> > >>> How important it is to upgrade the OS version, or can I keep it
>> like this?
>> > >>> 

Re: Where to buy a Linux based desktop in Israel?

2020-05-12 Thread Shay Gover
So don't use microphones either.
Or just use it and see them explode. :)

On Tue, May 12, 2020 at 9:00 AM Geoffrey Mendelson <
geoffreymendel...@gmail.com> wrote:

> Support antisemitism. Use Linux Mint.
>
> Geoff
>
> --
> Geoffrey S. Mendelson, N3OWJ/4X1GM/KBUH7245/KBUW5379 Jerusalem, Israel
> On May 12, 2020, 3:09 AM +0300, Shay Gover , wrote:
>
> Why not install yourself? use mint distro.
>
> On Mon, May 11, 2020, 22:49 Dimid Duchovny  wrote:
>
>> Hi,
>>
>> I'm looking to buy a desktop computer with Linux pre-installed for a
>> couple of senior citizens. I'd usually buy a generic PC and install myself,
>> but now due to the coronavirus that's not an option.
>> The main uses are web browsing and skype/zoom. Looking for a stable
>> distro and long term support (e.g. the latest Ubuntu LTS). The hardware
>> needs to work out-of-the-box.
>> Specification wish list:
>> 512GB SSD
>> 16GB RAM
>> A high-quality case and PSU (preferably 80+ gold)
>> Webcam
>>
>> The budget is around 2k shekels.
>> Are there any Israeli retailers that sell such configurations?
>>
>> 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
>
>
___
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 Linux based desktop in Israel?

2020-05-11 Thread Shay Gover
Why not install yourself? use mint distro.

On Mon, May 11, 2020, 22:49 Dimid Duchovny  wrote:

> Hi,
>
> I'm looking to buy a desktop computer with Linux pre-installed for a
> couple of senior citizens. I'd usually buy a generic PC and install myself,
> but now due to the coronavirus that's not an option.
> The main uses are web browsing and skype/zoom. Looking for a stable distro
> and long term support (e.g. the latest Ubuntu LTS). The hardware needs to
> work out-of-the-box.
> Specification wish list:
> 512GB SSD
> 16GB RAM
> A high-quality case and PSU (preferably 80+ gold)
> Webcam
>
> The budget is around 2k shekels.
> Are there any Israeli retailers that sell such configurations?
>
> 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: Spare SSD or IDE cable - Tel Aviv area

2020-04-15 Thread Shay Gover
Maybe Zigzag has:
http://www.zigzag2000.co.il/catalog/contact_us.php

On Wed, Apr 15, 2020 at 10:27 AM Julian Daich  wrote:

> Hi,
>
> I need to an IDE cable or and old low capability( 40GB) SSD disk to
> fix my main box. I am at Tel Aviv and spare parts are not easy to find
> in these days.
> Do somebody has any of them to give away? One of either will fix the
> problem.
>
> Thanks!
>
> --
> Julian
>
> ___
> 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: Fwd: debian 10-64bit fresh install - error messages

2020-04-09 Thread Shay Gover
Those errors state that your BIOS/UEFI doesn't support that feature. You
can ignore that.

Shay Gover

On Thu, Apr 9, 2020 at 5:36 PM Omer Zak  wrote:

> I was curious so I googled for the error message and found the
> following:
>
>
> https://forum.manjaro.org/t/acpi-error-dssp-namespace-lookup-failure-ae-not-found-on-4-9-0-1/15474/3
>
> https://unix.stackexchange.com/questions/524202/acpi-error-message-ae-not-found-why-is-this-happening-now-it-did-not-happen-pr
>
> https://www.linuxquestions.org/questions/slackware-14/acpi-error-%5Bdssp%5D-namespace-lookup-failure-ae_not_found-on-slackware-14-64-bit-4175448907/
> https://bbs.archlinux.org/viewtopic.php?id=245918
>
> The advice varies between:
> - Harmless, ignore it.
> - Update your UEFI/firmware
> - Revert a patch (
>
> https://github.com/torvalds/linux/commit/b5c0875a16039d90f4cdf6b75ae4031daae01d56
> )
>
> My own advice:
> Given that your system is running smoothly, just ignore this error
> message.
> It will probably go away once you buy a new computer.
>
> --- Omer Zak
>
>
> On Thu, 2020-04-09 at 17:04 +0300, avraham rosenberg wrote:
> > [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND
>
>
>
> --
> 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
> 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: sound problem on Kubuntu 18.04

2019-07-04 Thread Shay Gover
Take a look here:
https://forum.manjaro.org/t/sound-randomly-stopped-working/54730/7

KDE version in that post is 5.13.4 but they say there that it's pulseaudio
related.


On Thu, Jul 4, 2019 at 3:55 PM Shlomo Solomon 
wrote:

> Everything is up to date (or at least as up to date as the Ubuntu
> repositories are), but here are the exact versions (from kinfocenter):
>
> Kubuntu 18.04
> KDE Plasma 5.12.7
> KDE Frameworks 5.44.0
> QT 5.9.5
> Kernel 4.15.0-54-generic
> OS Type 64-bit
>
> As I understand it, Plasma 5.12.8 is the latest LTS release, but is not
> available on Kubuntu.
>
>
>
>
>
> On Thu, 4 Jul 2019 15:17:12 +0300
> Shay Gover  wrote:
>
> > Please send KDE version. I had something like this last year (KDE
> > plasma on Arch). If you're on a stable and old version you may suffer
> > from the same bug.
> >
> > Shay
> >
> > On Thu, Jul 4, 2019, 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-04 Thread Shay Gover
Please send KDE version. I had something like this last year (KDE plasma on
Arch). If you're on a stable and old version you may suffer from the same
bug.

Shay

On Thu, Jul 4, 2019, 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: scanning with a Pantum M6600

2019-06-13 Thread Shay Gover
Try asking in the ubuntu forums.Usually it's because no one implemnted this
feature.

On Thu, Jun 13, 2019, 12:34 Shlomo Solomon  wrote:

> I have a Pantum M6600 multifunction printer - USB only - no WiFi.
>
> Printing works fine on my Kubuntu box (after installing a driver).
>
> I can also scan using xsane or gscantopdf.
>
> But when I press the physical scan button on the printer, I get a
> message on the printer's LCD screen: "PC unresponsive". I assume it's
> "looking for" a Windows PC. In fact, when I connect it to a Windows
> machine, the scan works and is saved in D:\Users\solomon\Pictures.
>
> Does anyone have an idea how to get this to work on Linux?
>
>
> Probably not relevant, but the output of usb-devices  is:
>
>
> T:  Bus=03 Lev=02 Prnt=03 Port=03 Cnt=02 Dev#= 22 Spd=12  MxCh= 0
> D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> P:  Vendor=232b ProdID=3f20 Rev=01.00
> S:  Manufacturer=Pantum
> S:  Product=M6600 series
> S:  SerialNumber=CB7B002213
> C:  #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=98mA
> I:  If#= 0 Alt= 0 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=usblp
> I:  If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
> I:  If#= 2 Alt= 0 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=usblp
>
>
>
>
>
> --
> 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: Suggestion for java/c++ editor with compile, run and debug capabilities.

2019-03-21 Thread Shay Gover
As far as I know only eclipse support both.

On Thu, Mar 21, 2019 at 12:26 PM Shlomi Fish  wrote:

> Hi Josh!
>
> On Thu, Mar 21, 2019 at 11:53 AM Josh Roden  wrote:
>
>> Hi everyone,
>> Happy Purim!
>> We're looking for a Linux editor for first year CS students
>> that is light on resources.
>>
>
> How much light? People used to complain about emacs needing more than 8
> megabytes of RAM...
> Anyway, see
> https://www.shlomifish.org/open-source/resources/editors-and-IDEs/ .
>
>
>> Thanks,
>> Josh
>>
>> ___
>> 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/
>
> Buddha has the Chuck Norris nature.
>
> 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


חבר מחפש איש לינוקס לירושלים

2019-02-21 Thread Shay Gover
שלום לכולם,

חבר מחפש איש לינוקס למשרה בירושלים.
אין לי יותר פרטים מזה. דרוש ניסיון בלינוקס למשרת סיסטם.
כל השאר ילמד במקום.

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


Re: Diagram\Flowchart desktop program with RTL support

2018-09-16 Thread Shay Gover
I didn't find that gitlab link. Let see who answers issues there.

On Sun, Sep 16, 2018 at 8:55 PM Omer Zak  wrote:

> I was surprised by the information that Dia was discontinued, because
> it is an useful tool which I continue to use.
>
> So I looked into dia.
>
> Debian Stretch has dia 0.97.3+git20160930-6, which was uploaded at 23
> May 2017.
>
> The package's metadata points at the project's homepage at:
> https://wiki.gnome.org/Apps/Dia
>
> However, the homepage mentions that version 0.97.2 is the last released
> one, and it was released at 18 Dec 2011.
> I looked for the development version at
> https://wiki.gnome.org/Apps/Dia/Development
> and tried to execute 'git clone git://git.gnome.org/dia' but it failed
> claiming no route to the host, even though 'ping git.gnome.org' works.
> I tried numeric IP address, and it did not work as well.
>
> Going via Wikipedia (https://en.wikipedia.org/wiki/Dia_(software)) led
> me to: https://gitlab.gnome.org/GNOME/dia/
> and then 'git clone https://gitlab.gnome.org/GNOME/dia.git' was
> successful.
>
> According to git log, the most recent real update is from 22 Jun 2017.
>
> Conclusion: Dia is still being maintained, even if only on the
> translations front.
>
> --- Omer Zak
>
>
> On Sun, 2018-09-16 at 19:07 +0300, Shay Gover wrote:
> > Hi,
> >
> > I'm looking for a diagram tool that supports RTL. Dia doesn't support
> > and since it's discontinued it won't support it. Tried pencil project
> > and inkscape too but they have no RTL support too.
> --
> "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
>
>
> ___
> Discussions mailing list
> discussi...@hamakor.org.il
> http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Diagram\Flowchart desktop program with RTL support

2018-09-16 Thread Shay Gover
Hi,

I'm looking for a diagram tool that supports RTL. Dia doesn't support and
since it's discontinued it won't support it. Tried pencil project and
inkscape too but they have no RTL support too.

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


Re: SOLVED but WHY? (was Re: problem with ownership of files on Samba share)

2018-08-24 Thread Shay Gover
When dealing with cifs there are 3 versions (maybe more) of the protocol:
1.1, 2 and 3. I think that in each case u use different version.

On Fri, Aug 24, 2018 at 1:25 PM, Shlomo Solomon 
wrote:

> solomon@shlomo1:~$ apt-cache policy cifs-utils
> cifs-utils:
>   Installed: 2:6.8-1
>   Candidate: 2:6.8-1
>   Version table:
>  *** 2:6.8-1 500
> 500 http://il.archive.ubuntu.com/ubuntu bionic/main amd64
> Packages 100 /var/lib/dpkg/status
>
>
> On Fri, 24 Aug 2018 13:11:05 +0300
> Shay Gover  wrote:
>
> > I think that in each case diffrent libraries are envolved. In the
> > second case it's cifs (what version?).
> >
> > On Fri, Aug 24, 2018, 09:57 Shlomo Solomon 
> > wrote:
> >
> > > Answering my own post with a solution, but I don't know WHY this
> > > works.
> > >
> > > I discovered that if I access   fish://pi/media/PUBLIC/  in Dolphin
> > > the file ownerships are shown correctly.
> > >
> > > Can anyone tell me why this works when the following 2 don't?
> > >
> > > > If I access /mnt/PI-PUBLIC in Dolphin, all the files "seem" to be
> > > > owned by root.
> > > > If I access smb://solomon@pi/PI-PUBLIC/  then all the files
> > > > "seem" to be owned by solomon.
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Fri, 17 Aug 2018 10:58:06 +0300
> > > Shlomo Solomon  wrote:
> > >
> > > > Since moving from Mageia5 to Kubuntu 18.04 I have an annoying
> > > > problem.
> > > >
> > > > I have a Raspberry PI  file server running Samba and sharing
> > > > PI-PUBLIC. Files are created (and owned) by various users.
> > > >
> > > > This is a mixed Linux and Windows network.
> > > > All Linux computers on the network (including the PI) have the
> > > > same users and UIDs, to prevent confusion about file ownership.
> > > > In the PI-PUBLIC section of smb.conf on the PI, all the relevant
> > > > users are listed as valid users =
> > > >
> > > > In Mageia I could mount the share with either of the
> > > > following /etc/fstab entries (note that pi is defined
> > > > in /etc/hosts):
> > > >
> > > > //pi/PI-PUBLIC  /mnt/PI-PUBLIC  cifs
> > > > username=solomon,password=mypassword,rw,user 0 0
> > > >
> > > > //pi/PI-PUBLIC /mnt/PI-PUBLIC cifs
> > > > user,credentials=/etc/samba/auth.pi.solomon 0 0
> > > >
> > > > But in Kubuntu, all the files "seem" to be owned by the wrong
> > > > user. If I access /mnt/PI-PUBLIC in Dolphin, all the files "seem"
> > > > to be owned by root.
> > > > If I access smb://solomon@pi/PI-PUBLIC/  then all the files
> > > > "seem" to be owned by solomon.
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > 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: SOLVED but WHY? (was Re: problem with ownership of files on Samba share)

2018-08-24 Thread Shay Gover
I think that in each case diffrent libraries are envolved. In the second
case it's cifs (what version?).

On Fri, Aug 24, 2018, 09:57 Shlomo Solomon  wrote:

> Answering my own post with a solution, but I don't know WHY this works.
>
> I discovered that if I access   fish://pi/media/PUBLIC/  in Dolphin the
> file ownerships are shown correctly.
>
> Can anyone tell me why this works when the following 2 don't?
>
> > If I access /mnt/PI-PUBLIC in Dolphin, all the files "seem" to be
> > owned by root.
> > If I access smb://solomon@pi/PI-PUBLIC/  then all the files "seem" to
> > be owned by solomon.
>
>
>
>
>
>
> On Fri, 17 Aug 2018 10:58:06 +0300
> Shlomo Solomon  wrote:
>
> > Since moving from Mageia5 to Kubuntu 18.04 I have an annoying problem.
> >
> > I have a Raspberry PI  file server running Samba and sharing
> > PI-PUBLIC. Files are created (and owned) by various users.
> >
> > This is a mixed Linux and Windows network.
> > All Linux computers on the network (including the PI) have the same
> > users and UIDs, to prevent confusion about file ownership.
> > In the PI-PUBLIC section of smb.conf on the PI, all the relevant users
> > are listed as valid users =
> >
> > In Mageia I could mount the share with either of the
> > following /etc/fstab entries (note that pi is defined in /etc/hosts):
> >
> > //pi/PI-PUBLIC  /mnt/PI-PUBLIC  cifs
> > username=solomon,password=mypassword,rw,user 0 0
> >
> > //pi/PI-PUBLIC /mnt/PI-PUBLIC cifs
> > user,credentials=/etc/samba/auth.pi.solomon 0 0
> >
> > But in Kubuntu, all the files "seem" to be owned by the wrong user.
> > If I access /mnt/PI-PUBLIC in Dolphin, all the files "seem" to be
> > owned by root.
> > If I access smb://solomon@pi/PI-PUBLIC/  then all the files "seem" to
> > be owned by solomon.
> >
> >
> >
>
>
>
> --
> 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: Hebrew file names in Libreoffice

2018-08-15 Thread Shay Gover
Try adding Hebrew locale.

On Wed, Aug 15, 2018 at 7:01 PM, Shlomo Solomon 
wrote:

> On my new Kubuntu 18.04 box, Libreoffice will not open files with
> Hebrew names - says file does not exist.
>
> On a Windows 10 machine Libreoffice has no problem with the same files.
>
> And a really strange thing - if I run Libreoffice from the command line
> instead of clicking on an icon or the KDE menu, it works fine.
>
> I thought this was a utf-8 problem, but my locale seems to be correct.
>
> $ 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
>
> What am I missing?
>
> --
> 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


Fwd: PyCon Israel 2018 -- CFP is open!

2018-03-04 Thread Shay Gover
-- Forwarded message -
From: Shai Berger 
Date: Sun, Mar 4, 2018, 22:49
Subject: PyCon Israel 2018 -- CFP is open!
To: HaMakor 


שלום לכולם,

פייקון ישראל חוזר השנה -- הכנס יהיה ב־4-5 ביוני, סדנת Django Girls תהיה
ב־3 ביוני, ויום ספרינטים והדרכות מתוכנן ל־6 ביוני. הקריאה למציגים
פתוחה, ואתם מוזמנים להציע הצעות https://goo.gl/forms/cfGvLs61yqDICOTJ2

בהצלחה למגישים ולכולנו!


Hello everybody,

PyCon Israel is coming back this year -- The main conference will take
place on June 4-5, a Django Girls workshop on June 3, and a day of
sprints and tutorials is planned for June 6. The Call for Presentations
is now open, and you're more than welcome to submit your proposals
at https://goo.gl/forms/KfLh4udLqTjtQkz13

Good luck to submitters, and to all of us!
___
Discussions mailing list
discussi...@hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Fwd: OSI 20th Anniversary Party

2018-01-23 Thread Shay Gover
-- Forwarded message --
From: Issac Goldstand 
Date: Mon, Jan 22, 2018 at 12:21 PM
Subject: OSI 20th Anniversary Party
To: discussi...@hamakor.org.il


Hi all,

I'm pleased to announce the Tel Aviv celebration of the OSI's 20th
anniversary, which will take place in central Tel Aviv on the evening of
February 5th in two weeks.

This is a great way to celebrate together the huge impact that open
source in general, and the OSI specifically, has had on our work (and
lives!) and mingle with like-minded people.  The sessions should be of
interest both to complete newbies in the world of open-source, as well
as veterans, and there are some planned surprises to make it a fun and
special tribute to the local and global open source communities.

Please take a minute to sign up at
https://osi20thanniversarypartytelaviv.splashthat.com

By signing up in advance, you help so that we know how many are coming
so details can be planned accordingly, and also, frankly, the more
people that we sign up, the more arm twisting power I have to ask
sponsors to help make this an extra-special evening.  Also please feel
free to share this with other relevant people and/or groups.


Thanks, and looking forward to seeing you in two weeks!

  Yitzchak




___
Discussions mailing list
discussi...@hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Fwd: Your First Open Source contribution - Workshop

2018-01-15 Thread Shay Gover
-- Forwarded message --
From: "Gabor Szabo" 
Date: Jan 14, 2018 12:07
Subject: Your First Open Source contribution - Workshop
To: "Hamakor Discussions List" 
Cc:

hi there,

so yes, I assume most of you on this list are regular Open Source
contributors, but I also assume you have a lot of co-workers who are not.
This is an opportunity to get them involved.

On  January 24th I am running a workshop in which I am helping people get
through their first Open Source contribution. This is a language
independent event. We don't even require people to know how to program.
There are plenty of things people can contribute even if they don't know
how to write code.

RSVP here: https://www.meetup.com/Code-Mavens/events/246683264/

regards
Gabor


___
Discussions mailing list
discussi...@hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: call for perl devs: save Shutter...

2018-01-13 Thread Shay Gover
מעביר גם לרשימת התפוצה של העברית.

On Jan 13, 2018 12:21, "Amit Aronovitch"  wrote:

> אחת מתופעות הלואי של המעבר ל wayland (שהפך להיות הדיפולט בגנום, אובונטו
> artful, וכנראה גם גרסאות חדשות של פדורה) הוא שאפליקצית תמונות המסך Shutter,
> אחד הכלים החביבים והשימושיים, פשוט חדלה לעבוד.
> מצד אחד, למדתי להכיר פיצ'רים מתקדמים של gnome-screenshot, שמספקים את
> הפונקציה הבסיסית, אבל למי שעבד עם Shutter בעבר זה פשוט לא זה.
>
> מסתבר שהבעיה היא ש Shutter משתמש ב API ישן שלא נתמך יותר על wayland. המפתח
> המקורי לא פעיל, ואין מי שיעשה את ההמרה הזאת. Shutter עדיין מאוד פופולרי וגם
> יצאה גרסת bugfixes באוגוסט 2017. אלא מאי: הוא כתוב בפרל, והחיתוך של קהילת
> מפתחי Gnome ומפתחי perl כנראה התדלדל לממדים מדאיגים בשנים האחרונות.
> לאור המצב, גם בפדורה וגם בדביאן החבילה הזאת בדרך החוצה
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870418#54
> https://bugzilla.redhat.com/show_bug.cgi?id=1299293
>
> הייתי שמח אם החבילה הזאת היתה שורדת. מצד שני, אין לי מספיק זמן לעשות משהו
> בעצמי, ואין לי הרבה נסיון בפרל.
> מכיוון שאני זוכר שהיתה לנו כאן קהילה משמעותית של מפתחי perl, תהיתי אם יש
> מישהו שיתעניין לקחת את העניין לידיים.
>
> אגב - אם מישהו מוטרד מזה שזה על launchpad עם bzr במקום על github עם git,
> אין בעיה למזלג עבורו גרסה לשם (אם כי נראה לי שזו אמורה להיות בעיה - כל
> מפתחי הפרל שאני מכיר הם ותיקים מספיק להכיר את הכלים האלה).
>
> בברכה
>
>
> ___
> Discussions mailing list
> discussi...@hamakor.org.il
> http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
>
___
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 Shay Gover
On Jan 2, 2018 15:23, "Rabin Yasharzadehe"  wrote:

> 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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Emacs Hebrew footnotes [CODE SNIPPET]

2017-12-18 Thread Shay Gover
On Sun, Dec 17, 2017 at 11:40 PM, Boruch Baum  wrote:

> ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29759
>
> I honestly don't remember if ever in the past I've used Hebrew footnote
> numbering in emacs, but the current state of affairs is that although the
> documentation indicates that the option is available, the file seems
> nowhere to be found. The above reference reports the issue, and includes
> the following code snippet, so if anyone has an improvement, please post
> it there first.
>
> (defconst footnote-hebrew-regex "[אבגדהוזחטיכלמנסעפצקרשת]+")
> (defconst footnote-hebrew '(
>   ("א" "ב" "ג" "ד" "ה" "ו" "ז" "ח" "ט")
>   ("י" "כ" "ל" "מ" "נ" "ס" "ע" "פ" "צ")
>   ("ק" "ר" "ש" "ת" "תק" "תר"" תש" "תת" "תתק")))
> (defun Footnote-hebrew(n)
>   "Supports  footnotes, then rolls over."
>   (let*
> ((n (+ (mod n 1) (/ n 1)))
>  (thousands (/ n 1000))
>  (hundreds (/ (mod n 1000) 100))
>  (tens (/ (mod n 100) 10))
>  (units (mod n 10))
>  (special (if (not (= tens 1)) nil
>(or (when (= units 5) "טו")
>(when (= units 6) "טז")
>(concat
>  (when (/= 0 thousands) (concat (nth (1- thousands) (nth 0
> footnote-hebrew)) "'"))
>  (when (/= 0 hundreds) (nth (1- hundreds) (nth 2 footnote-hebrew)))
>  (if special special
>   (concat
> (when (/= 0 tens) (nth (1- tens) (nth 1 footnote-hebrew)))
> (when (/= 0 units) (nth (1- units) (nth 0 footnote-hebrew
> (add-to-list 'footnote-style-alist `(hebrew Footnote-hebrew
> ,footnote-hebrew-regex) t)
>
>
> --
> 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: Missing Memory

2017-12-14 Thread Shay Gover
It's possible that they're reserved for some hardware device.

On Thu, Dec 14, 2017 at 7:42 PM, Travis Waters 
wrote:

> Hello Linux Users!
>
>
> We are developing a single-board embedded system based around a SPARC
> architecture processor with 256 MB SRAM.  When we cat /proc/meminfo our
> MemTotal is showing a missing 73 MB.   When checking our dmesg, we have the
> following reported memory:
>
> Memory: 172848K/176868K available (3886K kernel code, 136K rwdata, 740K
> rodata, 14228K init, 152K bss, 4020K reserved, 0K cma-reserved, 0K highmem)
>
> Which in all accounts for 22 of the missing 73 MB, but what of the other
> 51 MB?  Can that 51 MB be accounted for somewhere, or are we missing
> something in our memory tables somehow?
>
>
> We have also had to increase the VMalloc size, and in the SPARC
> architecture that means changing the pgtable_32.h macros to the following
> (SPARC isn't responding to setting the vmalloc kernel parameter):
>
> #define VMALLOC_START   _AC(0xfd60,UL)
> #define VMALLOC_END  _AC(0xffc0,UL)
>
>
> Here is the full meminfo report:
>
>
> MemTotal: 187076 kB
> MemFree:   98196 kB
> MemAvailable: 138116 kB
> Buffers:   0 kB
> Cached:44248 kB
> SwapCached:0 kB
> Active:13164 kB
> Inactive:  39292 kB
> Active(anon):   8208 kB
> Inactive(anon):0 kB
> Active(file):   4956 kB
> Inactive(file):39292 kB
> Unevictable:   0 kB
> Mlocked:   0 kB
> HighTotal: 0 kB
> HighFree:  0 kB
> LowTotal: 187076 kB
> LowFree:   98196 kB
> SwapTotal: 0 kB
> SwapFree:  0 kB
> Dirty: 0 kB
> Writeback: 0 kB
> AnonPages:  8220 kB
> Mapped:14800 kB
> Shmem: 0 kB
> Slab:   4736 kB
> SReclaimable:964 kB
> SUnreclaim: 3772 kB
> KernelStack: 968 kB
> PageTables:  376 kB
> NFS_Unstable:  0 kB
> Bounce:0 kB
> WritebackTmp:  0 kB
> CommitLimit:   93536 kB
> Committed_AS: 106592 kB
> VmallocTotal:  25600 kB
> VmallocUsed:   0 kB
> VmallocChunk:  0 kB
>
>
>
> Thanks!
>
> -Travis?
>
>
> ___
> 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: Distro recommendation

2017-11-19 Thread Shay Gover
Mint has dropped the KDE version.

What about arch?

On Nov 19, 2017 10:22, "Rabin Yasharzadehe"  wrote:

> 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
>
>
___
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 Shay Gover
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


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

2017-09-25 Thread Shay Gover
Baruch: Do you use ZoL or ZFS on *BSD?

On Mon, Sep 25, 2017 at 2:09 PM, Baruch Shpirer  wrote:

> ZFS is ok, i had over 100tb on it on supermicro storage servers
> You can optimize read/write using zil/l2arc
> But didn't find it 100% stable (lost pools twice) thus only used to
> archive/cold storage
> The usage was pretty intensive (over 40 million files, sub 200k) though
> But a lot could have changed since than (2011)...
> That's my 2 cents
>
> On Sep 23, 2017 05:52, "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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: mapping usb disks to devices

2017-08-16 Thread Shay Gover
Use blkid.

On Wed, Aug 16, 2017 at 10:21 PM, Gabor Szabo  wrote:

> Hi,
>
> I have a USB hub connected to my Raspberry Pi and I have several
> external Hard disks connected to the USB hub.
> It seems the order the hard disks are mapped to the device files
> /dev/sda1 /dev/sdb1 /dev/sdc1 is random. On every boot it might be
> different.
>
> This of course breaks the mapping I have in /etc/fstab for the mounts.
>
> How can I solve this so I won't need to update /etc/fstab after every boot?
>
> Is there a way to map specific hard disks to specific device files?
>
> 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: Kde Connect problem

2017-07-07 Thread Shay Gover
יש הגדרות באפליקציה עצמה ובסמליל שיש לך במגש המערכת.
חוץ מזה, אם זה לא עובד אז זה באג.

On Fri, Jul 7, 2017 at 12:55 PM, Shlomo Solomon <shlomo.solo...@gmail.com>
wrote:

> I didn't file a bug report because I don't really know if this is a bug
> or something I'm doing wrong - for example some setting that I should
> have done.
>
>  On
> Thu, 6 Jul 2017 18:42:01 +0300 Shay Gover <govers...@gmail.com> wrote:
>
> > ניסית לפתוח באג שם?
> >
> > On Thu, Jul 6, 2017 at 6:33 PM, Shlomo Solomon
> > <shlomo.solo...@gmail.com> wrote:
> >
> > > I just tried this on my Android phone.
> > >
> > > I can send and receive files in both directions and I also get my
> > > phone's notifications on my desktop.
> > >
> > > But I have not been able to browse my phone's file system from
> > > Dolphin. As I understand it, the phone should show up in the device
> > > list in Dolphin, but it's not there.
> > >
> > > System info below in my signature.
> > >
> > > Any ideas would be appreciated.
> > >
> > > --
> > > 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
> > >
>
>
>
> --
> 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: Kde Connect problem

2017-07-06 Thread Shay Gover
ניסית לפתוח באג שם?

On Thu, Jul 6, 2017 at 6:33 PM, Shlomo Solomon 
wrote:

> I just tried this on my Android phone.
>
> I can send and receive files in both directions and I also get my
> phone's notifications on my desktop.
>
> But I have not been able to browse my phone's file system from
> Dolphin. As I understand it, the phone should show up in the device
> list in Dolphin, but it's not there.
>
> System info below in my signature.
>
> Any ideas would be appreciated.
>
> --
> 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: Modern open source/standard for Arabic translitiration

2017-05-07 Thread Shay Gover
אני מצרף את ירון שהרבני לשיחה. הוא נמצא בצוות המתרגמים של LibreOffice
ולמיטב זכרוני, הוא יודע ערבית.

שי גובר

On Sun, May 7, 2017 at 2:43 PM, Elazar Leibovich  wrote:

> Hi,
>
> While a little bit niche, and while unfortunately not enough Arabic
> speaking folks are in the hi-tech scene in Israel, I still send this query,
> and feel free to ask an Arabic speaking friend.
>
> Is there an open standard/de  facto standard/implementation of Arabic
> transliteration. From Hebrew or from English.
>
> I'm interested in implementing an open source transliteration library, and
> I want to base it on some sort of standard, if possible.
>
> Skimming Wikipedia, I can see a lot of standards for writing Arabic in
> roman letters, most aren't useful enough, at least for Hebrew speakers with
> standard English keyboard, for example, requiring hard-to-type characters.
>
> Searching the web, I can see some implementations, but I didn't spot
> anything that looks like it's very well known and used.
>
> Is there any standard way to transliterate English/Hebrew to Arabic?
>
> (please, if you do not know anything about this topic, do not run a web
> search, read about it a bit, and write your findings. This is not helpful
> for me, as my main concern is, what would an Arabic speaking individual
> find useful, and it requires someone who actually know about this topic)
>
> ___
> 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 Shay Gover
My favorite lightweight DEs are:
1) LxQT: really lightweight (system requirement is 128MB RAM) but some
features are missing.
2) Mate or Xfce: Require 512MB of RAM but have all the features.

As for distros, I suggest arch or debian-unstable. They don't install
anything extra (i.e. If you didn't install it, it's probably not there :) )

Shay Gover

On Tue, Dec 27, 2016 at 3:02 AM, Dan Yasny <dya...@gmail.com> wrote:

> I've been carrying an X1 around for a couple of years now. The battery
> life is great, Fedora support is great, weight and convenience is quite
> good, except the keyboard is a bit on the weird side when it comes to the
> function keys and the missing insert key, but I've learned to live with
> that.
>
> The downside however is the reliability. In this time I've had the screen
> replaced, the keyboard replaced and the motherboard/cpu/ram/etc (it's all a
> single block) replaced. Each time it takes a week at the lab (I don't have
> the onsite warranty, and I am in Canada, so YMMV). So if you intend to use
> it somewhere where warranty isn't available, or if you intend to use it
> longer than the warranty period - stay away. It's expensive enough to be
> expected to last, but it's quite flimsy.
>
> On Mon, Dec 26, 2016 at 6:09 PM, Michael Shiloh <
> michaelshiloh1...@gmail.com> wrote:
>
>> Thanks Eli,
>>
>> What kind of laptop do you use?
>>
>> Michael
>>
>> On Mon, Dec 26, 2016 at 2:30 PM, E.S. Rosenberg
>> <esr+linux...@g.jct.ac.il> wrote:
>> > Ever since getting my current laptop that weighs ~1.5kg I said I will
>> > never get anything heavier again, it's something you can't return
>> > from.
>> >
>> > Thin and light devices (like the X1 and the T460S) tend to not be very
>> > upgradeable, it's a price you pay for thin & light... the SSD is most
>> > likely upgradeable on any model you choose because so far soldered on
>> > SSDs aren't all that common
>> >
>> > The videos on youtube clearly show that the T460S has at least one
>> > SODIMM slot, the X1 does not seem to have it.
>> >
>> > Regards,
>> > Eliyahu - אליהו
>> >
>> > 2016-12-26 23:37 GMT+02:00 Michael Shiloh <michaelshiloh1...@gmail.com
>> >:
>> >> 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
>>
>
>
> ___
> 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 Presentation Day in Israel

2016-12-09 Thread Shay Gover
Hi Hauke,

I've forwarded your message to the Hamakor board (Israeli NPO of OSS).
Someone will contact you soon (I hope).

Anyway, you're right. Omer Zak has forwarded your mail to the mail list and
we started talking about that. We're in the early stages of organizing this
event (Hopefully it'll happen as it seems like a good idea - for me
anyway). I'll try to gather people around this but I'm already committed to
organizing other OSS events.

Our next meeting is on the 29.12 and I'll make sure it'll come up.

Thanks,

Shay Gover




On Sat, Dec 10, 2016 at 12:28 AM, Hauke Laging <
hauke.lag...@linux-presentation-day.org> wrote:

> Hello,
>
> I didn't plan to contact Israeli organizations for the next LPD event but
> Google has pointed out to me that you have already noticed.
>
> Now the interesting question is whether you are just following the US
> conversation about it or whether anyone is really interested in organizing
> an
> event in Israel. If so then let me know and we might have a more direct
> communication in the future...
>
> I cannot assess the chances but there might be an effect which would make
> starting this event in Israel easier than anywhere else. The LPD itself
> causes
> very little costs but as long as you are ignored by the (nationwide) media
> it
> should help a lot to have some money for advertising (which should also
> generate media attention for future events).
>
> I assume that the German embassy in Israel (in contrast to those elsewhere)
> has a budget for supporting German activities which make a good impression.
> Probably none of the LPD visitors abroad notices or cares that the LPD was
> started in and is organized from Germany but if I ask the German state
> departement and you ask the German embassy for some financial support, who
> knows what happens... Maybe they would help in other ways, too (media
> contacts).
>
>
> Best regards
>
> (Mr.) Hauke Laging
> --
> http://www.linux-presentation-day.org/
>
> International phone contact for the Linux Presentation Day:
>  tel:+49-30-55579620 (13:00–23:00, German and English)
>
> XMPP (Chat with OTR): linux-presentation-...@jabber.ccc.de
>OTR: 91626899 1C06F2BD 75EC2441 35C696CE 38F75997
>
>
> ___
> 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: Interop with Windows zeroconf/LLMNR

2016-11-29 Thread Shay Gover
As hardening maybe.
Windows users don't venture into the services area. PC technicians don't
either.

On Tue, Nov 29, 2016 at 3:23 PM, Elazar Leibovich <elaz...@gmail.com> wrote:

> Thanks,
>
> Even if it's up by default, which seems to be the case at least for some
> Windows versions, I still want to know from people's experience, how common
> it is to have someone shut it down.
> Is it a good practice?
> Are organization do that as a security hardening measure?
> Etc.
>
> On Tue, Nov 29, 2016 at 3:21 PM, Shay Gover <govers...@gmail.com> wrote:
>
>> Once upon a time I was a Windows sysadmin. Anyway, there was a nice site,
>> called blackviper.com that listed windows services default state.
>> However it's appears it's down now. Maybe tomorrow it'll be up?
>>
>> Shay
>>
>> On Tue, Nov 29, 2016 at 8:41 AM, Elazar Leibovich <elaz...@gmail.com>
>> wrote:
>>
>>> Hi,
>>>
>>> It's really convenient that two Linux computers usuallly have mDNS
>>> installed by default.
>>> I can then do scp x moshe.local, to my friend's laptop.
>>>
>>> In order for that to work with Windows, one can enable Window's zeroconf
>>> standard, LLMNR. The easiest way is by configuring systemd-resolved to
>>> support LLMNR.
>>>
>>> Alas, when I did that, two Windows laptop I examined had LLMNR turned
>>> off. The owners were not sure why.
>>>
>>> Can anyone estimate why this happened?
>>>
>>> Is LLMNR really a good way to interop with Windows, or would half of the
>>> Windows machine would have it turned off?
>>>
>>> Anyone has experience with that?
>>>
>>> ___
>>> 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: Interop with Windows zeroconf/LLMNR

2016-11-29 Thread Shay Gover
Once upon a time I was a Windows sysadmin. Anyway, there was a nice site,
called blackviper.com that listed windows services default state. However
it's appears it's down now. Maybe tomorrow it'll be up?

Shay

On Tue, Nov 29, 2016 at 8:41 AM, Elazar Leibovich  wrote:

> Hi,
>
> It's really convenient that two Linux computers usuallly have mDNS
> installed by default.
> I can then do scp x moshe.local, to my friend's laptop.
>
> In order for that to work with Windows, one can enable Window's zeroconf
> standard, LLMNR. The easiest way is by configuring systemd-resolved to
> support LLMNR.
>
> Alas, when I did that, two Windows laptop I examined had LLMNR turned off.
> The owners were not sure why.
>
> Can anyone estimate why this happened?
>
> Is LLMNR really a good way to interop with Windows, or would half of the
> Windows machine would have it turned off?
>
> Anyone has experience with that?
>
> ___
> 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 Shay Gover
What happens when you open a private session(Ctrl+Shift+N)?

Shay

On Tue, Jul 26, 2016 at 6:25 PM, Rabin Yasharzadehe  wrote:

> 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
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Questions for network/hardware engineer candidates?

2016-07-04 Thread Shay Gover
Hi Amos,

Please define Hardware and Network. Server? PCs? PC Technician? Something
else?

Shay

On Tue, Jul 5, 2016 at 2:36 AM, Amos Shapira  wrote:

> Hi,
>
> My workplace is looking to fill in a position for a hardware/network
> person, someone to look mostly after the office network.
>
> Do people here have ideas about where to look for good interview
> questions/exercises for such a role?
>
> Thanks,
>
> --Amos
>
>
> ___
> 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: Using DVB-T on Raspberry Pi (was: Re: Up-to-date hardware recommendation (this time, USB DVB-T dongle)?)

2016-05-25 Thread Shay Gover
You can check if it's reception by taking it to work (Where you'll probably
have a usb for power and a monitor).

On Wed, May 25, 2016 at 11:04 PM, Omer Zak  wrote:

> Few weeks ago I asked about recommendations for a USB DVB-T dongle.
> Meanwhile I ordered and received DVB-T+DAB+FM D037C-04.
>
> Now the task is to make it work with Raspberry Pi using Raspbian.
>
> According to the link
>
> http://askubuntu.com/questions/20204/which-application-do-you-recommend-for-watching-tv-dvb
> people recommend: vlc, kaffeine
> the following were mentioned, too: totem, gxine, mplayer
>
> The link
>
> http://www.howtoeverything.net/linux/hardware/making-dvb-usb-sticks-and-other-tv-cards-work-linux
> (Making DVB-USB-Sticks and other TV cards work with Linux)
> recommends to install kaffeine and libxine1-all-plugins
> Raspbian has libxine2-all-plugins instead.
>
> My experience was that the Raspbian installation (most up-to-date Jessie
> one) recognized the device without the need to install anything further.
>
> I got stuck at failing to find any channels when scanning. Not known
> whether it's a problem of bad reception or another problem.
>
> --- Omer
>
>
> --
> For the average human female, a cockroach is merely another name for a
> walking turd.
> 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: חניכה בקוד פתוח

2016-04-29 Thread Shay Gover
מה דעתכם על kde-apps או gnome apps?
הקטנות מבין התוכנות שם עשויות להתאים?

שי

2016-04-23 2:09 GMT+03:00 Shay Gover <govers...@gmail.com>:

> זו רשימת הפרויקטים נכון לעכשיו:
>
> מפתחים:
> - פשוטים: הסדנא לידע ציבורי
> - בינוניים: http://corebos.org/
> - מורכבים: QGIS, Kodi, LibreOffice
>
> בדיקות:
> ?
> לאף אחד אין איזה patch שהוא היה רוצה לבדוק? משהו שמי שאינו מפתח יכול
> להתקין?
>
> תשתיות:
> ?
> מישהו צריך אנשי תשתיות בהתנדבות?
>
> 
> יצר איתי קשר מפתח שמחפש פרויקט שקשור בפיזיקה או כימיה. מי מכיר משהו?
>
> שי גובר
>
> 2016-04-21 0:05 GMT+03:00 Meir Kriheli <mkrih...@gmail.com>:
>
>> לסדנא לידע ציבורי הייתה/יש כבר פעילות בירושלים:
>>
>>
>> http://wiki.hasadna.org.il/wiki/%D7%9E%D7%A4%D7%92%D7%A9%D7%99_%D7%A4%D7%99%D7%AA%D7%95%D7%97
>>
>> 2016-04-19 23:29 GMT+03:00 Shay Gover <govers...@gmail.com>:
>>
>>> שלום לכולם,
>>>
>>> לא מזמן פנה אלי סטודנט לא מצטיין ממוסד לא מוכר (איזו מכללה בירושלים)
>>> ומכאן התחיל להתגלגל הרעיון.
>>>
>>> אני רוצה לספק, במסגרת פעילות העמותה, איזו מסגרת שתקשר בין אנשים שרוצים
>>> לתרום לקוד פתוח לבין מי שיכול להדריך אותם.
>>>
>>> קהל היעד הוא:
>>> - סטודנטים/בוגרים לא מצטיינים חסרי ניסיון
>>> - מפתחים
>>> - אנשי תשתיות
>>> - בודקי תוכנה
>>> (וכמובן כל מי שירצה)
>>>
>>> מה שמשותף לכולם הוא שאין להם ניסיון בקוד פתוח והם לא יודעים למי לפנות
>>> וזו מטרת המסגרת.
>>>
>>> מה שאני צריך מכם זה:
>>> - מתנדבים שיהיו מוכנים לעזור לקהל היעד בתחילת דרכו
>>> - פיתוח: פרויקטים שקל להתחיל בהם (לא LibreOffice - הבנתי ששם נדרש שבוע
>>> רק כדי להבין מי נגד מי).
>>> - פיתוח: פרויקטים מורכבים כמו LibreOffice למי ששרד את הפרויקטים הקטנים
>>> ומעוניין להמשיך למשהו מאתגר יותר
>>> - פרויקטים שחסר בהם תיעוד למי שרוצה לכתוב תיעוד
>>> - פרויקטים שחסרים בהם אנשי בדיקות
>>> - פרויקטים שצריכים אנשי תשתיות (לא דווקא DevOps).
>>> - רשימת טכנולוגיות/ספרים/נושאים שכל תורם חייב לדעת. הן לפי נושא (נניח
>>> רשימת נושאים שחובה להכיר לפני כניסה לפרויקט שמפותח ב- Angular) והן דברים
>>> כללים.
>>> * עדיף פרויקטים בצירוף איש קשר, בעיקר עבור הפשוטים (כדי לתת תמיכה
>>> בתחילת הדרך) **
>>>
>>> המטרה הנוכחית היא לארגן מפגש של מתעניינים ביולי.
>>>
>>> זה הדף בויקי:
>>>
>>> http://wiki.hamakor.org.il/index.php/%D7%9E%D7%93%D7%A8%D7%99%D7%9A_%D7%9C%D7%A1%D7%98%D7%95%D7%93%D7%A0%D7%98
>>>
>>> הערות יתקבלו בברכה
>>>
>>> שי גובר
>>>
>>> ___
>>> Discussions mailing list
>>> discussi...@hamakor.org.il
>>> http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
>>>
>>
>>
>>
>> --
>> Meir Kriheli
>> http://meirkriheli.com
>>
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: חניכה בקוד פתוח

2016-04-22 Thread Shay Gover
זו רשימת הפרויקטים נכון לעכשיו:

מפתחים:
- פשוטים: הסדנא לידע ציבורי
- בינוניים: http://corebos.org/
- מורכבים: QGIS, Kodi, LibreOffice

בדיקות:
?
לאף אחד אין איזה patch שהוא היה רוצה לבדוק? משהו שמי שאינו מפתח יכול להתקין?

תשתיות:
?
מישהו צריך אנשי תשתיות בהתנדבות?


יצר איתי קשר מפתח שמחפש פרויקט שקשור בפיזיקה או כימיה. מי מכיר משהו?

שי גובר

2016-04-21 0:05 GMT+03:00 Meir Kriheli <mkrih...@gmail.com>:

> לסדנא לידע ציבורי הייתה/יש כבר פעילות בירושלים:
>
>
> http://wiki.hasadna.org.il/wiki/%D7%9E%D7%A4%D7%92%D7%A9%D7%99_%D7%A4%D7%99%D7%AA%D7%95%D7%97
>
> 2016-04-19 23:29 GMT+03:00 Shay Gover <govers...@gmail.com>:
>
>> שלום לכולם,
>>
>> לא מזמן פנה אלי סטודנט לא מצטיין ממוסד לא מוכר (איזו מכללה בירושלים)
>> ומכאן התחיל להתגלגל הרעיון.
>>
>> אני רוצה לספק, במסגרת פעילות העמותה, איזו מסגרת שתקשר בין אנשים שרוצים
>> לתרום לקוד פתוח לבין מי שיכול להדריך אותם.
>>
>> קהל היעד הוא:
>> - סטודנטים/בוגרים לא מצטיינים חסרי ניסיון
>> - מפתחים
>> - אנשי תשתיות
>> - בודקי תוכנה
>> (וכמובן כל מי שירצה)
>>
>> מה שמשותף לכולם הוא שאין להם ניסיון בקוד פתוח והם לא יודעים למי לפנות וזו
>> מטרת המסגרת.
>>
>> מה שאני צריך מכם זה:
>> - מתנדבים שיהיו מוכנים לעזור לקהל היעד בתחילת דרכו
>> - פיתוח: פרויקטים שקל להתחיל בהם (לא LibreOffice - הבנתי ששם נדרש שבוע רק
>> כדי להבין מי נגד מי).
>> - פיתוח: פרויקטים מורכבים כמו LibreOffice למי ששרד את הפרויקטים הקטנים
>> ומעוניין להמשיך למשהו מאתגר יותר
>> - פרויקטים שחסר בהם תיעוד למי שרוצה לכתוב תיעוד
>> - פרויקטים שחסרים בהם אנשי בדיקות
>> - פרויקטים שצריכים אנשי תשתיות (לא דווקא DevOps).
>> - רשימת טכנולוגיות/ספרים/נושאים שכל תורם חייב לדעת. הן לפי נושא (נניח
>> רשימת נושאים שחובה להכיר לפני כניסה לפרויקט שמפותח ב- Angular) והן דברים
>> כללים.
>> * עדיף פרויקטים בצירוף איש קשר, בעיקר עבור הפשוטים (כדי לתת תמיכה
>> בתחילת הדרך) **
>>
>> המטרה הנוכחית היא לארגן מפגש של מתעניינים ביולי.
>>
>> זה הדף בויקי:
>>
>> http://wiki.hamakor.org.il/index.php/%D7%9E%D7%93%D7%A8%D7%99%D7%9A_%D7%9C%D7%A1%D7%98%D7%95%D7%93%D7%A0%D7%98
>>
>> הערות יתקבלו בברכה
>>
>> שי גובר
>>
>> ___
>> Discussions mailing list
>> discussi...@hamakor.org.il
>> http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
>>
>
>
>
> --
> Meir Kriheli
> http://meirkriheli.com
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: חניכה בקוד פתוח

2016-04-20 Thread Shay Gover
אז נראה שאני אבוא לבקר אותם באחד מימי השני הקרובים כדי להבין מה קורה שם.

2016-04-21 0:05 GMT+03:00 Meir Kriheli <mkrih...@gmail.com>:

> לסדנא לידע ציבורי הייתה/יש כבר פעילות בירושלים:
>
>
> http://wiki.hasadna.org.il/wiki/%D7%9E%D7%A4%D7%92%D7%A9%D7%99_%D7%A4%D7%99%D7%AA%D7%95%D7%97
>
> 2016-04-19 23:29 GMT+03:00 Shay Gover <govers...@gmail.com>:
>
>> שלום לכולם,
>>
>> לא מזמן פנה אלי סטודנט לא מצטיין ממוסד לא מוכר (איזו מכללה בירושלים)
>> ומכאן התחיל להתגלגל הרעיון.
>>
>> אני רוצה לספק, במסגרת פעילות העמותה, איזו מסגרת שתקשר בין אנשים שרוצים
>> לתרום לקוד פתוח לבין מי שיכול להדריך אותם.
>>
>> קהל היעד הוא:
>> - סטודנטים/בוגרים לא מצטיינים חסרי ניסיון
>> - מפתחים
>> - אנשי תשתיות
>> - בודקי תוכנה
>> (וכמובן כל מי שירצה)
>>
>> מה שמשותף לכולם הוא שאין להם ניסיון בקוד פתוח והם לא יודעים למי לפנות וזו
>> מטרת המסגרת.
>>
>> מה שאני צריך מכם זה:
>> - מתנדבים שיהיו מוכנים לעזור לקהל היעד בתחילת דרכו
>> - פיתוח: פרויקטים שקל להתחיל בהם (לא LibreOffice - הבנתי ששם נדרש שבוע רק
>> כדי להבין מי נגד מי).
>> - פיתוח: פרויקטים מורכבים כמו LibreOffice למי ששרד את הפרויקטים הקטנים
>> ומעוניין להמשיך למשהו מאתגר יותר
>> - פרויקטים שחסר בהם תיעוד למי שרוצה לכתוב תיעוד
>> - פרויקטים שחסרים בהם אנשי בדיקות
>> - פרויקטים שצריכים אנשי תשתיות (לא דווקא DevOps).
>> - רשימת טכנולוגיות/ספרים/נושאים שכל תורם חייב לדעת. הן לפי נושא (נניח
>> רשימת נושאים שחובה להכיר לפני כניסה לפרויקט שמפותח ב- Angular) והן דברים
>> כללים.
>> * עדיף פרויקטים בצירוף איש קשר, בעיקר עבור הפשוטים (כדי לתת תמיכה
>> בתחילת הדרך) **
>>
>> המטרה הנוכחית היא לארגן מפגש של מתעניינים ביולי.
>>
>> זה הדף בויקי:
>>
>> http://wiki.hamakor.org.il/index.php/%D7%9E%D7%93%D7%A8%D7%99%D7%9A_%D7%9C%D7%A1%D7%98%D7%95%D7%93%D7%A0%D7%98
>>
>> הערות יתקבלו בברכה
>>
>> שי גובר
>>
>> ___
>> Discussions mailing list
>> discussi...@hamakor.org.il
>> http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
>>
>
>
>
> --
> Meir Kriheli
> http://meirkriheli.com
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: חניכה בקוד פתוח

2016-04-19 Thread Shay Gover
יש אנשים שלא ממש נהנים מהתואר.
חוצמזה, למצטיינים אין בעיה למצוא עבודה אז הם לא צריכים ניסיון נוסף.
אין לי בעיה שיבואו אבל להם יש פחות סיבות להגיע.

2016-04-19 23:45 GMT+03:00 Orna Agmon Ben-Yehuda <ladyp...@gmail.com>:

> מדוע קהל היעד הוא לא מצטיינים? קוד פתוח דורש בדרך כלל יוזמה ועצמאות כמו גם
> אוטודידקטיות. אלו בעיני קריטריונים של מצטיינים.
> בתאריך 19 באפר׳ 2016 22:30,‏ "Shay Gover" <govers...@gmail.com> כתב:
>
>> שלום לכולם,
>>
>> לא מזמן פנה אלי סטודנט לא מצטיין ממוסד לא מוכר (איזו מכללה בירושלים)
>> ומכאן התחיל להתגלגל הרעיון.
>>
>> אני רוצה לספק, במסגרת פעילות העמותה, איזו מסגרת שתקשר בין אנשים שרוצים
>> לתרום לקוד פתוח לבין מי שיכול להדריך אותם.
>>
>> קהל היעד הוא:
>> - סטודנטים/בוגרים לא מצטיינים חסרי ניסיון
>> - מפתחים
>> - אנשי תשתיות
>> - בודקי תוכנה
>> (וכמובן כל מי שירצה)
>>
>> מה שמשותף לכולם הוא שאין להם ניסיון בקוד פתוח והם לא יודעים למי לפנות וזו
>> מטרת המסגרת.
>>
>> מה שאני צריך מכם זה:
>> - מתנדבים שיהיו מוכנים לעזור לקהל היעד בתחילת דרכו
>> - פיתוח: פרויקטים שקל להתחיל בהם (לא LibreOffice - הבנתי ששם נדרש שבוע רק
>> כדי להבין מי נגד מי).
>> - פיתוח: פרויקטים מורכבים כמו LibreOffice למי ששרד את הפרויקטים הקטנים
>> ומעוניין להמשיך למשהו מאתגר יותר
>> - פרויקטים שחסר בהם תיעוד למי שרוצה לכתוב תיעוד
>> - פרויקטים שחסרים בהם אנשי בדיקות
>> - פרויקטים שצריכים אנשי תשתיות (לא דווקא DevOps).
>> - רשימת טכנולוגיות/ספרים/נושאים שכל תורם חייב לדעת. הן לפי נושא (נניח
>> רשימת נושאים שחובה להכיר לפני כניסה לפרויקט שמפותח ב- Angular) והן דברים
>> כללים.
>> * עדיף פרויקטים בצירוף איש קשר, בעיקר עבור הפשוטים (כדי לתת תמיכה
>> בתחילת הדרך) **
>>
>> המטרה הנוכחית היא לארגן מפגש של מתעניינים ביולי.
>>
>> זה הדף בויקי:
>>
>> http://wiki.hamakor.org.il/index.php/%D7%9E%D7%93%D7%A8%D7%99%D7%9A_%D7%9C%D7%A1%D7%98%D7%95%D7%93%D7%A0%D7%98
>>
>> הערות יתקבלו בברכה
>>
>> שי גובר
>>
>> ___
>> 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


חניכה בקוד פתוח

2016-04-19 Thread Shay Gover
שלום לכולם,

לא מזמן פנה אלי סטודנט לא מצטיין ממוסד לא מוכר (איזו מכללה בירושלים) ומכאן
התחיל להתגלגל הרעיון.

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

קהל היעד הוא:
- סטודנטים/בוגרים לא מצטיינים חסרי ניסיון
- מפתחים
- אנשי תשתיות
- בודקי תוכנה
(וכמובן כל מי שירצה)

מה שמשותף לכולם הוא שאין להם ניסיון בקוד פתוח והם לא יודעים למי לפנות וזו
מטרת המסגרת.

מה שאני צריך מכם זה:
- מתנדבים שיהיו מוכנים לעזור לקהל היעד בתחילת דרכו
- פיתוח: פרויקטים שקל להתחיל בהם (לא LibreOffice - הבנתי ששם נדרש שבוע רק
כדי להבין מי נגד מי).
- פיתוח: פרויקטים מורכבים כמו LibreOffice למי ששרד את הפרויקטים הקטנים
ומעוניין להמשיך למשהו מאתגר יותר
- פרויקטים שחסר בהם תיעוד למי שרוצה לכתוב תיעוד
- פרויקטים שחסרים בהם אנשי בדיקות
- פרויקטים שצריכים אנשי תשתיות (לא דווקא DevOps).
- רשימת טכנולוגיות/ספרים/נושאים שכל תורם חייב לדעת. הן לפי נושא (נניח רשימת
נושאים שחובה להכיר לפני כניסה לפרויקט שמפותח ב- Angular) והן דברים כללים.
* עדיף פרויקטים בצירוף איש קשר, בעיקר עבור הפשוטים (כדי לתת תמיכה
בתחילת הדרך) **

המטרה הנוכחית היא לארגן מפגש של מתעניינים ביולי.

זה הדף בויקי:
http://wiki.hamakor.org.il/index.php/%D7%9E%D7%93%D7%A8%D7%99%D7%9A_%D7%9C%D7%A1%D7%98%D7%95%D7%93%D7%A0%D7%98

הערות יתקבלו בברכה

שי גובר
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il