Re: problem with cron on Kubuntu 22.04

2024-02-09 Thread shimi
On Wed, Feb 7, 2024 at 6:44 PM Mark E. Fuller wrote: > need to run `sudo systemctl enable cron` to get it going at every boot > and `sudo systemctl start cron` to start it immediately > Or better, 'sudo systemctl enable --now cron', which does both actions in one command. ditto for 'disable' /

Re: How to image a linux computer

2023-11-05 Thread shimi
e 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

Re: OT (but I don't know who else to ask) - e-mail forwarding

2022-03-16 Thread shimi
Additionally, Cloudflare are a "no markup" registrar (they charge you the price they're charged by the registry, and don't make any money from you on domain registration, including WHOIS privacy), which, for most TLDs, give you the best rates on the market (where they don't, either a specific

Re: OT (or maybe not) - what happened to lxer.com?

2022-02-19 Thread shimi
ed 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 w

Re: mail.log

2022-01-17 Thread shimi
of Jan 2. I would like to sort the lines according > to the date order such as in -mm-dd and with including the year. How do > I do it? > > If the format is broken, why not fix the format itself, at the source? https://serverfault.

Re: recover ssh-agent socket

2022-01-08 Thread shimi
K? > > Wouldn't ln -s /proc/$SSH_AGENT_PID/fd/ $SSH_AUTH_SOCK achieve the /purpose/ of the OP (even if without actually creating a socket file)? Assuming I understand correctly the purpose... -- Shimi > > Shachar > > > On 08/01/2022 11:06, Tzafrir Cohen wrote: > > Hi, >

Re: saving files on the network

2021-12-28 Thread shimi
files/execute on dirs] permissions) will go away. You can also use dir_more and file_mode to force 777/666 for all files in the mount, but that's frowned upon for obvious reasons :-) HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Mail blocked by Google

2021-05-16 Thread shimi
f you haven't done so already and you don't mind, you can try sending *authenticated SMTP*, using Google's mail servers as your official SMTP server (relay), authenticating with a GMail account on your domain (preferably not your primary one, in case your server gets hacked and everyth

Re: SMART error each hour for a SSD, due to "unreadable (pending) sectors"

2021-05-06 Thread shimi
.com/a/851486 - which sounds plausible enough... HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Closing laptop lid while Zoom is running prevents wake-from-suspend when lid opened

2021-04-24 Thread shimi
On Sat, Apr 24, 2021 at 1:05 PM Michael Shiloh wrote: > > I don't even know where to start looking. > > Any suggestions? > Where to start: https://01.org/node/3721 My hunch, whenever NVIDIA or Intel are involved, is to start off your investigation with the graphics adapter.

