Skip to content

Instantly share code, notes, and snippets.

View tonejito's full-sized avatar
🐰
= ^ . ^ =

Andres Hernandez tonejito

🐰
= ^ . ^ =
View GitHub Profile
@tonejito
tonejito / show_tech-support.pl
Last active June 12, 2017 18:32 — forked from tonejo/show_tech-support.pl
Show technical support about a Debian GNU/Linux System
#!/usr/bin/perl
# = ^ . ^ =
# show_tech-support.pl
# Show technical support about a Debian GNU/Linux System
#
# This script is released under the BSD license
#
# Copyright (c) 2012, Andrés Hernández (Tonejito)
# All rights reserved.
#
@tonejito
tonejito / vagrant-clone.sh
Last active March 7, 2016 19:21 — forked from gecbla/vagrant
Clone vagrant box locally
#!/bin/bash -vx
# Vagrant Documentation
# @see http://docs.vagrantup.com/v2/cli/package.html
# @see http://stackoverflow.com/questions/19094024/is-there-any-way-to-clone-a-vagrant-box-that-is-already-installed
#
# @fork https://gist.github.com/suplo/9758118
# @fork https://gist.github.com/gecbla/9525c33af29e962555aa
VAGRANT=/usr/bin/vagrant
@tonejito
tonejito / vimrc
Created April 30, 2014 00:31 — forked from anonymous/vimrc
" = ^ . ^ =
syntax on
set hlsearch
filetype on
au BufNewFile,BufRead *.xD set filetype=php