this post was submitted on 21 May 2025
1134 points (99.2% liked)

Technology

70266 readers
3954 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

https://fosstodon.org/@keepassxc/114544480029903918

edit: looks like its been taken down

you are viewing a single comment's thread
view the rest of the comments
[–] This2ShallPass@lemmy.world 6 points 2 days ago

I don't know of any comprehensive source but there are a few basic things you that I do.

  1. Ensure sudo is on the system so that root account is not used.
  2. Get a secure browser that with add ons to protect against malicious sites (https everywhere, JavaScript blockers, etc...)
  3. Download software from trusted repositories and verify with GPG keys or hashes. Be wary on installing anything using a shell script with super user access.
  4. Use keys instead of passwords for ssh if you are going to use ssh.
  5. Password tools like Vaultwarden and KeePass can help secure passwords.
  6. You can encrypt your hard drive with LUKS before you install Linux with many distros.
  7. Flatpak (Docker as well) can allow you to run applications with limited access to your system much like phone apps on Android. This can be more secure but comes with larger app sizes and limits what you can do with the app sometimes (e.g. browsers not being able to upload files because they don't have full filesystem access)
  8. If you want a firewall on your workstation (not needed much anymore with hardware firewalls from routers), UFW makes it easy
  9. If you want to check for viruses use ClamAV (ClamTK for a GUI app).