ScanToEmail with bash

Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.A simple script that scan and attach the file scanned to a new email on thunderbird. Require Kdialog, xSane, Imagemagick. Based on one-touch scan http://en.gentoo-wiki.com/wiki/Scanner_buttons_and_one-touch_scanning#one-touch_e-mail Download […]

Read More…

Div Border triangle using only css

Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.It’s an experiment how to create a div with border triangle with css. For take the css code of triangle i have used CSS Triangle Generator. This is the demo result:http://dabblet.com/gist/2394716 This code consist in a div with 9 div child, two for […]

Read More…

WordPress FTP require connection info

Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.You know when you use Wordpress locally and ask everytime the username and password of the ftp server? The solution on linux is very simple! With the permission of the web server the problem is fixed 🙂 chown -R www-data ./wordpress […]

Read More…