Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:drivers better? or some systems work at mini le (Score 1) 60

Nope, you're pretty much stuck with whatever drivers are in the version of the Linux kernel in use under the hood (5.10 I believe). There's no way to modify it to add drivers as the OS is quite locked down. It's an "it either works or it doesn't" situation.

You can test it before you install it through the installation USB however.

Comment Re:Is this easier to install than, say, Linux MInt (Score 1) 60

Creating the live USB install media is relatively simple: it uses the same Chrome extension that is used to make recovery media for Chromebooks. Annoyingly the Chromebook Recovery Extension doesn't work in Linux but there are .bin files you can download and flash if you look for them. It boots into a menu that gives you the option of installing it to the internal drive or trying it live from the USB first. Once installed, you sign into your Google account and you've got Chrome. You can turn on Linux app support from the settings afterwards but it really is intended to be used to access web apps and it's really what it excels at.

As long as the hardware is supported, it's something that shouldn't require as much maintenance or technical skills as a full Linux distro so it should be ideal for switching people off of old Windows installs.

Comment Re:baby, bathwater. goose, golden egg. (Score 1) 100

Github supports using security keys, which provide the benefits of public key crypto and phishing resistance that client certificates have without having to deal with installation and expiration of client certificates. Many devices such as phones and laptops have the capability built-in now.

Comment Re:So no indication is better? (Score 1) 68

The problem they see that they're trying to solve is that, based on their research, people incorrectly associate the lock icon with trustworthiness of the site rather than the security of the connection to the site. Removing it and only warning if there's an actual problem with the connection security solves that problem.

In my opinion, people shouldn't need to give a second thought to whether the connection is secure anymore. Secure connections should be the default. Other factors such as trustworthiness, phishing, etc are a different issue that the padlock never addressed (the chip in the address bar with the name of the company for EV certs on the other hand tried to solve that but people didn't pay attention to them).

Comment Re: Stupid (Score 3, Informative) 130

Currently Google's plans are to use your existing DNS servers, just over a secure medium:

https://www.chromium.org/developers/dns-over-https

For a first milestone, we are considering an auto-upgrade approach. [...]

  • Chrome will have a small (i.e. non-exhaustive) table to map non-DoH DNS servers to their equivalent DoH DNS servers.
  • Per this table, if the system's recursive resolver is known to support DoH, Chrome will upgrade to the DoH version of that resolver.
  • On some platforms, this may mean that where Chrome previously used the OS DNS resolution APIs, it now uses its own DNS implementation in order to implement DoH.
  • A group policy will be available so that Administrators can disable the feature as needed
  • End-users will have the ability to opt-out of the experiment from Chrome 78 by disabling the flag at chrome://flags/#dns-over-https.

[...] In other words, this would upgrade the protocol used for DNS resolution while keeping the user's DNS provider unchanged.

Comment Re:Mobile Account? (Score 4, Interesting) 34

Some carriers provide the ability to subscribe to things directly through your cell phone bill. This allows the cell service provider to stay in the middle of some transactions instead of just being relegated to being a dumb pipe of voice, text, and data. I imagine they are very jealous of Apple/Google's app and content store revenue and that they setup such a system to try to take a cut of the market.

Comment Re:What are the EOL dates on these devices? (Score 1) 76

The end of life will probably be sometime in 2024-2025 if they used one of the newer hardware platforms.

https://support.google.com/chrome/a/answer/6220366?hl=en

"Google provides each new hardware platform with 6.5 years of Auto Update support. Multiple devices can share the same hardware platform. The 6.5 years starts when the first device on the platform is released."

Comment Re:Solution to the second issue is certificate pin (Score 1) 177

Except that certificate pinning is being deprecated in Chrome:

Certification Authority Authorization (CAA) seems to be the replacement for preventing misissuance.

Comment Re:This depends. (Score 1) 240

I agree with you on 2 and am pretty sure 4 is true since someone previous posted an example of www.example.www.example.com being stripped to example.example.com instead of example.www.example.com. I hope how it is displayed does not affect how the URL is actually used so I hope 1, 5, and 6 are not true.

I don't believe 3 will be an issue due to the changes they've been making in how they indicate secure connections. They got rid of the "Secure" text on https sites and just display the padlock but they explicitly say "Not secure" on all http sites so if a user is paying attention at all to the chip just a few pixels to the left of the URL, they will immediately be able to tell if they are on an insecure site. Eventually the plan is to warn on all insecure sites so eventually everything that is insecure will give a gigantic full page warning about being insecure and the default can be trusted, at least in terms of being encrypted to the other end of the connection.

Comment Re:Nope. (Score 2) 151

To do that, you would first need to make sure that the programs could be built with deterministic compilation. I don't believe that many projects have put in the time necessary to do that. That also ignores any optimizations or other features different compilers may use on the source code when compiling it.

https://en.wikipedia.org/wiki/Deterministic_compilation

Slashdot Top Deals

"Engineering without management is art." -- Jeff Johnson

Working...