How to Install Windows 8



Windows 7 pic6 - Click to enlarge
Windows 8 is Microsoft's latest operating system which is completely redesigned. It moves away from the traditional interface to a completely new interface known as Metro User Interface. The familiar start menu is now gone. Icons and windows are replaced with live tiles and magazine styled interface. Unlike any previous versions, Windows 8 and its variation RT works across multiple architectures and has been optimized for touch screen. So it will work on Intel based PCs or an ARM based tablet.
This step-by-step guide demonstrates how to install Microsoft Windows 8 Professional. You can follow this guide if you have Windows 8 basic edition or any other version as the steps are very similar.

Oracle Linux 6 Installation


This article provides a pictorial guide for performing a default installation of Oracle Linux 6.
  • Basic Installation
  • Firewall
  • SELinux
Basic Installation
  1. Boot from the DVD. At the boot screen, press the "Enter" key.



  1. Press the "tab" key to move focus to the "Skip" key, then press the "Enter" key to continue.

Install Oracle Database 11g on Linux 5



    # 11.2.0.1
    unzip linux.x64_11gR2_database_1of2.zip
    unzip linux.x64_11gR2_database_2of2.zip

    #11.2.0.2
    unzip p10098816_112020_Linux-x86-64_1of7.zip
    unzip p10098816_112020_Linux-x86-64_2of7.zip

    #11.2.0.3
    unzip p10404530_112030_Linux-x86-64_1of7.zip
    unzip p10404530_112030_Linux-x86-64_2of7.zip

You should now have a single directory called "database" containing installation files.
Hosts File

The "/etc/hosts" file must contain a fully qualified name for the server.

    <IP-address>  <fully-qualified-machine-name>  <machine-name>

For example.

    127.0.0.1       localhost.localdomain  localhost
    192.168.2.181   ol5-11gr2.localdomain  ol5-11gr2

How to Configure a Yum Repository Server in RHEL 5


1) Install vsftpd (FTP Server) & createrepo Packages

Insert RHEL 5 Installation DVD

# mkdir ~/Desktop/rhel_cd
# mount /dev/cdrom ~/Desktop/rhel_cd
# cd ~/Desktop/rhel_cd/Server
# rpm –ivh vsftpd*
# rpm –ivh createrepo*

2) Copy all packages from DVD to LINUX filesystem
# cp ~/Desktop/rhel_cd/Server/ /var/ftp/pub
# cd /
# eject

3) Configure Local Yum Repository Server
# cd /var/ftp/pub/Server/repodata
# cp comps-rhel5-server-core.xml /var/ftp/pub/Server/
# cd /var/ftp/pub/Server
# createrepo -vg comps-rhel5-server-core.xml /var/ftp/pub/Server/
# service vsftpd start
# chkconfig --add vsftpd

How to install Oracle Database 12c on Linux 6

How to install Oracle Database 12c on Linux 6


An example of this type of Linux installations can be seen here. Alternative installations may require more packages to be loaded, in addition to the ones listed below.

    Download Software
    Unpack Files
    Hosts File
    Oracle Installation Prerequisites
        Automatic Setup
        Manual Setup
        Additional Setup
    Installation
    Post Installation
    Common Errors

Download Software

Download the Oracle software from OTN or MOS depending on your support status.

    OTN: Oracle Database 12c Release 1 (12.1.0.1) Software (64-bit).
    edelivery: Oracle Database 12c Release 1 (12.1.0.1) Software (64-bit)