Joeri Verdeyen bio photo

Joeri Verdeyen

Web-engineer, cyclist, Nespresso lover, Strava pusher.

Twitter LinkedIn Instagram Github Stackoverflow Last.fm Strava

All Posts by date

2019

Duplicity out of memory

Out of memory kill process shown on a full backup

published on and last modified on - ubuntu, backup, python, duplicity

2017

Collect CacheAdapter stats in Symfony Profiler

Collect your custom CacheAdapter stats in the Symfony Profiler

published on and last modified on - php, symfony2, cache, development

2016

Vagrant box download issue on macOS

Unable to download or upgrade a vagrant box with Vagrant 1.8.7 on macOS

published on and last modified on - vagrant, virtualbox, macos, development, curl

Install and use imapsync on Ubuntu 16.04

Migrate imap servers with imapsync on Ubuntu 16.04

published on and last modified on - ubuntu, imap, mail, sync

Downgrade an application installed with Brew Cask

A simple guide to downgrade an application installed with Brew Cask

published on - osx, docker, homebrew

2015

Add persistent static routes on OS X Yosemite

A simple script to add a static routes on each reboot

published on - osx, docker, mac, dns

Automagic discover docker containers with dnsdock and CoreOs

Automagically add running docker containers to a custom dns server. Add aliases for custom domains.

published on - osx, docker, coreos, dns

How I develop in PHP with CoreOS and Docker

How I develop Symfony2 applications with CoreOS and Docker on Mac OS X.

published on - osx, docker, coreos, symfony

boot2docker asking for password

boot2docker asking for password on boot2docker run

published on - osx, docker, boot2docker

Free up disk space on a Digital Ocean Droplet

Free up disk space on a Ubuntu Digital Ocean Droplet

published on - ubuntu, se, digitalocean, devops

Configure MailCatcher for Symfony2

Configure MailCatcher for Symfony2 in Ubuntu

published on - symfony2, ubuntu, mail, mailcatcher

Ansible: Add SSH key to Gitlab

Create a specific deploy user with Ansible and add the generated SSH key to Gitlab

published on - ansible, gitlab, devops

Track disk space usage and find the largest directories

How to find the largest files and directories in Ubuntu or Debian.

published on - ubuntu, disk-usage

PHPBenelux 2015 Conference Presentations

A list of all published PHPBenelux 2015 presentations

published on - php, phpbenelux, conference

2014

How to clear Nginx FastCGI Caching

A short notice about how to clear the FastCGI Cache when using Nginx.

published on - nginx, devops

Christmas gift tips for PHP developers

A curated list of Christmas gifts for PHP developers

published on - php, christmas, gifts

Dynamic DNS with the Digital Ocean API

Automatic update a Digital Ocean DNS A Record as DynDNS mock service

published on - dns, digital-ocean, devops

How to test file downloads with Behat

Testing file downloads with Behat. By checkings headers and status codes.

published on - behat, php

Monit with Slack notifications

Monitor your system with Monit and receive alerts on Slack

published on - slack, monit, devops, ansible

Bootswatch (free Bootstrap themes) and Symfony2

Easily integrate any Bootswatch theme in your Symfony2 project

published on - php, symfony2, node, gulp, bootstrap, bootswatch, sass, bower

Behat testing with PhantomJS and Robo Task Runner

Run your Symfony2 project' Behat tests headless with PhantomJS and Robot Task Runner

published on - php, symfony2, behat, robo, phantomjs, npm, node

Change input name of form fields in Symfony2

How to simply remove the root form name from a input name

published on - php, symfony2, forms

Install and use imapsync on Ubuntu 14.04 / 16.04

Migrate imap servers with imapsync on Ubuntu 14.04 / 16.04

published on and last modified on - ubuntu, imap, mail, sync

Restore original package configuration files in Ubuntu

Restore original package configuration files in Ubuntu after messing them up or deleting them.

published on - ubuntu, apt-get, packages, configuration

Install PHPNG (next generation) on Ubuntu 14.04 Trusty Tahr

Download, build, install and test PHPNG on Ubuntu 14.04

published on - build, php, ubuntu, development

Numeric only in MySQL (and Doctrine' QueryBuilder)

Select a numeric only value from a column in MySQL (and Doctrine' QueryBuilder)

published on - mysql, database, doctrine, php, function, querybuilder, dql

Nginx upstream sent too big header while reading response header from upstream

Error in Nginx, upstream sent too big header while reading response header from upstream

published on - vagrant, nfs, development, ansible

Speed up your Vagrant NFS mount

A few quick fixes to speed up your Vagrant NFS mount.

published on - vagrant, nfs, development, ansible, sublimetext3

Symfony2 catch all route

Send all requests to the same controller action.

published on - symfony2, php, development