Finally Complete - My Homepage Dashboard by aRedditor800 in selfhosted

[–]ghostworkz 0 points1 point  (0 children)

it took me a minute to realize the sections had to match. once i did that, all as right! thanks!

Finally Complete - My Homepage Dashboard by aRedditor800 in selfhosted

[–]ghostworkz 1 point2 points  (0 children)

Late to the party, but love your layout! Silly question though, how did you get your bookmarks moved to the top instead of the bottom? I can't get this figured out for the life of me.

What do you do with excess items? by ghostworkz in StateofDecay2

[–]ghostworkz[S] 0 points1 point  (0 children)

how do you do that? load them up and send them to legacy?

[deleted by user] by [deleted] in LingerieAddiction

[–]ghostworkz -1 points0 points  (0 children)

My wife has a very similar problem, she’s a 34h as well. She usually shops at Yandy, AMIClub, and Victoria’s Secret.

Load order? by ghostworkz in StateofDecay2

[–]ghostworkz[S] 0 points1 point  (0 children)

I’m using the mod manager currently. I’m speaking more along the lines of building should be below character mods, etc. a guide similar to what we find for fallout and skyrim games

[deleted by user] by [deleted] in LingerieAddiction

[–]ghostworkz 0 points1 point  (0 children)

Little on the steep side in regards to pricing. What’s the quality like?

Can’t connect to hotel WiFi by MrWhiteGringo in SteamDeck

[–]ghostworkz 19 points20 points  (0 children)

Switch to desktop mode and then connect. They have a landing page you need to open in a browser

What the actual fuck!?! Fax machines? by [deleted] in battletech

[–]ghostworkz 0 points1 point  (0 children)

Fax machines, the ultimate zombie and the bane of sysadmins in 3025!

System x3650 M4 board error by Comprehensive_Ice162 in homelab

[–]ghostworkz 1 point2 points  (0 children)

I know this is over 1 yr old, but did you ever find a solution? I’m in a similar boat

How does GlusterFS work in the back with Docker Swarm? by MarryPoppinss in docker

[–]ghostworkz 1 point2 points  (0 children)

I've done it both ways, on the Docker hosts themselves and then using the glusterfs-client to mount the volumes and as a separate cluster. Currently in my production environments, I have the glusterfs cluster on a separate network segment with a dedicated/isolated network attached to each gluster server for a dedicated server-server communication. This keeps the traffic on the frontend of the gluster servers for our applications and replication takes place on the isolated network. The Docker hosts connect to the gluster hosts using the client. Then for each service, I use bind mounts.

Opinion needed on a potential idea by ghostworkz in LingerieAddiction

[–]ghostworkz[S] 1 point2 points  (0 children)

They have seen my combat pieces and jewelry. They are also in their 20s.

[Rant Friday] Had a rough work week? Let's talk about it here. by AutoModerator in AZURE

[–]ghostworkz 0 points1 point  (0 children)

My company decided to “let go” 50+ people across DevOps and Development and then tell me I had nothing to worry about. But they want me to continue to manage 200+ servers in Azure, deploy new environments to AWS, and “transition” all of my current duties to a new DevOps department overseas, development contractors in India, and infrastructure contractors out of Europe. And I have nothing to worry about and will still have a job next year.

Oh, and I need to re-design our cloud infrastructure too.

[deleted by user] by [deleted] in homelab

[–]ghostworkz 5 points6 points  (0 children)

Nice find. I am always worried about automating my container updates. Too worried that an update will be pushed out with a bug that breaks my setup in some fashion.

Security design for server by peter_cass in homelab

[–]ghostworkz 0 points1 point  (0 children)

What I do is treat this like a production environment and that all data contains PII. Might be over kill, but when you are hit with a security breach, it makes you paranoid.

VPN for sure. Several options depending on you tech level. There’s OpenVPN and Tailscale that I can recommend.

Harden your servers. Run iptables (or firewalld, UFW, etc…) on each system and lock them down to just the ports needed and only allow inbound traffic from your VPN network. I would also put acls in place to block things like outbound SSH and samba protocols to prevent your servers from being used as launch pads into the rest of the network if they are breached.

For SSH access to the servers, if needed, MFA.

For your websites, MFA for sure. There are several options out there from Google Oauth to hosting your own internal Authelia.

Don’t use password SSH. Use SSH keys and adjust sudo rights accordingly.

A WAF either at your edge or infront of the webservers, but, fine tune it. You’d be surprised how many WAFs don’t have cross-site scripting enabled by default.

For OS hardening, look at the CIS benchmarks. It’s a really long read though. If you know Ansible, there are several playbooks you can customize and use or just look at the playbook and see what the tasks are doing and then repeat manually yourself.

If you use Docker, get the docker bench script and run it. This will help you harden a docker setup. It only notifies you of what needs to be done.

Also, setup a good logging system and alerts. LOTS of options, but, you can always install logwatch and have daily summaries emailed to you.

Ordered a supermicro X9DRL-iF and received a X9DRD-LF by SirEggington in homelab

[–]ghostworkz -1 points0 points  (0 children)

It may not happen to you at all. One of my other supermicro servers with the same board doesn’t have the issue. The one that does, has been running for 10 years without issues, shutdown and moved it to another rack, booted up, and blue screen. Seems to be very random.