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
Wednesday, June 25, 2008
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
rpm
-qa <-- list all packages (a)
-qi
-ql
-qf
-V
-ivh
-Uvh
-E
Labels:
Unix/Linux
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
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
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
$ 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
Labels:
Unix/Linux
Subscribe to:
Posts (Atom)