Android-安卓使用MiXplorer连接FTP服务器 第一步打开 MiXplorer 软件 第二步点击屏幕的左上角位置,三个横线的按钮,这个键也叫菜单键、汉堡键。 第四步在弹出的书签界面点击靠右边的一个按钮。 第五步在弹出的列表中选择“添加存储器” 第六步在弹出的界面中选择FTP(S,ES)。因为我们要连接的是一个FTP服务器。 第七步在弹出的界面填写好FTP服务器的地址、用户名和密码点击保存就可以。如果没有用户名和密码就留空,不需要填写。例如:FT 2019-01-31 #Android #MiXplorer
macOS-defaults命令 defaults 命令介绍在 macOS 中,defaults 命令用于读写用户的偏好设置(preferences)。这些偏好设置通常存储在用户的 ~/Library/Preferences 目录下的 .plist(Property List)文件中。 所有可能用到的 domain 和 key https://www.defaults-write.com/ defaults 命令读写的配置文件 2019-01-28 #macOS #defaults
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/smartdnss 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