随笔分类 -  linux

linux fight
Elastic Search
摘要:https://www.bilibili.com/video/av21943111/?spm_id_from=333.788.videocard.3 Elastic Search 简称ES,支持PB级的结构化或者非结构化数据处理; (一)ES 单实例的安装 1. 下载链接:https://artif 阅读全文
posted @ 2018-11-14 19:47 iscys 阅读(432) 评论(1) 推荐(0)
linux 备忘录
摘要:1. ps aux|grep 程序 >查看当前程序是否运行 ps aux|grep nginx 2. tar -zxvf 压缩包 > 解压缩 tar -zxvf apache-tomcat-7.0.85.tar 3. /etc/init.d/iptables status >查看防火墙状态 /etc 阅读全文
posted @ 2018-08-21 23:19 iscys 阅读(231) 评论(0) 推荐(0)