That would also print the colon
Edit: missed the separator token. Sorry guys
That would also print the colon
Edit: missed the separator token. Sorry guys
Here’s my testing recommendations
To get consistant results, use a consistent method of test. If you’re downloading a large file, always test by downloading that same file from that same source. If you’re using a speed test service, use the same speed test service with the same server. If you’re using a tool like iperf3, always use the same tool against the same iperf server.
Networks can fail from hardware issues, software issues and infrastructure issues. Since you don’t control 99.9% of the infrastructure if the internet is involved, lets leave that for the last option.
The hardware involved you control are mostly your NIC, and your Remote Connection. For wired ethernet at home, this is likely a physical ethernet port on your computer on one end, and another physical ethernet port on a switch/router/ap provided by your ISP.
With these three you can figure out what device is causing the problem.
The hardware involved is the wireless NIC in your computer, the environment your wifi signal is in, and the wifi AP. The steps are much the same as testing for a wired issue
The issue could be software related. Something like the drivers running on your laptop or connection point.
You’ve already done this for your computer by dual booting. This proves the issue is not driver related, since the problem persists with two different sets of drivers.
Your network settings could be misconfigured.
If your home network is more sophisticated then an ISP provded router/switch/ap combo connected to everything over wifi and ethernet, theres more devices to troubleshoot. But if you have something like this, you probably already know what you’re doing a little bit and wouldn’t be making this post. But who knows! Re-run the process isolating each device and replacing it with something known good to identify whats causing the problem.
As for the internet, it’s not a stable and safe place. Speeds vary drastically day to day. Internet weather happens and partial outages occur regularly. Don’t forget that the service your using to speed test could be the issue itself. It’s another component to isolate and test.
Use the above steps to identify what device is causing the problem, and if its a hardware or software issue. Hardware issues are mostly resolved by replacing devices, while software issues are resolved with software updates and configuration changes.
Good luck and god speed!


Pfsense is built on this, but it has some free software issues.
OpnSense was a pfsense fork from some of them original creators, that is free software.
Both are fantastic.


Neo4j might with
The majority of the Internet’s routing and switching architecture is BSD based. Historically it had the most stable and performant network stack of all the OSs.
I used it extensively at one job in a previous life when I was a network appliance developer. It was rock solid and lightning fast. Tried it as a desktop at home and had a terrible experience.
The little differences in the Unix commands used to drive me nuts as well…


Doubt. You probably need to set the file owners in your volume to the same user running in the container.


Pass can’t do this.


It’s a cli tool, so you can call it within another call using dollar sign syntax
terraform apply --var "myvalue=$(pass path/to/value)"


I’m using pass at home, but I’ve used hashicorp vault at a few jobs with great success.
IBM just forked it to openBao as well to get around the business license, if that’s a concern for your. But honestly I’d trust hashicorp more than IBM at this point.
You can try putting it on pretty 443 or another tls port. It’s not a perfect solution but it could help for your specific setup.
Wireguard is e2e encrypted, no middleman can inspect the packets without the private keys.
https://discord.com/servers/8311-886329492438671420
Get rid of their junk equipment and put something decent in. Discord link is a group dedicated to doing just that. You may find info for your specific ISP.
If you do it right, you won’t even need their gear inline at all.
You could always add them to the allow list so they don’t get blocked.


Moving the port doesn’t reduce attack surface. It’s the same amount of surface.
Tailscale is a bit controversial because it requires a 3rd party to validate connections, a 3rd party that is a large target for threat actors, and is reliant on profitability to stay online.
I would recommend a client VPN like wireguard, or SSH being validated using signed keys against a certificate authority your control, with fail2ban.
Sounds like you were out of resources. That is the goal of a DoS attack, but you’d need connection logs to detect if that was the case.
DDoS attacks are very tricky to defend. (Source: I work in DDoS defence). There’s two sections to defense, detection and mitigation.
Detection is very easy, just look at packets. A very common DDoS attack uses UDP services to amplify your request to a bigger response, but then spoof your src ip to the target. So large amounts of traffic is likely an attack, out of band udp traffic is likely an attack. And large amount of inband traffic could be an attack.
Mitigation is trickier. You need something that can handle a massive amount of packet inspection and black holing. That’s done serious hardware. A script kiddie can buy a 20Gbe/1mpps attack with their moms credit card very easily.
Your defence options are a little limited. If your cloud provider has WAF, use it. You may be able to get rules that block common botnets. Cloudflare is another decent option, they’ll man in the middle your services, and run detection and mitigation on all traffic. They also have a decent WAF.
Best of luck!
kernel version beyond 5.6, so it doesn’t allow any modification
Wut?


What you’re looking for is an HRM. try these options: https://github.com/awesome-selfhosted/awesome-selfhosted#human-resources-management-hrm
Many programs have compile time options, and the binaries may not have them enabled.
I’ve been running only Linux for 25 years. Any software you think you need that you only can get on Windows you don’t. Drop windows, say goodbye to your apps, and explore the alternatives. Try to have fun. A growth mindset helps