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?
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
Linux users can’t even agree […] so how am I supposed to pick one with any confidence?
Easy. You make a post like the OP, count the positive mentions of distros in the comments, and bam, you have your distro of choice. It’s called the Linux newbie roulette and works kind of like the magic hat in Harry Potter that sorts you into your house.
(not actually everything, but I get your hyperbole)
How is it hyperbole? All artificial neural networks have “hallucinations”, no matter their size. What’s your magic way of knowing when that happens?
pet open source projects that no one else ever seems to contribute to, not […] software that holds up civilization
SamePicture.jpeg
there must be a bit more to it than that. AIM, Skype, and several others were viable options with existing userbases.
Once upon a time in a messenger landscape far far away there lived a king called XMPP. It had a lot of powerful children, WhatsApp, Facebook Messenger, Google+, and even Skype amongst them. And they all worked together in a big federation towards the commonwealth of all, freely sharing their metadata. But then some of the children grew greedy, jealously guarding their own gardens behind higher and higher walls, breaking down the federation. And thus the era of the warring messengers began. But prophecy foretells of a prince to unite all the disparate standards in one big Matrix again, completing yet another revolution of the XKCD 972 wheel of time.
For real though it was phone numbers. WhatsApp always worked based off of phone numbers, which is an identity confirmation method that was immediately familiar to most people at the time, even more so than email.
Oh you are right, I misread that. Thanks for pointing it out.
it’s definitely more pro-privacy than Brave or FireFox. I’ve never had to jump through a captcha to use Google in those browsers.
You have this backwards. Google showing you captchas is basically them saying they can’t match your browser to any know (shadow) profile they have already stored. So they aren’t sure you are a human and if so which one specifically. Getting harassed with a captcha is essentially like a badge of honour for your browsers privacy settings.
Firefox has no extensions so no Adblock.
That’s because so far every browser on iOS had to use WebKit as it’s HTML rendering engine, meaning that even if you installed another browser manually you were basically still using Safari under the hood. IIRC the new DMA rules include allowing other browser engines like Gecko, so Mozilla is probably already working on making addons available. I mean they are available on Android, so why wouldn’t they make them available on iOS now that they finally can?
So WINE was just imagined into existence? Or maybe it was a wizard with a magic spell?
GP is simply wrong on this one. While it is an open source project with a lot of volunteer involvement, there are companies like CodeWeavers and Valve which directly or indirectly contribute to development. You can get support from CodeWeavers AFAIK, but that means paying them.
Why do people get so uppity when I simply ask questions? I never claimed that anyone owed me anything. I never asked for anything.
Well you did ask for something, which is replies to your questions. And your reaction to those replies, whether intended or not, comes off as “uppity” as well. Hence the downvotes and hostility (not to say that I support that from either side of the conversation).
I am unwilling to learn.
Then why are you wasting peoples time with asking questions?
I’ve wasted hundreds of hours trying to learn to use Linux for basic tasks after everyone assured me it was “so easy” and not gotten anywhere. I’m done trying to learn.
Running software on an OS it wasn’t made for is anything but a basic task. Try running various Linux software on Windows and you will see. If you want to run software made for Windows easily the way to do that is using the version of Windows it was created for.
What people mean by “basic tasks” is usually browsing and office, and there is Linux-native software for that.
Someone posted Zorin OS elsewhere, which appears to be exactly that.
Not really. It has deeper integration of Wine into the system by default, but it is still a Linux OS running a compatibility layer for Windows software. This will not save you if you are unwilling to learn, there will still be various problems. Some software will simply not work, or only partially work, or require additional configuration to work.
In summary, if your definition of “basic tasks” is running arbitrary Windows software then doing it on Windows is the way to go.
At this point somebody should really create a /c/Aipocalypse community or something to collect stuff like this.
pandoc.org is probably what you are looking for, but you might have to create a custom reader/writer or find one on the internet.
Cryptography ⊋ Blockchain
A blockchain is cryptography, but not all cryptography is a blockchain.
Well I guess that depends very much on what you mean by being on life support. Like financially speaking? Oh yeah, they are more or less entirely dependent on Google. Regarding user numbers? Sure, Statcounter says 3.3% currently. Technologically speaking? Not really, quite the opposite actually. Besides Apples WebKit and Googles fork of it called Blink there is but one game in browser engine town, and its name is Gecko.
Now? Want?!
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.