It’s easy enough to add your own secure boot keys, you can even remove the Microsoft keys so that only your OS will boot.
- 0 Posts
- 26 Comments
windows server edition which not possible to get if u are not business client and it cost 800$
It probably depends on your uni, but students can get Windows Server licenses for free on Azure Education.
It does DNS already, so why do I need an external DNS server?
You need an external DNS server to access it externally. If you’re happy with internal access only, you can probably set some sort of DNS override in UniFi.
SteveTech@aussie.zoneto
Mildly Interesting@lemmy.world•Crows are intelligent birds and learn quickly – even from each other. In Sweden, they are used to collect cigarette butts and bring them to a machine that automatically rewards them with peanuts.
1·6日前There are things I don’t understand about the machine that also make me think AI, but Google Translate seems to understand so maybe it isn’t?

Edit: Actually I think AI is better than I thought it would be.
SteveTech@aussie.zoneto
Technology@lemmy.world•Mozilla’s Betrayal of Open Source: Google’s Gemini AI is Overwriting Volunteer Work on Support MozillaEnglish
25·7日前This isn’t about Firefox, and there are zero mentions of Firefox in the article. This is about Mozilla screwing over their volunteers by replacing their human written translations, with inaccurate machine translations written by a closed source LLM.
It doesn’t really matter how you setup dynamic DNS and SSL. I prefer to handle dynamic DNS on the router, incase it’s smart enough to refresh the IP after DHCP renews it. I do SSL on a seperate nginx instance, but I run a few other sites; it might be easier to configure it directly on home assistant, but I haven’t tried.
If you want some extra security, I’d look into mTLS, as that establishes some cert based authentication at the TLS layer before HTTP, but it can be complicated to configure.
SteveTech@aussie.zoneto
Selfhosted@lemmy.world•Options for remote Wake-on-lan. Or I guess wake on WAN.English
5·11日前You’re going to have a hard time trying to get that working over the WAN (if that’s even possible).
Wake on LAN is still encapsulated in an IP packet, so you can send it over the internet, and most WOL clients let you specify an IP. However your router will need to DNAT it to a broadcast address. Some routers have a check box for this (e.g. An ISP provided Technicolor router I have), some let you port forward to broadcast (e.g. Many routers, sometimes with workarounds), and some let you manually configure NAT (e.g. MikroTik routers).
So it is possible, but forwarding public internet traffic to a broadcast address seems like a bad idea, and I wouldn’t recommend it. Why I know this: I used to do this in middle school, and it does work quite well.
SteveTech@aussie.zoneto
Linux@lemmy.ml•"You are in emergency mode. (...) Cannot open access to console, the root account is locked."
10·12日前Depending on your BIOS and with fast boot, you might need to just hold one of the keys while booting instead of spamming it on boot.
SteveTech@aussie.zoneto
Selfhosted@lemmy.world•Are there any VPNs that support dedicated IPv6 addresses?English
3·14日前If you just want an IPv6 prefix and don’t need the encryption a VPN provides, you can use an IPv6 broker. Hurricane Electric’s broker is a popular one.
That’s the OPs reply, not the AI.
SteveTech@aussie.zoneto
Jellyfin: The Free Software Media System@lemmy.ml•Can the flatpak client take advantage of hardware decoding?English
1·19日前I don’t know what fedora 43 ships, but version 3.2.0 of
nvtopshould also give you stats, although it may need sudo for some stuff.
SteveTech@aussie.zoneto
Programmer Humor@programming.dev•Clock but DevOps insisted we implement cutting edge DDOS protection
14·25日前Funny thing, time.is uses Cloudflare, and I only found out because of the outage.
SteveTech@aussie.zoneto
Android@lemmy.world•Android Linux Dev Environment, Keyring ErrorEnglish
1·26日前keyring lets you set backends with environment variables, I believe you can try
PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyringwhich is the simplest backend as it doesn’t save anything.Edit: You can also try keyrings.alt as it has an insecure file backend, if you absolutely need password saving.
Yeah thats fair enough. The ACS override patch should still have better isolation and speed than anything else you can do without native ACS, the security implications are just it’s theoretically possible to intercept another PCIe device’s traffic through the NIC; you can read more here.
SR-IOV works by presenting one device as many, which you can passthrough one of those to your VM. Meaning SR-IOV only works through PCIe passthrough, so you’d have to figure that out first. The GPU guides should get you most of the way there.
Some distros include an ACS patch into their kernel (e.g. Proxmox, and I think CachyOS), which lets you passthrough devices without hardware support (but lacking some security features).
I believe it might be possible to ‘passthrough’ the VF from the host without PCIe passthrough (I’ve only done this with containers though), but performance is often worse than just using a bridge.
Fun fact: there actually is an IP version 5, and the reason we went from v4 to v6.
Fair enough. It seems like vibrant visuals is possible with GPU spoofing, but I haven’t tried it.
You can also play the Android release fine with Waydroid.
To prove your point even more, WannaCrypt has a platinum rating on WineHQ.


Maybe it was used as some sort of privilege escalation? E.g. NP++ downloads an XML file to %TEMP%, some already present malware modifies it, then GUP downloads a payload and executes it with administrator permissions.