clmbmb

joined 3 years ago
[–] clmbmb@lemmy.dbzer0.com 6 points 17 hours ago

Yes, it needs a hospital visit.

 

Does anyone know more about this phone? It looks really interesting and seems to be a de-googled Android. It comes with (mostly) F-Droid apps.

[–] clmbmb@lemmy.dbzer0.com 9 points 2 weeks ago

Fears? LoL.

[–] clmbmb@lemmy.dbzer0.com 0 points 3 weeks ago (1 children)

Of you can't hear it, you could move there and switch house with one of the locals.

[–] clmbmb@lemmy.dbzer0.com 1 points 1 month ago

Joke's on them. I never take my work laptop home. Or anywhere else for that matter.

 

Tech/prog thrash metal from Poland. Really good album.

I've seen them live two days ago and they had am amazing show and sounded very good.

[–] clmbmb@lemmy.dbzer0.com 19 points 1 month ago (1 children)

I don't get why people don't try to use other languages for these type of CLI tools. I get that they are familiar with JavaScript, but npm is a nightmare right now and I wouldn't install anything with it for some time.

There's always shell scripting available, also Go, Rust and lots of other options (I specifically don't mention Python, as pip is also a bit problematic).

[–] clmbmb@lemmy.dbzer0.com 25 points 1 month ago (1 children)

The land of the free...

[–] clmbmb@lemmy.dbzer0.com 16 points 2 months ago (1 children)

It's not dumb if it runs Android.

[–] clmbmb@lemmy.dbzer0.com 3 points 2 months ago (1 children)

Would be nice to know how to legally violate workers' rights, dear journalists.

[–] clmbmb@lemmy.dbzer0.com 18 points 2 months ago* (last edited 2 months ago) (5 children)

What TLD did you choose on porkbun? Maybe it's a national TLD that requires your ID. I have .EU, .me and .org domains with them and I was never asked for an ID.

[–] clmbmb@lemmy.dbzer0.com 12 points 2 months ago (4 children)

We're not accountants... most of us use numbers very rarely.

[–] clmbmb@lemmy.dbzer0.com 2 points 2 months ago

Yeah, autocorrect.

[–] clmbmb@lemmy.dbzer0.com 22 points 2 months ago* (last edited 2 months ago) (2 children)

Hyprland îs ~~ceased~~ created by a fascist. Fuck them!

 

I know that 100% of batteries are made in China, but I'd like to buy one from an European shop. I need a battery for a pretty old laptop (Lenovo Thinkpad W540) which works fantastically well with Linux.

So, any links are appreciated. Thanks!

 

Update: I solved my problem. I got everything working by using this repo, but also by not using LibreWolf - looks like either I'm missing something about its setup, or syncstorage-rs (firefox sync) doesn't handle it well: I noticed that when using it I would get "ua.os.ver":"UNKNOWN" in the logs, so maybe it's related.

I'm trying to host my Firefox Sync server. I got it running using docker and with instructions from this github repo. Everything looks fine, I think... I can reach the host and I can reach the __heartbeat__ endpoint, getting this response: {"version":"0.13.6","quota":{"enabled":false,"size":0},"database":"Ok","status":"Ok"}, but nothing seems to sync!

I set it up first on my LibreWolf instance and checking the docker container logs look like this:

Oct 12 10:43:42.840 INFO Starting 1 workers
Oct 12 10:43:42.844 INFO Starting "actix-web-service-0.0.0.0:8000" service on 0.0.0.0:8000
Oct 12 10:43:42.844 INFO Server running on http://0.0.0.0:8000 (mysql) No quota
Oct 12 10:43:59.438 INFO {"ua.os.ver":"NT 10.0","ua.name":"Firefox","ua.browser.family":"Firefox","uri.method":"GET","ua.os.family":"Windows","uri.path":"/__heartbeat__","ua.browser.ver":"130.0","ua":"130.0"}
Oct 12 10:43:59.706 INFO {"ua.os.ver":"NT 10.0","ua":"130.0","ua.browser.ver":"130.0","ua.os.family":"Windows","uri.path":"/favicon.ico","ua.name":"Firefox","ua.browser.family":"Firefox","uri.method":"GET"}
Oct 12 10:44:11.178 INFO {"ua.browser.family":"Firefox","ua.browser.ver":"130.0","uri.method":"GET","uri.path":"/1.0/sync/1.5","ua.os.family":"Linux","token_type":"OAuth","ua.os.ver":"UNKNOWN","ua.name":"Firefox","ua":"130.0"}
Oct 12 10:44:11.540 INFO {"ua.name":"HTTP Library","ua.os.family":"Other","ua.browser.family":"Other","ua":"curl","uri.path":"/__heartbeat__","uri.method":"GET","ua.browser.ver":"curl","ua.os.ver":"UNKNOWN"}
Oct 12 10:44:11.756 INFO {"ua.os.ver":"UNKNOWN","uri.path":"/1.0/sync/1.5","ua":"130.0","uri.method":"GET","token_type":"OAuth","ua.browser.ver":"130.0","ua.browser.family":"Firefox","ua.name":"Firefox","first_seen_at":"1728729851747","metrics_uid":"fcdfa197568a554e5f5b0a2d05d7b674","ua.os.family":"Linux","uid":"fcdfa197568a554e5f5b0a2d05d7b67452c597ab6caf7770a423378f86d1a4c0"}

I set my sync settings to have add-ons, bookmarks and history synced. I installed some add-ons, saved some bookmarks and tried to sync with a new browser profile, then with Firefox on Fedora and Mull on Android, but nothing seems to be moving.

Any idea what more to do to troubleshoot this?

23
submitted 2 years ago* (last edited 2 years ago) by clmbmb@lemmy.dbzer0.com to c/linux@lemmy.ml
 

I have a pi hole in my network and I set it as my primary DNS server, and my router (a Mikrotik) as secondary. DHCP sets the DNS servers as pihole, mikrotik in this exact order and I want to keep it that way. I know systemd-resolved uses some algorithm to set the fastest dns as current server, but I don't want/need that. Is there some way to do configure it to just let it be?

I'm running Fedora 40.

 

So, at the moment I'm using Nginx Proxy Manager, but lately I started seeing it moving slower and slower and even though I tried traefik some time ago, I didn't manage to make it work.

Anyway, I want to start using traefik again, but I want to use it like this:

  • I want to access all my services/containers in my LAN through http (port 80) on something like sub.mylan.home
  • I want to access some of my services over the internet through https (port 443) on sub.mydomain.com

I know this is possible, but I don't get the hang of the configuration. Somone care to share some tips?

view more: next ›