Syncthing重置设备ID(device id)
删除Syncthing配置目录下的cert.pem和key.pem两个文件来源:https://forum.syncthing.net/t/configuring-device-id/5460
阅读全文
删除Syncthing配置目录下的cert.pem和key.pem两个文件来源:https://forum.syncthing.net/t/configuring-device-id/5460
阅读全文
方法一 (Win2019可用)更换一块新硬盘,在PowerShell中执行Set-StoragePool -FriendlyName 存储池名 -RetireMissingPhysicalDisks Always修复虚拟磁盘,删除坏盘方法二 (可能不适用于Win2019)在PowerShell中执行Get-PhysicalDisk
$Disk = Get-PhysicalDisk -Fri...
阅读全文
定位到注册表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList并找到当前用户SID,SID可以用命令whoami /user获取修改ProfileImagePath值定位到注册表HKEY_USERS\用户SID\SOFTWARE\Microsoft\Windows\CurrentVersion...
阅读全文
脚本内容#!/bin/bash
#
# Filename: sendSMS.sh
# Revision: 1.0
# Date: 2017/11/21
# Author: LiuGuangShun
# Email:
# Website: http://zabbix
# Description: zabbix短信告警脚本
# Notes: ...
阅读全文
在家用PC上面安装ESXi时因为镜像中不包含网卡驱动,会在安装过程中提示找不到网卡,导致安装无法继续需要给ESXi安装镜像添加驱动下载工具和驱动文件ESXi-Customizer这个是用来添加驱动到ESXi安装镜像的https://www.v-front.de/p/esxi-customizer.html下载对应的驱动下载VIB格式的驱动文件https://vibsdepot.v-front...
阅读全文