Skip to content

Instantly share code, notes, and snippets.

View lonefreak's full-sized avatar

Fabricio Leotti lonefreak

View GitHub Profile
@lonefreak
lonefreak / shared_folder_centos_virtualbox.txt
Last active September 1, 2015 07:26 — forked from larsar/shared_folder_centos_virtualbox.txt
Mount shared folder on CentOS in VirtualBox
# The VirtualBox documentation[1] for how to install guest additions
# for Linux on a virtual host is somewhat messy. So here is what
# I did to make it work.
# Install the packages required
yum update
yum install gcc kernel-devel make
reboot
@lonefreak
lonefreak / graphite-centos6-install.sh
Created August 28, 2012 12:37 — forked from dillera/graphite-centos6-install.txt
Install Graphite 0.9.9 on Centos 6
#! /bin/sh
# FOR CENTOS 6
# Andrew Diller Jan 2012
# Modified by Fabricio Leotti Aug 2012
# Get EPEL Repo installed
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm
# Comment all "mirrorlist=" lines in /etc/yum.repos.d/epel.repo
sed -i s/^mirrorlist=/#mirrorlist=/g /etc/yum.repos.d/epel.repo