Linux Articles

Read More
Linux Articles October 9, 2018 0

The Linux Adventure: Finding Happiness Beyond Windows

Another work week begins, and as I open my laptop, I’m greeted by the familiar and frustrating sight: “Configuring Windows Updates,…

Read More
Linux Articles June 22, 2018 0

Installing OpenShift Origin in a Home Lab

We are going to demonstrate how quickly get us up and running with a “lightweight” OpenShift Origin environment in a virtual…

Provisioning WebLogic Server in less than 1 minute using Docker

We are going to demonstrate how to provision Oracle WebLogic Server in less than 1 minute Using Docker running on Ubuntu. PrerequisitesTo…

Linux Articles, Oracle December 2, 2015 0

Installing Oracle Linux 7 for Oracle software deployments

This demo shows installation process of Oracle Linux 7 in virtual machine (VirtualBox) and basic OS configuration for further Oracle software deployments…

Shell Scripts November 23, 2015 3

Shell script: Copy files from source to target directory

Simple shell script to search and copy files from one folder to another. Pretty useful if there is a need to copy/move files from one…

Linux Articles March 14, 2014 1

Altering network configuration and hostname in Oracle Linux 6

A prerequisite for this exercise is running Oracle Linux 6. Installation and configuration has been described in this article:  Installing Oracle Linux 6…

Linux Articles, Oracle November 22, 2013 3

Installing Oracle Linux 6 and preparing for Oracle Software installations

This article describes installation of Oracle Linux 6 and initial preparation for further Oracle software installations, like Oracle Databases, WebLogic Servers, Fusion…

Linux Articles April 26, 2012 0

Installing Oracle Linux in VMware virtual machine

What is Oracle Linux? Oracle Linux is an open source operating system available under the GNU General Public License (GPL) and…

Linux Articles April 11, 2012 0

A bit of fun with cut, paste, join and sort in Linux

1. cut – Removes sections from each line of files. Prints selected parts of lines from each file to standard output….

Linux Articles December 1, 2011 1

How To Setup SSH equivalence , password-less SSH authentication

Imagine you have to administer more than one Linux hosts in your network, or clustered environment. You would like to connect to…