Wednesday, June 25, 2008

XTERM

login to server
ser DISPLAY
check xclock
Now, pass the XTERM functionality to another server
ssh -Xt rs0g0 -l oracle ssh -X rs0g1 -l oracle

Sunday, June 15, 2008

Software Management with RPM

Quick Tips

rpm
-qa <-- list all packages (a)
-qi < --list package information (i)
-ql <-- list package files (l)
-qf <-- list package that owns the file (ex. rpm -qf /etc/inittab)
-V <-- file Verification
-ivh <-- new install
-Uvh <-- Update -F <--Freshing. Package willl be updated ONLY if already installed else ignored.
-E < --Erase

Wednesday, June 11, 2008

To upload files to Oracle's FTP server

To upload files to Oracle's FTP server

ftp ftp.oracle.com
login as anonymous/your-email
cd support/incoming/
mkdir
binary
put

Reference:
Note 415691.1 - How to access Oracle's FTP server? Standard (FTP) and secure options (FTPS)
Note 464666.1 - How to Send a File to The Support Through ftp.oracle.com

Sunday, June 08, 2008

CentOs

This summary is not available. Please click here to view the post.

Wednesday, June 04, 2008

Linux Remote Desktop

Query Package Installed
$ rpm -q -a |grep rdesktop
rdesktop-1.3.1-5

OS Release
$ lsb_release -a
LSB Version: :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch
Distributor ID: CentOS
Description: CentOS release 4.6 (Final)
Release: 4.6
Codename: Final

Install package
$ rpm -i

Connect to Remote Desktop
$ rdesktop -g 90% ws-jax-mydesktop-xx