Below are commands to renew an existing or create a new certificate request. Weblogic Cert Commands: 1 – List the keys: keytool -list -v -keystore…
You can use below command to find a mount point whose usage is greater than threshold value Example below we have 1st filed as mount…
You can use below commands to check on which protocols a particular website responds: Recommended practice is to use only TLS1_1 & TLS1_2 as the…
I. Download from : http://httpd.apache.org/download.cgi II. Install the apache web server in Linux: Step 1: first unzip the file on zip file gunzip httpd-2.0.55.gzStep 2:…
In Solaris 9 and above, non root users can open ports < 1024 with the below command: # su – # /usr/sbin/usermod -K defaultpriv=basic,net_privaddr <userId>…
So we all are hearing various news about Heartbleed Bug, so let’s see which of our middleware application servers are affected by this: Here is…
AIX Command 1. lsof -i :<port number> – This command must be run as root. lsof executable is available here. https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=aixbp&lang=en_US AIX Example Let’s set…
Weblogic Application Server Versions:
1) Download the latest jboss version i.e jboss 7.1.1 Final from the below link to your linux machine. Download Page: http://www.jboss.org/jbossas/downloads/ or use belo command to get…