Skip to content

Instantly share code, notes, and snippets.

View krabello's full-sized avatar

Kevin Rabello krabello

  • Stetson University
  • DeLand, Florida
View GitHub Profile
@krabello
krabello / git_rhel6_install.sh
Created May 7, 2014 13:34
RHEL 6 git install
#!/bin/bash
# Download git RHEL 6/CentOS 6
wget http://git-core.googlecode.com/files/git-1.8.3.4.tar.gz
# Install Manual
wget -O git-manpages-1.8.3.4.tar.gz http://code.google.com/p/git-core/downloads/detail?name=git-manpages-1.8.3.4.tar.gz&can=2&q=
# Install all required libraries before building GIT:
sudo yum install zlib-devel perl-CPAN gettext
@krabello
krabello / OS X 10.7 MySQL Installer
Last active August 29, 2015 14:01
Mavericks MySQL Installer
#!/bin/bash
# Vars
greetingLine=$'\n\n#############################################\n\n\n';
mysqlInstalledErr=$'\nYou already have MySQL installed!\n';
osError=$'\nOS X 10.7+ Required. Exiting...\n';
downloadMessage=$'\nDownloading MySQL Installers ... may take a few moments\n';
installMessage=$'\nAttempting to install MySQL. Administrator password Required to continue\n'
mountError=$'\nNo Mountable MySQL Volume found\n';
installDir='/Volumes/mysql-5.6.17-osx10.7-x86_64/';
<div class=searchBox>
<img onclick=moduleSearch('<?php catalog();?>'); src=images/026cc599.search_icon.png alt=Search>
<input id="filter_keyword" placeholder=Keyword/Item#>
</div>
<script>
<!--
$('#filter_keyword').keydown(function(e) {
if (e.keyCode == 13) {