To add, here’s an example of my OpenVPN config addition to ensure 192.168.3.* is accessible over VPN
verb 5
push "route 192.168.3.0 255.255.255.0 vpn_gateway"
To add, here’s an example of my OpenVPN config addition to ensure 192.168.3.* is accessible over VPN
verb 5
push "route 192.168.3.0 255.255.255.0 vpn_gateway"
imo, this situation is way too complex for internet strangers to effectively help with. It’s definitely worthwhile to seek out therapy to help process these feelings and to make a plan for resolving some of the deeper issues at play.
I’m literally a software dev working for a top company and I can barely use git on the CLI. I do all of my version control operations using a GUI, so there’s no sense in gatekeeping any of that. This is true of both my work projects and personal ones. It’s cool if you prefer the CLI, but it is absolutely not a required skill in order to have a successful and meaningful career.
The therapy take is that this feeling comes about because you grew up in an environment where it wasn’t emotionally/physically safe for you to relax. Even as an adult with well managed/medicated ADHD, the subconscious parts of your brain are still trying to protect you, so no relaxation allowed. imo, this is extra common in ADHD folk because even parts of our own brains were mad at us for not having executive function.
In particularly bad cases, this can rise to the level of being C-PTSD. Feeling unable to relax is a big indicator that whatever is going on in your head needs to be addressed. Therapy is expensive, but there’s ways to get it covered by insurance, especially if you have an ADHD diagnosis.
Awesome! Thanks for the detailed update, and I’m glad it worked well for you!
Truly curious: do you fit the description of a young, female, middle American?
Agreed. Here’s my unsolicited rewrite
What Going on Call Her Daddy Did for Kamala Harris | Podcaster Alex Cooper reaches young, female Middle America in a way conventional news cannot.
Maybe sort by “date” instead of date & site?
Sounds like someone could use some more shut the fuck up Friday in their life 😘
That’s an interesting idea. Do you write a blog or something where I can learn more?
Armchair General here. When they moved their aircraft further back, Russia greatly reduced their range and ordnance options while increasing the time Ukraine had to prepare for the strikes. Similarly, Russia splitting up their stockpiles to reduce strike effectiveness will have a significant impact on Russia’s already-strained logistics network. That’s the same reason why a relatively low volume of ATACMS has had such a substantial impact on their ability to wage war.
Can you clarify what you mean by that? It sounds strangely gatekeepy to me, but maybe I’m misunderstanding
Where is your VPS located, and which Wire Guard server are you connecting to?
In an environment where old men cling to every drop of power and control they can get, I’m super proud of Biden for putting his ego aside and doing what’s best for the country he loves
In your HAProxy config (like in this example), it’s checked from top to bottom. So your top-most frontend case should be the one that checks for the special keyword case. Then, if it doesn’t match the keyword, HAProxy will continue going down the list until it finds a frontend that does match. So your second frontend should match for everything, because if it doesn’t find a match, HAProxy shows an error
Cool, I think that first link will work for you. Then you can just ‘redirect’ for the no-keyword case: https://www.haproxy.com/documentation/haproxy-configuration-tutorials/http-redirects/
Remember, SSL/HTTPS does encrypt the URL path, so if the final website requires HTTPS, your proxy will need to have its certificate trusted by your clients
Maybe have two cases:
For the (matched keyword) case, something like this: https://serverfault.com/questions/729232/reg-exp-for-url-in-haproxy
For the (random routing) case, something like: https://www.haproxy.com/blog/haproxy-configuration-basics-load-balance-your-servers
I am a little confused on your question, though. It sounds like you maybe want 3 cases? Can you try wording it differently?
idk if this is a programming specific question. It feels more like “perfectionism” or a low-level OCD. For the programming piece, using some sort of task tracking system might be helpful. For example, after a task has been completed (aka a solution was found), move on to the next predefined task.
Another vaguely related term: premature optimization