1.查看EFI所在分区sudo diskutil list2. 挂载分区sudo diskutil mount disk0s1###3.允许任意安装源sudo spctl --master-disable4.查找端口对应的进程号#以5000端口为例lsof -i :5000# 杀死进程kill -9...
1. 关闭防火墙netsh firewall set opmode disable2. 查看硬盘和空间大小wmic DiskDrive get Size /value # 查看所有wmic LogicalDisk where "Caption='C:'" g...
1.Linux查看端口占用情况lsof -i:端口号netstat -tunlp|grep 端口号2.Linux内存条查看命令dmidecode | grep -A16 "Memory Device$"3.Linux硬盘UUID查询命令ls -l /dev/disk/by-uui...
1.用户相关双机同步用户创建grant replication slave on *.* to sync@'172.21.210.214' identified by '123456';管理用户创建GRANT ALL privileges ON *.* TO '...
1. mfsgetquota(查询文件占用容量)mfsgetquota -h test/ # 二进制统计容量大小,推荐!mfsgetquota -H test/ # 十进制统计容量大小mfsgetquota -g test/ # 用GiB来统计容量大小2. mfssetquota(设定文件夹占...
1.Github资源下载链接:https://ghproxy.com/方法:要下载的github资源前加上面的网址https://github.com/wjz304/arpl-i18n/releases/download/23.8.0/arpl-i18n-23.8.0.img.ziphttps://...
1.Windows激活slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxxslmgr.vbs -skms kms.03k.orgslmgr.vbs -ato2.Office激活cd \Program Files\Microsoft Office\Office16c...
1.系统安装系统更新及常用软件安装yum update -yyum install wgetwget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repoyum install -y vim net-tool...
BIOS设置1、 确认BIOS中 Boot mode为【UEFI】2、 确认BIOS中 Storage OpRom Policy 为【UEFI Only】3、 确认BIOS中SATA mode为【Raid】4、 确认BIOS中 SSATA mode为【IDE】把raid卡驱动复制到U盘联想官网下载m...
1.启动Windows Time服务net start w32time2.时间同步命令# 自动同步w32tm /resync# 与外部时间服务器同步w32tm /config /manualpeerlist:"210.72.145.44" /syncfromflags:manua...