TeaWithDani

joined 3 days ago
[–] TeaWithDani@lemmy.world 3 points 1 hour ago

I didn't expect to even need a NAS, but I can no longer live without two now. Having all my data in one place, automated backups on my secondary NAS. I found a cloud storage provider I like. Just the whole stack is wonderful and I'm never going back.

[–] TeaWithDani@lemmy.world 1 points 1 hour ago

GoCardless or Enable Banking don't work? I see both on the Actual Budget website. One doesnt take new customers? Weird

[–] TeaWithDani@lemmy.world 1 points 1 hour ago* (last edited 1 hour ago)

I was using Wealthica before they started charging and Actual Budget + Simplefin is so much better. I'm really happy all my financial info is just mine and not exposed to any other company. The expense for Simplefin is worth it and minimal.

[–] TeaWithDani@lemmy.world 1 points 1 day ago

Any plans to support FreeBSD in the future? Or mainly focusing on a docker solution?

[–] TeaWithDani@lemmy.world 1 points 2 days ago* (last edited 2 days ago)

So far the only real vulnerabilities that Ai have spun up seem to be really obscure edge case privilege escalation bugs that have been around for ages but nobody discovered. They then get patched in days if not less. I would expect them to run out of low hanging fruit pretty soon.

Most of them can even be mitigated by preventing local access to a system.

There's tools to audit your network and systems. You can setup a SIEM like Wazuh. It'll tell you the same kind of stuff that have been good practice for a while and mitigate most of the ai assisted vulnerabilities.

[–] TeaWithDani@lemmy.world 1 points 2 days ago* (last edited 2 days ago) (2 children)

Prevent password logins where ever possible too, especially SSH. Use ed25519 keys. Perform server actions with least privilege users, prevent root logins. Immutable systems and containers are a helpful tool too.

I also just host my public facing stuff on a VPS. DDOS protection and just otherwise isolated. 2FA on the VPS too.

[–] TeaWithDani@lemmy.world 1 points 2 days ago* (last edited 2 days ago) (1 children)

I have a directory in my home folder for all my different docker containers. I back that up like my other critical files on my NAS, Backup NAS, cloud storage and external drive. Its all scripted to happen periodically.

The docker compose files I also upload to my local Git so I can version them. Make the git ignore skip everything that isn't a .yml

If you would want to spin them up again, yeah you could just copy them in a new place, make sure the docker-compose.yml is at the top and docker-compose pull the image, then docker-compose up. If your yml specifies that your configs are ./ , it'll know to look for them in the same folder as your yml and begin its file paths there. Anything outside your ./ in theory should be read only or be some kind of data off a NAS that is independent from the service. Its just not best practice in my eyes for your docker application to write outside of the folders beneath its docker-compose.yml location.

Just organize your volumes correctly and you can move the docker container anywhere you want with a copy paste and a docker-compose up. Imo docker-compose is WAY easier and faster than any GUI instance of Docker.

[–] TeaWithDani@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

Distros are tools for a job. I stick with the ones that have the most helpful communities and/or the best documentation. I avoid communities that tell you off for asking help or documentation that is obtuse.

Still successfully troubleshooting stuff through 10 year old Ubuntu forum threads. Meanwhile learning the most through the FreeBSD handbook and it's not even Linux. lol

[–] TeaWithDani@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

Hell yeah! I was using Ubuntu 10-14 in college and now back on the train with 24, 25 and 26. Everything just works every time and all the professional apps I need are first class citizens and well supported.

Ubuntu Server, FreeBSD and OpenBSD are my server distros of choice as well. FreeBSD for a NAS. Gotta pick the right tools for the job!

[–] TeaWithDani@lemmy.world 1 points 2 days ago* (last edited 2 days ago)

Well, they do share one thing in common and that they are all massive users of or suppliers for datacenters. This makes sense since Linux is used in all kinds of servers and appliances. The possible bias of these companies is going to more towards the Cloud and SAAS rather than anything else. Likewise, generative ai is marketed nearly solely as a cloud technology, when it can be hosted locally. We are like a year or two off the average person's web ai usage being possible to replace by ewaste gpus or entry level consumer hardware.

Nevertheless, I don't see how the Linux foundation can really be steered towards that bias in a way that is concrete. Its just the kernal. All the userspace development is done by other parties.

[–] TeaWithDani@lemmy.world 3 points 2 days ago

sudo apt install kate it is then!

view more: next ›