上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 37 下一页
摘要: 格式 ssh -L <local port>:<remote host>:<remote port> <SSH servername> 示例 # ssh -L 3307:$server2:3306 user@$server1 实现的效果是使用user登录$server1之后建立本地3307端口到远程 阅读全文
posted @ 2019-01-28 18:36 匠人先生 阅读(1751) 评论(0) 推荐(0)
摘要: keepalived 2.0.12 官方:http://www.keepalived.org/ 一 简介 Keepalived is a routing software written in C. The main goal of this project is to provide simple 阅读全文
posted @ 2019-01-28 18:16 匠人先生 阅读(4414) 评论(0) 推荐(0)
摘要: 一 安装 # wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm# yum -y install mysql57-community-release-el7-10.noarch.rpm# yu 阅读全文
posted @ 2019-01-28 15:56 匠人先生 阅读(282) 评论(0) 推荐(0)
摘要: iptables 1.4.21 官方:https://www.netfilter.org/projects/iptables/index.html iptables is the userspace command line program used to configure the Linux 2 阅读全文
posted @ 2019-01-27 13:16 匠人先生 阅读(926) 评论(0) 推荐(1)
摘要: 提前安装好elk(elasticsearch、logstach、kibana) 一 启动logstash $LOGSTASH_HOME默认位于/usr/share/logstash或/opt/logstash 1 nginx日志使用默认格式 log_format main '$remote_addr 阅读全文
posted @ 2019-01-26 19:34 匠人先生 阅读(498) 评论(0) 推荐(1)
摘要: Anaconda 2 官方:https://www.anaconda.com/ 一 简介 The Most Popular Python Data Science Platform Anaconda® is a package manager, an environment manager, a P 阅读全文
posted @ 2019-01-26 18:23 匠人先生 阅读(618) 评论(0) 推荐(0)
摘要: airflow 1.10.0 官方:http://airflow.apache.org/ 一 简介 Airflow is a platform to programmatically author, schedule and monitor workflows. Use airflow to aut 阅读全文
posted @ 2019-01-26 17:26 匠人先生 阅读(4498) 评论(0) 推荐(0)
摘要: spark 2.1.1 spark应用中有一些task非常慢,持续10个小时,有一个task日志如下: 2019-01-24 21:38:56,024 [dispatcher-event-loop-22] INFO org.apache.spark.executor.CoarseGrainedExe 阅读全文
posted @ 2019-01-25 18:33 匠人先生 阅读(1721) 评论(0) 推荐(0)
摘要: redhat6自带glibc-2.12,升级到glibc-2.14过程 # strings /lib64/libc.so.6 |grep GLIBC_GLIBC_2.2.5GLIBC_2.2.6GLIBC_2.3GLIBC_2.3.2GLIBC_2.3.3GLIBC_2.3.4GLIBC_2.4GL 阅读全文
posted @ 2019-01-24 17:15 匠人先生 阅读(4369) 评论(0) 推荐(2)
摘要: redhat6系统默认安装的glibc-2.12,有的软件依赖的是glibc-2.14,这时需要升级glibc,下载安装 http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.gz # ./configure --prefix=/usr --disable-prof 阅读全文
posted @ 2019-01-24 17:11 匠人先生 阅读(6022) 评论(1) 推荐(3)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 37 下一页