Enabling Xmanager in Red Hat 5 EL
| For XDMCP connection to Red Hat 5 EL | ||||||||||||||||||
|
||||||||||||||||||
| For XDMCP connection to Red Hat 5 EL | ||||||||||||||||||
|
||||||||||||||||||
While browsing i had find a good tool to copy the files in windows The follow are the features of tere copy TeraCopy is a compact program designed to copy and move files at the maximum possible speed, providing the user a lot of features: Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce…
The goal of this article is to impart a basic understanding of how to make changes to Sendmail on a machine running the Solaris 9 Operating System. This article is written for engineers with a reasonably good working knowledge of the standard principles of the UNIX operating system. To utilize this article, you need to…
# sar -d Linux 2.4.21-27.ELsmp (pw101) 12/04/2005 12:00:00 AM DEV tps rd_sec/s wr_sec/s …. Average: dev8-128 7.16 5.37 75.07 Average: dev8-129 7.16 5.37 75.07 Average: dev8-130 0.00 0.00 0.00 …. The above command finds the busiest device. To determine what that device is, do: # more /proc/devices Character devices: 1 mem 2 pty 3 ttyp…
Q. How do I change ip address in Linux? A. There are different ways to change IP address in Linux (a) Command Line tools (b) Modify configuration files (c) Use GUI tools Task: Display current IP address and setting for network interface called eth0 Use ifconfig command: # ifconfig eth0 Output: eth0 Link encap:Ethernet HWaddr…
The easiest way to change the default route is to do the following: 1. Use smitty route->Remove Static Route or issue the route -f to flush the routing table. 2. You should see output to the screen informing you that routes are being removed. 3. Then issue the netstat -rn command. You should not see…
Unix Command’s for DBA’s Basic File Navigation The “pwd” command displays the current directory: root> pwd /u01/app/oracle/product/9.2.0.1.0 The “ls” command lists all files and directories in the specified directory. If no location is defined it acts on the current directory: root> ls root> ls /u01 root> ls -al The “-a” flag lists hidden “.” files….