Pario TechnoBlob
About Posts

Tag: bash

Grab several screenshots from specified window in linux This was a short bash script I wrote to help document some startup problems on a server. The script was grabbing screen dumps from iDRAC during boot on a RHEL6 server, but it...
Dec 2, 2011 8:23AM
Randomize filenames This is a simple bash script to create random filenames of all jpg-files (*.jpg) in a folder using the linux commands mv, sha1sum and cut. #!/bin/bash # Randomize filenames...
Sep 10, 2010 11:18PM
Copy files using tar This is a oneliner to copy files from current directory to another target directory using tar, preserving file attributes, dates etc. #!/bin/sh fromdir=/path/from...
Jan 23, 2009 4:04PM
IP address change notifier script This is a simple bash script that is run by crontab every 5 minutes on a linux box. It e-mails me the new address when a change of IP address is detected. The script...
Jan 21, 2009 1:57PM
«« « 1 2 3 4  …  21 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom