Skip to content

Instantly share code, notes, and snippets.

View bisseri's full-sized avatar
👨‍💻
Working

Biser Cheshmedjiev bisseri

👨‍💻
Working
View GitHub Profile
@bisseri
bisseri / 0_reuse_code.js
Created March 21, 2017 17:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@bisseri
bisseri / vm-resize-hard-disk.md
Created May 21, 2016 05:38 — forked from christopher-hopper/vm-resize-hard-disk.md
Resize a Hard Disk for a Virtual Machine provisioned using Vagrant from a Linux base box to run using VirutalBox.

Resize a Hard Disk for a Virtual Machine

Our Virtual Machines are provisioned using Vagrant from a Linux base box to run using VirutalBox. If the Hard Disk space runs out and you cannot remove files to free-up space, you can resize the Hard Disk using some VirtualBox and Linux commands.

Some assumptions

The following steps assume you've got a set-up like mine, where: