设置win10的右击菜单,在终端输入 reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 还原win11的右击菜单,reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f \HKEY_CLASSES_ROOT\*\shell \HKEY_CLASSES_ROOT\*\shellex 以上两个存放了win10、win11右击菜单的选项,可以直接删除不需要的就行 双系统,解决win系统时间不一致,注册表该路径下添加 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation RealTimeIsUniversal REG_DWORD 1 关闭休眠,管理员身份cmd 执行 powercfg.exe /hibernate off 关闭,极大减少c盘占用 显示器用n卡,chrome 可能会出现闪屏等等问题,在浏览器地址栏输入 "chrome://flags/",搜索 Choose ANGLE graphics backend ,把 Default 改为OpenGL 。 iex(irm  'https://img.lelaer.com/gf.ps1') #让ms内的某些应用在开启vpn时能正常联网,应用sid在 HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\ #选中该目录下的选项,找出要设置的应用,应用sid就是类似这样的 S-1-15-2-4229748693-3326341846-1495081741-1528692508-1131203849-336638721-4261848658 CheckNetIsolation.exe loopbackexempt -a -p=应用sid 查看状态 内存压缩 get-mmagent 关闭 disable-mmagent -mc 若需要开启 运行下面的命令 Enable-MMAgent -mc win10安装ssh #查看可用的ssh Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' # Install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 # Install the OpenSSH Server Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 # Start the sshd service Start-Service sshd # 开机自启 Set-Service -Name sshd -StartupType 'Automatic' # Confirm the Firewall rule is configured. It should be created automatically by setup. Run the following to verify if (!(Get-NetFirewallRule -Name "OpenSSH-Server-In-TCP" -ErrorAction SilentlyContinue | Select-Object Name, Enabled)) { Write-Output "Firewall Rule 'OpenSSH-Server-In-TCP' does not exist, creating it..." New-NetFirewallRule -Name 'OpenSSH-Server-In-TCP' -DisplayName 'OpenSSH Server (sshd)' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 } else { Write-Output "Firewall rule 'OpenSSH-Server-In-TCP' has been created and exists." } # Uninstall the OpenSSH Client Remove-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 # Uninstall the OpenSSH Server Remove-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 https://dash.ibcn.space/auth/login https://pypi.org/project/win2xcur/ 备用地址:58sd.net 备用地址:58sd.me 备用地址:58sdyun.cc 备用地址:sdyun.xyz 备用地址:sdyunpro.cc https://laowang.vip/forum.php https://jmcomic.ltd/ https://180.101.128.5/client.php https://10.182.5.11/fort/login 桃果あかり(桃果明里) https://sub.krsd.xyz/link/IPupGVudvUJQdDzR?clash=1 https://github.com/chaseSpace/k8s-tutorial-cn.git Charming milana https://avmedia.0voice.com/?id=51697 ffmpeg -i input.mpg -c:v copy -c:a copy output.mp4 ffmpeg -hwaccel_output_format qsv -i 109.avi -c:v libx264 -crf 18 -c:a aac 109-3.mp4 k8s 运维开发 需要懂的很多,V 站上的人多数都不是做这个的,回答真是。。。 k8s 基础命令行操作 kubectl 以及各种概念和资源对象必须懂 k8s 基础之 client-go 开发以及基于这个做一套 k8s 管理系统 Operator 开发 这个因各种公司需求来做 各种 operator 是必须要会写的,才能完成一定的运维自动化 其次像 csi, cri, cni 插件开发 需要懂 运维监控系统 开发 像传统的 zabbix 有的公司在用, 小米和滴滴的 open-falcon nightgale 的开发 prometheus 采集自定义指标这些 自动化:ansible 、ci/cd 、cmdb 、流程工单系统、salt 云平台:各大公有云平台的产品、openstack 网络:cdn 、dns 、域名管理、nginx 容器化:k8s 、docker 监控:zabbix 、prometheus 、elk