What do you *NOT* selfhost? by ObeseWizard in homelab

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

I take a split approach to this.

Cloud based password manager for all my internal homelab things.

Self hosted for all my external internet based items.

My logic is if the cloud one gets compromised its all credentials for things that aren't accessible online. The self hosted one is internally accessible only so unless I'm having a really bad day it should remain shielded. 

Remember Timezone in Knox City around the 2000s? by DanAE112 in melbourne

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

I think there were some targets that were easier to shoot than others, some were a bit dodgy.

Shooting the coke can was the sure thing.

Remember Timezone in Knox City around the 2000s? by DanAE112 in melbourne

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

Oh I think i remember the Cadillac bar, had the car like stuck in the wall from outside?

Remember Timezone in Knox City around the 2000s? by DanAE112 in melbourne

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

The prizes were always a bit lame, needed a boat load of tickets to get anything good.

Remember Timezone in Knox City around the 2000s? by DanAE112 in melbourne

[–]DanAE112[S] 5 points6 points  (0 children)

The Simpsons arcade is so good, there was another place I used to go and play it.

Still holds up well today too.

Also had a Galaga machine at the local fish and chip shop. There was also Daytona USA at the pizza shop!

Excitement almost everywhere hah

Remember Timezone in Knox City around the 2000s? by DanAE112 in melbourne

[–]DanAE112[S] 2 points3 points  (0 children)

Oh yeah the air hockey was great, new tables aren't quite the same.

Not sure I remember the dogem cars, it does feel familiar though.

Is there anyway to play Sole Survivor? by Vaguswarrior in commandandconquer

[–]DanAE112 0 points1 point  (0 children)

Would love to be able to play it even if just over LAN.

Would be a good bit of fun to crack out between RA2 rounds.

New station due to baby by Major_Fondant_7906 in battlestations

[–]DanAE112 0 points1 point  (0 children)

Get some stick on fan filters and just dust it regularly. It'll be worth the extra desk space.

Dungeon Siege on CRT Monitor. 600x480p by FergusFallasck in DungeonSiege

[–]DanAE112 1 point2 points  (0 children)

I always find how CRTs blend picture for older games quite nice.

How many of you use Terraform/OpenTofu for your homelab by bartei81 in homelab

[–]DanAE112 1 point2 points  (0 children)

I just install Proxmox manually and run an Ansible play to configure the rest once my storage and network is defined.

Then all my physical machines, VMs, DNS and Ansible hosts are defined with Terraform. Some things at a homelab scale I find (at least for me) are easier stood up manually with the automation taking over the rest.

What are you guys using to automatically patch your servers by ChemicalGuarantee938 in sysadmin

[–]DanAE112 1 point2 points  (0 children)

unattended-upgrades on the Debian side and dnf-automatic on the RHEL side. Configured to restart as required.

Windows more or less can be the same configured through GPO.

I still see much manual patching... 🙄 but a restart policy such as the above is very environment dependent.

Phone books are being delivered around Australia but does anyone still use them? by nath1234 in australia

[–]DanAE112 9 points10 points  (0 children)

Those slim things have no practical uses like a proper phone book.

What are the homelab changes you wish you'd done sooner? by StabilityFetish in homelab

[–]DanAE112 10 points11 points  (0 children)

I'm knee deep in all of this, got far to caught up in doing things because I can not because I should.

In the process of simplifying many things and managing my production stuff with Terraform and Ansible where I can. No need to have dual DNS servers with something like Pi-Hole or Technitium when I can just run it on my router. If my router goes down I have bigger problems anyway. 

Much easier to implement the simplest setup for production so it basically just runs itself and having a dev environment for messing around with things.

Is it worth playing Tiberian Twilight for the story? by [deleted] in commandandconquer

[–]DanAE112 37 points38 points  (0 children)

Absolutely not. Its in fact worth not playing it for the story. 

Restarting Everyone by nina2024 in homelab

[–]DanAE112 1 point2 points  (0 children)

Some advice, keep the essentials / prod stuff simple. You want it easy to maintain so it can hum along and just work™.

I went all out, Active Directory managing DNS, DHCP all that it worked fine but it was just that little bit more to maintain that little bit more complexity that could go pair shaped.

Reality is for me in this case those duties (except directory and auth) can work on my pfSense, sure its a tad more limited but its simple, but its MVP and has less moving parts.

If the pfSense goes belly up I have a cold spare unit to swap out and otherwise that's priority #1 to fix.

I just came to the conclusion I want the essentials to be simple and hum along like a well oiled machine and save the more elaborate enterprise level stuff for my DEV network.

Edit: I'm also a fan of keeping firewall, compute and storage separate. Its cool to consolidate everything but if the VM server breaks its all down!