@crankysysadmin

11 Followers
329 Following
227 Posts
Just another bastard operator from hell. Change request or it didn’t happen. Nihilist. Bourbon aficionado.
Websitehttps://crankysysadmin.com
Seems like a nice day to deploy some servers!

    

Let’s make 2023 year of the personal website.

   

1980 Computers are for nerds
1990 Computers are for everyone

1995 The internet is for nerds
2005 The internet is for everyone

2005 Smartphones are for nerds
2015 Smartphones are for everyone

2006 Twittr is for nerds
2016 Twitter is for everyone

2022 Mastodon is for nerds

Go log back in, vote and cross your fingers and toes.
It looks like Mastodon will indeed be the platform of the future. Twitter changed their TOS banning links to other platforms, including aggregators like Beacons and LinkTree. I removed mine from my Twitter profile to avoid any conflicts of interested. I will update Mastodon bio to include links to my other content.
Elon is Twitter’s Digg redesign.
I love Platypus for macOS. I spent a hour messing with cron and rsync then gave up and got things working in a few minutes with Platypus.
➡️ https://sveinbjorn.org/platypus
#mac #macOS #scripting
Platypus - Create Mac apps from command line scripts |

Sveinbjörn's personal website. Also some open source software stuff.

Sveinbjörn Þórðarson
As a side note, I have had some issues with the second DC properly joining to the domain. I solved this issue by simply joining the alternate DC to the domain then running the command. And that’s it! You may want to setup DHCP, but that will be a post for another day. I hope you find this useful!

To setup a second, third or fourth DC, run the first command in this post and the following command:

Second DC:
Install-ADDSDomainController -DomainName internal.crankysysadmin.com.com -InstallDns:$true -NoGlobalCatalog:$false -SiteName 'CrankySiteName' -NoRebootOnCompletion:$true -Force:$true -SafeModeAdministratorPassword (ConvertTo-SecureString 'CrankyIsSexy' -AsPlainText -Force) -Credential (get-credential CRANKYSYSADMIN\Administrator) –verbose

Then we need to setup the Forrest. You can do so with the following command:

Powershell Primary DC:
Install-ADDSForest -DomainName internal.crankysysadmin.com -DomainNetbiosName CRANKYSYSADMIN -InstallDns:$true