networking – What DNS servers am I using? – Unix & Linux Stack Exchange
case
Source: networking – What DNS servers am I using? – Unix & Linux Stack Exchange
case
Source: networking – What DNS servers am I using? – Unix & Linux Stack Exchange
To tail a file use:
[bash]tail -f -v Name_of_file_*.log[/bash]
Check or change the default port numbers by editing the file (in VI):
[bash]vi $ORACLE_HOME/install/portlist.ini[/bash]
Once you have XMing installed on windows do as follows:
credit: Novell Cool Solutions: Tip
To install Midnight-Commander (MC) in Linux:
[bash]wget http://www.midnight-commander.org/downloads/mc-4.7.5.2.tar.gz
tar -zxvf mc-4.7.5.2.tar.gz
cd mc-4.7.5.2
./configure
make
make install[/bash]
[bash]#to run Midnight commander use:
mc [/bash]
Notes:
– if link don’t work look for an updated link
– may need to install pcre* (perl) and glib* (gnome) libraries
Credits: http://www.webhostingtalk.com/showthread.php?t=345710
To start the Oracle Enterprise Manager do:
1. Log in
<oracle_user>/<password>
2. Start-up the instance
[bash]cd $ORACLE_HOME/opmn/bin
opmnctl startall #start all services
opmnctl status #view the services active/down
opmnctl status -l #view statuses and ports used[/bash]
3. Start em console
[bash]./emctl start dbconsole #start the em console[/bash]
4. Log on to em console (web interface)
[text]http://<domain_name>:7777/em/console
oc4jadmin/<password>[/text]
Comments