This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" = ^ . ^ = | |
syntax on | |
set hlsearch | |
filetype on | |
au BufNewFile,BufRead *.xD set filetype=php |