Preface This guide assumes you're migrating a domain controller to a new server then demoting the old DC.
Check the DC Health On the old server, run a few reports and make sure the health of the domain controller is good.
Preface Here's how to setup Fail2ban to send email alerts through GMAIL when failed SSH authentications are made. I'm not going to be too detailed on this but I'll provide the link to setting up Exim4 along with my jail.
The Issue When adding a GoDaddy or Exchange account to outlook, sometimes you'll get this error when outlook attempts to automatically add the email: "Something went wrong and outlook couldn't setup your account".
Server Setup Let's add a new wireguard interface and give it the name "Wireguard1" The listening port is set to the default port number that the wireguard devs intended.
Sources https://docs.microsoft.com/en-us/windows/terminal/tutorials/ssh https://superuser.com/questions/1501402/how-to-change-ssh-port-on-windows-10 https://www.concurrency.com/blog/may-2019/key-based-authentication-for-openssh-on-windows Installing the Server This will install the SSH server, start the service, and then whitelist the SSH port.
Creating a StorPort trace using logman.exe LOGMAN.EXE is CLI utility for creating data collector sets. A data collector set can be thought of as a container for choosing which performance counters or trace events to log.
Preface The goal is to convert a flac file into a 320kb/s MP3 file whilst retaining all metadata. The only dependencies you need are "ffmpeg" and "id3v2".