Skip to content

Instantly share code, notes, and snippets.

View mas-iota's full-sized avatar

Mahmoud AlSharif mas-iota

View GitHub Profile
@cdjhlee
cdjhlee / zeromq_install.sh
Last active August 24, 2021 19:37
install zeromq in ubuntu 14.04
#!/usr/bin/bash
##############################################
#from http://zeromq.org/intro:get-the-software
##############################################
#get zeromq
wget http://download.zeromq.org/zeromq-4.0.5.tar.gz
#unpack tarball package