I joined Lemmy back in 2020 and have been using it as qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.
- 15 Posts
- 69 Comments
qaz@lemmy.worldto Programmer Humor@programming.dev•Does this exist anywhere outside of C++?English4·2 days agoPerhaps TS is not a terrible language for shell scripts after all
qaz@lemmy.worldto Showerthoughts@lemmy.world•You'll know Lemmy has really caught on when search results for "Lemmy" are more about it than the Motorhead guy.English2·2 days agoPlenty of people comment on Lemmy, but I think the main issue is that everything is split over multiple domains which seems to be ranked lower by search engines. I’ve recently been seeing Lemmy.world in Google search results, and even some from the “smaller” instances such as sh.itjust.works and db0.
Searxng has a way to query threadiverse posts, perhaps that works better.
qaz@lemmy.worldto Ask Lemmy@lemmy.world•Are you permanently banned off reddit? or do you just like lemmy more?English9·4 days agoI also privated some communities and they renamed them to some random characters instead.
Breaking change: Due to the security reason, the “Console” feature is now disabled by default. If you need this feature and understand the risk, you can enable it via the environment variable DOCKGE_ENABLE_CONSOLE=true.
Good that they made a decision, the old security features restricting which commands you could run were awful and could be bypassed by accident. You could run
ALLOWED_COMMAMD; RESTRICTED_COMMAND
and it would just do it.
I fixed DNS
(My DNS queries were blocked by my ISP’s modem, I flashed OpenWRT on an old WiFi Repeater, and set up a DoH proxy)
Thanks for the advice. I also use a cheap domain with a wildcard, but use nginx instead. I just tried using Adguard and although it’s fascinating to see the insights of all the DNS requests, it didn’t really help fix the issue. However, since using DoH with Cloudflare in combination with setting it to the specific IP instead of my local device name and have 100% uptime now (since the last 10 minutes that is).
I’m using a public DNS record that points to a local device.
*.example.org → example.org example.org → device_name.lan
Uptime Kuma seems to use
nscd
for caching internally and the default system DNS resolver. I’ve added a custom DNS resolvers to Uptime Kuma, and apparently it can get the records from Cloudflare (1.1.1.1) but it can’t get it from the OpenWRT router (192.168.1.1). 🤔I’ve enabled a proxy on the router to force the use of DoH, maybe that will help if the ISP’s modem is at fault.
Since the records have TTL of 5 minutes wouldn’t
dnsmasq
have to reach to upstream DNS servers every 5 minutes?
If you self-host your own instance, make sure to disable image hosting / caching. I’ve had to DM a lot of people to inform them of “problematic” images hosted on their instance.
qaz@lemmy.worldto Selfhosted@lemmy.world•Long-Time Linode User Considering Hostinger VPS – Is It Worth the Switch?English3·21 days agoWhich provider did you use? Also, Hetzner costs the same but with 8GB RAM.
qaz@lemmy.worldto Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English8·22 days agoOld PC’s and especially laptops (make sure to consider removing the battery though) make great homeservers. You can run dozens of services on old hardware.
qaz@lemmy.worldto Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English4·22 days agoYes, but if you care about power efficiency then they really aren’t a great option. Most professional server hardware that you can get for a decent price uses significantly more power than an old mini computer or a cheap N100 PC. I own a proliant but rarely power it on due to the fact that I could rent an similarly performant VPS for 2x the power bill. Besides that many server CPU’s don’t have integrated GPU’s and will require additional hardware if you want to run something like Jellyfin.
const ref or unique_ptr if you need ownership
qaz@lemmy.worldto Ask Lemmy@lemmy.world•Why do I get error when try to upload a photo?English1·24 days agoHave you tried converting it to a webp first? That usually solves it for me.
Some time ago I wrote a program in COBOL and half of it was just
CALL "SYSTEM" BY CONTENT
in the end.
Hi, don’t want to bother you, but maybe you forget about my PR to show whether a link is added yet