Windows-CLSID 后面的 GUID 为 Windows 内置的 clsid 所有设置.{ED7BA470-8E54-465E-825C-99712043E01C}回收站.{645ff040-5081-101b-9f08-00aa002f954e}拨号网络.{992CFFA0-F557-101A-88EC-00DD010CCC48}打印机.{2227a280-3aea-1069-a2de-08002b30309d 2019-01-23 #Windows
Windows-软件推荐 软件系统引导工具 rEFInd Clover 操作系统 MSDN我告诉你 Windows 测试版下载 https://uupdump.ml/ 系统软件 Microsoft Update Catalog, Windows Update, Windows 更新 http://www.catalog.update.microsoft.com/home.aspx 清华大学软件源镜像站https: 2019-01-22 #Windows #软件
macOS - 软件 网络工具 WiFiSpoof修改无线网卡MAC地址https://xclient.info/s/wifi-spoof.html Network Link ConditionerXcode的实用工具:开发者中心 -> Download -> Additional Tools for Xcode smartdnshttps://github.com/pymumu/smartdns 2019-01-21 #macOS #软件
NTP时间同步服务器 12345678910111213141516171819ntp1.aliyun.comntp2.aliyun.comntp3.aliyun.comntp4.aliyun.comntp5.aliyun.comntp6.aliyun.comntp7.aliyun.com# 腾讯云time1.cloud.tencent.comtime2.cloud.tencent.comtime3.cloud.ten 2019-01-18 #NTP
防止macOS中Spotlight在移动硬盘或者U盘中创建索引 禁止用做时间机器备份1touch .com.apple.timemachine.donotpresent .fseventsd 文件夹:文件系统日志记录可在.fseventsd文件夹下面建立no_log文件来取消这个功能 .ds_store 文件 防止在 USB 存储设备中创建.ds_store 文件 1defaults write com.apple.desktopservices DSDo 2018-12-29 #macOS #Spotlight
Linux-iptables 教程http://man.linuxde.net/iptableshttps://www.cnblogs.com/zclzhao/p/5081590.htmlhttp://blog.51cto.com/ailixing/38543https://www.linuxprobe.com/chapter-08.htmlhttp://blog.51cto.com/xiaogongju/2087254htt 2018-12-11 #Shell #Linux #iptables
openssl 验证远程证书状态 1openssl s_client -proxy 127.0.0.1:2123 -connect youtube.com:443 用指定证书测试网站 123openssl s_client -connect api.development.push.apple.com:443 -cert public.pem -key private.pem# 或者openssl s_ 2018-12-04 #Shell #CMD #openssl
gem-问题 Gem::FilePermissionError问题: 1234567$ gem install metamodel --verboseERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.3 2018-12-03 #gem
gem-Ruby程序包管理工具 [TOC] ruby 是一种语言,是某些软件包代码的执行环境。而gem是管理这些基于ruby程序的程序。 gem 命令手册https://guides.rubygems.org/command-reference/ 安装 gem Mac 自带 gem 安装源管理列出安装源gem sources -l http://gems.github.com/http://rubygems.org/htt 2018-12-03 #gem #Ruby #RubyGems
macOS-设置系统代理 设置系统代理地址 12sudo networksetup -setwebproxy "Wi-Fi" 127.0.0.1 8081 #设置Web HTTP代理sudo networksetup -setsecurewebproxy "Wi-Fi" 127.0.0.1 8081 #设置Web HTTPS代理 开关系统代理 12sudo netw 2018-12-03 #macOS #networksetup