Month: May 2016

  • Telldus core install on Ubuntu

    Console based installation Add the following lines to your /etc/apt/sources.list: deb http://download.telldus.com/debian/ stable main The Telldus public key for apt-secure can be downloaded  here. You can add this key with sudo apt-key add telldus-public.key or combine downloading and registering: wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add – The key fingerprint is 70C4 10C9 D73D…

  • Telldus SDK install Ubuntu from sources

    SDK Download here: http://download.telldus.se/TellStick/Software/telldus-core/ sudo apt-get install doxygen build-essential libftdi1 libftdi-dev libconfuse0 libconfuse-dev cmake wget http://developer.telldus.com/export/4342bbaa1dcd90011b66e8c1540db6ba904877fe/telldus-core/Doxyfile.in

  • Tomcat Jaas

    http://www.byteslounge.com/tutorials/jaas-authentication-in-tomcat-example

  • Tomcat Debug

    Run jvisualvm