Skip to content

Instantly share code, notes, and snippets.

View abhishekpadalkar's full-sized avatar
🎯
Focusing

Abhishek Padalkar abhishekpadalkar

🎯
Focusing
View GitHub Profile
@abhishekpadalkar
abhishekpadalkar / zeromq_install.sh
Created December 13, 2018 12:42 — forked from cdjhlee/zeromq_install.sh
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