#!/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.
Display ANSI colors in shell
A small tuning of wget – sometimes a remote servers are braking up the connection. This wget will try and try…
A simple script to test connection to a remote host #!/bin/bash n_sec=2 #ping waits n of seconds REMOTE_HOST_IP=192.168.0.1 ping -c $n_sec…
Skrypt formatujący datę na pożądane nazwy należy uprzednio wydać polecenie date celem sprawdzenia jak system wyświetla domyślnie datę, a następnie podstawić…