Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.The reason for use this tool is the same as the comic. Is very annoying search every time for found small snippet of code or the parameters for a command. With howdoi you can search on stackoverflow and get the first result with […]
Category: Bash
My Workflow as Developer
Vi svelo come lavoro. Niente balletto o musica di sottofondo però.
Force overwrite package on apt
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.How to force the overwrite on apt when there are the problem or error? With this command force a variabile with Perl, you can pass also other flag of dpkg. apt-get -o Dpkg::Options::=”–force-overwrite” install package-name Source: http://raphaelhertzog.com/2011/08/01/understanding-dpkgs-file-overwrite-error/ […]
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 […]
[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 […]