Lots of good suggestions here already but what is your upstream DNS provider and is it your ISP DNS from DHCP?
- 0 posts
- 71 comments
- 3 months
Lots of good alternatives advice already here but I have a couple comets and they work pretty well! They don’t require cloud access except for updates if you want them, I think it has Tailscale built in as well. Their newest one has an HDMI pass through as well which is handy in some situations. I have the PoE version of the other one and it works the same way, the power control kits work too! I also have a jet KVM and it’s fine, I like the comet better I think! They have also open sourced their cloud thing so you can centrally manage them all, it’s pretty neat!
Yeah I thought so too! I am not sure why it’s not appreciated more either, it was a great read!
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•How to Use Local IP for Services when at Home?English
5 monthsOkay lots of good info here but just to make sure it was clear that you are kinda solving two different but related problems. Connectivity with WireGuard or other VPN and split-horizon or multi-horizon DNS (Wikipedia) which also called a view sometimes (like BIND) and can also be done with two different DNS servers. You can sorta do it with AdGuard but it is tedious to maintain. If you are using a wildcard rewrite it works alright but that isn’t necessarily the same as a CNAME or subzone delegation.
The next pice I’m not sure I saw mentioned is that WireGuard is not like other VPNs in that if two nodes are on the same network they will generally communicate directly peer to peer even over WireGuard addresses so you don’t really need to worry about traffic hairpin like you described unless you configure it to do so (which is more like traditional VPN would act). Tailscale is similar in concept but it uses different terms and technologies.
Anyway not sure if that helped or made it more confusing but there are may ways to solve it so good luck! FWIW, my home network is currently set up with a public zone on a commercial provider. It has a wildcard CNAME to something like proxy.domain and that is an A record containing the WireGuard addresses. Then my local DNS overrides the one A record for the proxy internally which I only get when WG is off. I would rate this solution adequately functional but medium level of janky, 8/10 would use again :D
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•solved (sort of): How are people discovering random subdomains on my server?English
5 monthsOkay I saw your previous post but I’m curious now. What happens if you curl your IP address on port 80? Does it send back a 30X redirect for SSL to your newly configured subdomain as the new default location for r do you get back your IP but using SSL?
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•Handbrake local vs docker on Synology DS920+: same settings, very different results?English
11 monthsI had a few ideas, I’m suspicious that handbrake is falling back to CPU, maybe check the logs of the container to make sure it isn’t falling back to CPU decoding. Otherwise here are a few things I would check next:
- If you are not using docker locally so you are already doing this, you will need to configure the docker container to pass through the GPU for quicksync to work inside the container.
- If you are already doing that then I would make sure the device is the same name on the synology, it probably is but just to be sure.
- you will likely need to add your user to the video and/or render group on the synology if you haven’t, especially if you are running the container as your user instead of root
- make sure you are reading and writing to volumes that use bind mounts and not docker volumes, overlayfs is not what I would call fast and writing especially.
So I had a few thoughts. I’m not sure that you can use the docker device flag with a directory as you have there, I think it expects a device node, you can pass that directory as a volume (-v) though.
If that doesn’t work you might also try running the VM with host-passthrough mode set on the CPU as well if it isn’t set that way already, sometimes that is also required for pass through to work from my experience. Also, make sure you passed through the whole device node, sometimes there are audio devices you have to pass through with the GPU device or you will get odd errors like those initialization ones you had. I’m not sure if this is the case for Intel iGPU though offhand though. Are you able to use
intel_gpu_topon the VM to access the GPU? None of that is necessarily specific to proxmox though (but probably applies to anything libvirt powered) so YMMV.Edit: I realized you may not know what a “device node” is, that is the full path to the device, like /dev/dri/renderD128 vs /dev/dri which is actually a directory.
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•The Way Ubuntu Boots on Raspberry Pi is ChangingEnglish
1 yearI do on some of mine because it makes some of the automation i have for them simpler to maintain when it is also applied to x86 hardware or virtual machines. It used to be a huge pain to use on a pi but it works pretty well these days, especially since about 24.04 I want to say.
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•I'm guilty of not reading the f..ing documentationEnglish
1 yearOh it is certainly not just you, I am sometimes confused reading them even for commands I have used for years and I know what flag I am looking for but don’t remember the exact syntax or something hah! I am glad they are there but they are definitely not a complete guide to any command, especially built-ins.
Interestingly, this is something AI has been very useful for to me, less searching because I can describe the outcome I want and it figures out what I am talking about generally.
Okay so the disks aren’t also on UPS? That might actually be even worse than the whole thing getting turned off, ZFS is definitely not meant to be run on removable disks like that.
Okay so when you say “unplug the power” do you mean shut it down first or just pull the plug? The latter is a great way to corrupt your storage pools as ZFS uses memory for read and write cache etc by default. You definitely need to do a graceful shutdown especially if there is data that was recently written to disk, that’s why a UPS is so recommended. That said you can usually import an existing pool when that happens, I think there is a UI menu for it now.
Have you tried adding 239.255.255.250/32 to your outbound subnets variable? This is the multicast address for SSDP which mDNS ultimately relies on if I remember right, I recall having to do this for Plex in the past.
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•Help Needed: Homepage Dashboard "Failed to construct 'URL'" ErrorEnglish
1 yearJust to make sure, all of your links need to be in quotes if they are not. The
:in a url can make some yaml parsers think that it is another block, there are other URL safe characters in general that are special characters in yaml so it’s a good idea to put them in quotes.
- 1 year
This is a cool idea! This sounds a lot like what DANTE and AES67 or AVB are used for in pro audio (mixing console sends multichannel and outputs can subscribe to one or more channels), maybe they have some ideas on timing sync which I think would be the hardest part as others have said, it is crazy how small of a jitter your brain can hear.
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•PdfDing - Version 1 released and major UI revampEnglish
1 yearI remember your first post a year or so ago and dang you have been busy, it looks really great. I will definitely be installing this at home to organize product manuals and such.
- 1 year
I don’t have anything to add but I am glad someone posts this every week, I always find something new, so please keep it up :D
- bigredgiraffe@lemmy.worldto
Selfhosted@lemmy.world•(SOLVED) Is it normal that browsing to my own WAN-IP shows my Omada controller interface?English
2 yearsI know you solved it but for anyone that finds this later this feature/behavior is typically called “NAT Hairpin” in case you are looking for a setting to enable or disable, hope this helps!
- bigredgiraffe@lemmy.worldtoProgramming@programming.dev•Any tips for finding a remote job as a senior software engineer?2 years
Hey not sure if I’m too late but there are a few places I have run across that I don’t see mentioned:
- https://weworkremotely.com
- HackerNews Jobs (aggregator: https://hnhiring.com)
Also, your resume sounds a lot like mine, I have done a wide variety of things over the years. If you want someone to review your resume I am happy to, send me a DM or something. I’m not a developer but I have reviewed a lot of resumes for people and mentored all kinds of engineers, I am a principal level engineer in a related path though.
I found this diagram on SO at one point but I can’t find the post and it is the best explanation I have found for how all of the files work for bash and zsh, each color is an individual path of execution (eg, follow the red line).
Bottom line though, it only really matters if you are overriding something that is already defined, for example I tell my users to use zshrc and I provide defaults and common things in zprofile because zshrc is executed last when they login.



I think your bigger problem with that board is going to be that PCIe slot is a PCIe 2.0 x1 slot so it will be slow but you can just use an adapter like this:
https://www.newegg.com/startech-com-model-pex1to162-pci-express-to-pci-card/p/N82E16815158223
Flexible versions exist too! I’m also not sure you would get a lot of benefit out of a GT730 really so YMMV.