lunedì 27 maggio 2013
Gdm3 & Alsa: Toggle speakers off remotely, from shell
Today I’ll stay home instead going to the Amsterdam office. I have a terrible headache and i stay better on the dark-silence.
But i want to stay in touch with the office so i start my email, chat, and other web apps, but suddenly I realize that probably in the office, my colleagues hear...
Gdm3 & Alsa: Toggle speakers off remotely, from shell
giovedì 23 maggio 2013
SEO: typos on purpose. Seriously.
http://www.learnersdictionary.com/art/ld/niche.gif
Speaking about niche arguments, typos, seo.
Trying to reverse the Google page rank algorythm sitting on the wc using my cell phone is one of the things i like more.
So it happened that reading as usual Google News (you can guess where at this point…) i started noticing something weird,...
SEO: typos on purpose. Seriously.
domenica 19 maggio 2013
Nginx, php-fcgi, curl
http://blog.giuseppeurso.net/wp-content/uploads/2013/05/php-150x150.png
How to add Curl to php-fcgi with Nginx.
Writing this obvious information, is useful to me because of two reasons:
1) REPETITA JUVANT
2) My poor memory.
Step1 Downloading and installing your distro curl-php, search for it first, so you can possibly choose which one to install.
apt-cache search...
Nginx, php-fcgi, curl
How to compile and install wkhtmltopdf on Debian
http://blog.giuseppeurso.net/wp-content/uploads/2013/05/pdf-150x150.png
How to compile and install wkhtmltopdf on Debian
(And consequently wkhtmltoimage).
I found this procedure in a comment at the end of the wkhtmltopdf install guide which didn’t work for me on Debian and although I usually hate creating redundance, i decided to copy it and write it in a...
How to compile and install wkhtmltopdf on Debian
sabato 4 maggio 2013
Maven3, Javac & Co. On Debian
http://blog.giuseppeurso.net/wp-content/uploads/2013/05/apache-maven-project-2.jpg
Maven3 &the right JDK
I was trying to build Maven3, to build other stuff (hippo cms) and suddenly my system said:
BUILD FAILED
/usr/src/apache-maven-3.0.5/build.xml:223: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to...
Maven3, Javac & Co. On Debian