How to rename file extensions in Linux/Unix?
Nov 24 - by Tal
So one of my clients just asked me if I can migrate all his .html files into .php extension so here’s how to do it. Linux has a build-in command called “rename”, all you need to do is write in Shell the following code: rename .html .php *.html This will turn all your .html files [...]
Welcome to our new and improved website
Apr 12 - by Tal
Hi Everyone, After a long wait, we are very to announce the launching of our new and improved website. Please feel free to send us your feedback and tell us what you think about it. We are still in the process of adding many new pages, content, and free tools and services to stay tuned as there’s much [...]