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 […]
[xdotool] Change focus of active window on dual monitor
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.I have do it a simple script based on a found on internet that check the monitor with window focused and move the mouse cursor on the another maximized windows on the other monitor. The only config to set are the dimension on […]
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 […]
Firefox and managing multiple profiles
Firefox allows you to have multiple profiles on the same pc independent of each other but this feature is unknown to most people.
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 […]