Home avatar

交易之路,道阻且长

运维| 个人todo事项

ubuntu打通ssh,后台ssh进程常驻 windows 安装工具 ,激活工具,安装系统流程 ubuntu 安装nginx,把所有服务进行反向代理,统一管理,支持证书 搭建

道草| 网站备案

域名备案购买域名之后,还需要申请 ICP 备案号和公安部备案号, ICP 备案https://beian.aliyun.com/ 公安部备案https://w

运维| SSL证书自动续签

前期准备 系统: centos7 SSL证书:certbot 安装安装certbot 和 nginx 软件 text yum install -y certbot python3-certbot-nginx certbox-nginx nginx 生成证书首先我们certbot支持多种模式生成证书,

运维| Linux运维常见脚本

rsync拷贝数据 text #!/bin/bash if [ $# -ne 1 ]; then echo "Error: not enough arguments!" echo "Usage is: $0 rsync_src_dir" exit 3 fi # rsync src and dest dir r_src_dir=$1 # create date dir project_dir="/gri-ziyandata-0" current_date=$(date +%Y%m%d%H%M) value="/share/ZFS530_DATA" r_src_dest="$project_dir/${current_date}-tmp" mkdir -pv ${r_src_dest} # start time start_time=$(date +%Y-%m-%d\ %H:%M:%S) echo "Start_time: $start_time" echo "Rsync task started..." #data_size=`df -h |grep "share"|grep "extarnel" |grep "/sdb"|awk