Know-How / Wissenswertes
11 08 2015
Simply type /showplaces and/or /remotelogout into one of your chat windows. While remote logout will log out all other devices (note: it won’t echo anything) except the one you are currently using, the /showplaces will actually display all other actively logged in devices.
3 05 2015
http://teslaclubsweden.se/test-drive-of-a-petrol-car/
17 04 2015
https://help.ubuntu.com/community/Postfix/SPF and http://www.conhost.net/faq_artikel-18.htm http://www.labnol.org/internet/authenticate-google-apps-email-with-spf/13877/ Example syntax for the SPF record: b-nm.at v=spf1 include:_spf.google.com ip4:78.46.156.164 ip6:2a01:4f8:190:6423::2 ~all Hinweis -all vs. ~all: https://support.google.com/a/answer/178723?hl=en Tool for checking the SFP entries / syntax: http://kitterman.com/spf/validate.html Google check tool: https://toolbox.googleapps.com/apps/checkmx/
31 03 2015
Lebensretter numero 1 in Magento: http://kimberelyt.com/blog/magento-debugging-how-to-debug-template-paths-logging-and-display-errors
14 03 2015
http://incident57.com/codekit/
4 03 2015
< ? php /* connect to IMAP */ $hostname = '{my.b-nm.at:993/imap/novalidate-cert/ssl}INBOX'; $username = 'mailuser'; $password = 'kennwort'; /* try to connect */ $inbox = imap_open($hostname,$username,$password) or die('Cannot connect to B-NM: ' . imap_last_error()); /* grab emails */ $emails = imap_search($inbox,'ALL'); /* if emails are returned, cycle through each... */ if($emails) { /* begin output var […]
22 02 2015
find ./ -type f -name "*.png" -exec optipng {} \; find ./ -type f -name "*.jpg" -exec jpegoptim –strip-all {} \; find ./ -type f -name "*.jpeg" -exec jpegoptim –strip-all {} \;
21 02 2015
http://www.sysadminslife.com/linux/howto-browser-caching-im-apache-webserver-aktivieren-htaccess-mit-mod_expires-oder-mod_headers/
9 02 2015
Rechtslick auf das Lautsprecher-Icon in der Task Leiste. Dann auf Recording Devices, dort dann bei den Einstellungen das “Enhance Audio Quality… ” deaktivieren. Für Diskussion und weitere Informationen siehe auch: https://forums.lenovo.com/t5/E-S-Edge-Twist-und-Yoga-Serie/E531-6885-Mikrofon-rauscht-bei-Telefonie-mit-Skype/td-p/1240019
11 01 2015
Haben die Woche ein Retina 13″ MacBook Pro gekauft. Modell 2013, refurbished. Deutsche QWERTZ Tastatur, Keyboard layout im OSX: Österreich. Natürlich haben wir ein Firmwarekennwort gesetzt, in dem Fall war das firm!ware# Zwei Tage später: Absolut keine Chance, sich damit anzumelden. Allesmögliche probiert, Tippfehler, usw usw. Englisch/Russische USB Tastatur drangehängt, firm!ware# eingegeben – geht. Wie […]