Skip to content

Instantly share code, notes, and snippets.

View solbisio's full-sized avatar

Manuel Sol Bisio Mendez solbisio

View GitHub Profile
@solbisio
solbisio / my_sacrifice.md
Created May 17, 2017 17:55
The motherf*cking way the get Oracle access in PHP5 over Ubuntu
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'
sudo apt-get install libtool automake autoconf uuid-dev uuid-dev
cd /opt
wget http://download.zeromq.org/zeromq-3.2.4.tar.gz
sudo tar -xvzf zeromq-3.2.4.tar.gz
cd zeromq-3.2.4/
./configure
sudo make install
sudo ldconfig