随笔分类 -  00.01.Linux学习笔记 / 00.01.服务部署

摘要:一、系统服务配置 1.1.网卡配置修改 [root@localhost ~]# vim /etc/sysconfig/network-scripts/ifcfg-ens33 DEVICE=ens33 ONBOOT=yes TYPE=Ethernet NM_CONTROLLED=yes BOOTPRO 阅读全文
posted @ 2020-11-04 14:04 雾里看浮光(南知意) 阅读(428) 评论(0) 推荐(0)
摘要:CentOS Linux 7.7 操作系统 安装及常规配置 编写人 雾里看浮光 版 本 L002-001-000 博 客 https://www.cnblogs.com/LuckyHaTech/ 一、系统版本 CentOS Linux release 7.7.1908 (Core) 二、系统安装 2 阅读全文
posted @ 2020-02-16 17:50 雾里看浮光(南知意) 阅读(1121) 评论(0) 推荐(0)
摘要:Fastdfs分布式文件系统-互为主从配置部署 1.安装基础依赖 yum install -y gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel unzip 2.下载安装 libfastcommon wget http 阅读全文
posted @ 2019-12-05 11:34 雾里看浮光(南知意) 阅读(697) 评论(0) 推荐(0)
摘要:官方文档:https://about.gitlab.com/install/#centos-7 1.yum install -y curl policycoreutils-python openssh-server2.systemctl start sshd3.yum install postfix 阅读全文
posted @ 2019-12-05 11:28 雾里看浮光(南知意) 阅读(349) 评论(0) 推荐(0)
摘要:WCP知识共享平台部署 一、环境准备 操作系统:CentOS Linux release 7.5.1804 (Core) Java:jdk-7u79-linux-x64.tar.gz 中间件:apache-tomcat-7.0.92.tar.gz 数据库:mysql-5.7.24-linux-gli 阅读全文
posted @ 2019-12-05 11:10 雾里看浮光(南知意) 阅读(1980) 评论(0) 推荐(0)
摘要:一、环境准备 操作系统:CentOS_Server_7.5_x64_1804.iso 部署组件:Zabbix 二、操作步骤: Zabbix_Server安装部署 2.0.安装依赖组件 [root@localhost ~]# yum -y install net-snmp-devel libevent 阅读全文
posted @ 2019-10-14 17:26 雾里看浮光(南知意) 阅读(358) 评论(0) 推荐(0)
摘要:一、环境准备 操作系统:CentOS_Server_7.5_x64_1804.iso 部署组件:yasm+libmcrypt+libvpx+tiff+libpng+freetype+jpeg+libgd+t1lib+libzip+php 二、操作步骤: 2.0.安装依赖组件 [root@localh 阅读全文
posted @ 2019-09-23 16:53 雾里看浮光(南知意) 阅读(572) 评论(0) 推荐(0)
摘要:操作系统:CentOS_Server_7.5_x64_1804.iso 部署组件:Cmake+Boost+MySQL 操作步骤: 一、安装依赖组件 [root@localhost ~]# yum -y install ncurses ncurses-devel 二、MySQL源码编安装部署 2.1. 阅读全文
posted @ 2019-09-03 09:25 雾里看浮光(南知意) 阅读(360) 评论(0) 推荐(0)
摘要:CentOS Linux 7.7操作系统 Nginx安装部署文档 编写人 雾里看浮光 版 本 SBL-Linux-02-01 博 客 https://www.cnblogs.com/LuckyHaTech/ 一、系统版本 CentOS Linux release 7.7.1908 (Core) 二、 阅读全文
posted @ 2019-08-31 14:49 雾里看浮光(南知意) 阅读(801) 评论(0) 推荐(1)