邮箱 邮箱服务器IP被屏蔽:https://docs.ksyun.com/documents/1484 http://www.openrbl.org Hadoop 豆瓣图书推荐系统:https://b
2万英尺职责范围
devops-keep-leaning
frpserver.conf https://github.com/fatedier/frp/blob/master/conf/frps_full.ini 1 添加token 其他默认即可 windows frpc.ini https://github.com/fatedier/frp/blob/master/conf/frpc_full.ini 1 2 3 4 5 6 7 8 9 10 [common] server_addr = FrpServerIp server_port = 7000 token = token [RDP] type = tcp local_ip = 0.0.0.0 local_port = 3389 remote_port = 3389 Windows将FRP设置为服务并开
Github 创建一个public项目 生成token(repo权限) PicGo + jsDelivr配置 仓库名格式:用户名/仓库名 自定义义域名:https://cd
静态站双线配置 参考: https://zhuanlan.zhihu.com/p/133837149 https://linsage.com/posts/hugo-coding-netlify/ GitHub+Netlify Github 创建项目example.github.io/hugo-blog Netlify 官方地址:https://app.netlify
脚本 使用方法:bash /mds/grafanaback/grafana_bashboard_bak.sh http://192.168.1.199:9999 TOKEN 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
解决问题 重置KVM虚拟机密码 调整方案 物理机 需调整虚拟机的xml配置 调整虚拟机xml配置文件 1 2 3 4 <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0'/> </channel> 注意:上面这段配置要放在
创建基于分区的LV 1 2 3 4 5 6 7 fdisk /dev/vda n p 1 t 8e w 创建基于分区的物理卷 1 pvcreate /dev/vda3 创建卷组 1 vgcreate soft /dev/sdb1 # 此次操作为扩容,不需创建 将新的物理卷添加到现有卷
删除镜像与配置文件 1 2 virsh undefine TEST rm -f /home/images/TEST.qcow2 查找进程并记录进程号、uuid、mac 1 ps aux |grep TEST.qcow2 恢复镜像文件 1 cd /proc/2678/fd/ 1 2 cp 13 /home/TEST.qcow mv /home/TEST.qcow /home/images/TEST.qcow2 此时杀掉进程开启虚机报错