Pario TechnoBlob
About Posts

Posts

A bash script to copy one file to multiple users #!/bin/bash for dir in /home/* do cp /path/to/file "$dir" done
Apr 12, 2007 9:06AM
Embed copyright notices into JPEG images

Digital Cameras embed several types of data inside the images you take, including camera manufacturer, date the picture was taken, and aperture, shutter speed, and focal...

Apr 12, 2007 8:36AM
Organise images using exiftool Move all files from directory dir into directories named by the original file extensions exiftool '-Directory<datetimeoriginal> Rename all images in dir according to the...
Apr 11, 2007 9:53AM
Lage mappestruktur Kode for å lage en mappestruktur på år og måneder #!/bin/bash for y in 2000 2001 2002 2003 2004 2005 2006 2007 do mkdir $y ; cd $y ; mkdir 01_Jannuary 02_February 03_March...
Apr 11, 2007 9:33AM
«« « 1 2 3  …  107 108 109  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom