mat
@mat@linux.community
- Comment on Windows 11 is closing a loophole that let you skip making a Microsoft account 1 week ago:
Ouch, that sucks yeah. Guess I got lucky with the games my friends like to play. Only one is I guess Valorant, but I don’t engage with that one anyways. Guess you’re stuck on the dual boot until devs of these games start ticking the Proton support box :P
- Comment on Windows 11 is closing a loophole that let you skip making a Microsoft account 1 week ago:
What games keep you on Windows? Besides a few anticheat-enabled ones which choose not to support it, basically everything works fine. I game (and work in gamedev!) 100% on Linux.
- Comment on Sometimes, it’s the little tech annoyances that sting the most 2 weeks ago:
I think this pinpointa what makes configuring Linux so much fun for me. It’s one little problem/challenge after the next, it never prevents me from working but it does always give me something to work toward. Currenrly working on a notification display for my bar, and I hope it will be just as satisfying in the end as when I got my mouse to animate with movements or when I got my config to set my wallpapers correctly no matter the host.
- Comment on Dolphin Progress Report: Release 2503 4 weeks ago:
Awesome stuff :) I look forward to seeing a Wayland backend implemented, so Dolphin can join all the other emulators on the modern Linux desktop as it deserves.
- Comment on [Help] OpenWrt wifi to ethernet repeater 4 weeks ago:
When I follow this guide and get to the part where DNS server of wwan to the root router’s IP, I am not able to ping anything from a ssh session into the router (I get “bad address ‘google.com’”. So, I set the DNS address to 1.1.1.1 which restored ping’s functionality. However, with this configuration the network does not appear to be shared at all. My PC, connected to the LAN port, cannot access the internet (regardless of forcing a static IP for the pc)
- Submitted 4 weeks ago to selfhosted@lemmy.world | 3 comments
- Comment on Ghost blog adding activitypub 2 months ago:
You can’t self-host Ghost? I’d like to stay on the same domain indeed, not wanting to also mess up folks subscribed to RSS.
- Comment on Ghost blog adding activitypub 2 months ago:
Awesome! Once this is out, I think I will migrate my blog from WriteFreely to Ghost. I hope I can reduce disruption for existing followers though…
- Comment on What are your Homelab goals for 2025? 3 months ago:
Thank you! It definitely does, I will be using that Restic article for sure! I actually use NixOS on my main laptop, which I found via Vimjoyer’s videos. It’s great, though I wish documentation for more advanced usage was more readily available. I started making the server, currently my biggest roadblock is testing the infrastructure without going live (I made the flake generate a VM for now but it takes a long time to build it every edit and I can’t even get ssh working) and figuring out how I’ll eventually install it with minimal downtime.
- Comment on What are your Homelab goals for 2025? 3 months ago:
I want to move my whole server to NixOS. It’s gotten to the point where I have no idea where all the Ubuntu config files went, and handling half of it via Docker vs baremetal. I hope this will allow me to set up proper backups as well, and maybe get better at Nix! I started a few days ago using the VM feature, but it’s tricky to work on for now, perhaps I haven’t found the right workflow.