Securing privileged access
Protect your privileged admin credentials!
Microsoft has published guidance on the easiest way to secure privileged access in Windows Server.
Read More »Securing privileged accessProtect your privileged admin credentials!
Microsoft has published guidance on the easiest way to secure privileged access in Windows Server.
Read More »Securing privileged accessYou can use this Bash function in your .bashrc
file to generate a random alphanumeric string. This comes in handy when you need to generate a long, secure password for example. Adjust to your needs.
OpenSSL comes in handy when you need to generate random passwords, for example for system accounts and services. In this short post I’ll give you a quick example on how to generate random passwords with OpenSSL in Linux (Bash), Windows and PHP…
Read More »Generate pseudo-random passwords with OpenSSLHow to reset your WordPress password? If you’ve lost or forgotten your WordPress admin password, you can easily reset the password. Either use the following MySQL statement to reset your WordPress admin password, or change it through functions.php
.
If you forgot your Umbraco admin password, use the following SQL query to reset your Umbraco admin password in SQL Server Management Studio (SSMS) or MySQL…
Read More »Umbraco CMS admin password reset