• 9 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle
  • Because DoD isn’t concerned with the regular internet or unclassified machines as much as with the classified computers - those set up by Information Technician ratings and the Security Managers to handle SIPR and JWICS access. The Admirals, Generals, and O-6s are also often tech illiterate old men, and those just beneath that, and the E-7+ crowd, are often just as tech illiterate. Microsoft also has a lot of multi decade DoD contracts, which they get billions for. Microsoft can’t sell the secure version because that just lets foreign adversaries reverse engineer all the possible vulnerabilities. Microsoft only cares about security as far as they get paid for it and can get away with. In the consumer market, that’s pretty much zero concern - not profitable enough.


  • Really depends on your use case. Like @trougnouf@lemmy.world said, casual users that use the OS as a browser and email client can use practically any distro. Users that do a bit more, like casual gaming on gold-rated Steam games, generally do fine with something like Pop!_OS or Linux Mint.

    It’s when you start going towards the more hardcore users, like really hardcore gamers that play obscure titles or have unsupported Windows-specific hardware, artists that need very specific unsupported programs for editing or recording, engineers who need to do CAD specifically in a Windows-specific proprietary software, or a tinkerer that’s used to the Windows environment, that “become a sysadmin” starts being a reasonable complaint.



  • It’s an always-on AI that sits directly on your device inside a built-in Neural Processing Unit, or NPU, which takes screenshots every 5 seconds and scans the screenshots for information - including passwords, banking information, and other forms of PII. It then stores all of that information completely unencrypted, in a format that has been proven almost immediately after the beta preview to be able to be exfiltrated within seconds, easily, by a very simple piece of malware. The company claims that all the information is only stored locally, and after the backlash, that the AI would be opt-in only, but we’ve seen what Microsoft does with their “promises” before.


  • Did you make sure that you opened the terminal inside the folder where your iso and txt files are, or at least navigated to that folder after opening the terminal? Basically, it’ll say “file not found” if you run the CertUtil command while not “inside” the folder containing both the iso and the txt files. Same with running the gpg command.

    Usually, if you just open cmd.exe by itself from the searchbar, you’ll see something like this:

    PS C:\Users\your_username>

    If you instead opened the terminal inside the folder, you’ll instead see this:

    PS C:\Users\your_username\Downloads\ISO>

    Or whichever folder your iso and txt files are located in.

    CertUtil and gpg are pretty tunnel-visioned - they can only see stuff that’s in the same folder as they’re being run in, unless you give them specific directions to get to a different location. That’s why it’s easiest and best to have everything in a single folder and open the terminal “inside” that folder.

    Again - all this verification stuff with the terminal is, in my opinion, optional as long as you downloaded from one of the mirrors on the website. But since you still want to do it, this is the easiest way to go about it.

    All the directions are here: https://forums.linuxmint.com/viewtopic.php?f=42&t=291093









  • Have you tried Linux Mint? That’s pretty user-friendly. As long as it’s a .deb, you can double-click install through a GUI, no terminal needed. There’s an “app store” with most of your standard apps, like Discord, Slack, Teams, Skype or VLC, and it has an office suite pre-installed along with an email client. The first time you start, there’s a welcome screen that helps you through setting up the firewall, appearance (you can make it look like XP if you want), backups, NVIDIA drivers, and update manager you can ignore or manually update or automatically update. I don’t know your system, but it’s pretty intuitive for Windows users (I use a Windows 10 theme). I’d encourage you to give it one more try, if you’re still open to it.




  • Isn’t surfing the web the main use case for a large portion of the PC/Laptop user base? Pretty sure for wide swaths of people, “executable”, “startup program” and “HDD” have no meaning. Not saying that’s “right” or “wrong”, just that that’s my observation. You could make the argument that they might as well switch to Chromebook, and in fact, many do.

    For intermediate users, there’s a graphical startup program menu for selecting startup apps, at least in Mint Cinnamon. Usually programs for me won’t be able to access my HDD only if I did an even more advanced thing and made a docker instance without permissions - other than that, I’ve been able to connect programs like Steam (Flatpack) to my external HDD without issue. But maybe that’s just Mint, idk.



  • Linux Mint and Zorin OS work out of the box for most users. Usually the most complicated part is just the installation process (which can be an absolute pain if the starting system has Intel RST, Secure Boot and Fast Boot all enabled). Of course, more advanced users always can run the risk of breaking something (I accidentally broke my system irreparably at one point when I did a dumb and formatted my Swap for some reason and had to reinstall) but that’s also true of Windows.


  • Seems like you’re trying to address systemic problems of learned human nature at this point, which is something that can’t really be done through software alone. There needs to be a fundamental culture shift for that. Yacy is mostly good because it’s self-hosted with the option to federate to a decentralized index, and so is able to be tailored to your own needs without any external entity. However, the tailoring process means that the initial search results are absolutely atrocious compared even to Google at first, and then get much better over time. SearXNG, on the other hand, is a sort of self-hosted aggregator of search results from dozens of other search engines, rather than being a search engine in itself. It also serves as a proxy, since it is doing the searching and not you.