At times, you may want to determine the elapsed wall-clock time or uptime for a running process. While you can determine the process’ elapsed time……
If you’re given access to a Linux machine without being told the Linux distribution being used, there are a couple of ways by which you……
Problem: When executing a korn shell script, execution fails with the following error: /bin/ksh^M: bad interpreter: No such file or directory Background: I transferred……
Although using Public Key Infrastructure (PKI) with SSH is strongly recommended over password authentication, basic UNIX password authentication (using username and password for authentication) is……
Problem: When trying to install the WebLogic 8.1 SP6 binary (platform816_linux32.bin) on 64-bit Ubuntu 9.04 Desktop, the following errors were observed: Background & Analysis:……
Background: When developing scripts, it is sometimes necessary to determine the absolute location of the script within the script, so that relative paths may be……