Simple shell script to search and copy files from one folder to another. Pretty useful if there is a need to copy/move files from one…
Linux OS #current user: $ ps u USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND user 16038 0.0…
Automate Oracle Database startup shutdown script orarun – script automates database start, stop, status query tasks, also allows user to manage…
Convert Videos AVI to MPG
#!/bin/bash #This script will show you amount and name of CPUs including vmware cpu’s if they exist. name=”$( cat /proc/cpuinfo |…
#!/bin/bash #This script will show you number and name of CPUs in UNIX environment. num=`/usr/sbin/psrinfo | wc -l ` tipo=`/usr/sbin/prtconf -pvPD…
Random Password generator – let’s generate the password from within the urandom mess….
Shell script: read and show ip address – suitable with Linux, FreeBSD and SunOS
This script will archive and compress Oracle Database Archive Logs into one package of 10 log files.