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

help-circle




  • I’ve got several actually, but this is the one that’s most fleshed out:

    The entire “world” is set on an enormous dial, which itself is set on top of a massive mechanism of gears, all supposedly created by a Watchmaker and the Watchmaker’s Servitors, which have all disappeared after the mythical War of Shattered Gears. By the time of the story, it has been eons since those mythical times, and anthropomorphic feline Basteti live at peace alongside humans in cities built out of salvaged materials and relics from the Gearworks deep below. However, a shadowy Rustite Cult has emerged with the goal of spreading the eldritch Rust across the entirety of the Mechanism, and have corrupted the Tickbeasts and Clockroaches into horrific abominations. Only a plucky group of adventurers, from sneaky Nimblemitts to powerful Steamguards and eccentric Alchemists will be able to save the world from Rust.










  • 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.



  • 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.