clmbmb

joined 1 year ago
[–] clmbmb@lemmy.dbzer0.com 10 points 2 days ago (6 children)

Photons if light? What other kinds of photons exist?

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

I still have it. It gets hot if I try to boot it, so I keep it as a historical object.

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

Unfortunately my hAP ax^3^ has had issues with wifi connectivity since I upgraded to 7.15 and it's not fixed in 7.16 - I've seen a lot of complaints in the official forums. I downgraded to 7.14.3 and I have no issues.

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

Created by the prince.

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

Oh, man! This happened to me in production, working on a server that did the invoicing for a large company. Mind you, I was assisted by a senior amin who assured me killall works on hpux. It worked "better" than expected.

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

I understood a word: networking.

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

Did you even try to watch the clip? It's not even in the US! This is the scary part.

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

Again, how is it different than installing directly on your machine? Especially when you have a package manager that can rollback the installation?

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

In my day (today) we would create a test user, install a new WM and try it. I don't get the "install the full distro on a VM just to try a program just a few kbs in size"...

[–] clmbmb@lemmy.dbzer0.com 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Calibre is Python 100%. What gave you the idea it was Java?

[–] clmbmb@lemmy.dbzer0.com 24 points 2 weeks ago (2 children)

Also, terminal-only

this is not the case anymore. You can run graphical applications.

24
submitted 1 month ago* (last edited 1 month 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?

8
submitted 1 year ago* (last edited 1 year ago) by clmbmb@lemmy.dbzer0.com to c/selfhosted@lemmy.world
 

I've used wireguard for a pretty long time on my server and the phone as a client. I've had the same configuration for at least 4-5 years and never had issues. Last week I moved to using pihole in a container with a macvlan interface, so it has a different IP address than my physical server. Then I went and changed the DNS server IP on the wireguard config on the phone. When I reconnected I see I can't connect to any local IP address like I used to and I can't figure out why.

The local LAN is 10.11.12.0/24, the VPN is on 10.11.13.0/24.

Here's the server wireguard config:

[Interface]
Address = 10.11.13.1
ListenPort = 11194
PrivateKey = ...

PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o enp3s0 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o enp3s0 -j MASQUERADE

[Peer]
# Galaxy S20+
PublicKey = U59JZqVbk2eFxTb7tteyu0WHlMTZsk68E7CF7v2AX2U=
AllowedIPs = 10.11.13.5/32

[Peer]
# narwhal - T480 job
PublicKey = Ja9OL13IoZA17GJq0/LbwizB9s2dRQLHHgW2C4TcFyY=
AllowedIPs = 10.11.13.7/32

And here's the phone's wireguard config:

Address = 10.11.13.5/24
DNS = 10.11.12.55
PrivateKey = ....

[Peer]
AllowedIPs = 10.11.0.0/16
Endpoint = my_dyndns_hostname:11194
PublicKey = 6aF1cJhH9oeQWr9LYOpH3wk+lN4k9/tSiAqV6LkUQ1Y=

I am able to connect and can ping 10.11.12.77, the IP address of the server, but nothing else. I have two RPis running as mpd servers and I used to be able to connect to them too, but not anymore. Their IP addresses are 10.11.12.105 and .106.

Also, before the dns change I was able (of course!) to use the local DNS I set up on the pihole, but now I'm not able to connect to the new DNS (.55) so I can't get any local address to resolve.

I'm looking for some hints on what I'm doing wrong. Please help.

 

Going to my account I can see all the comments I've made, but not the posts, even though there's the posts count showing the correct value.

 

Intel graphic drivers collect Telemetry By default in windows.

view more: next ›