

I…I don’t understand the question.
Also, yubikey or any other token. Plenty of MFA options compatible with sudo.
I…I don’t understand the question.
Also, yubikey or any other token. Plenty of MFA options compatible with sudo.
Nah just set up PAM to use TOTP or a third party MFA service to send a push to your phone for sudo privs.
Ooh I’ve been thinking about getting a VPS to set up wireguard from my house so I can get remote access (my ISP uses CGNAT and blocks inbound). I only do about 1TB a month, so these 3-4TB plans should more than cover my needs.
Isnt zsh
the default macos shell?
Every day at 16:20, xeyes
turns red.
I use KDE for desktops/workstations and Gnome where I want more of a 10ft interface…like HTPC, or if I have a touchscreen device.
Yeah but…I mean…wow. I graduated HS class of 2003 and I can’t remember anyone handing in a hand-written paper in any of the 4 years.
How do people be around this stuff for half their life and not know basic things like Ctrl+C Ctrl+V.
Today’s 40 year olds graduated in the high school class of 2002…there are people from that era that can’t copy/paste? For real?
My comments are just the code that didn’t work but I don’t want to delete yet because I might make it work except I never will be cause I already rewrote it so it does.
I’d been meaning to try out atomic distros. I’m not an expert on Linux by any means but I’ve been using it on-and-off for about 25 years, and exclusively (at home, at least) for about 7. So I’m a bit more than a noob.
I do worry if I’d feel restricted inside of an atomic distro. Might throw kininite on a laptop I’ve been meaning to give to my kid, tho.
They had to know this would happen, right?
Like, they didn’t think to test with a dual booting system? Wtf?
Where do they even get off fixing a bug in grub?
Pet peeve #209: implying DFW has a bigger furry scene than Austin. For some reason I doubt that.
This is bad practice.
More accurately it should look something like this:
# Load sys library for exiting with status code
import sys
def sayHelloWorld(outPhrase: str="Hello World"):
# Main function, print a phrase and return NoneType
print(outPhrase)
return None
if __name__=="__main__":
# Provide output and exit cleanly when run from shell
sayHelloWorld()
sys.exit(0)
else:
# Exit with rc!=0 when not run from shell
sys.exit(1)
Does DisplayPort also support audio?
Yes, DisplayPort supports multi-channel audio and many advanced audio features. DisplayPort to HDMI adapters also include the ability to support HDMI audio.
We live in a society. We have laws. And order.
As a network guy…open up your favorite web-managed application and open the developer console. Inspect the transactions you see and compare it to the applications REST API reference, and you’ll likely find a lot of commonality (and maybe some undocumented endpoints!).
Backend made the API and everything that is performed by it. Front end is doing the GUI based off the response and promoting for input.
I’m sure the only reason why they waited this long is that they needed to make sure it’s old enough that the companies they stole code from can’t sue.
True, but most streaming media now is a bunch of stills with the changes for each individual frame between them.
Fun fact, first webcam was a series of updating stills of an actual coffee pot so some engineers would know if there was coffee made.
There must at least be MFA somewhere on the path then.
Even just keys, I wouldn’t trust, unless they are stored on smartcards or some other physical “something I have”, require a PIN/passphrase. and centrally managed so they can be revoked and rotated. Too many people use unprotected SSH keys.