Logitech has, in fact, EOLd parts of the video conferencing hardware. At best it may continue to work but no longer recieve updates. At worst teams and zoom deprecate APIs that are critical and force you to upgrade.
Logitech has, in fact, EOLd parts of the video conferencing hardware. At best it may continue to work but no longer recieve updates. At worst teams and zoom deprecate APIs that are critical and force you to upgrade.
That will 100% cause it with the 3 larger creditors (where fraud targeting is likely one of the highest…)
Are you proxying or using a VPN to access their site. I often see IP blocks, even if that proxy is a simple socks proxy to a VPS i own. Many VPS subnets are blocked/restricted wholesale, as are many of the big VPN endpoint ips.
THe one or two times a year i go, i just say “That one” and point or touch the bottom of the cup.
for me, i always put my work bag in the back seat for this reason. I would have to open the back door to get it out. Never happened but it was a concern and i completely have a tendancy to be on autopilot in the mornings.
Things like changes to TOS or services can be seriously mitigated by hosting it yourself. WHat happens if Spotify changes the music they host or inserts ads into everything. Well for me, nothing. On the flip side, if some of my stuff goes down, kids and wife will bark. But honestly its mostly set it and forget it.
KISS is a thing that applies to many things in life. Anything “smart” in your home should ideally function without your “smart” features working. Ie: light switches should be dumb light switches if something breaks etc etc. Also dont get caught in using rack or enterprise gear. You can learn just as much using smaller, fatter desktops with bigger fans and air cooling over a power hungry rack servers with 80mm fans that blow your eardrums out. My entire lab runs on old dell workstations and raspberry pis’
Some of it to me, is just hardware selection. My laptop and egpu run windows fine. Linux gaming is rough as hell.
That said, i bought a steam deck, and it will run the same games my laptop struggles with in linux, just fine.
logitech’s software is trash across the board.
Have their MX keyboard and their logi+ software regualrly craps out making the function/special keys unusable until i log off/back on. Sometimes WHILE im using the keyboard.
And their gaming stuff is no better. Many times just having the logitech g suite software running means my mic will randomly stop working, if i remove the software the headset runs fine.
Their hardware is solid, but there is a 0% chance i would pay for their software.
For one…thats a melt. And it doesnt look great. But I think there in lies the rub. even the best chefs get there by experimenting and trying new things and even then, when they get outside their wheelhouse, they arent any better than that dude at your local diner.
Worse. It went off into other conspiracy subjects like 9/11 and all sorts of crap. Theres frankly a lot of weird stuff on amazon prime for free that i would have never seen had i not dozed off.
Most of the other apps (netflix, plex, etc) and even the streaming platform (roku) have measures to combat falling asleep. Whether its disabling auto-play (which amazon didnt have) or bandwidth saver features that will periodically ask if you are still there (which amazon appears to somehow bypass or disable, or did).
These days though i set a sleep timer to shut off the lights and TV at midnight.
Yeah it is in a way. Thankfully it doesn’t leech into my main Amazon shopping reccomendations.
I tried to use their UX. Its bad. And the worst is I fell asleep watching something like Project Bluebook once. And the Prime Reccomendations streamed a SHITLOAD of alien conspiracy content while i slept. It ruined the recs etc. And you cant delete the primary account profile…only the sub-profiles.
Frankly i only go on it to see what I should maybe load into Sonarr/Radarr at this point. fuck em.
He had a dry run with the attempt on his life. He knew nothing would come of it. That the rest of the world would do nothing.
Hell Russia has since pushed the boundaries much further with no recourse.
I can respect that he’s principled and still recognize the total lack of forethought in the move.
This guy has to be one of the dimmest folks I have ever seen. Putin straight tried to kill him, failed and the world did nothing and yet he still turned himself in as some type of martyr. The world was going to do nothing and they were going to torture him and trump up any charges they felt to ensure he never sees the light of day again and for what? Nothing.
He could have done more even in exile.
I mean there’s precedence. Avian bird flus have been known to infect humans.
Correct. Connect to for example connect to lemmy.ml and pull their communities so it shows in your communities page locally. Dont have to sync the posts etc. Just the base stats (subs, post, comments. Basically exactly what this is doing. https://lemmyverse.net/communities
note: I hadnt seen that page until after my comment… But im getting a lot of 404’s on specific communities, so i have to put in their ! name in search…spam that, click to open the community and subscribe.
that would be perfect.
WIth Debian I would install UFW for a firewall. Set SSH to whatever your home IP is. You can always use the Linode SSH console for external access.
UFW is easy to configure and just translates iptables.
sudo ufw allow from any to any port 80 proto tcp
sudo ufw allow from any to any port 443 proto tcp
sudo ufw allow from HOMEIP to any port 22 tcp
If you want leave SSH open. Then i would probably only do Key based auth in /etc/ssh/sshd_config
you also want to edit that file (sshd_config) to disable root access once setup. I often turn on the following
LoginGraceTime 2m
PermitRootLogin no
StrictModes yes
MaxAuthTries 6
MaxSessions 10
AllowGroups somegroupname
then create a user and a group and add the user to the group. This ensures only that user has SSH access.
sudo adduser someusername
sudo addgroup somegroupname
sudo usermod -aG somegroupname someusername
You can also use visudo to edit sudoers. The first like will require a password. If you use the second line, you can sudo without a password. I would only do the latter if you only use key-based auth though.
someuser ALL=(ALL:ALL) ALL
someuser ALL=(ALL) NOPASSWD: ALL
I also edit /etc/hostname to my server name. Update and reboot. From there run through ansible instructions and make edits as necessary.
Yeah how familiar are you with linux?
You dont run the ansible stuff on the instance itself. You do it from your personal machine or something with ansible installed.
Though I guess in theory you could run it on itself if you dont have another linux box, or something with ansible installed. https://www.middlewareinventory.com/blog/run-ansible-playbook-locally/
But I am happy to walk you though the basics of setting up a securing the box.
Yes the ansible config worked fine for me. I worked for days to get an kbin instance up. Ansible worked first go.
I have yet to get email working but otherwise its solid. Linode will block email btw if you account is new (and frankly may be blocking mine now). You just have to put in a case and justify and it should be fine. My account should be old enough to be exempt but I will likely do it anyhow. Their support is pretty good.
Getting federation crawled and communities added is a bit slow. Mostly because the other instances are a bit slow.
A few pointers if you havent done admin yet.
Put nothing in the federation allow list unless you want to go whitelist only. Over time as other instances hit yours and you search others, the linked list of instances will grow. Just use the blocklist if you want to block certain instances. I havent found a good way to block the growing number of instances in case they have some illegal content like CSAM. So…i may just go whitelist anyhow
Searching for instances seems to be CPU heavy on mine. Its not a problem though. You just cant simply plug in a URL of a community in another instance if you havent linked. You will get a 404 if you do. So you have to go to search, looking for that community by hitting search a few times until it shows up, then you can join and it will start crawling
I have no idea what “Private instance” does other than i believe it will keep your instance form starting in the future if you have it checked AND federation turned on. I saw some logs in dockers startup when i did it but nothing in the UI.,
Hm. I’ll give it a shot. I was trying it under pop!