随笔分类 -  ubuntu

confd与etcd的使用
摘要:Add keys This guide assumes you have a working etcd, or consul server up and running and the ability to add new keys. Create the confdir The confdir i 阅读全文

posted @ 2017-02-16 15:48 风靡oopp 阅读(1290) 评论(0) 推荐(0)

ubuntu 下使用etcd
摘要:1、安装ETCD_VER=v3.1.0 DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar 阅读全文

posted @ 2017-02-16 10:43 风靡oopp 阅读(3067) 评论(0) 推荐(0)

Ubuntu 16.04安装QQ国际版
摘要:QQ国际版wine-qqintl的下载链接:http://pan.baidu.com/s/1jIwKdXs sudo apt install libgtk2.0-0:i386 sudo apt install lib32ncurses5 cd Downloads sudo apt-get insta 阅读全文

posted @ 2017-02-15 13:02 风靡oopp 阅读(793) 评论(1) 推荐(0)

ubuntu16.04LTS 64位 下载influxdb
摘要:wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.0_amd64.deb sudo dpkg -i influxdb_1.2.0_amd64.deb sudo service influxdb start 由于influxdb 阅读全文

posted @ 2017-02-15 10:14 风靡oopp 阅读(559) 评论(0) 推荐(0)

ubuntu16.04 LTS grafana安装与启动
摘要:1、首先从官网上下载相应的包,网址为:http://grafana.org/download 2、安装 cd Downloads sudo dpkg -i grafana_4.1.2-1486989747_amd64.deb 3、运行sudo /bin/systemctl start grafana 阅读全文

posted @ 2017-02-15 09:39 风靡oopp 阅读(3898) 评论(0) 推荐(0)

Ubuntu 16.04 LTS国内快速更新源
摘要:国内有很多ubuntu的源,包括:网易源(这个之前用过,速度很快的),阿里源,还有很多教育网的源,如:清华源,中科大源。 这里要下载的是中科大ubuntu16.04的源列表,可以在这里获得:https://lug.ustc.edu.cn/repogen/ 编辑/etc/apt/sources.lis 阅读全文

posted @ 2017-02-14 13:43 风靡oopp 阅读(237) 评论(0) 推荐(0)

导航