After the disk has been extended, then rescan for changes. This guide is based on the SDA disk and the 3 partition. Change the device and partition to match your…
Initiating Debug Mode To kick off debug logging from the get-go, prepend your rsyslog.conf file with these lines. This ensures debug logging activates immediately upon the rsyslog service launching: $DebugFile…
When using domain services through a firewall the RPC ports must be limited from the range 1025-65535 to specific ports. Windows registry settings, must be implemented at least on domain…
Maintenance Mode indicates that the system is unable to detect the hard drives, the hard drives cannot be correctly mounted, or the disk is experiencing corruption. If the hard drives…
First install socat sudo apt update sudo apt install socat -y Execute the following command where <backend> and <Server> are replaced echo "disable server <backend>/<Server>" | sudo socat unix-connect:/var/run/haproxy/admin.sock stdio…
Execute the following command, change the timesource to a FQDN or an IP Address w32tm /config /manualpeerlist:<timesource> /syncfromflags:manual /reliable:yes /update Stop time Service net stop w32time unregister and register time…
Open Command Prompt by Start -> Run and type “cmd“ On the Command Prompt, type “net stop wuauserv“. This is done so that you will terminate the windows automatic update…
Unifi uses option 43 so the switches and AccessPoints can find its controller if it is not present on the same L2 network. Option 43 should be filled out with…
Create a new config file under the rsyslog config directory sudo vim /etc/rsyslog.d/30-forward-logs.conf Use single @ for udp forwardingUse double @ for tcp forwarding Example of udp forwarding *.* @172.16.204.1:514…
Create a new rsyslog config file sudo vim /etc/rsyslog.d/10-auth.log.conf Add the following text :msg, contains, ":session" /var/log/rsyslog-auth.log :msg, contains, ":auth" /var/log/rsyslog-auth.log :msg, contains, "COMMAND=" /var/log/rsyslog-auth.log :msg, contains, "session opened for…