windows 现在windows11用起来也算是比较稳定,并且windows11新增了一些关于WSL的新功能,值得尝试和体验 前言 准备 准备16g的U盘 一台
bdsdc
published on included in category 运维 ubuntu打通ssh,后台ssh进程常驻 windows 安装工具 ,激活工具,安装系统流程 ubuntu 安装nginx,把所有服务进行反向代理,统一管理,支持证书 搭建
bdsdc
published on included in category Web 域名备案购买域名之后,还需要申请 ICP 备案号和公安部备案号, ICP 备案https://beian.aliyun.com/ 公安部备案https://w
bdsdc
published on included in category 运维 前言 环境准备 查看windows系统版本打开powershell,管理员权限执行 text PS C:\Windows\system32> winver WSL版本打开powershell 管理员权限执行 1.1 启用
bdsdc
published on included in category VPN 前言简单而言,Tailscale可以不受限于服务器带宽,使位于不同的网络环境下的设备获得类似于同一局域网下的体验。 Headscale是Tai
bdsdc
published on included in category 运维 前期准备 系统: centos7 SSL证书:certbot 安装安装certbot 和 nginx 软件 text yum install -y certbot python3-certbot-nginx certbox-nginx nginx 生成证书首先我们certbot支持多种模式生成证书,
bdsdc
published on included in category 运维 frp原理和搭建穿透windows场景案例 frp 介绍frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等
bdsdc
published on included in category 运维 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