Skip to content

Instantly share code, notes, and snippets.

View hareeshpc's full-sized avatar

Hareesh P hareeshpc

  • Stockholm, Sweden
View GitHub Profile

##Installing Virtualbox:

$ sudo apt-get install virtualbox
$ sudo apt-get install virtualbox-dkms

##Installing Vagrant:

$ sudo apt-get install vagrant
@hareeshpc
hareeshpc / vagrant_virtualbox_centos7.md
Last active February 19, 2022 06:17
Vagrant installation on Headless ubuntu server (14.04.1) with CentOS and remote ssh login

Installation of virtual box headless

This was obtained from y-yoshinoya at https://gist.github.com/y-yoshinoya/413fcd3f6bfcfce54456

wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise non-free contrib" >> /etc/apt/sources.list.d/virtualbox.org.list'
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential virtualbox-4.3 dkms
@hareeshpc
hareeshpc / 0_reuse_code.js
Last active December 5, 2017 07:31
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