From some sources, I've heard that it appears that those with AMD graphics will suffer a downgrade in performance until the point release in June. I think by June, the open source AMD drivers should be up to speed or have the same features as the previous flgrx ones. From what I gather it's more like a downgrade in supported features. I think this is just an issue if you are doing 3D graphics work or gaming.
Ubuntu 16.04 (Xenial Xerus)
151–160 of 303 posts
Re: Ubuntu 16.04 (Xenial Xerus)
#152Earlier quoted context omitted.
Could you, please, explain what .service files are and how they eliminate the need for bash scripts etc? Couldn't find anything in search results.
systemd services, that replace traditional init.d scripts and provide watchdog options, daemonising, etc. https://www.freedesktop.org/software/systemd/man/systemd.ser...
Re: Ubuntu 16.04 (Xenial Xerus)
#153PSA: If you're running a HTTP/2 server like NGINX on the 14.04 LTS you'll want to upgrade to this release. Google Chrome will no longer support HTTP/2 on vanilla 14.04 after May 15th [0], even if you're using the latest official upstream NGINX packages. This is because 14.04 ships with a version of OpenSSL that does not support the ALPN extension (prior to OpenSSL 1.0.2 you're limited to NPN, now deprecated). There w…
Is http2 supported on xenial now? It wasn't as of beta1 -- http2 was considered 'experimental' and wasn't included in the builds. We're using the PPA instead.
[0] https://wiki.ubuntu.com/XenialXerus/ReleaseNotes#HTTP.2F2_su...
Re: Ubuntu 16.04 (Xenial Xerus)
#154Re: Ubuntu 16.04 (Xenial Xerus)
#155PSA: If you're running a HTTP/2 server like NGINX on the 14.04 LTS you'll want to upgrade to this release. Google Chrome will no longer support HTTP/2 on vanilla 14.04 after May 15th [0], even if you're using the latest official upstream NGINX packages. This is because 14.04 ships with a version of OpenSSL that does not support the ALPN extension (prior to OpenSSL 1.0.2 you're limited to NPN, now deprecated). There w…
The ppa[1] notes there's a newer version[2] also
[1] https://launchpad.net/~nginx/+archive/ubuntu/development [2] https://launchpad.net/ubuntu/+source/nginx/1.9.15-0ubuntu1
Re: Ubuntu 16.04 (Xenial Xerus)
#156From some sources, I've heard that it appears that those with AMD graphics will suffer a downgrade in performance until the point release in June. I think by June, the open source AMD drivers should be up to speed or have the same features as the previous flgrx ones. From what I gather it's more like a downgrade in supported features. I think this is just an issue if you are doing 3D graphics work or gaming.
edit: Also, you can get Vulkan with the new drivers.
Re: Ubuntu 16.04 (Xenial Xerus)
#157Earlier quoted context omitted.
You're getting downvoted to oblivion, but I'm old enough to remember not being able to take bash for granted. The default shell on some modern systems (OpenBSD for example) comes to mind as well. I feel this battle has mostly been lost, however.
Default on debian is dash.
Re: Ubuntu 16.04 (Xenial Xerus)
#158Earlier quoted context omitted.
You're getting downvoted to oblivion, but I'm old enough to remember not being able to take bash for granted. The default shell on some modern systems (OpenBSD for example) comes to mind as well. I feel this battle has mostly been lost, however.
HN coolkids downvoting advice that makes software more portable and reliable. What a fucking shock.
Re: Ubuntu 16.04 (Xenial Xerus)
#159Earlier quoted context omitted.
You're getting downvoted to oblivion, but I'm old enough to remember not being able to take bash for granted. The default shell on some modern systems (OpenBSD for example) comes to mind as well. I feel this battle has mostly been lost, however.
HN coolkids downvoting advice that makes software more portable and reliable. What a fucking shock.
A little more verbosity on the advice might have helped. I wouldn't have properly understood you were saying without @peatmoss's reply. So without the context, your original comment just seemed like knee-jerk bash-bashing.
Re: Ubuntu 16.04 (Xenial Xerus)
#160They should just stop publishing MD5SUMS for new releases. By now, everybody should have gotten the word that MD5 has been broken. The security of the MD5 has been severely compromised, with its weaknesses having been exploited in the field, most infamously by the Flame malware in 2012. The CMU Software Engineering Institute considers MD5 essentially "cryptographically broken and unsuitable for further use". [1] [1]…
i thought the use of md5 here was just to check that your download wasn't damaged, by comparing your hash to theirs.