会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
linuxws
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
29
下一页
2020年1月9日
5. Dockerfile文件详解
摘要: FROM mysql:5.7 MAINTAINER yaomajor(yaomajor@qq.com) ENV LANG C.UTF-8 RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime COPY ./doc/db/1schema
阅读全文
posted @ 2020-01-09 15:07 linuxws
阅读(316)
评论(0)
推荐(0)
2020年1月8日
docker-compose.yml文件
摘要: version:指定 docker-compose.yml 的版本 执行docker-compose.yml文件之前先查看yml文件的版本信息version 和docker-compose的版本是否匹配一致 不一致要卸载docker-compose安装适配的版本 V1 版本的 docker-comp
阅读全文
posted @ 2020-01-08 20:23 linuxws
阅读(4432)
评论(0)
推荐(0)
Linux集中日志服务器rsyslog
摘要: Linux上通常可以通过rsyslog来实现系统日志的集中管理,这种情况下通常会有一个日志服务器,然后每个机器配置自己日志通过rsyslog来写到远程的日志服务器上。 这里假定有两台服务器,一台作为系统日志的服务器(比如机器名logmaster),另一台作为日志的客户端(比如机器名logclient
阅读全文
posted @ 2020-01-08 18:41 linuxws
阅读(457)
评论(0)
推荐(0)
清除hadoop中的日志文件释放空间
摘要: 清理监控服务的数据 完结
阅读全文
posted @ 2020-01-08 00:21 linuxws
阅读(2107)
评论(0)
推荐(0)
kafka
摘要: 分布式消息系统 作为多种类型的数据管道和消息系统使用。 Kafka原本开发自LinkedIn,用作LinkedIn的活动流和运营数据处理管道(Pipeline)的基础。 活动流数据是几乎所有站点在对其网站使用情况做报表时都要用到的数据中最常规的部分。 近年来,活动和运营数据处理已经成为了网站软件产品
阅读全文
posted @ 2020-01-08 00:11 linuxws
阅读(143)
评论(0)
推荐(0)
2020年1月4日
室内
摘要: 右下角图标: 栅格 正交 极轴追踪 动态输入 对象捕捉追踪 捕捉后有绿线 对象捕捉 捕捉端点或者中点 基础 快捷键:https://baijiahao.baidu.com/s?id=1617543064650919260&wfr=spider&for=pc 先输入长度=》按tab键=》输入角度(角度
阅读全文
posted @ 2020-01-04 01:16 linuxws
阅读(211)
评论(0)
推荐(0)
2019年12月17日
npm安装cnpm
摘要: 获取npm缓存路径: npm config get cache 离线安装 npm install --cache ./npm-cache --optional --cache-min 99999999999 --shrinkwrap false ./npm-cache 表示当前目录的npm-cach
阅读全文
posted @ 2019-12-17 11:31 linuxws
阅读(949)
评论(0)
推荐(0)
修改时区
摘要: 将时区修改为CST 定时任务需要重启服务才能生效:
阅读全文
posted @ 2019-12-17 11:19 linuxws
阅读(277)
评论(0)
推荐(0)
2019年12月9日
CentOS6.5升级NTP
摘要: 二、安装依赖包 yum -y install gcc libcap libcap-devel glibc-devel 三、升级Ntp 1、tar zxf /tmp/ntp-4.2.8p10.tar.gz -C /tmp 2、/tmp/ntp-4.2.8p10/configure --prefix=/
阅读全文
posted @ 2019-12-09 14:07 linuxws
阅读(1125)
评论(0)
推荐(0)
2019年12月8日
英语
摘要: TCP connection reset by peerAverageDloadReceivedfetch ERROR: Can't find a suitable configuration file in this directory or any parent. Are you in the
阅读全文
posted @ 2019-12-08 12:46 linuxws
阅读(186)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
29
下一页
公告