05 2021 档案

摘要:linux定时删除日志脚本#!/bin/bash # 使用规范 #1、该文件固定存放在linux的 /usr/local/zjport_test/delFiles 目录下 #2、各责任人维护好要清理日志文件的目录,并以注释方式备注写明谁维护 #find:linux的查找命令,用户查找指定条件的文件; 阅读全文
posted @ 2021-05-31 10:34 向往明天-tsingyun 阅读(349) 评论(0) 推荐(0)
摘要:1、 安装环境包: apt-get -y install git gcc g++ make automake autoconf libtool pcre2-utils libpcre2-dev zlib1g zlib1g-dev openssl libssh-dev wget vim 下载libfa 阅读全文
posted @ 2021-05-27 14:47 向往明天-tsingyun 阅读(1057) 评论(0) 推荐(0)
摘要:1、上传kafka_2.12-2.7.0.tgz ,解压修改相关配置 tar -zxvf kafka_2.12-2.7.0.tgz cd kafka_2.12-2.7.0/ cd config/ cp server.properties server.properties.src vim serve 阅读全文
posted @ 2021-05-27 14:29 向往明天-tsingyun 阅读(316) 评论(0) 推荐(0)
摘要:一、准备 1、新建文件夹:/opt/application/apollo-config、apollo-admin、apollo\portal三个文件夹 1.1 从公司CMS平台下载jar包,分别放置三个文件夹:apollo-configservice-1.4.0.jar、apollo-adminse 阅读全文
posted @ 2021-05-27 11:04 向往明天-tsingyun 阅读(406) 评论(0) 推荐(0)
摘要:下载apache-activemq-5.15.15-bin.tar.gz包 tar zxvf apache-activemq-5.15.15-bin.tar.gz cd apache-activemq-5.15.15/bin ./activemq start 服务端口:61616 阅读全文
posted @ 2021-05-27 10:28 向往明天-tsingyun 阅读(366) 评论(0) 推荐(0)
摘要:安装redis sudo apt install redis-server sudo systemctl start redis-server 添加开机启动 systemctl enable redis-server.service 配置reids 配置文件/etc/redis/redis.conf 阅读全文
posted @ 2021-05-27 10:20 向往明天-tsingyun 阅读(938) 评论(0) 推荐(0)
摘要:安装准备: 安装MySQL5.7时需要到MySQL官网下载对应的deb包 :https://repo.mysql.com/apt/ubuntu/pool/mysql-5.7/m/mysql-community/ MySQL需要使用的包:(***代表版本号) 1.mysql-common_*** 2. 阅读全文
posted @ 2021-05-27 09:47 向往明天-tsingyun 阅读(1366) 评论(0) 推荐(0)
摘要:ntpdate ntp.ntsc.ac.cn 阅读全文
posted @ 2021-05-11 11:30 向往明天-tsingyun 阅读(35) 评论(0) 推荐(0)
摘要:[root@localhost livegbs]# ll总用量 0lrwxrwxrwx 1 root root 28 4月 20 09:14 cms -> LiveCMS-linux-3.1.4-21041620drwxr-xr-x 6 root root 158 5月 7 11:14 LiveCM 阅读全文
posted @ 2021-05-08 09:16 向往明天-tsingyun 阅读(1481) 评论(0) 推荐(0)
摘要:1、下载安装包:jdk-8u281-linux-x64.tar.gz 2、上传至/opt/目录后:tar -zxvf jdk-8u281-linux-x64.tar.gz解压;cd /opt/jdk1.8.0_281 3、在/etc/profile文件末尾增加: export JAVA_HOME=/ 阅读全文
posted @ 2021-05-08 08:51 向往明天-tsingyun 阅读(1705) 评论(0) 推荐(0)
摘要:1、nginx *.*.*.34:cd /etc/nginx/conf.d 启动:/usr/sbin/nginx -c /etc/nginx/nginx.conf2、cms *.*.*.64:cd /opt/tsingyun/tsingyun-basic-cms 启动:run.sh3、gitlab 阅读全文
posted @ 2021-05-06 11:18 向往明天-tsingyun 阅读(130) 评论(0) 推荐(0)