Steps to install ssl certificate IIS
Below are the simple steps which can be followed to enable and install SSL certificate in IIS server. 1. Click...
Microsoft IIS Web Server / Security / SSL/SecureSocketLayer / Uncategorized / Web Servers
by Ramakanta · Published January 22, 2012 · Last modified September 12, 2014
Below are the simple steps which can be followed to enable and install SSL certificate in IIS server. 1. Click...
Apache Tomcat / Application Servers / Java App Servers
by Ramakanta · Published January 18, 2012 · Last modified January 21, 2017
Tomcat containers are objects that can contribute to the request-response communication between clients (e.g. browsers) and the targeted servlets. There...
Apache Tomcat / Application Servers / Installation / Java App Servers / Migration / Troubleshooting
by Ramakanta · Published January 17, 2012 · Last modified November 27, 2016
JULI logging library and configuration are available by default with the tomcat installer. In order to use Log4j for Tomcat...
Apache Tomcat / Application Servers / Security / SSL/SecureSocketLayer
by Ramakanta · Published January 16, 2012 · Last modified December 1, 2014
In order to use SSL for server access, we need to create our own public key, which we will use...
bash / Installation / Linux / Operating Systems / Scripting Languages / Shell Scripting / Solaris Unix
by Ramakanta · Published January 7, 2012 · Last modified December 1, 2014
Below is a simple bash script which can be used to play radio channels using your mplayer. I used this...
bash / Linux / OpenOffice / Scripting Languages / Shell Scripting / Solaris Unix / Troubleshooting
by Ramakanta · Published January 6, 2012 · Last modified December 1, 2014
Use crontab to schedule the script 0 0 * * * /opt/scripts/checkoo.sh [email protected] /Path/To/Openoffice/Installation/”program”/folder/ > /dev/null Above command is to...
bash / Linux / Operating Systems / Scripting Languages / Security / Shell Scripting / Solaris Unix / Troubleshooting / Unix OS
by Ramakanta · Published January 6, 2012 · Last modified December 1, 2014
Be careful about running below script in production boxes. First check this linux security shell script example in some test box and...
bash / Linux / Operating Systems / Scripting Languages / Shell Scripting / Solaris Unix / Unix OS
by Ramakanta · Published January 6, 2012 · Last modified September 3, 2014
Below given bash script can be used to get linux operating system details like cpu,memory,disk space, network, PCI info and...
Apache Tomcat / Application Servers / bash / Shell Scripting
by Ramakanta · Published January 6, 2012 · Last modified September 3, 2014
Below Tomcat Startup Script can be used to check status/stop/start/restart of Tomcat in Unix environments. #!/bin/bash export...
bash / Java App Servers / Java Errors / Linux / Operating Systems / Oracle/BEA WebLogic / Scripting Languages / Shell Scripting / Troubleshooting
by Ramakanta · Published January 6, 2012 · Last modified February 24, 2015
Now a days getting a heap dump at the right time to analyse is very crucial. So to tackle this...
Advertisement
Advertisement
Advertisement