This2ShallPass
@This2ShallPass@lemmy.world
- Comment on fake keepass repo on github 2 days ago:
I don’t know of any comprehensive source but there are a few basic things you that I do.
- Ensure sudo is on the system so that root account is not used.
- Get a secure browser that with add ons to protect against malicious sites (https everywhere, JavaScript blockers, etc…)
- 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.
- Use keys instead of passwords for ssh if you are going to use ssh.
- Password tools like Vaultwarden and KeePass can help secure passwords.
- You can encrypt your hard drive with LUKS before you install Linux with many distros.
- 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)
- If you want a firewall on your workstation (not needed much anymore with hardware firewalls from routers), UFW makes it easy
- If you want to check for viruses use ClamAV (ClamTK for a GUI app).
- Comment on What are the minimum or recommended requirements for a personal home server? 6 days ago:
A raspberry pi 4 or 5 and some fast USB 3 hard drives.
- Comment on We poisoned the whole planet so our eggs wouldn't stick to the pan 🙃 6 days ago:
- Comment on What webapps do you selfhost that aren't media/game servers? 1 week ago:
PyLoad isn’t a container I run 24/7 because the use cases are a bit limited. Basically, if I have a large list of files that I want to pass to my NAS (perhaps a list from something like DownThemAll) that won’t complete in a short sitting, I will pass that list to PyLoad so it can just run the background.
I once downloaded about 2,000 or so office files and tools like this have let me do that automatically.
- Comment on What webapps do you selfhost that aren't media/game servers? 2 weeks ago:
Exactly, since KasmVNC can run GUI programs in the terminal and the Linux server.io base image is just Debian. It is was trivial to just run it with Emacs instead. I much prefer Emacs over VS Code because of Org Mode. While VS Code works well in a browser. It isn’t what I wanted.
Here is where I have posted my Emacs Dockerfile. It might be a little out of date. Emacs Docker
- Comment on What webapps do you selfhost that aren't media/game servers? 2 weeks ago:
You can use the Linuxserver.io VSCodium Image and replace VSCodium with Emacs in the Dockerfile.
- Comment on What webapps do you selfhost that aren't media/game servers? 3 weeks ago:
- Calibreweb
- FreshRSS
- Grampsweb
- Emacs
- Gitea
- Stirling-PDF
- Vaultwarden
- Pihole
- Pyload
- Glances
- Syncthing
- Homepage
- Karakeep
- Comment on Finance / Investment self-hosted apps? 3 weeks ago:
Firefly III is an option, but I found it difficult to set up and the importer tool works well for Europe but not the US.
You could also just create your own Docker container which has Skrooge, GnuCash, or KMyMoney in it. I have done this with Skrooge since it imports data well and is simpler than GnuCash.
With the Linuxserver.io KasmVNC base image and install any GUI application to run it from a browser.
- Comment on Open-Source is Just That 1 month ago:
Yes, just because the source code is available doesn’t mean it is licensed for others to take. However, AI tools that have scraped the web for all of its content won’t see the difference between source available, open source , and free and open source. It is possible that those who use AI tools could be unknowingly using code without the license to do so.
- Comment on On Evils in Software Licensing 1 month ago:
This argument in this article is poor. An analogy would be:
“Because donating free food to the poor might feed future criminals, we should no longer provide free food.”