• Complain

Shiv Kumar Goyal - Oracle Linux Express Guide version 8

Here you can read online Shiv Kumar Goyal - Oracle Linux Express Guide version 8 full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Shiv Kumar Goyal Oracle Linux Express Guide version 8
  • Book:
    Oracle Linux Express Guide version 8
  • Author:
  • Genre:
  • Year:
    2022
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Oracle Linux Express Guide version 8: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Oracle Linux Express Guide version 8" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This book covers installation, file system structure, network, LVM, GUI,Repository Structure, NTP, Log management and many other aspects of Oracle Linux. The structure of the book is very simple and easy to follow.

Shiv Kumar Goyal: author's other books


Who wrote Oracle Linux Express Guide version 8? Find out the surname, the name of the author of the book and a list of all author's works by series.

Oracle Linux Express Guide version 8 — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Oracle Linux Express Guide version 8" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make

Express Guide Oracle LINUX 8 Shiv Kumar Goyal Preface Let us starts journey with Oracle Linux. This book covers installation, file system structure, network, LVM, Repository Structure, NTP, Log management and many other aspects of Oracle Linux. The structure of the book is very simple and easy to follow. Thanks Shiv Kumar Goyal Contents Chapter 1

Introduction
Linux is an open source project started by Linus Torvalds in 1991. It is Unix like operating system. There are thousands of Linux distributions in the market, broadly classified on their root distribution for example CentOS, Oracle and Scientific Linux are based on Red hat which in further based on Fedora Linux.

Fedora Linux is community project sponsored by Red Hat. Free V/s Paid Linux although is open source project but there are two types of Linux distribution available in the market, one is free and other one is paid. Free is self-explanatory you do not have to pay anything. In case of any problem, you can take help from volunteers working for Linux community. However, this type of support is not time bond. So companies who uses mission critical Linux servers and desktop computers prefers paid type of Linux distributions where they pay fixed amount as subscription and support fee.

These paid Linux distribution companies keeps teams of Linux experts to provide support and fixes. Oracle Linux follow middle path, it is free to use and update but support is paid. Oracle Linux distribution is derived from source code of RedHat. Oracle Linux is functionally and binary compatible with Red hat enterprise Linux. Oracle Linux generally removes Red hats branding and artwork. After merger of Redhat with IBM, Centos linux which was free alternative of Redhat is no more available.

Only product available from Centos is Centos stream which is rolling release. The customers that use to prefer Centos as free alternative of Redhat Linux now reluctant to use Centos in production environment. Oracle provides simple script to migrate your current Centos environment to Oracle Linux. Platform supported. Oracle Linux Version 8 installation images are available for following platforms:-

ImagePlatform Supported
x86_64Intel and AMD 64 Bit
aarch64ARM 64 Bit
Types of images Standard installation image is in the form of ISO image only, however, you can also get Cloud image, Container image and Vagrant image. Chapter 2
Support Life Cycle of oracle Linux
As mentioned earlier you can opt for support of Oracle Linux if you are using the Oracle Linux in mission critical system, the life cycle of Oracle Linux support is following
ReleasesGeneral AvailabilityPremier Support EndsExtended Support EndsSustaining Support Ends
Linux 3Oct 2003Oct 2011Not AvailableIndefinite
Linux 4Feb 2005Feb 2013Not AvailableIndefinite
Linux 5Jun 2007Jun 2017Nov 2020Indefinite
Linux 6Feb 2011Mar 2021Jun 2024Indefinite
Linux 7Jul 2014Jul 2024Not AvailableIndefinite
Linux 8Jul 2019Jul 2029Not AvailableIndefinite
Type of support Oracle provides two types of paid support for Oracle Linux.

The difference between the two type of support according to oracle site is bellow

FeatureBasic SupportPremier Support
24x7 telephone and online supportYesYes
Access to enhancements, updates, and errataYesYes
Oracle Enterprise Manager for Linux ManagementYesYes
Spacewalk supportYesYes
High availability with Oracle ClusterwareYesYes
Comprehensive tracing with DTraceYesYes
Oracle Linux load balancerYesYes
Oracle Container runtime for DockerYesYes
Oracle Linux Virtualization ManagerNoYes
KspliceNoYes
Oracle Linux Automation ManagerNoYes
Oracle Cloud Native Environment like KubernetesNoYes
Gluster StorageNoYes
Access to Oracle Linux software collectionsNoYes
Corosync and
Pacemaker support
NoYes
Premier backportsNoYes
Lifetime sustaining supportNoYes
Chapter 3
Installation Media Preparation
Oracle Linux downloads are available in several forms:
FormatDescription
ISO imagesInstallation Media for x86_64 and Arm
VagrantFor Vagrant Boxes
Container imagesfor x86_64 and Arm
GitHub Container Registry
Docker HubDocker images
Virtual machine templates.ova format templates
Raspberry Pi 4 and Raspberry Pi 3for Arm
In this book, we will cover only Intel platform installation. To download image of Oracle Linux follow these steps :- Go to oracle site https://yum.oracle.com/oracle-linux-isos.html Select the version and platform in our case it is x8664 under Full ISO - photo 1 Select the version and platform in our case it is x86_64 under Full ISO Verifying the download Download the checksum file from bellow site httpslinuxoraclecomsecuritygpg if you have downloaded the image on - photo 2 https://linux.oracle.com/security/gpg/ if you have downloaded the image on Microsoft windows machine. Open the powershell prompt and give following command :- Syntax get-filehash path for isofile Example PS Cgt get-filehash DDownloadOracleLinux-R8-U4-x8664-dvdiso Now open - photo 3 PS C:\> get-filehash D:\Download\OracleLinux-R8-U4-x86_64-dvd.iso Now open the checksum file and compare the output of the get-filehash command output. Media preparation To prepare USB media for installation on physical machine use following steps.
  1. Download Fedora live USB creator from the Fedora Linux site.
httpsgetfedoraorgfmwFedoraMediaWriter-win32-latestexe Double click - photo 4 https://getfedora.org/fmw/FedoraMediaWriter-win32-latest.exe
  1. Double click the downloaded file and follow the installation steps.
  2. Select Custom Image Select the downloaded ISO file of Oracle Linux and - photo 5 Select Custom Image
  1. Select the downloaded ISO file of Oracle Linux and press Open .
  1. Select the USB device and press Write to Disk Wait to finish and press - photo 6Select the USB device and press Write to Disk Wait to finish and press - photo 7 Select the USB device and press Write to Disk .
  2. Wait to finish and press Close .
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Oracle Linux Express Guide version 8»

Look at similar books to Oracle Linux Express Guide version 8. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Oracle Linux Express Guide version 8»

Discussion, reviews of the book Oracle Linux Express Guide version 8 and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.