June 17, 2022 ranganathan.madan Windows Disabling tls 1.0 or 1.1 in the Windows registry To ensure maximum security, it's important to enable TLS on Windows Server properly. TLS 1.0 is considered unsafe. If possible, use the 1.2 or newer version instead. Disable TLS 1.0… Read More
June 7, 2022 ranganathan.madan Linux, MariaDB MariaDB Database and User creation Given below commands to create the both local user & remote user. Create a new database MariaDB> create database DATABASE_NAME; Creating new user (for local access) and grant privileges to… Read More