I think that may be an American thing. I’ve never seen one here in Europe.
I think that may be an American thing. I’ve never seen one here in Europe.
My general view is similar, yaml is better if it should be written by humans, json is better if it should be written and read only by a machine. but hyprspace uses json for configuration, so I don’t really understand cellardoor’s comment
what:
is:
your:
- problem
- with:
YAML
# At least you can have comments unlike in json. Who need comments in a config file anyway.
Or port forwarding. You have to open a udp port for wireguard
AUR packages ending with"-git" or “-svn” always pull the latest commit from source. The version number means that was the last time the packager had to change something on the PKGBUILD script, not the actual version which would be installed.
Where should I look? Where were these talks? I’m interested.
Edit: I found the whitepaper about hole punching: https://research.protocol.ai/publications/decentralized-hole-punching/
It says it connects to a “Hole Punch Coordination (DCUtR - Direct Connection Upgrade through Relay)”. So for NAT traversal to work, you need a third party, this relay. As I expected. I guess you can self host this, but than you could just host a wireguard server. I guess if you are on a locked down network where you cannot connect to any relay (e.g. how the Chinese Great Firewall works technically they could block it) you can’t initiate a connection behind a NAT.
Nonetheless it seems interesting, but no magic here. Maybe the big difference that the relay servers are distributed, so no central authority to block easily.
Interesting, it’s on AUR, I will try it.
So it doesn’t need any port forwarding, and works on CGNAT? How the “NAT hole punching” works? Both clients connect to something on IPFS?
Afaik, for DHT with torrent, clients need to know at least one tracker, what is the “tracker” here? Something on IPFS? Who am I sending my IP addresses?
How much overhead does this add to speed? I love with Wireguard, that it’s barely noticeable, really close to p2p speeds, OpenVPN was awful in this regard.
How do you know your assumptions are correct? It didn’t sound that way to me. “Any idea” sounds like they have no idea, but they use the more rare init system.
I pointed in the correct direction, and it seems like they didn’t search for it, as it wasn’t in some super hidden place. The note was for future reference, as I won’t be there to search for them in the future, and life is too short for waiting for easy answers.
Recommended reading about questions on the internet for everyone: http://www.catb.org/~esr/faqs/smart-questions.html
https://github.com/sezanzeb/input-remapper/issues/15
I just typed “openrc” on the search box on the issues page. People on the internet forget nowadays that you can search, and it’s quicker than waiting for an answer…
If you need a GUI tool, I use Input remapper: https://github.com/sezanzeb/input-remapper Very straightforward to set it up, it’s available via dnf.
Fellow lemming hirak99 has a tool for that as well which should have better performance, but no GUI: https://github.com/hirak99/keyshift no prebuilt for Fedora unfortunately
You will loose your mind, but wayland version of xev is called wev.
It’s available in a lot of distros: https://pkgs.org/download/wev
deleted by creator
Asking good questions is not easy.
If you ask a question which was already answered thousand of times you should search for the answer, not ask it again. Obviously from your point of view it’s a new question, but if someone replies to a lot of threads it can become annoying to see the same thing again and again.
Other common wrong question is when you don’t give enough details.
If you experience that your questions are downvoted frequently, please read this old guide “How To Ask Questions The Smart Way”. If you ask good questions, there is a bigger chance someone will help you
I’m a happy user of input-remapper (AUR). I use it to replace PageUp/PageDown with Home/End keys on my Laptop. How does your tool compared to that?
Feedback: Can you add an example systemd service? Or it would be even better if the PKGBUILD would install it, I’ve seen a lot of software which adds a disabled service, so you just have to enable and start it.
I use the official desktop app, and it forgets filters as for OP
Posting here as there doesn’t seem to be an active Arch Linux community.
archlinux@lemmy.ml seems active to m
Your text says qemu-desktop
is only “optional” for qemu-base
. You can safely remove qemu-desktop, pacman won’t nag about optional dependencies.
For checking dependencies, I like to use pactree
, it draws nice graphs in the terminal: https://wiki.archlinux.org/title/Pacman#Pactree
Wiki says he is still there:
Criminal penalty: 15 years to life imprisonment (parole in 2022 refused, next hearing is in 2027)
It’s incorrect. I have 2 AMD cards, I can detach it from linux before booting the guest. After I shut down the guest I have to log out in Gnome to make the card usable again, but no reboot required. It depends on how you set it up. I have a single 34" monitor with 2 inputs, connected to both cards.
I recommend to read about this topic, it would be quicker than waiting for people to answer, your questions were answered multiple times. I recommend the vfio wiki on the r*ddit a lot of good links are collected there: https://old.reddit.com/r/VFIO/wiki/index
The latter: https://vscodium.com/
Microsoft’s
vscode
source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.
What is Communist in this image? Or what do you mean with that?
Nix just calls the *.nix files, it’s still go under the hood. PKGBUILD is similar to the flake.nix and package.nix files to me, but I have no experience with nix.