Re: Create a static network configuration from a DHCP lease`

2020-09-30 Thread shimi
connection" ipv4.method manual nmcli dev disconnect "$connection" nmcli -w 10 dev connect "$connection" HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Access host from QEMU guest

2020-05-17 Thread shimi
ence, but on my system this is libvirt running dnsmasq... my allocations are at /var/lib/libvirt/dnsmasq/ ... HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: What would be a proper way to shutdown a sata disk connect with a usb interface ?

2018-12-16 Thread shimi
is unsafe in your opinion? Can you please elaborate? How does it relate to prolonging disk life? Clean unmount is (so I believe...) for filesystem integrity more than anything else... -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: how to copy an ubuntu system disk containing a logical volume.

2018-11-18 Thread shimi
ils. Having said all the above - you can get all that, and more, and especially snapshots which were mentioned before, which... suck... I've no better word, in LVM, better, in ZFS (https://en.wikipedia.org/wiki/ZFS). But it's even more complicated ;-) HT

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

2018-08-24 Thread shimi
Maybe the Dolphin mount (via kio-smb I guess?) runs the mount command with parameters like uid=$USER,gid=$USER ? Have you compared the options of the two mounts when they're both mounted with "mount | grep PI-PUBLIC" ? On Fri, Aug 24, 2018 at 9:56 AM, Shlomo Solomon wrote: > Answering my own

Re: raspberry PI - no X11

2018-02-04 Thread shimi
h possibility, SSH blocks authentication whenever the permissions are too wide. 3. If all the above fails (or you already tried and everything is in order), I would look at /var/log/messages (or Pi equivalent) while attempting to login to the user, to see if any hint is available there. Also

Re: Internet recommendations

2017-07-17 Thread shimi
nes... Thanks, -- Shimi On Tue, Jul 18, 2017 at 12:31 AM, sara fink <sara.f...@gmail.com> wrote: > Hi Geoff > > I have some bad critics about unlimited. Besides what was mentioned in > this list, I can tell you that they install communication equipment on the > building ent

Re: strange ping and traceroute results

2016-11-20 Thread shimi
On Sun, Nov 20, 2016 at 9:38 AM, Shlomo Solomon <shlomo.solo...@gmail.com> wrote: > On Sun, 20 Nov 2016 08:25:18 +0200 > shimi <linux...@shimi.net> wrote: > > > I believe it's called a CDN and/or local compute clusters and the > > purpose of it is to give yo

Re: strange ping and traceroute results

2016-11-19 Thread shimi
cludes the letters M-I-T-M, please consider that without installing a fake CA cert on your host, MITMing an SSL/TLS connection WILL cause a connection set up error from your browser. HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: single threaded web servers

2016-07-03 Thread shimi
then you're not limited to one core's power. Some servers are even smart enough to figure out the right number automatically http://nginx.org/en/docs/ngx_core_module.html#worker_processes (which happens to be my preferable web server for many years now). And... you can always "why not write a

Re: revisioning mysql server

2016-03-23 Thread shimi
iginal copy - your choice, but the cost of choosing the former to save space would be that you'll have to roll the opposite operation in sequence for any recovery) -- Shimi [1] http://xdelta.org/ ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: OT: SSL certificates

2016-03-08 Thread shimi
tml and https://github.com/diafygi/letsencrypt-nosudo HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Something is injecting malware into my HTTP traffic

2015-03-22 Thread shimi
On Sun, Mar 22, 2015 at 11:10 AM, Roman Ovseitsev rom...@gmail.com wrote: Thanks everyone! That explains it then. It interesting how the cached version is actually slower to download than the non-cached. I haven't noticed the speed difference prior to Michael mentioning it, but now after

Re: OT: ISP and infrastructure bundling

2015-02-17 Thread shimi
to a limitation of my router - and the IP I used became oversubscribed). We discussed their L2TP servers load balancing algorithm... I think the regular techsupport guy doesn't know what load balancing means. So, surprising. But really, it's just an anecdote and perhaps a corner case... -- Shimi

Re: DNAT and MASQUERADE

2015-01-08 Thread shimi
On Thu, Jan 8, 2015 at 10:43 AM, Erez D erez0...@gmail.com wrote: On Wed, Jan 7, 2015 at 11:41 AM, shimi linux...@shimi.net wrote: On Wed, Jan 7, 2015 at 11:35 AM, shimi linux...@shimi.net wrote: On Wed, Jan 7, 2015 at 10:16 AM, Erez D erez0...@gmail.com wrote: hello. I have

Re: DNAT and MASQUERADE

2015-01-07 Thread shimi
On Wed, Jan 7, 2015 at 11:35 AM, shimi linux...@shimi.net wrote: On Wed, Jan 7, 2015 at 10:16 AM, Erez D erez0...@gmail.com wrote: hello. I have an iptables question i have the following ext_ip - NAT1 - linux firewall- network - computer1:eth0 .. computer99 i have no control over

Re: DNAT and MASQUERADE

2015-01-07 Thread shimi
, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: udev persistance promblems

2014-12-10 Thread shimi
On Wed, Dec 10, 2014 at 12:30 PM, Erez D erez0...@gmail.com wrote: I have a strange problem when i insert my wlan usb dongle, I get wlan0. if i remove and reinsert, i get wlan1 next time - wlan2 etc.. if i look at /etc/udev/rules.d/*Persistance* i see multiple lines that are completely

Re: Mageia 4 - update delay

2014-12-06 Thread shimi
remains, strace -f this process, and only then click whatever you click there - to see which system calls it does between the time you click what you click, and the package manager going up. Perhaps this process waits on something before it starts the actual update manager... -- Shimi

Re: Mageia 4 - update delay

2014-12-04 Thread shimi
to suffix this command with [ update.strace 21 ] as the output will probably become quite large. Also you should run this as root if the process launched is not in your own UID) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http

Re: Backdoor?

2014-11-23 Thread shimi
be, but this log is probably not showing the case. -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: preventing dhclient from running under certain conditions

2014-10-29 Thread shimi
attempt to bring up DHCP interfaces. [In my mind, this is a bug in dhclient, but this is beside the point...] What about allow-hotplug? http://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_the_basic_syntax_of_etc_network_interfaces -- Shimi

Re: (OT - but I don't know who to ask) - Android tablet charger

2014-09-07 Thread shimi
On Sun, Sep 7, 2014 at 9:20 AM, Mord Behar mord...@gmail.com wrote: You not only need the proper dimensions but also the correct voltage, amperage and direction (not sure what to call that last one). s/direction/polarity/ ___ Linux-il mailing list

Re: Who is leaking memory in my Linux Jessie/KDE4 installation?

2014-08-29 Thread shimi
not compiled cURL to use OpenSSL instead...). See: https://www.splyt.com/blog/2014-05-16-optimizing-aws-nss-softoken I would also appreciate others insights on the subject :) HTH, -- Shimi On Fri, Aug 29, 2014 at 11:41 AM, Omer Zak w...@zak.co.il wrote: I have a 8GB PC which runs Linux Debian

Re: cgi bg

2014-08-25 Thread shimi
with the server, so it has no reason not to close the socket. HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Hebrew File Names

2014-08-21 Thread shimi
I believe NTFS uses UTF-16 for filenames, not iso8859-8 ? -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: diff/patch rootfs

2014-07-10 Thread shimi
what you need is really the blocks that changed from it) - maybe take a look at http://xdelta.org/ -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: advanced dhcpd.conf

2014-06-10 Thread shimi
On Tue, Jun 10, 2014 at 8:29 AM, Erez D erez0...@gmail.com wrote: On Mon, Jun 9, 2014 at 10:31 PM, shimi linux...@shimi.net wrote: On Mon, Jun 9, 2014 at 6:15 PM, Erez D erez0...@gmail.com wrote: no, i want: host vm01 { hardware ethernet 00:11:22:33:44:01 ; fixed-address 10.0.5.1

Re: advanced dhcpd.conf

2014-06-09 Thread shimi
-address 10.0.5.$id }\n;' -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: self mail hosting

2014-06-08 Thread shimi
On Sun, Jun 8, 2014 at 7:42 PM, Guy Gold guy1g...@gmail.com wrote: Using a globally recognized smart host makes the most sense, technically and financially. And then, there's The Cloud (TM). http://aws.amazon.com/ses/ -- Shimi ___ Linux-il

Re: Googlebot searching for .../bin/en.jsp

2014-05-20 Thread shimi
... maybe it's a crawler which is not really Googlebot, rather than an impersonator running through GCE... -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: OT: Cell phone service providers

2014-04-20 Thread shimi
Hi, Try doing manual network selection, and choose the one in which your handset is always on roaming (the r doesn't turn off) on. Might require trial and error. Best to try in a location when the R is off (where Golan has their cells) Most issues are derived from hopping between Golan cells and

Re: sending to same dest via different interfaces

2014-03-04 Thread shimi
choice which option to choose :) -- Shimi On Tue, Mar 4, 2014 at 10:02 AM, Erez D erez0...@gmail.com wrote: Hello I have 2 external interfaces via two eth cards, both connected to the internet I want to send a udp packet to same host:port, but choose dynamically which interface to use

Re: OT: wiki hosting

2014-02-28 Thread shimi
:) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Chinese KitKat

2014-01-05 Thread shimi
; Given that my Galaxy S2, originally running 2.3.4 (Gingerbread), now runs 4.1.2 (Jellybean) with a *stock* ROM from the manufacturer... -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Android and the 64 billion bytes question.

2013-10-10 Thread shimi
of the superblock-ext-equivalent in FAT... Flashback from the past: Problems in sector 0 on floppies :) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Android and the 64 billion bytes question.

2013-10-10 Thread shimi
On Thu, Oct 10, 2013 at 9:54 AM, geoffrey mendelson geoffreymendel...@gmail.com wrote: On 10/10/2013 9:48 AM, shimi wrote: Flashback from the past: Problems in sector 0 on floppies :) I guess Peter Norton isn't Jewish. Or as a less obscure reference, the Norton Utilities to read

Re: Winter clock issues in linux

2013-09-07 Thread shimi
* of the database if you want the latest Israeli law. -- Shimi [1] http://www.justice.gov.il/NR/rdonlyres/FCE198C8-66FD-4AA8-AB9D-958264583207/41529/2401.pdf#page=8 ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Winter clock issues in linux

2013-09-07 Thread shimi
On Sat, Sep 7, 2013 at 9:00 PM, Hetz Ben Hamo h...@hetz.biz wrote: Shimi, 2013-c2 updates (available for centos 5.x/rhel 5.x) should be sufficient too. I used the official timezone database naming convention ( http://www.iana.org/time-zones), not a specific distro. And the official version

Re: password managers

2013-09-03 Thread shimi
modern browser, and doesn't need to sync anything; It simply generates the same password for the same domain based on the same master password, locally on your device. Price: $0/year. There's even a Hebrew version which I translated (pass.shimi.net) -- Shimi

Re: List of Israeli contributions to open source/Linux/Mint?

2013-08-16 Thread shimi
://www.youtube.com/watch?v=AbIQto3KPUM ? (though, I am not sure the list there is 100% accurate...) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Mageia3 doesn't like my Palm Zire 72

2013-08-11 Thread shimi
on the currently running process to print out whatever they print. -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Mageia3 doesn't like my Palm Zire 72

2013-08-11 Thread shimi
On Sun, Aug 11, 2013 at 9:03 AM, shimi linux...@shimi.net wrote: Both your 'group' and 'cat' commands read configuration files, while 'id' actually uses system calls to read information on the currently running process to print out whatever they print. Correcting myself (my excuse

Re: Mageia3 doesn't like my Palm Zire 72

2013-08-10 Thread shimi
' command. -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: how to determine PSU wattage

2013-08-01 Thread shimi
On 1 Aug 2013 12:29, Oleg Goldshmidt p...@goldshmidt.org wrote: shimi linux...@shimi.net writes: Assuming you can indeed measure the consumption of ALL the components on your computer (which I believe you cannot) - you still need to account for energy being converted to plain heat inside

Re: how to determine PSU wattage

2013-08-01 Thread shimi
On 1 Aug 2013 12:48, Oleg Goldshmidt p...@goldshmidt.org wrote: shimi linux...@shimi.net writes: If you're looking for an equivalent PSU you must buy the exact same model - not same wattage... No, I wanted to plug in another PCIe card and I wanted to estimate roughly which models my

Re: how to determine PSU wattage

2013-07-31 Thread shimi
how much the device really takes from your wall socket (not including heat wasted on wires resistance from IEC's meter to your socket ;))... HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo

Re: Mobile phone question

2013-07-27 Thread shimi
; Eventually carriers will want to clear this spectrum for other stuff, given the very low amount of subscribers still using it - something that already happened in the US, and I do not see a reason for it not to happen in Israel. HTH, -- Shimi ___ Linux-il

Re: Permissions to access USB camera under debian

2013-07-02 Thread shimi
' group? Alternatively you could look for *v4l* and *video* under the /dev tree... HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Permissions to access USB camera under debian

2013-07-02 Thread shimi
discovered based on their characteristics, probably udev's rules[1] is what you're looking for. HTH, -- Shimi [1] http://www.reactivated.net/writing_udev_rules.html ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman

Re: help with conserver

2013-05-19 Thread shimi
question would of course be if conserver console was set to type 'device' and the device path was set to the device file name of a serial console listening with the aforementioned getty ? And the buadrate, start/stop bit, parity, all match to what has been set on getty? -- Shimi

Re: help with conserver

2013-05-19 Thread shimi
On Mon, May 20, 2013 at 7:25 AM, Ido Admon ido...@gmail.com wrote: hi shimi, thanks. yes, i'm sorry if i wasn't clear enough. the console is working flawlessly when physically connected. here's my conserver.cf (192.168.43.168 is my laptop): root@krzysztof:~# cat /etc/conserver

Re: power failure - no keyboard in grub menu

2013-04-24 Thread shimi
glitch. If you can't find it, you can simply try to restore your BIOS to factory/fail-safe conditions, or disconnect it from mains, pull out the CMOS battery for a minute or so, and then return it.. HTH, -- Shimi ___ Linux-il mailing list Linux-il

Re: Cloud Backup

2013-02-23 Thread shimi
rsync and they act as a layer to S3 Not sure if their pricing model (especially 'to be consumed within X days from the prepayment) fits you, however. and obviously the data goes through them... but that didn't disturb you in rsync.net, so I am suggesting it. HTH, -- Shimi

Re: [OT somewhat] DDOS attacks, where to report?

2013-01-26 Thread shimi
lawsuits from said customers. Will he compensate ISP for that? What needs to be the threshold? Does the ISP needs to continue giving him service if the whole ISP gets down for 4 hours, like happened last Tuesday to 012? -- Shimi ___ Linux-il mailing list Linux

Re: [OT somewhat] DDOS attacks, where to report?

2013-01-26 Thread shimi
On Sat, Jan 26, 2013 at 8:52 PM, Jonathan Ben Avraham y...@tkos.co.ilwrote: Hi Shimi, You are suggesting that there is no recourse to DDOS attacks, that Israelis are fair game for foreign attacks and it is no one's business except for the victim. Hi Jonathan, Yes, I believe that's

Re: [OT somewhat] DDOS attacks, where to report?

2013-01-26 Thread shimi
to being attacked but the price is obviously accordingly. For example? http://www.prolexic.com/services-dos-and-ddos-mitigation.html Not a recommendation in any way, just an example. -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http

Re: [OT somewhat] DDOS attacks, where to report?

2013-01-26 Thread shimi
of success, and b) that he won't waste so much time/money on his attempts... Good luck! -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: [OT somewhat] DDOS attacks, where to report?

2013-01-26 Thread shimi
On Sun, Jan 27, 2013 at 1:54 AM, Jonathan Ben Avraham y...@tkos.co.ilwrote: On Sun, 27 Jan 2013, shimi wrote: Date: Sun, 27 Jan 2013 00:30:02 +0200 From: shimi linux...@shimi.net To: Jonathan Ben Avraham y...@tkos.co.il Cc: ILUG linux-il@cs.huji.ac.il Subject: Re: [OT somewhat] DDOS

Re: [OT] Troubleshooting Bezeq Int'l problems

2013-01-26 Thread shimi
with the issue. Do you use Bezeq Int's DNS services? If so, try switching to 8.8.8.8 and 8.8.4.4, see if it helps. -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Parts of the internet keep on disappearing on me

2013-01-26 Thread shimi
is, and what it is used for. I have not, yet, rebooted to see whether this does not happen when the problem is dormant. What I told Shimi was that I want as much information as possible, and since he seems to know a bit about it, I would like to hear it all. If you want to know it all, I never did

Re: Parts of the internet keep on disappearing on me

2013-01-24 Thread shimi
a look at the captures, but... You started the thread with This is NOT an ISP problem. Any chance you're using BezeqInt? -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Parts of the internet keep on disappearing on me

2013-01-20 Thread shimi
, Selective ACKs, Window Scaling try eliminating all of them ;) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: /proc/sys/vm/mmap_min_addr missing

2013-01-14 Thread shimi
/mmap_min_addr files (/proc is mounted) Are you emulating ARM on the guests by any chance? -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Off topic, but only a little since it's about hardware

2013-01-05 Thread shimi
:) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: SSD drives

2012-12-30 Thread shimi
inode: 11 Inode size: 256 Required extra isize: 28 Desired extra isize: 28 Journal inode:8 First orphan inode: 279868 Default directory hash: half_md4 Directory Hash Seed: [redacted] Journal backup: inode blocks -- Shimi

Re: SSD drives

2012-12-29 Thread shimi
the drive to your PC chassis. Some computer cases have a special place for 2.5 drives for SSD (like my Antec 1200). Alternatively there are 3.5-2.5 adapters. But learn from someone who made a mistake (me ;)) - check before you buy that they're compatible with the screws location of the SSD. HTH, -- Shimi

[no subject]

2012-12-27 Thread shimi
://www.moc.gov.il/sip_storage/FILES/1/1061.pdf -- Shimi * sent from mobile device ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Android phone question

2012-11-12 Thread shimi
. (e.g. if you SMS a lot but talk a little, Golan is probably best. If you talk a lot, SMS a little, Hot would be cheaper. And if you do both [or use tons of 3G], one of the 'unlimited' offers of any one of them... would be better). HTH, -- Shimi ___ Linux

Re: Android phone question

2012-11-12 Thread shimi
to personal stuff' such as USB Storage or Contacts List. also services that cost you money if you don't have an unlimited package, or you do, but your line is open to premium services or int'l calling...) HTH, -- Shimi ___ Linux-il mailing list Linux-il

Re: Samba permission problem

2012-11-03 Thread shimi
way you think :) I am assuming you already increased verbosity levels and tried to check the samba logs for the specific client, to see any errors there? -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman

Re: Samba permission problem

2012-11-03 Thread shimi
that the connection is dead in smbstatus, and then try to echo bla bla filename? Does that fail to with a permission problem? And again, look at the verbose logs :) -- Shimi P.S. If you're sharing Linux to Linux only, NFS will probably give you better performance

Re: Fortigate router, and security attacks

2012-10-23 Thread shimi
asking - it seems it works as expected? Please explain what do you mean by 'where they are coming from' - I think you already answered the question yourself (several of class A based...) So, please clarify the scenario more precisely. :) -- Shimi ___ Linux

Re: Fortigate router, and security attacks

2012-10-23 Thread shimi
of UDP traffic at a random high port number... Makes any sense? -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: advanced routing q

2012-09-06 Thread shimi
On Wed, Sep 5, 2012 at 8:28 AM, Erez D erez0...@gmail.com wrote: On Mon, Aug 20, 2012 at 10:52 AM, shimi linux...@shimi.net wrote: On Aug 20, 2012 9:34 AM, Erez D erez0...@gmail.com wrote: hello i have a server with two eth ports, each connects to a different router

Re: Bphone Asterisk Hack?

2012-09-02 Thread shimi
-bphone-%D7%A9%D7%9C-%D7%91%D7%96%D7%A7-%D7%91%D7%9C%D7%99%D7%A0%D7%95%D7%A7%D7%A1/ It does not explicitly talk about Asterisk, but, I believe that once you have the SIP credentials, you would manage to create a SIP trunk yourself... -- Shimi ___ Linux-il

Re: Bphone Asterisk Hack?

2012-09-02 Thread shimi
On Mon, Sep 3, 2012 at 7:47 AM, shimi linux...@shimi.net wrote: On Mon, Sep 3, 2012 at 7:13 AM, Geoffrey S. Mendelson geoffreymendel...@gmail.com wrote: Anyone know of a way to get Asterisk to use BEZEQ's BPhone? I do not have an android or iOS device. I need to keep a real BEZEQ

Re: advanced routing q

2012-08-20 Thread shimi
'[*], would probably do the trick... [*] syntax by heart, consult man page to be sure -- Shimi from Samsung Galaxy S II ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: mobile service providers updates

2012-08-07 Thread shimi
Yes. You got Golan's MNC code wrong. You wrote Pelephone's MNC as Golan's code. The correct code is 08. Sorry for top posting, sent from mobile due to urgency... -- Shimi from Samsung Galaxy S II On Aug 7, 2012 3:07 PM, Tzafrir Cohen tzaf...@cohens.org.il wrote: Hi I figured I'd submit

Re: extra bytes in zip archive when used with logrotate

2012-08-06 Thread shimi
that is not supposed to be sent there, e.g. redirect from stderr, like a notice going there. Any chance those 16 bytes are human readable ASCII? -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: extra bytes in zip archive when used with logrotate

2012-08-06 Thread shimi
On Mon, Aug 6, 2012 at 7:16 PM, Oleg Goldshmidt p...@goldshmidt.org wrote: shimi linux...@shimi.net writes: On Mon, Aug 6, 2012 at 5:35 PM, Oleg Goldshmidt p...@goldshmidt.org wrote: $ unzip -l file.log.zip Archive: file.log.zip warning [file.log.zip]: 16

Re: extra bytes in zip archive when used with logrotate

2012-08-06 Thread shimi
goes into the mix... -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: sms via icq with the new mobile companies

2012-08-05 Thread shimi
On Sun, Aug 5, 2012 at 8:43 AM, sara fink sara.f...@gmail.com wrote: Shimi, thanks for the detailed info. The regular companies have some agreement with icq? We know that at some point cellcom stopped their service and it's possible to send free sms via their web site online. Ill check today

Re: sms via icq with the new mobile companies

2012-08-05 Thread shimi
for the near future, AFAIK). So far the cellular companies always charged from their peers the maximum possible by law. So to get there, it would probably require the MOC to decide that. -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http

Re: sms via icq with the new mobile companies

2012-08-04 Thread shimi
is indeed different, because they use Pelephone's switches. Still, I don't see any good reason for Pelephone to provide them connectivity to ICQ... every service they don't have to give to the virtual operators by law, there's no reason for them to help their competition... -- Shimi [1] http

Re: Web gallery software

2012-06-25 Thread shimi
- links to the same artwork in several sizes - and of course have different functionality for authors and people browsing. Thanks. There's of course http://gallery.menalto.com/ - not sure about author pages though I think it does everything else and more... -- Shimi

Re: Astrerisk question, anyone sell a cellphone that can be used to make calls?

2012-06-10 Thread shimi
-- Shimi Sent from mobile, sorry for top posting On Jun 10, 2012 2:10 PM, geoffrey mendelson geoffreymendel...@gmail.com wrote: Now that I can get a cell phone plan that gives me unlimited minutes and unlimited SMS's, does anyone know of a cell phone that can be connected to an asterisk system

Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET) : The connection was reset.

2012-06-04 Thread shimi
On Mon, Jun 4, 2012 at 9:12 AM, Aharon Schkolnik schkol...@013.net wrote: ** On Thursday, May 31, 2012, shimi wrote: On Thu, May 31, 2012 at 2:19 PM, Oleg Goldshmidt p...@goldshmidt.org wrote: On Thu, May 31, 2012 at 2:10 PM, ronys ro...@gmx.net wrote: Looks like Walla's having

Re: LDAP (Active Directory) and user statuses

2012-06-01 Thread shimi
to take... (maybe you're trying to find the wrong solution to the problem, which I don't even know what is it?) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread shimi
luck :-) -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

  1   2   3   4   >