Viewing profile — sdeziel
sdeziel
HN member- Joined
- Wed, Nov 02, 2016, 2:00 PM UTC
- HN karma
- 81
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About sdeziel
No profile information was provided.
Recent public activity
-
comment
Comment #36597198
`snap refresh --hold` will hold updates indefinitely https://snapcraft.io/docs/keeping-snaps-up-to-date#heading--...
-
comment
Comment #32599826
Nice article! However some numbers are a bit off: The IPv4 overhead is normally 20 bytes but can reach 60 bytes with many options. For TCP, it's between 20 and 60 bytes as well. Ju…
-
comment
Comment #32348119
> AES128 is weird too since 128-bit key ciphers are kind of deprecated unless your target is a fridge magnet. Why is AES128 preferred over AES256 by browsers then? https://www.ssll…
-
comment
Comment #28557684
> Why can't I select text on that page? Enabling "reader mode" in Firefox did the trick.
-
comment
Comment #20077305
From the article: "This drops all ICMP packets. ICMP is only used to ping a host to find out if it’s still alive." Please stop this non-sense, there are too many ICMP blackholes al…
-
comment
Comment #18231726
https://caniuse.com itself only supports TLS 1.0. They know about it https://github.com/Fyrd/caniuse/issues/4198
-
comment
Comment #18188328
One can always go to about:config and set security.pki.distrust_ca_policy to "2" to distrust Symantec TLS certificates. Reference: https://blog.mozilla.org/security/2018/07/30/upda…
-
comment
Comment #17863685
1.1.1.1 uses anycast so it's effectively being served by any of Cloudflare's point of presences (152 data centers around the world).
-
comment
Comment #16622659
3. Don't let your DB engine execute random executable like wget/dd (Apparmor/SELinux) 4. Don't let your DB host make outbound connections (iptables/ip6tables)
-
comment
Comment #15290769
Yeah, I quoted the wrong line.
-
comment
Comment #15290063
> * enforcing SSH key authentication That cannot be enforced by the server because the key decryption occurs client-side. An alternative is to use Two Factor Authentication.
-
comment
Comment #15092495
No, you just have to pin the current and future/backup intermediate CAs (X3 and X4) and be done with it.
-
comment
Comment #15092462
That's why it's nice of Let's Encrypt to publish their current and backup intermediate CAs (X3 and X4) https://letsencrypt.org/certificates/ . That's what I pin for my sites.
-
comment
Comment #14588040
Apache httpd also supports some features that are not available with NGINX. (Easy) LDAP authentication is one of those.
-
comment
Comment #14274859
LXC (with LXD) or OpenVZ containers are typically shipping full OS in the container. Docker is different in that it typically only have a few processes per containers.
-
comment
Comment #14274842
> since hypervisors can share identical pages (e.g. the Linux kernel) With ASLR, I'm now sure the gains are that substantial.
-
comment
Comment #14221521
Unfortunately on Ubuntu, seccomp is opt-in only. Works well when enabled though.
-
comment
Comment #13707957
I just wanted to mention that the path to modprobe is something reversible (containers aside) if the sysadmin wants autoloading. /proc/sys/kernel/modprobe is not writable from a co…
-
comment
Comment #13707607
No, /proc/sys/kernel/{modules_disabled,modprobe} are not writable from a container. Tested with LXD on Ubuntu 16.04.
-
comment
Comment #13706991
root can undo that with echo /sbin/modprobe > /proc/sys/kernel/modprobe at any time so you are better off using: echo 1 > /proc/sys/kernel/modules_disabled
-
comment
Comment #13662590
OpenSSL is in "main" and as such, it is supported by Canonical for the whole lifetime of the LTS. Upstream dropping support doesn't change that, it simply means that Canonical secu…
-
comment
Comment #13188023
Fortunately, Linode supports running custom kernels like those provided by the distro. That's how we run our Linode slices with the stock kernels from Ubuntu.
-
comment
Comment #13185060
> the problem for the PC industry is that old PCs are good enough, hence people don't feel the need to upgrade. Throwing away a working electronic device to replace it with a new o…
- story
-
comment
Comment #13031627
OSTIF are the ones that audited VeraCrypt