Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am gpkfr on github.
  • I am gpkfr (https://keybase.io/gpkfr) on keybase.
  • I have a public key ASAENVWRL_aucpZusXNSCncip1umppzh0CDA8ThEZaGkYQo

To claim this, I am signing this object:

@gpkfr
gpkfr / purge.sh
Created January 12, 2016 09:16 — forked from adrienbrault/purge.sh
Script to reduce VM size before packaging for vagrant
#!/bin/sh
# Credits to:
# - http://vstone.eu/reducing-vagrant-box-size/
# - https://github.com/mitchellh/vagrant/issues/343
aptitude -y purge ri
aptitude -y purge installation-report landscape-common wireless-tools wpasupplicant ubuntu-serverguide
aptitude -y purge python-dbus libnl1 python-smartpm python-twisted-core libiw30
aptitude -y purge python-twisted-bin libdbus-glib-1-2 python-pexpect python-pycurl python-serial python-gobject python-pam python-openssl libffi5
@gpkfr
gpkfr / nginx.conf
Last active August 29, 2015 14:16 — forked from plentz/nginx.conf
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@gpkfr
gpkfr / .vimrc
Created October 28, 2013 11:49 — forked from anthonybrown/.vimrc
set nocompatible " Disable vi-compatibility
set t_Co=256
colorscheme xoria256
set guifont=menlo\ for\ powerline:h16
set guioptions-=T " Removes top toolbar
set guioptions-=r " Removes right hand scroll bar
set go-=L " Removes left hand scroll bar
set linespace=15