

Aiincidentdatabase
Also search GitHub, several repos list failures.
What kind of company? I do this training for our public sector / state agency execs, and have a fairly well stocked slide deck currently I might be convinced to share
Aiincidentdatabase
Also search GitHub, several repos list failures.
What kind of company? I do this training for our public sector / state agency execs, and have a fairly well stocked slide deck currently I might be convinced to share
These all look amazing. I friggin love the creativity of the indie game community
Absolutely not. Windows 7 may still function, but it is a target for unpatched vulnerabilities. Attackers are actively seeking windows 7 hosts for remote code exploits, lateral movement, and privilege escalation.
Do not run Windows 7. Stop running Windows 10 after the end of life date next year.
Actual budget with simple fin for bank links. Currently hosted on pikapods, will move to self hosting on prem at some point.
Yes, and thank you for your interest in helping. Appreciated! After an update, I will eventually reboot. When doing so, the options in the gear at the Gnome login will be
Both of these options are X11. I verify this with $ echo $XDG_SESSION_TYPE and see X11. When Wayland is working, the Gnome login will show four session types:
I haven’t been able to locate a log file where something looks relevant to the decision made at boot for XDG, Wayland, or X11 that chooses one over the other. It’s just as though Wayland stops being an option. 3 or 4 updates later, I’ll have Wayland back again - but no idea why it comes and goes. My caveman intuition tells me it happens around nvidia updates, but I haven’t kept strict notes on that.
This might be it.
What’s the method to browse a repo for a specific version?
Linuxcapable.com suggests (over at https://linuxcapable.com/how-to-install-nvidia-drivers-on-fedora-linux/)
sudo dnf module list nvidia-driver
But I can’t seem to find nvidia-driver. Are these profiles it mentions unique to the nvidia-driver package, or is that a feature of rpm’s?
Yeah, I’m ready to be done with X11. Dunno why Fedora with a perfectly working Wayland & Nvidia and updates set to manual will not offer Wayland in the session manager at login about 80% of the time. Must be something I’m doign wrong, but IDK what it is. I wish I had wayland 100% of the time o’er here.
I did try Bazzite after this post - defaults to Nvidia 560 driver, which is still not the stable. Also installs extra things that I had to turn off - ended up re-wiping and going back to Fedora 40. I may retry in the future, though - but in general, I’m less interested in immutable at this point.
Thank you for the suggestions!
Yep. This exactly.
I disagree! They can be great options, inexpensive and reliable. My current home server is a Dell r620 with xeon CPUs, 64gbs of RAM, and 2 terabytes storage in raid 5. It serves several vms, a mix of Windows and Linux. More than enough for many home set ups. Boots the os off a 16gb flash card. Cost me $185. Thing has been a tank.
I bought two short L brackets from home Depot, and have it hanging flat against the wall. It’s been fabulous.
Usually labeled as P series.
This is how I do my home system, Dell r710xd I believe. I bought it used via craigslist and I think it came from the local power company. In the States we have government surplus sites that have stuff cheap.
You can mount a rack mount system vertically on the side of the wall, hanging down with a couple of shelf brackets.
deleted by creator
Ayy, nice work getting started down the selfhosting route! Start by remembering that security is a maturity process. To find out if you’re doing the right things at the right time, ask yourself:
If you’re just one person and it’s a self-hosted home setup, remember you can’t patch all the things all at once. Asking yourself regularly if you maturing your environment over time is essential. Do a little work each week and you’ll make good progress.
When I think of security, I think of a few things
Authentication & Access - each system should have just enough accounts with just enough permissions to get work done. Change default passwords. Make them long and unique. Use MFA whenever possible (often impractical for self-hosted; cut yourself slack when this is the case!). A note on logging - if you can, while you’re doing this homework, check how long it saves logs. Shoot for keeping logs longer if possible; I like 30 days, but you might want more. Also make sure you have a time server, or at least that you’re getting accurate time stamps. If something weird happens and you’re investigating, having timestamps on logs that line up and make sense helps you recreate what happened, so you can decide if you need to wipe something and reload it.
Patching - automated scanning of your stuff for vulns would be fantastic if you’re interested in going that route, but a Saturday morning checklist to run updates on everything works too.
Attack Surface Management - if you’re not sure you’re exposed, scanning externally can be a big help. I have a Racknerd server ($40/yr, it’s amazing) in San Diego and I periodically run scans of my home network to see what’s forwarded. This is using nmap, although I could also use a free version of Nessus Essentials on there. This gives me an idea of what I look like from outside my network.
Inventory - do you know what you have, and what’s it doing? Even a pencil drawing of your network, IP addresses, and services they have can come in super handy. While big orgs have an index of critical data and where it’s stored, just knowing what containers are running on which VM or physical box can help if stuff goes sideways. I redraw mine periodically, yes it’s hand drawn because it’s fast and does the job lol. Do what works for you, though, to keep an inventory of your stuff. You need to know what you have, what it does, and where it’s supposed to be going.
Second racknard. If you Google Black Friday special, you’ll find the page where you can order a VPS with four gigs of RAM for something like $50 a year. It’s not a 12-month special either, you can renew it year after year.
I run docker containers there, a Red Dead redemption 2 server, etc. It’s really useful commodity server to have around,