A festival - best techno & deep-house mixes

Top 10 Best Techno, Deep-House and Lounge mixes and Live sets

While working, or pre-clubbing, it’s amazing to listen to techno, deep-house, house or tech-house dj sets. But which ones are the best? We made a list of our favourite mixtapes on Soundcloud, sorted on Genre: Deep-House Mixes Ambient & Lounge Sets Techno Live-Sets Bonus: Disco Mixtape Bonus2: 2019 Sets Bonus2: 2020 Sets The mixes are […]

Top 10 Best Techno, Deep-House and Lounge mixes and Live sets Read More »

Waarom de Secrid portemonnee NIET duurzaam is

Vier jaar geleden heb ik een Secrid portemonnee in gebruik genomen. Het is in principe de eerste vier jaar een top product. Wanneer je googlet op: “Secrid duurzaamheid” zie je veel posts die hem als duurzaam aanprijzen. Zoals BNR beschrijft: Secrid produceert hun slimme portemonnee bij Nederlandse sociale werkplaatsen en gebruiken het leer van lokale

Waarom de Secrid portemonnee NIET duurzaam is Read More »

Stappen ondernemen websites voor het AVG-proof maken

Met de komst van de AVG / GDPR wetgeving is er veel onduidelijkheid over best-practices of een duidelijk stappenplan voor het AVG-proof maken van je website. Wij zetten een aantal relevante bronnen uiteen. We hebben geen juridische achtergrond. Wij geven dan ook het disclaimer dat gebruik van deze informatie op eigen risico is. Tools voor

Stappen ondernemen websites voor het AVG-proof maken Read More »

Adding an extra IP to your VPS with Ubuntu

Edit your networking interfaces file: sudo nano /etc/network/interfaces Use these instructions (they are in Dutch): https://www.transip.nl/knowledgebase/artikel/219-hoe-voeg-ipv4-ipv6-adres-mijn/#ubuntu16ipv4 Restart network facilities with: sudo ifdown eth0 && sudo ifup eth0 Also bring up your new ip address: sudo ifup eth0: Check if new ip address(ess) are added with: ifconfig -a

Adding an extra IP to your VPS with Ubuntu Read More »

Ubuntu 14.04 OpenSSL with Nginx – Generate & Install SSL certificate

Not the best guide, but some handy links I use to Generate and Install an SSL-certfificate with OpenSSL in NginX. Generate OpenSSL Request: https://www.namecheap.com/support/knowledgebase/article.aspx/9446/0/apache-opensslmodsslnginx Order an SSL-certificate with the CSR Then, when you received bundle plus CRT: https://www.namecheap.com/support/knowledgebase/article.aspx/9419//installing-a-certificate-on-nginx Restart NGINX: https://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/ Using TransIP SSL-certificates When using TransIP SSL-certificates you get a decrypted zip SSL-certificate (if

Ubuntu 14.04 OpenSSL with Nginx – Generate & Install SSL certificate Read More »

South-Africa Tourist Visa Extension with 90 days

South-Africa gives a 90 day tourist visa to most Western countries (I’m Dutch, so this probably/hopefully will work for most EU countries). There are possibilities to extending another 90 days. With this tourist visa extension guide you can stay up to 180 days in total. UPDATE: While having done this visa extension myself I only

South-Africa Tourist Visa Extension with 90 days Read More »

How to fix the Laravel Gulp Error: Cannot find module ‘internal/fs’

Laravel Gulp Error: Cannot find module ‘internal/fs’ Get this error? vagrant@homestead:*****$ gulp module.js:472 throw err; ^ Error: Cannot find module ‘internal/fs’ at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at evalmachine.:18:20 at Object. (/usr/lib/node_modules/gulp/node_modules/vinyl-fs/node_modules/graceful-fs/fs.js:11:1) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) How to fix this error?

How to fix the Laravel Gulp Error: Cannot find module ‘internal/fs’ Read More »

Travis CI – Laravel Forge / webhook integration

While developing tests for my app, I wanted to have an integration with Laravel Forge in this order: Push to Github after commit Tests done by Travis CI Call the deployment trigger url of Laravel Forge / Envoyer if the test runs successfully. This URL looks like: https://forge.laravel.com/servers/111111/sites/2222222/deploy/http?token=TOKEN To do this, create a travis.yml file like:

Travis CI – Laravel Forge / webhook integration Read More »

en_USEnglish
Scroll to Top