0 Followers
0 Following
1 Posts
Dunno how smart it was to download and run. Could have been a compromised dev account.

When connected to your internal network, what is the results of:

nslookup sub.domain.tld AGH.IP.Address

This should respond authoritative with the IP you need to access NPM’s VIP IP address. If that is not the case, let us see your AGH configuration for your sub.domain.tld.

If that does return the correct IP, verify that it responds to https using curl on Linux or windows (replace curl with curl.exe)

curl -vvvI sub.domain.tld

If this is not connecting or showing a cert error then there’s a misconfiguration on the NPM side. Screenshots of your site configuration for one of the sites would be helpful. The domain name should match sub.domain.tld (not your duckdns) and be bound to the let’s encrypt cert.

Technically Zero is 0-0 since One hasn’t been set to anything yet.

Instead of a default gateway you can configure just your VPN IP address to go to your gateway. You might also need DNS servers depending on your setup.

Example: ip route add 1.1.1.1/32 via 192.168.1.1 dev eth0

Note that without a script this may be flaky if you’re using DNS to resolve the VPN. It might be better to have a script that resolves the IP(s) of the VPN and then adds routes.

That being said, your VPN software is usually designed to install routes that have higher priority so that they will get used before the local network. One such way is by adding half-internet routes (0.0.0.0/1 and 128.0.0.0/1) which get preferred over the larger default route. If you run ip route once connected you may see those routes present.

While I’m not sure if it works in rootless, take a look at binhex/arch-delugevpn project which has scripts to set up a similar network isolation environment.

IMO as a developer this is a sane change. There’s no telling when the format of the first-party api key will change. They may switch from reference tokens to JWT tokens tomorrow. The validation should be using the token and seeing if it works.
The p number refers to the pci bus that the port was detected on. It could be the cpu has a different process when detecting the pci bus layout.
Pretty sure it’s stock Cinnamon, but I do have extensions installed which could be screwing with things.
Right clicking the title bar of a window on Linux Mint, the menu appears but I can’t click it until I move the window away from it (the menu doesn’t close) and then it becomes responsive. I love Linux.

To add to this, if your car doesn’t come with those electronic blind spot indicators, go to a local car wash and see if they have a shop that sells small blind spot mirrors. They take up a small part of the mirror, but allow you to see the blind spot angle at a glance.

I would also recommend a defensive driving course. We had one here down at a motor speedway that took us through driving on wet roads, how the car reacts to loss of traction, understanding how the car handles, etc.

Clearly the Linux user just broke their prompt by updating. Classic.