Pario TechnoBlob
About Posts

Posts

File Rename By File Extension for file in *htm ; do mv $file basename $file htmhtml; done"
Nov 18, 2007 8:27PM
Strip EXIF tags from JPG files Sometimes it’s a good idea to remove the hidden data a JPG file contains, like when you publish picures on the Internet. An easy way to remove all EXIF-tags from your JPG...
Nov 18, 2007 12:46AM
Sort IP address Sorting IP addresses using sort is not easy because the dot confuses sort. This line makes it possible to sort by the whole value of the address sort -n -t . -k 1,1 -k 2,2 -k...
Nov 12, 2007 10:56AM
Shortening Apache Configs using mod_macro It is possible to use macros in the Apache config files to shorten them and make them easier to read and manage. To use this you have to install mod_macro if it’s not already...
Nov 8, 2007 11:03PM
«« « 1 2 3  …  63 64 65  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom