Merge the content of multiple .htaccess files in one

The script will search the current directory for all htaccess files and will combine in a single text file. find . -name ‘.htaccess’ -exec echo “### START Imported from”.{}.”###” \; -exec cat {} \; -exec echo “#### END Imported from “.{}.”###” \; -exec echo”” \; >> all-htaccess.txt

Backup Website With WGET (Static HTML)

Here is how to use wget to backup a website static content: wget –recursive –no-clobber –page-requisites –html-extension –convert-links –restrict-file-names=windows –domains example.org –no-parent www.example.org/subfolder/ http://example.org/ Here is the explanation of the options: –recursive: download the entire Web site. –domains website.org: don’t follow links outside website.org. –no-parent: don’t follow links outside the directory tutorials/html/. –page-requisites: get all … Read more

Categories Web

10 Ways to transform PDFs in Online Publications

The purpose of this article is to explore solutions that allow us to transform Adobe PDF files into a page turning digital book or magazine. The main features that we are looking are: multi-platform: desktop, tablet, mobile etc. page-turning or flipping feature Without being exhaustive, here is a list of the most popular solutions for … Read more

Categories Web

DEVICE SIMULATORS

Virgin Mobile: INTERACTIVE DEVICE GUIDES Videotron French: SIMULATEURS DE DISPOSITIFS Videotron English: DEVICE SIMULATORS

Categories Web

Free Online Photo and Image Editor – IMAGEBOT

We are often use online editors, like webmail as an email editor, Google Docs as Office suite replacement for simple Word and Excel documents. Even photo manipulation web tools are popular. Recently I found out that the first free vector art library OpenClipart is using a online web editor to edit their .svg files. Even … Read more