And this now is a purely picture post…
And this now is a purely picture post… With only some text 😉 And the house of the Nicolaus. Tags: wordpress July 12, 2016 at 09:38PMOpen in Evernote
Ingmar's digital home. About AI, IT and other stuff.
And this now is a purely picture post… With only some text 😉 And the house of the Nicolaus. Tags: wordpress July 12, 2016 at 09:38PMOpen in Evernote
IFTT from Evernote to wordpress I stopped using Evernote back in 2012 – not really knowing, looking backwards, why. As I am doing a lot of research atm I am going to give it another shot. What I am trying to do with this post is: I’ve created a recipe in IFTT: If add a…
via Instagram http://ift.tt/25z3rSG
Recently I noticed more and more companies rising, which don’t own an asset, which don’t manufacture a product or don’t create their own content. Instead they provide filters for existing stuff. Examples are: Airbnb (don’t own houses, but let you find the best one for your needs) Uber (don’t own cars, but get you a…
This is brilliant!
I started using monit for monitoring and automatically restaring process on some linux servers. That is working quite well and you can find an easy setup guide here. This is my setup in the /etc/monit/monitrc config file, to monitor and restart an open xchange server. check system localhost if loadavg (1min) >…
So, when you are up to have your own Open Xchange site you might want to do some basic skinning. This includes The colour TopBar The Logo This is being done in 4 simple steps: Define the Topbar colour in the default themes .less* file: /opt/open-xchange/appsuite/apps/themes/defintions.less @topbar-background: #your colour Define the Logo in /opt/open-xchange/appsuite/apps/themes/components/topbar.less background-image: url(‚/appsuite/apps/themes/default/my-small-logo.png‘); Place…
Ich selber bin ja kein Volkswirt, sondern kann nur aus einem gewissen Fundus an unternehmerischen und rationalen Gedankengut schöpfen. Was ich aber weiß ist: vertraue keinen Medien 🙂 Deswegen, und aus Transparenzgründen, macht es manchmal Sinn, sich die Quellen selber anzuschauen – hier sind die konsolidierten Anforderungen an die Griechenland Reformen im Wortlaut (englisch, unten den…
Textexpander comes as a handy osx tool: it let’s you create textsnippets being called by a hotkey, you can call and paste into any textfield… this is especially handy for textsnippets you need regulary (say standard email etc.). What is neat is that you can define variables which then can be filled in via a…
Depending on your php and MAMP version you’ll find your pear installer somewhere like here: /Applications/MAMP/bin/php/php5.6.2/bin cd into that directory and install your pear packages like this: sudo ./pear install Net_SMTP You can find a db of all available pear packages here: https://pear.php.net/packages.php