Monthly Archive: August 2015

Add a subdomain name to Virtualmin 0

Add a subdomain name to Virtualmin

Login into the admin panel. There are two ways to create subdomains. The way I prefer is this: Click on "Create Virtual Server" Select "Sub-server" as the type of virtual server on the top...

.DS_Store in require.js 0

.DS_Store in require.js

To remove in your project: $> find ./ -name ".DS_Store" -exec rm -fr {} \; To remove all of them on your computer $> sudo find / -name ".DS_Store" -depth -exec rm {} \;...

Create your own Chrome Extension 0

Create your own Chrome Extension

How to test your extension during development 1. Navigate to chrome://extensions 2. Click on "Load unpacked extension..." Troubleshooting Problem There were warnings when trying to install this extension: Permission '://.google.com' is unknown or URL...

How to fix Vagrant machine index has become corrupt 5

How to fix Vagrant machine index has become corrupt

The machine index which stores all required information about running Vagrant environments has become corrupt. This is usually caused by external tampering of the Vagrant data folder. Vagrant cannot manage any Vagrant environments if...