Keep on telling yourself that, but most of us aren’t on physical console anyways
- 0 Posts
- 174 Comments
Oisteink@feddit.nlto
Android@lemdro.id•If this is what foldables look like now, why should we care about Apple’s?English
4·1 year agoIt would be the first non android foldable, and thats enough for a lot of us.
Oisteink@feddit.nlto
Selfhosted@lemmy.world•Pi-hole client filtering without DHCP?English
4·1 year agoI think he wants to do server side, not client. And that the dns filter picks up those ip addresses or ranges, and let some through.
Oisteink@feddit.nlto
Selfhosted@lemmy.world•Pi-hole client filtering without DHCP?English
32·1 year agoOr uses a device that rotates mac
Nice. You you restore often?
That depends on what your error is. It’s not a magic process, it just tries to help you with formatting. The validate is the magic, it helps you spot errors as you make them.
Oisteink@feddit.nlto
Android@lemmy.world•[SOLVED] Is their some way to disable wireless AA VPN warning?English
2·1 year agoDo you tunnel everything or just your home net?
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How best to store a media library in proxmox?English
1·1 year agoThanks. My setup is way over complicated with 3 hosts in a cluster and shared storage, so local storage on the hosts stay unused. But i have been thinking about redoing it with separate hosts. This solution looks promising for sharing data, even if just on one host
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How best to store a media library in proxmox?English
2·1 year agoSo lxc containers and not vm’s
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How best to store a media library in proxmox?English
1·1 year agoCould you explain further with a bit more detail? I havnt looked at this in a while but back then the options where virtiofs or nfs
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How best to store a media library in proxmox?English
1·1 year agoIf you want to share storage you need some way of doing that. Zfs is a good option for storage on vm-host level, but ist not designed for shared usage. Im not sure what you are after, but maybe you want zfs storage inside the vm for snapshots, dedup etc? Or maybe you want to share your media storage between vm’s? The first case you can use zfs inside your vm, it does not know or care about how its disks are stored or of they are a physical drive. For the second use-case you want some way to share drives, like smb, nfs etc. or a distributed filesystem if you really want to over complicate things. Truenas might be over overkill for sharing a few volumes, but you need something. I believe you can share zfs over nfs now but i have never used that outside of proxmox cluster storage
I use both debian on a vm with samba+nfs and a bare metal truenas for my needs. Find your needs and figure out what solves them
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How best to store a media library in proxmox?English
2·1 year agoSo you mount the pool to each vm that needs the shared data? Afaik zfs is not made for concurrency
Oisteink@feddit.nlto
Selfhosted@lemmy.world•What AI services are you selfhosting? Or, have tested and passed onEnglish
21·1 year agoScrap that - after upgrading it went bonkers and will always use one of my «knowledges» no matter what I try. The websearch fails even with ddg as engine. Its aways seemed like the ui was made by unskilled labour, but this is just horrible. 2/10 not recommended
Oisteink@feddit.nlto
Selfhosted@lemmy.world•What AI services are you selfhosting? Or, have tested and passed onEnglish
41·1 year agoPossibly. Been running it since last summer, but like i say the small models dont do much good for me. I have tried llama3.1 olmo2, deepseek r1 in a few variants, qwen2. Qwen2.5 coder, mistral, codellama, starcoder2, nemotron-mini, llama3.2, qwen2.5-coder, gamma2 and llava.
I use perplexity and mistral as paid, with much better quality. Openwebui is great though, but my hardware is lacking
Edit: saw that my mate is still using it a bit so i’ll update openwebu frpm 0.4 to 0.5.20 for him. Hes a bit anxious about sending data to the cloud so he dont mind the quality
Oisteink@feddit.nlto
Selfhosted@lemmy.world•What AI services are you selfhosting? Or, have tested and passed onEnglish
61·1 year agoI have the same setup, but its not very usable as my graphics card has 6gb ram. I want one with 20 or 24, as the 6b models are pain and the tiny ones don’t give me much.
Ollama was pretty easy to set up on windows, and its eqsy to download and test the models ollama has available
Oisteink@feddit.nlto
Mildly Infuriating@lemmy.world•Is someone falling for this crap?English
15·1 year agoTheres no millions to message though. Some of the accounts are the same people, just jumping servers to fine one that works for them.
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How to get a unique MAC/DHCP IP for a Docker/Podman container without MACVLAN?English
1·1 year agoNo - i would advocate for not using docker if I need a network interface. But thats my opinion, and others will have a different one.
You can use macvlan networking, and if you need host<->container communication you give your host a macvlan interface instead or in addition to the root nic. Macvlan works “on top of” an existing interface, so theres no routing locally between the underlying nic and the macvlan nics.
If the host have several nic’s you can pass one through to a given container
Oisteink@feddit.nlto
Selfhosted@lemmy.world•How to get a unique MAC/DHCP IP for a Docker/Podman container without MACVLAN?English
1·1 year agoThere are other solutions than docker for that use-case that I think are better fits. It probably works fine, but for me other drivers including host mode and ipvlan seems to have been introduced to solve the wrong thing. Like how it needs privilege for them to work and how it exposes the containers network interface. For me it kinda breaks parts of why i would use docker.
Its my personal opinion and how i like to work.
You could probably make your setup work but it seems too complicated for me when you introduce a bridge as the root interface. Maybe with macvlan adapters on the host instead or in addition.
To keep most users from disabling it. Just like why the don’t make it opt in.