imgxh.eu.org activate key AGW-JD7J-NZ3C-ABGG
my free ai api website, i have like billions of token everyday and i cant use all of it so that i create this site for my friends to spam and create roleplay chat bot or just normal chat bot
After (not so) careful thinking I’ve decided that I’ll not install modded Windows and Office 2010 onto my Surface because I’m M365 subscriber and I need modern Office to actually use the benefits
Will still try to get a version of old Office working properly, ideally in wine as I plan to install Linux someday
Fair, because in the past i never have this issue as well. Only after my house got wifi then i turned on backup for every folder except my screen recorder. And that’s where i am now
Running a router on a Pi 5? I guess it’s possible, but does it even work well? I would have guessed you’d need at least two ethernet ports for a router, and ideally dedicated switching hardware. Is it using a USB NIC or something like that? Is it fast enough?
I run a pi 4 as a portable access point, Not quite a full router. but using the onboard ethernet port to connect to the main router. it then provides me with my own access point with PiHole, my personal VPN ect. and the Pi4 is more than powerful enough for 3-4 devices. so the pi 5 I’d think does pretty well
Pretty much what dan3008 describes. Not quite a full router, but a wireless AP that I can fully control. I don’t have any devices that have an ethernet port after all, so even if I have two ports I would have no use for the second one.
my tales on sysadmin while feeling sleepy, episode one!
Time’s nearing 8am, i only have two hours of sleep. Checking cockpit on my server, previously i racked up tons of updates including new linux kernel, earlier i looked up the list “heh, only libaudit package left? unattended-upgrades had stepped in, then.” Sure thing, i ssh to my instance, System restart required. “What’s the best way to handle this? I’m thinking of [[ -f /var/run/reboot-required ]]. If succeeded (with &&,) sudo reboot. Hmm, let me double check. touch test, then if i [[ -f test ]], check exit code on echo $?. 0, perfect. Now with non existent file like [[ -f test2 ]], echo $?, i got a 1. Okay this should work.” I hit enter. Yeppie, the instance rebooted