If you are using Weblogic in production it is no brainer to start services manually to recover a server/crash or reboot In this example we…
JMS Messaging Bridge Configuration in Domain In this sample we use “jms-notran-adp” which is the default adapter created for JMS Messaging Bridge with default QOS…
AWS S3 S3 – Object based storage (Photos,videos e.g) 0- 5TB file size unlimited storage Files are stored in buckets – (equivalent to folder) S3…
A short explanation of common AWS Terms: Route53 – DNS service of AWS – PS : 53 is default Domain Name System/Standard port hence the…
This is a frequent requirement when you want to run some program which has a GUI on remote Linux machine , you will get an…
Redirection is a very important concept in Unix, it is quite helpful when you setup cron or schedule the scripts, it helps you in redirection…
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:…