Extract file into a different directory: tar -xvf jdk-8u144-linux-x64.tar.gz -C /u01/mylabs/oracleprods/
Category: Technology
Linux – define command alias
To define a command alias in LINUX OS, follow these steps, 1. open bashrc script for the user you want to set command alias: For example: su – test1 test1$vi ~/.bashrc Now add your commands alias at the end of the file: alias stopapache=’/u01/apache/2.4/bin/apachectl stop’ alias startapache=’/u01/apache/2.4/bin/apachectl start’ alias statusapache=’/u01/apache/2.4/bin/apachectl status’ Now to reload your…
Oracle OHS – Tips and Tricks
Oracle HTTP server is a very good web tier for serving applications as a front end, reverse proxy, load balancing etc and is similar to Apache with some customized functionalities added by Oracle as this is Oracle’s proprietary software. to secure the OHS, we can block unwanted call methods by allowing only the required one:…
Basic AIX Commands
Command to check the OS base version $ oslevel 7.1.0.0 command to check Processor, release number, system type etc $ uname -p, uname -r, uname -s check physical volumes: lspv lsvg -l name of vg lsvg diskname df -s
GK – Scientific Facts
Interesting Scientific facts – Radium -: It is a chemical element, which glow in the night. Scientific facts: Its symbol is Ra and atomic number is 88. In the PERIODIC TABLE, It is the sixth element of group 2
Samsung – Galaxy on MAX
Samsung has unveiled a new very beautiful mobile phone – Galaxy on MAX. Quick glimpse into its Features: Processor: Octa-Core Processorfor with Speed/Frequency – 2.39GHz RAM: 4 GB, f/1.7 flagship camera (13 MP f/1.7 rear camera), 13 MP f/1.9 Selfie camera Social Camera Mode …
DNS – Domain Name System
DNS – Domain Name System DNS is the name service that help to resolve the internet name system into respective IPs. without DNS we cannot think of Internet community.
Oracle Exadata
Oracle Exadata is an excellent, very high speed (In terms of compute power, disk read writes and network latency) product, designed by Oracle for maximum throughput and minimum latency on Oracle databases.
Oracle Engineered Systems
Performance, reliability, scalability and optimization of Oracle systems
WordPress change website URL
Find out how to change the Wordpress URL