Migrating here (or maybe keeping both) from @ArcaneSlime@lemmy.ml

Will put an eternal curse on your enemies for a Cinemageddon invite.

  • 2 Posts
  • 169 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle





  • So, I’m gonna be a bit of a contrarian here, but my main advice is to abandon requirements 1 and 3.

    As to 2, you’d be looking for an immutable or atomic distro, those are harder to fuck up.

    BUT I urge you not to be afraid of the terminal, it isn’t as scary as it looks! Try watching/following along with a couple “linux terminal for beginners” or “bash for beginners” videos on youtube like they’re a class. They’ll teach you the basics you need to be a LOT more comfortable within like an hour, and you’ll be a lot better off for it. I did the same and now a few years in I prefer the terminal for many things and cringe when I have to use the windows GUI at work for something that would take seconds on linux by typing one command that amounts to a sentence. It’s a very powerful and convenient tool and I reccomend not shutting yourself off from it.

    No matter the distro, you’re likely not going to fuck it up so bad it can’t be fixed, but do be careful when using sudo in the terminal as that is when it’s more likely. That said, no matter what (even if you stayed on windows), you should keep offsite backups of your most important files, things you couldn’t just redownload again. That way if you do fuck up, you can always just reinstall and replace your files no problem, it’s free! Sure nobody wants to take like an hour to do that, but still nothing gets lost which is the most important part.

    As for not requiring a password, no. You want the password checks. Security is important, and what’s more the password checks themselves can act as a “be careful this could fuck your shit up” warning. As annoying as they are, it can be a good thing!

    I’m sure you’ll get plenty “try this distro” responses so I’m not even going to go there, but my advice honestly applies to all distros equally.

    Tl;dr: Passwords safe, terminal good actually.


  • Yeah same here, they deleted my old addr for inactivity, fine, so I made a new one. “Flagged for review, cannot send/receive emails at this addr yet” 2d go by, “flagged harder, reach out, using the email that can’t send email, to tuta support and explain why you need this acct.” Tried to send the email, perhaps unsurprisingly, to no success.

    So I created a Disroot acct instead. They also flagged me for review (but then approved me, and I did it twice so I have two disroot accts which I need for different reasons), and their sign up site is pretty bad (it says “weak password” until you get enough chars in the prompt, coulda just told me that instead of making me insane rolling 30 different passwords in keepass…) but still, much better now, I have IMAP and disroot doesn’t delete for inactivity, so, woohoo!



  • Of course, afaik almost no billionaire’s money is liquid either, it’s in properties and businesses and shit.

    Like I’m sure bezos has plenty liquid, but most of his billions is just a valuation of amazon/aws/whatever other shit he owns.

    Like, if we wanted to take all his money we’d have to completely liquidate amazon and aws, and his house etc, selling the assets off to whoever can afford it, it’s not just breaking into his Scrooge McDuck vault full gold coins.

    Not that it’s impossible, it just seems that many people don’t realize this and think it is just the Scrooge McDuck vault.





  • Hey I have a quick question I haven’t been able to find the answer to regarding nnn, if you don’t mind.

    So, I have nnn and the plugins set up as normal, however I need to run some of those plugins as root. If I sudo nnn, my plugins don’t transfer, so I put the plugin files in root’s .config and the line in root’s .bashrc, but I can’t figure out how to do the source ~/.bashrc command part for root’s .bashrc.

    If I source /root/.bashrc it says permission denied, if I run it with sudo it says sudo: source: command not found.

    You wouldn’t happen to have been down this road before, would you?




  • Hmm AI my old nemesis. Still, perhaps it may be necessary for me and AI to work out our differences momentarily, as I am so far unable to find the answers I seek.

    Seems I’m the only one who wants it not to auto-mount, but rather to simply be able to be mounted not as root and still require the luks pass.

    Plenty of people seem to want to do the exact opposite though, auto mount it and bypass the luks password (which imo almost defeats the purpose, though I get it, still protected at rest and all, but my way it’s still protected until you specifically call upon it!)



  • I’m back! Thanks for the help! Booted off the usb and deleted my shame from fstab haha.

    Though, I actually specifically don’t want it to auto-mount, as dumb as that sounds. I just want it so that when I click “1.9tb encrypted drive” in dolphin it only asks for the luks pass but not root, currently I have to type the luks pass and then root pass every time.

    Also for nmount in nnn, which can only mount stuff as a normal non-root user.

    Idk why my internal secondary requires root while I can mount a flash drive or encrypted external ssd just fine without it.


  • Yes, and I could type my drive’s pass, it just would hang up after 45s of not being able to find that drive (or whatever) and fail to boot.

    BUT someone else posted “hey dummy boot off a usb and fix fstab,” and that’s what I did and I’m back to booting!

    (OK I’m the one calling me a dummy lol they were very nice, I just can’t believe I didn’t think to do that in my panic haha)

    Now I just need to figure out how to actually make the drive not require root, but also not auto mount, and still prompt for the luks pass lol.

    Thank you for your help anyway!


  • Ayyyy why didn’t I think of that?! Thank you!

    Booted off a stick, deleted that line and saved, rebooted and we’re back in action!

    Would there possibly be any chance you could point me to the correct way to do what I’m trying to?

    Basically I’m trying to make it so that when I click the drive to mount it, it still prompts me for the luks pass but not root.

    Idk why it needs root, none of my externals do, you’d think it would require root for unknown externals, not the internal secondary!