11 2018 档案
摘要:安装gitlab 在防火墙里开放http跟ssh端口 yum install -y lokkit yum install curl openssh-server openssh-clients postfix cronie -y service postfix start 服务自启动设置 chkco
阅读全文
摘要:安装jenkins 下载地址: https://jenkins.io/download/最新版本 将Jenkins上传到tomcat的webapp目录 chown tomcat:tomcat jenkins.war 修改Jenkinswar包为tomcat用户所有 启动tomcat 浏览器打开http://192.1...
阅读全文
摘要:安装使用sonarqube 前置依赖 mysql 5.6 or 5.7 jdk 1.8 1.下载 https://www.sonarqube.org/ 2.安装unzip并解压sonarqube并移动到/usr/local yum install -y unzip ...
阅读全文
摘要:安装mysql 1.进入到要存放安装包的位置 mkdir /home/lnmp cd /home/lnmp 2.查看系统中是否已安装 MySQL 服务,以下提供两种方式: rpm -qa | grep mysql yum list installed | grep mys...
阅读全文
摘要:安装tomcat winscp上载tomcat netty中执行 tar -zxvf apache-tomcat-9.0.8.tar.gz -C/usr/local/ vim /etc/sysconfig/iptables -A INPUT -m state –state NEW...
阅读全文
摘要:一、CentOS 修改IP地址 修改对应网卡的IP地址的配置文件 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 电信 # vi /etc/sysconfig/network-scripts/ifcfg-eth0:1 网通 修改以下内容 DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOT...
阅读全文
摘要:nexus.12.1-01的安装 1、下载nexus 2、上传到服务器/root/ 3.解压 tar -zxvf nexus-3.12.1-01-unix.tar.gz -C /usr/local/ 4.修改配置文件 vim /usr/l...
阅读全文
摘要:nexus-3.14.0-04的安装 nexus-3.14.0-04-unix.tar.gz 1、下载nexus 2、上传到服务器/root/ 3.解压 tar -zxvf nexus-3.14.0-04-unix.tar.gz -C /usr/local/ ...
阅读全文
摘要:安装jdk和maven 通过winscp上传jdk 解压 tar -zxvf jdk-8u91-linux-x64.tar.gz -C /usr/local/ 设置变量 vim /etc/profile 在最下面,按i进入inse...
阅读全文
摘要:Centos安装SFTP 安装SFTP服务 1. 查看openssh版本 ssh -V openssh版本必须大于4.8p1 2. 创建sftp组 groupadd sftp 3. 创建sftp用户 useradd -g sftp -s /sbin/nologin -M sftp passwd sf
阅读全文
摘要:最小化安装,随后打通网络,完成网络设置、安装VIM,关闭firewalld防火墙,打开iptables防火墙
阅读全文