The poor sap was probably trying to get the wifi working :/.
The poor sap was probably trying to get the wifi working :/.
You configure vlans per physical port, so in a properly implemented system your attack won’t be possible. When the packet comes to the switch the vlan tag is added to it according to the configuration for the port it was received from.
Or are you talking about mac-vlans?
Depends on you hw. That seems rather poor implementation… I believe my TP switch might handle that, because it rejects traffic to its management interface from mac X from vlan 20 because it sees the same mac in vlan 10… (only vlan 20 is allowed for management)
Yeah, with mpv you can even hold the jump 10/60 sec forward/backward button pressed and the frames just fly in the screen. Vlc seeking is really slow in comparison.
What do you use for spreadsheets on Emacs? At least org-modes tables are there but aren’t quite it…
That’s a bit surprising, given DDG uses Bing, Bing is Microsoft and Microsoft owns Github.
Did you try the same search with Bing, or have an example to share?
And did mentioning these things just make the message disappear on US-based lemmy-instances?
I don’t believe it did.
Perhaps many, but I have over 500 accounts in my password manager, yet none of have been leaked per the password exposure report (which I assume is based on the https://haveibeenpwned.com/ database).
So perhaps the problem is overblown in practice, assuming you don’t use the same password in many sites.
Realistically, how often does this happen?
Maybe find a solution when it happens.
That’s pretty low bar for calling something a “quirk”. The whole ML family, so OCaml, SML, Haskell, F# and perhaps a the new distant relative Rust call it also it None
.
And it’s not even the same thing: null
means pointer to nothing, while None
means no value.
How is None a quirk?
Well, except perhaps for the fact that Discord has a Linux version, while the Facebook App doesn’t.
And—clearly!—it seems rather popular as well.
Right on! People should only share news articles that pertain to my interests.
Where should they be “taking” funding instead?
Alas my game PC is going to stick with Windows due to bad state of VR in Linux :/. And therefore one day it might need to update to Windows 11.
In particular if you have a headset that is not Valve Index, though apparently with Meta Quest one can use ALVR, as long as you get the actual games running.
Maybe consider static ip assignment in your DHCP server (e.g. internet router) if at all possible… Then you can add a name to it to /etc/hosts
.
Alternatively you could use Avahi to provide mdns names to your local network
Do you have that file? If not, then unset SSH_AUTH_SOCK
will work just as well.
If it does exist, then I suppose it has good chances of working correctly :). ssh-add -l
will try to use that socket and list your keys in the service (or list nothing if there are no keys, but it would still work without error).
At the end of the log you find:
822413 connect(4, {sa_family=AF_UNIX, sun_path="/run/user/1000/gcr/ssh"}, 110) = 0
...
822413 read(4,
meaning it’s trying to interact with the ssh-agent, but it (finally) doesn’t give a response.
Use the lsof
command to figure out which program is providing the agent service and try to resolve issue that way. If it’s not the OpenSSH ssh-agent, then maybe you can disable its ssh-agent functionality and use real ssh-agent in its place…
My wild guess is that the program might be trying to interactively verify the use of the key from you, but it is not succeeding in doing that for some reason.
I guess it’s worth checking if those names point to the expected binaries, but I also think it would be highly unlikely they would be anything else than just /usr/bin/ssh
and /usr/bin/ssh-agent
.
Rust is great, but might it be a bit premature to replace the venerable coreutils with a project boasting version number 0.2, which I imagine reflects its author’s view on its maturity?