Wanted to give fedora a try, My primary OS is manjaro, so this guide was written while on manjaro. Step 1 – Download Ventoy Download…
Oracle WebLogic Server 12c Release 2 (12.2.1) has brought support for new SSL features and updated standards. webLogic Server does not support SSL 2.0 and TLS 1.1…
If you have forgotten the console password or any other password for the domain, you can use below wlst commands to decrypt the passwords 1…
To try out Docker on Local PC either we can get the Docker installed from the docker official website, or have it installed under a…
While running chef-client on the CentOS 7 VM it failed to authenticate to the Chef Server with below error: Steps which i followed to fix…
SSL Commands List OpenSSL is an open-source implementation of SSL/TLS protocols and is considered to be one of the most versatile SSL tools. It’s a…
Since NameCheap doesn’t support Let’s Encrypt natively, was looking for implementing SSL for my blog, I did it with getSSL earlier, but in that case…
PS : there is a easier way with ACME script, which does autorenewal as well l, I prefer that over getSSL, Use getSSL only if…
# Exclude log files from find: find . -type f \( -iname “*.*” ! -iname “*log*” \) | xargs grep “searchString”
1 – OOM issues Young Generation : It is place where lived for short period and divided into two spaces: Eden Space : When object…