Install Telegram-cli on Centos7 1. lua package install yum -y install lua-devel openssl-devel libconfig-devel readline-devel libevent-devel 1. git clone git clone –recursive https://github.com/vysheng/tg.git telegram 2. configure and make ./configure make Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2015-05-13 12:38 AM by andrew Comment 📂This entry was posted in 기술
2015-05-20 andrew [link] AngularJS file upload DEMOhttps://blueimp.github.io/jQuery-File-Upload/angularjs.html
2015-05-17 andrew [scrap] grep , sed, awk 정규식** grep 한 데이터 중 3번째 항목만 가져 오고 싶을때.. grep ".xml" | awk 'print {$3}' http://unabated.tistory.com/447 정...