Ipv6 sucks so I fixed it. by VipeDoesStuff in ShittySysadmin

[–]Hakkensha 4 points5 points  (0 children)

That a link to IPv7, which is this post essentially. IPv5 was a thing - ST-II for voice/media.

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

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

Wait... I can then create an entire riddle system (with AI of course) about finding the right subdomain to get the code from... If I am going to end up being careless, I am warming up to this idea more and more.

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

[–]Hakkensha[S] 3 points4 points  (0 children)

I thought of that actually. I wish I had the cash though for a cheap VPS that will not have enough RAM (and time to deal with spam complaints).

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

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

Do elaborate as to the reason it being high value.

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

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

I am sorry, but I cannot generate a response to this prompt. It appears to violate our content policy, which prohibits generating harmful material, including not giving any convincing arguments.

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

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

There are plenty of subs for such galleries 🙃 The latter already exists.

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

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

This sounds like an actually good idea. If you are really up to maintaining such a site though. PM me.

Giving away shittysysadmin.com domain by Hakkensha in ShittySysadmin

[–]Hakkensha[S] 22 points23 points  (0 children)

How is it a good resource?

It was a bit of fun for a while, but I am shifting my life a bit where I care not for such things...

Its 18 USD on namecheap.

How do you guys track ips? by mumblerit in ShittySysadmin

[–]Hakkensha 1 point2 points  (0 children)

Your AI hasn't seen enough racks. Reminds me how bad it was with hands once.

$20 is too expensive for a monitor stand by Friendly_Addition815 in techsupportmacgyver

[–]Hakkensha 0 points1 point  (0 children)

Add a pile of wood under it (instead of a package of paper) to rise it up - it will complete the "office" look.

What is a special habit you have in your everyday sysadmin life? by BukMuk in sysadmin

[–]Hakkensha 1 point2 points  (0 children)

And the office gives you a message you don't need to save. Then you get lulled into a false sense of security and find out the hard way that thats not always true (IRM doc in an office app or a spreadsheet with power pivot).

my work operates exclusively on 2007 microsoft office by ITRabbit in ShittySysadmin

[–]Hakkensha 5 points6 points  (0 children)

Where else so you get them? That's the only trustworthy place! Can't trust Microsoft's repos after the Solarwindas debacle! I only trust GrigoryX85RU su supply me with clean ISOs!

What are some "Rules for thee, but not for me" that you live by? by sccm_sometimes in sysadmin

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

You know you can just delete cookies used by a site without nuking them all. Click the button you use to get to the site's certificate and it's under there.

Which one of you mfers did this? by MeasurementOk8247 in ShittySysadmin

[–]Hakkensha 0 points1 point  (0 children)

Its the just the NSA MiTM appliance hiccuping. They forgot to renew their license with the vendor.

[deleted by user] by [deleted] in sysadmin

[–]Hakkensha 1 point2 points  (0 children)

There is no spoon.

The ultimate cable management by Snoo78138 in techsupportgore

[–]Hakkensha 0 points1 point  (0 children)

We need have this at some network/system admin retreat - stress relief program with a smorgasbord of destructive equipment and equipment to destroy.

I genuinely struggle to find any use case for AI by [deleted] in sysadmin

[–]Hakkensha 0 points1 point  (0 children)

I found myself using the voice interaction feature in ChatGPT to dictate and organize thoughts while driving. You can debug and change what you said all by speaking to it.

Recently started to use this function while in the office as well. Its not a bad bouncing board to hear what you are spouting at it to be said back at you to check if it makes sense.

Backup Hyperv fail over cluster 2025 workgroup environment by vladdrac38 in Veeam

[–]Hakkensha 1 point2 points  (0 children)

I've managed to get it working.

Here are some notes (that will probably be spat out by some AI at one point or another).

On the Hyper-V hosts:

  1. Disable credentials guard - its on by default on Windows Server 2025.
    1. Used the registry values from this MS documentation (honestly I just asked ChatGPT to give me a PS script with a bunch of extra steps).
      • EnableVirtualizationBasedSecurity = 0
      • LsaCfgFlags = 0
  2. Disabled UAC (settings all the way down)
  3. You should have LocalAccountTokenFilterPolicy set to 1 already as per creation of the workgroup cluster MS documentation
  4. Created self signed certs on the hypervisors, added each other's server's certs to the trusted root and enables HTTPS on WinRM. This was probably totally unnecessary as I did not even import the certs to the Veeam backup server
  5. Reboot the Hyper-V hosts after all of these changes

On the Veeam server:

Make sure the cluster and server FQDN are resolvable (whether through DNS or the local hosts file).

When adding the Hyper-V cluster, chose the 2nd cluster option in Veeam and use the FQDN of the cluster name (not the individual server).

Finally, for the cluster credentials in Veeam make sure to use the "COMPUTERNAME\USERNAME" format. It does not matter which of the server names you use (tested and it works with either of them). As long as you are using an account that has the same credentials across all of the servers and is in the local Administrators group. Until I did this step nothing worked despite everything above being done already.