Automate sql script execution using bash script
Many times as a system administrator you will be requiring the need to check few db details time to time...
Automation / bash / Scripting Languages / Shell Scripting
by Ramakanta · Published July 29, 2014 · Last modified January 26, 2017
Many times as a system administrator you will be requiring the need to check few db details time to time...
bash / Linux / Operating Systems / Scripting Languages / Shell Scripting
by Ramakanta · Published December 2, 2012 · Last modified November 21, 2016
HugePages is a feature integrated into the Linux kernel with release 2.6. This feature basically provides the alternative to the...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
#!/bin/bash #Filename: image_help.sh #Description: A script for image management if [ $# -ne 4 -a $# -ne 6 -a $#...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Below command will find and list all duplicate files by its size and md5hash which you can later delete on...
Advertisement
Advertisement
Advertisement