Ubuntu

Tarsnap No Pubkey

Tarsnap: An error occurred during the signature verification: NO_PUBKEY

When having an older Tarsnap package you can get the following error: How to solve it? What did the trick for me was to reapply the first steps of the Debian guide: https://www.tarsnap.com/pkg-deb.html Especially, the part of the initial setup tab. When running that and then running: sudo apt-get update, it seemed to be working […]

Tarsnap: An error occurred during the signature verification: NO_PUBKEY Read More »

Ubuntu Server with MinIO + Let's Encrypt + Laravel

Installing and Setting Up MinIO on Ubuntu + Lets Encrypt + Laravel integration

Looking for a cost-effective alternative to Amazon S3? MinIO is a great option. In this guide, we’ll walk you through the installation and basic setup of MinIO on your Ubuntu server, along with bonus steps to integrate it with Laravel/PHP. Of course, setting this up is at your own risk. We are not responsible for

Installing and Setting Up MinIO on Ubuntu + Lets Encrypt + Laravel integration Read More »

Fixing VBoxManage: error: VMDK: descriptor does not start as expected in

When using Vagrant / Virtualbox and optionally Laravel Homestead it could occur that this message displays: There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: [“startvm”, “{LONGOCDE}”, “–type”, “headless”] Stderr: VBoxManage: error: Could not open the medium ‘/Users/USER/VirtualBox VMs/homestead-7/ubuntu-….vmdk’. VBoxManage: error:

Fixing VBoxManage: error: VMDK: descriptor does not start as expected in 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 »

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 »

en_USEnglish
Scroll to Top