摘要: yum -y install rrdtool perl-rrdtool curl perl-core bind bind-chroot bind-utils httpd popt popt-devel libidn libidn-devel yum -y install perl perl-Net- 阅读全文
posted @ 2018-04-27 13:33 風£飛 阅读(191) 评论(0) 推荐(0)
摘要: 1、influxdb基本操作[root@test ~]# wget https://dl.influxdata.com/influxdb/releases/influxdb-1.2.4.x86_64.rpm[root@test ~]# yum localinstall influxdb-1.2.4. 阅读全文
posted @ 2018-04-21 09:30 風£飛 阅读(478) 评论(0) 推荐(0)
摘要: Ubuntu上部署kvmapt-get install qemu-kvmapt-get install qemuapt-get install virt-managerapt-get install virt-viewerapt-get install libvirt-binapt-get inst 阅读全文
posted @ 2018-04-13 13:51 風£飛 阅读(47) 评论(0) 推荐(0)
摘要: 1、解决中文显示乱码windows的宋体文件上传到debian的字体目录,并运行dpkg-reconfigure locales命令来设置系统的字体root@debian:~# mv simsun.ttc /usr/share/fonts/truetype/root@debian:~# dpkg-r 阅读全文
posted @ 2018-04-11 14:51 風£飛 阅读(827) 评论(0) 推荐(0)
摘要: CentOS:1、配置临时网桥,重启后风格配置丢失[root@CentOS ~]# yum -y install bridge-utils[root@CentOS ~]# brctl addbr br0 # 创建网桥逻辑接口[root@CentOS ~]# brctl addif br0 eth0 阅读全文
posted @ 2018-04-08 14:35 風£飛 阅读(903) 评论(0) 推荐(0)
摘要: 一、安装jenkinshttps://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat/ #清华yum源 yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel[root@jenkins ~]# yu 阅读全文
posted @ 2018-04-02 09:49 風£飛 阅读(177) 评论(0) 推荐(0)
摘要: 1、私有GitLAB仓库搭建(内存至少2G)https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7 #el7为Centos7的rpm,el6为Centos6的安装包[root@Gitlab ~]# rpm -ivh gitlab-ce-9.1.4 阅读全文
posted @ 2018-04-02 09:33 風£飛 阅读(156) 评论(0) 推荐(0)
摘要: 1、jumpserver基础环境准备[root@jumpserver ~]# yum -y install epel-release[root@jumpserver ~]# yum clean all && yum makecache [root@jumpserver ~]# yum -y upda 阅读全文
posted @ 2018-03-29 09:25 風£飛 阅读(542) 评论(0) 推荐(0)
摘要: 1、日志下载代码(cdn.py)(请在Linux系统下运行) 2、配置文件内容(aliyun.ini) 3、文件结构图 4、阿里云日志下载API接口 https://help.aliyun.com/document_detail/27224.html?spm=a2c4g.11186623.6.704 阅读全文
posted @ 2018-03-27 11:42 風£飛 阅读(610) 评论(0) 推荐(0)
摘要: 一、CentOS6.x优化 CentOS时间管理命令CentOS6:date、hwclockCentOS7:timedatectl CentOS6安装bash-completion,安装完成之后,注销终端,重新登录即可。[root@CentOS6 ~]# wget http://mirrors.yu 阅读全文
posted @ 2018-03-26 10:21 風£飛 阅读(510) 评论(0) 推荐(0)