随笔分类 - 第三方服务搭建与配置
摘要:JumpServer1.0 服务搭建 系统环境配置 安装python3 Jumpserver配置 安装SSH Server和WebSocket Server: Coco 安装docker sh curl fsSL https://get.docker.com/ | sh yum install y
阅读全文
摘要:ELK日志系统:Elasticsearch + Logstash + Kibana 搭建教程 系统架构 安装配置JDK环境 JDK安装(不能安装JRE) JDK下载地址: 下载包:jdk 8u131 linux x64.rpm yum localinstall jdk 8u131 linux x64
阅读全文
摘要:OMS自动化运维平台部署 一、基础环境安装 二、配置salt api 1.配置文件修改 五、uwsgi+nginx结合配置 1.编写uwsgi配置 sh cat soms.ini /etc/nginx/conf.d/soms.test.com.conf
阅读全文
摘要:Linux下批量管理工具pssh安装和使用 pssh工具包 安装 :yum y install pssh pssh:在多个主机上并行地运行命令 pscp:把文件并行地复制到多个主机上 prsync:通过 rsync 协议把文件高效地并行复制到多个主机上 pslurp:把文件并行地从多个远程主机复制到
阅读全文
摘要:Disconf 分布式配置管理平台(安装配置) 依赖环境 Nginx:处理静态资源请求、动态请求转发到Tomcat Tomcat:处理Nginx的请求 Redis:用户session管理 MySQL:应用管理、用户管理、角色管理、环境管理、配置持久化 Zookeeper:管理Disconf配置信息,
阅读全文
摘要:Zookeeper 的安装与配置 Zookeeper下载 Zookeeper要求Java运行环境,并且需要jdk版本1.6以上 "JDK下载地址" 下载包:jdk 8u162 linux x64.rpm 安装JDK:yum localinstall jdk 8u162 linux x64.rpm "
阅读全文
摘要:disabled=false group_name=group1 bind_addr= client_bind=true port=23000 connect_timeout=30 network_timeout=60 heart_beat_interval=30 stat_report_inter
阅读全文
摘要:connect_timeout=30 network_timeout=60 base_path=/fastdfs/FastDFSdata tracker_server=10.10.24.237:22122 #tracker_server=10.10.24.238:22122 log_level=in
阅读全文
摘要:环境配置安装python及tornadoyum -y install python-pippip install tornado GateOne安装下载源码:git clone https://github.com/liftoff/GateOne.git安装:cd GateOnepython set
阅读全文
摘要:Session相关操作查看/切换session prefix s离开Session prefix d (保留会话)关闭当前Session 执行exit重命名当前Session prefix $ Window相关操作新建窗口 prefix c切换到下一个窗口 prefix n 重命名当前Session
阅读全文
摘要:平滑降低音量 Musicbox项目地址https://github.com/darknessomi/musicbox 个人版本git clone https://github.com/cloudswave/musicbox.gitcd musicbox python setup.py install
阅读全文
摘要:启用ssh写入镜像,在boot目录新建ssh文件即可(不要使用SSH,文件非文件夹) ssh默认账号密码账号:pi密码:raspberry 软件安装sudo apt-get updatesudo apt-get install vim tightvncserver mplayer ttf-wqy-z
阅读全文
摘要:安装subversionyum install subversionsubversion安装在/bin目录检查一下subversion是否安装成功svnserve --version 建立版本库subversion默认以/var/svn作为数据根目录,可以通过/etc/sysconfig/svnse
阅读全文
摘要:需要安装mysql及gityum -y install git mysql-server 下载安装go官网:https://golang.org/dl/wget https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gztar -
阅读全文
摘要:本文以apache为web服务器为例 #!/bin/sh alias urldecode='sed "s@+@ @g;s@%@\\\\x@g" | xargs -0 printf "%b"' echo -e "Content-type: text/plain\n" decoded_str=`echo
阅读全文
摘要:下载安装vsftpd服务,db4用来支持文件数据库yum install -y vsftpd db4-utils ftp 建立宿主用户 vsftpduseradd -s /sbin/nologin -M vsftpduseradd -s /sbin/nologin -M www编辑 vsftpd 配
阅读全文
摘要:Jumpserver项目为开源项目,截至到目前最新版本为4.0,4.0功能并不完整,无上传、下载功能,配置复杂、启动服务也较繁琐,推荐使用0.3.2版本,文档较全,安装简单文档链接https://github.com/jumpserver/jumpserver/wiki旧版本下载地址https://
阅读全文
摘要:注意修改配置文件,server_name ip启动Nginx服务systemctl start nginxsystemctl enable nginx验证http://localhost 创建一个index curl -u elastic:changeme -XPUT http://localhos
阅读全文
摘要:sshfs 安装yum install glib2-devel fuse-sshfs官方版本地址https://github.com/libfuse/sshfs/releases目前最新版本:wget https://github.com/libfuse/sshfs/releases/downloa
阅读全文

浙公网安备 33010602011771号