Pario TechnoBlob
About
Posts
Posts
File Rename By File Extension
for file in *htm ; do mv $file
basename $file htm
html; done"
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...
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...
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...
««
«
1
2
3
…
63
64
65
…
126
»
»»