February, 2007
run level and /etc/inittab
Description The numbers associated with the run levels for a specific distribution are listed in the /etc/inittab #/etc/inittab (in RHEL 3) # Default runlevel. The runlevels used by RHS are: # 0 – halt (Do NOT set initdefault to this) # 1 – Single user mode # 2 – Multiuser, without NFS (The same as [...]
Bash Shell Tips
Native Windows users are reluctant to use Bash shell, even some linux geeks don’t know everything about the very useful shortcuts available in bash shell. But when you use all these shortcuts you can go very quickly I’ve tried to compile all of them: for example $ Tab Tab –> press ‘$” then ‘Tab’ and [...]
JBoss – open source J2EE application server
* What is Jboss? * Downloading Jboss * Installing JBoss -with command line -with graphical mode * Running JBoss * Exploring the Directory Structure * Configuration * Deploying an application to JBoss * Summary JBoss is an open source J2EE application server. It is J2EE 1.4 spec-compliant, which means that it offers the same level [...]
Oracle Application Server 10g – part I – Presentation & Introduction
Oracle Application Server (latest version 10g) also called OAS 10g is a very huge box. OAS is gathering various products: Oracle Portals, Oracle Reports, Oracle Forms,…. all of these running with the “kernel” of OAS: the OC4J container which belongs to the Application Server 10g instances. It is the main component of OAS. Using it, [...]