I tried to set up Elastic as search server for a Symfony 3 application. I installed FOSElasticBundle for that (https://github.com/FriendsOfSymfony/FOSElasticaBundle). To run ElasticSearch locally, I installed the docker image from… mehr »
Kategorie: "Arbeit"
I use a secondary monitor for my notebook since quite a while. Usually I have to open the system settings window to trigger the automatic resolution setting, but today nothing worked. Restarting, (un-)plugging the power, and changing to another monitor… mehr »
My aim was to play a bit with Ceph to get familiar with the object store. Setting up Ceph is not very easy if something is different from the example in the docs. I don't want to use a whole block device for OSD for example. I used the docker image… mehr »
I tried to configure an NTP server within a closed network without internet connection and make many clients synchronize with it (server and clients all on Ubuntu 16.04). Recipe: Install ntp on all nodes (ntpdate is not needed and should either be… mehr »
I changed the hosting of my B2Evo blog to SSL. The only necessary configuration change was the $baseurl in conf/_basic_config.php. But there remained an issue with mixed content. Images of posts were still rendered by http, because the image links are… mehr »