23 11 2015
Problem 1: Mails die PGP verschlüsselt via POP3 empfangen wurden, sind lokal nicht durchsuchbar. – Das ist suboptimal. Lösungsansatz: permanent lokal entschlüsseln. Mir persönlich reicht das, da ich mit PGP nur den Mailtransfer absichern möchte. Da ich nicht alle meine Emails auf meinem Server liegen haben möchte, nutze ich POP3 statt IMAP. Lokal auf meinem […]
19 11 2015
Workaround: Add this to your Info.plist which unity has created… NSAppTransportSecurityNSAllowsArbitraryLoads Problem: you have to do this each and every time after unity created a new build.
10 11 2015
After having some great years with OSX since 2007 and iOS soon after that, it becomes time to say good bye. Why? – We’re experiencing more and more problems. In 2014, we got really mad about Apple’s ridiculous AppStore policies, claiming that our e-learning app was useless (as opposed to Flappybird!), just because it loaded […]
19 08 2015
I’ve had two full backups of my nexus 5. i did a small script, which looks like this: #!/bin/bash fname=nexus5_backupdata_$(date +”%Y-%m-%d_%H%M”).ab echo “Creating backup file $fname …” ~/Library/Android/sdk/platform-tools/adb backup -apk -shared -all -f ~/$fname to restore, i did: #!/bin/bash ~/Library/Android/sdk/platform-tools/adb restore ~/nexus5_backupdata_2015-08-11_1614.ab so, what happened? most of my apps are restored, a few are missing, […]
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/
5 04 2015
Problem: your raid array has degraded, one or multiple disks are failing S.M.A.R.T. tests, because of Spin_retry_count. Actually all the data is OK, just the spin_retry_count keeps happening. The drives are perfecly fine, but the S.M.A.R.T. value makes the drive almost useless because bios and/or mdadm won’t accept it anymore for your raid array. This […]
31 03 2015
Lebensretter numero 1 in Magento: http://kimberelyt.com/blog/magento-debugging-how-to-debug-template-paths-logging-and-display-errors
19 03 2015
in nginx/conf/gitlab-http.conf listen *:443 ssl; server_name git.b-nm.at; ssl_certificate /var/opt/gitlab/nginx/ssl/git.b-nm.at.crt.ca.pem; ssl_certificate_key /var/opt/gitlab/nginx/ssl/git.b-nm.at.key; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers HIGH:!aNULL:!MD5; wobei git.b-nm.at.crt.ca.pem eine zuammenkopierte datei ist aus: a) dem git.b-nm.at.crt (wie von InterSSL geliefert) b) dem https://www.interssl.at/ca_interssl_rapidssl_osx.pem