To get window system info run systeminfo To get just OS info: systeminfo | findstr /C:”OS” OS Name: Microsoft Windows Server 2008 R2 Enterprise OS Version: 6.1.7601 Service Pack 1 Build 7601 OS Manufacturer: Microsoft Corporation OS Configuration: Member Server…
Backing Up WordPress Database
To use command line backup of a WordPress site. Locate you wp-config.php file. Find the DB configuration for you DB with “grep DB_ wp-config.php”. If your password is encrypted, you will need to know it. Use the output to run…
Application Account Management
Best practices for application account management is to have all application dependent accounts and groups local to the server. These accounts should be locked, so no interactive logins can happen. Ssh keys could still be used for automation from trusted…