Insisting on the confines of legality when the opposing side has shed any pretence of legality months (arguably years) ago is… a stance to take. Just not a winning one.
Oh it wasn’t that bad. You just had to understand rules, models, layouts, variants, and options. Oh and then of course key codes, syms, maps, states, and modifiers. Oh and then…
Kidding aside though, in this particular case it would have been relatively simple:
If you wanted to enable the Ctrl+Alt+Backspace sequence to kill the X server by default, you could create a configuration snippet /etc/X11/xorg.conf.d/90-zap.conf containing:
Section "InputClass" Identifier "keyboard defaults" MatchIsKeyboard "on" Option "XKbOptions" "terminate:ctrl_alt_bksp" EndSection
This would be equivalent to running the shell command:
setxkbmap -option "terminate:ctrl_alt_bksp"
To those who missed the small disclaimer in the post, 1.0 is not properly released yet. RC4 is out, actual 1.0 release should be “sometime [this] week” (barring new bugs and regressions). See: https://blog.freecad.org/2024/11/14/freecad-1-0-release-candidate-4-is-out/
Edit: Release is out now: https://blog.freecad.org/2024/11/19/freecad-version-1-0-released/
Of course, Alabama school, it’s entirely possible that the lesson was complete nonsense.
Nah, from a solely US perspective it’s correct. There were ~1.6 million military casualties in the civil war, and ~1.07 million in WW2. But there were a few more parties involved in WW2, so it’s kind of weird to frame it as less bloody. If you include civilians, estimates range from 70 to 85 million dead worldwide (not including the >20 million wounded soldiers and unknown number of wounded civilians).
Ohhh, that’s what they meant. Thanks for clearing that up, I was really confused by that unexpected US defaultism.
The US Civil War eclipsed both in the number of casualties.
Uhh what? Wikipedia says ~1.6 million casualties (including wounded, ~650k dead) in the civil war, while WW2 has 24 million military deaths alone.
android auto
First I heard of this, but since it seems to be just some software that runs on the hardware of car manufacturers it seems rather unlikely. But very theoretically possible, if the car manufacturer was using default process scheduling in a CPU constrained machine and now switches to real-time scheduling in an update. But that was possible for years before this news, the code has just been mainlined to the default kernel now. If the car manufacturer cared about that they would probably have done it already with a patched kernel.
And it keeps getting worse. Basically the whole base plus some forests and residential areas seem to be burning.
I think these are satellite measurements that accumulate over 24 hours though, so not sure if the image reflects the current situation well.
Link to the NASA map btw if anybody wants to check it out
Oh yeah, can’t use the same IP range as your LAN, that will lead to problems. :D Glad it’s fixed.
Out of curiosity, does forwarding work now without the output (-o) command in PostUp?
Like I said in another thread on this post, I’m pretty sure that’s because they are forwarding input but not output in the PostUp rules. Setting a /32 in AllowedIPs works fine for me.
What are you trying to say? That reply also shows AllowedIPs set to a /32 on the server side.
I don’t think that’s what the setting does. Anyway, I have them set to a /32 IP in my server config and it works nonetheless. I get full access to the /24 behind the server from the client.
You have ALL traffic being routed over Wireguard here.
Please correct me if I’m wrong, but isn’t it the other way around? All Wireguard traffic is forwarded to the local interface.
I think the problem might be your PostUp/PostDown lines have an in-interface (-i) but are missing an out-interface (-o) for the forwarding. Try this:
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
Hence my disclaimers in said post, and my efforts at explaining following your accusations.
Learn to read.
I said Sulla gave up his dictatorship in response to a rhetorical question I took the liberty of answering.
In an effort of tying that aside back to the topic of the thread I then tried to state that it remains to be seen if Trump will be the one to kill the republic (Caesar), or the one setting the precedent to make it possible (Sulla).
I have no delusions that Trump would willingly give up power. He has already shown that he will not. But what he hasn’t done (yet) is kill the republic. And as the assassination attempt happening a few days after my post should have made clear, he might yet fail to. What I’m worried about is whoever is going to fill the power vacuum that comes after his departure. This shit won’t stop even if death rids us of him.
But fair enough, I can see how that might have been misinterpreted. Hence my disclaimers in said post, and my efforts at explaining following your accusations. Which you have so far only answered with more insults. So I really have to wonder who is the one saying stupid fucking things here.
Again, not what I said. To be frank, the amount of misinterpretation you show is starting to seem utterly deliberate.
If Trump is elected to a second term it will be a disaster and there is no ambiguity as to the nature of Trump for he has already declared civil war against the will of the American people.
And please show me where the fuck I ever doubted that. Do you not know who Sulla was? Did you not read me saying he fought a civil war and was the first general to march on Rome? Like right above the section you quoted out of context?
What I said is Trump might not turn out to be the one to kill the republic but the one to irreparably damage it instead. Think for example him getting elected to a second term and then dying a month into it without achieving much of his dictatorial agenda.
You are an idiot.
That I am, given that I am still arguing with you.
And you are free to believe otherwise. But sadly I don’t see legal protests having any effect on a government actively seeking to undermine the rule of law.