摘要: 上传: 点击查看代码 ``` @echo off :::::::::::::::::::::::::: :: xiaoweibaxiangkanxue :: :::::::::::::::::::::::::: title "upload object to sftp" :: 固定信息, set S 阅读全文
posted @ 2023-07-04 16:58 小尾巴想看雪 阅读(820) 评论(0) 推荐(1) 编辑
摘要: tomcat日志切割: 点击查看代码 ``` #!/bin/bash ###################################### ##weibaxiao 用户tomcat日志切割######## ###################################### LOG_ 阅读全文
posted @ 2023-07-04 16:54 小尾巴想看雪 阅读(12) 评论(0) 推荐(0) 编辑
摘要: shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=en_US.UTF-8 export NLS_LANG="AMERICAN_AMERICA.AL32UTF8" source /etc/profile source /root/.bash_profile 阅读全文
posted @ 2023-07-04 16:48 小尾巴想看雪 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 采集容器日志的shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=zh_CN.gb18030 . ~/.bash_profile #日志放置目录 log_path=/aa/bb/cc/dd/ee todaydate=$(date +%Y%m%d) nowda 阅读全文
posted @ 2023-07-04 16:46 小尾巴想看雪 阅读(70) 评论(0) 推荐(0) 编辑
摘要: shell脚本内容为,其中的python脚本在python合集内可以找到相关内容: 点击查看代码 ``` #!/bin/sh APPS_HOME=/aa/bb/cc/dd/ee/apps RELEASE_HOME=/aa/bb/cc/dd/ee/weiba-release if [ $(ls ./ 阅读全文
posted @ 2023-07-04 16:42 小尾巴想看雪 阅读(64) 评论(0) 推荐(0) 编辑
摘要: Dockerfile为 点击查看代码 ``` FROM iot-service:first ADD xx-weiba-1.0.0.jar /usr/local/ EXPOSE 8080 ADD setenv.sh /usr/local/bin ADD startup.sh /usr/local/bi 阅读全文
posted @ 2023-07-04 16:31 小尾巴想看雪 阅读(39) 评论(0) 推荐(0) 编辑