Collection of small scripts to make your work easier.
img_resize: This script is useful to create thumb nails for a large set of images.
switch_server: if you have apache2 and nginx installed and want to switch between them.
Eg for switching to apache2 server..
# sudo ./switch_server a
for switching to nginx server..
# sudo ./switch_server n
webpconv: Converts all jpeg files in a folder to webp image format.
Usage: ./webpconv <input> <output>
Eg : ./webpconv album_jpg album_webp