• 11 Posts
  • 173 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle








  • Any distro you’d like. Use the office / outlook stuff in a browser. I believe kde has a way to use onedrive in dolphin, though personally I would keep my data on my computer unless it is for a group project, just make sure it’s backed up. I’d also have a VM handy with the spice guest tools. It is good to have at least for when you have to hand your computer to someone who may be uncomfortable with linux. I would use debian on a school computer for the ludicrous stability, but use whatever floats your boat.



  • It sounds like you’re on the right track. As long as you aren’t hosting anything too important, just go for it. The only thing to keep in mind is security, which in your case should be fairly simple.

    1. Use common sense: if you never have to enter a password or have a security key to access something, neither does a hacker. You would be amazed how many people host their openhab instances to the internet with no passwords.
    2. Use ssh keys and disable passwords. Ssh keys are sort of like giant passwords that sit in a file and you never have to type in. It is counter intuitive, but it is more secure. A giant key is harder to guess than a password. You can also encrypt your key so you need the key and a password, this is useful for laptops which could be stolen.

    For how to learn simple html and css, w3schools is your friend. You can learn all the random stuff people become extremely opinionated on eventually, but don’t get overwhelmed by all of it and just do what works for you.


  • I wouldn’t switch to mint from debian. Freebsd could be worth trying, but I would play with it in a VM first. I am not knowledgeable about BSD’s, but there are others if you were unaware. They have similar names but I think netBSD and freebsd exist. FYI, BSD isn’t linux if you were unaware. Your phrasing suggested that you might think it is so I wanted to let you know.

    Newer kernels are great if you need bleeding edge hardware or filesystems, but for your use case I really think debian is the way to go.

    I would like to suggest you throw Fedora into the mix, or even opensuse if you want to try an rpm based distro. Opensuse has a leap flavor which is stable like debian. Fedora is fairly stable, but has regular releases (2 a year) so you also get more current software.

    Sorry to throw more options into the mix, but those are fairly simple and mainstream options (fedora is more mainstream fyi) but they are worth considering.





  • You could buy a cheap vps and host your stuff there with basic html that you could learn as you go if you don’t know already. I think their are pre made licenses that you could put on there to stop ai training. You could also hide pages on it full of garbage data for anyone who ignores the license to get bad results.





  • I tried both suggestions, as well as running it without the variables changed. On all three of them, hashcat said “Device #3: Unstable OpenCL driver detected!” when I ran hashcat -I (device info if your not familiar with hashcat). I tried running the benchmark, and it crashed saying “Device #1: Kernel /usr/lib64/hashcat/OpenCL/shared.cl build failed.”

    Edit: I looked, and I don’t see a package called rocm-ocl, nor can I install one. Edit2: Wait nvm, I see rocm-opencl, and I assume that’s it.