Skip to content
Amit's Tech Blog

Tech Blog

  • Oracle UCM
  • Weblogic Configuration
  • Webcenter Portal
  • Linux
  • All Other Things
  • Web Server Configuration
  • OAM
  • JAVA
  • Concepts
  • Oracle IBR
  • SOA/BPM
  • Security
  • OIM
  • OVD
  • Web
  • YouTube

Linux

  • Home
  • Linux

Steps to create a self signed certificate

Posted by By Amit June 9, 2017Posted inLinux, Web Server Configuration
Steps to generate self signed certificate on Linux: #openssl genrsa -des3 -out <key filename.key> 4096 #openssl req -new -key <key filename generated above> -out <csr file filename.csr> #openssl x509 -req…
Read More

Steps to Upgrade Openssl

Posted by By Amit June 7, 2017Posted inLinux, Security

Upgrade the openssl version from:

#openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013

To,

# openssl version
OpenSSL 1.0.2c 12 Jun 2015
Continue Reading
Read More

How to get a full process list in solaris, without truncated lines

Posted by By Amit June 22, 2015Posted inLinux
ps auxww
Read More

Installing WebLogic 10.3.5 on OEL 5.6 with JRockit JVM

Posted by By Amit July 25, 2012Posted inLinux, Weblogic Configuration

I am installing WebLogic 10.3.5 on Linux.

Continue Reading
Read More

Installing JRockit JVM

Posted by By Amit July 25, 2012Posted inJAVA, Linux, Weblogic Configuration

In this post i am installing JRockit 6 – R28.2.4.1.0 for Linux x86-64

Continue Reading
Read More

Setting up Oracle Linux 5.6 with Public-yum for all updates

Posted by By Amit July 25, 2012Posted inLinux

The Oracle public yum server offers a free and convenient way to install the latest Oracle Linux packages as well as packages from Oracle VM installation media via a yum client.

Continue Reading
Read More

Find OEL Version

Posted by By Amit July 25, 2012Posted inLinux1 Comment

I always had hard time to find the Oracle Enterprise Linux Version. Below are some options to view system information and OS Version on Linux System

Continue Reading
Read More
Search
Recent Posts
  • Monolithic architecture vs microservices
  • Structure and Syntax of MongoDB Document
  • Secret to increase YouTube Views
  • YouTube Channel Art Specifications
  • PCIe, NVMe, M.2, SSD understood
Archives
  • April 2025 1
  • September 2020 2
  • August 2020 1
  • May 2020 1
  • February 2020 1
  • April 2019 1
  • May 2018 1
  • June 2017 2
  • November 2016 2
  • April 2016 1
  • October 2015 2
  • August 2015 1
  • June 2015 6
  • May 2015 5
  • April 2015 3
  • March 2015 1
  • February 2015 3
  • November 2014 1
  • June 2014 1
  • January 2014 1
  • July 2012 4
  • September 2011 3
  • August 2011 8
Copyright 2025 — Amit's Tech Blog. All rights reserved.
Scroll to Top