How to become Unix Shell Scripting GURU

So you want to become GURU in Unix shell scripting.Ready for lecture? because we going to “GURU” series. Once up on a time Bell labs/AT&T started developing New Operating system, UNIX…….Blah…No need that history now !

Just install any version of Linux or Solaris in your laptop/notebook/PC and now you became 50% GURU. Remaining   50% you can by following our UNIX shell scripting tutorial series – Bash scripting guide.

We going to learn UNIX (LINUX) shell scripting using BASH shell scripting.

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

unix.vc lanuched – under polishing

http://unix.vc

lanuched – but still under polishing section – more  unix stuff – more fun

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

My New projects … I may continue this blog there

http://opensolarisproject.com – Learn Unix in Open source way

http://unixlife.opensolarisproject.com – silly projects with Unix

http://linuxadminsupport.com – Linux admins reference portal

http://liuxlife.linuxadminsupport.com – My time waste projects with Linux

These are the projects now i started and working … i amy continu this time waste blog there !!!!!

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Ok third time-waste project, making oracle express 10g dvdrom to cdrom

ya, I got oracle 10g express database dvd from oracle. But due to various reasons i want to have cd version. So i checked size of DVD it is 840 MB. This dvd is all one means it is having installer for Windows,Linux( Redhat,Debian). so using Ultraiso ( very feature rich software to edit,create dvd/cd iso images) i made image of DVDROM and removed debian package, windows package – Bingo now size is 450 MB only :)

If you Deb guy then remove Redhat rpm and windows installer file :) simple. Now i can Cut ORacle 10g xe DVD to Cdrom.

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

My second timewaste linux project oracle 10g on cent os 4.3

Ok. How to install oracle 10g ( oracle xe – express) on cent os 4.3

First download centos from http://centos.org . it is clone of Redhat enterpise linux vr 4. install it ( For oracle 10 G no need to install GUI (xwindows ….) So remove all gui realted packages while install (this step reduces installation size,time,increases available Ram.

For oracle 10g make sure that your box having at least 512 MB ram. Ok later just follow the following steps.

source

http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm

  1. If you downloaded the oracle-xe-univ-10.2.0.1-1.0.i386.rpm executable, you would enter this command:
    $ rpm -ivh downloads/oracle-xe-univ-10.2.0.1-1.0.i386.rpm

    The installation displays a status of its progress.

  2. When prompted, run the following command:
    $ /etc/init.d/oracle-xe configure
  3. Enter the following configuration information:
    • A valid HTTP port for the Oracle Database XE graphical user interface (the default is 8080)
    • A valid port for the Oracle database listener (the default is 1521)
    • A password for the SYS and SYSTEM administrative user accounts
    • Whether you want the database to start automatically when the computer startsIf you enter Yes, then the database starts immediately

If you need to change the configuration settings, then you can do so by running the following command:

$ /etc/init.d/oracle-xe configure

To start the database manually, run this command:

$ /etc/init.d/oracle-xe start

To stop the database manually, use the following command:

$ /etc/init.d/oracle-xe stop

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL