2012-12 from--https://www.v2ex.com/t/54937 1.Any.Do (任务管理,GTD) 2.Fawave(社交应用:微博、人人、twitter、等管理) 3.Adblock(广告屏蔽) 4.OpenGG.Clean.Player(专门屏蔽优酷网和土豆的广告) 5.Gestures for Chrome(TM)(鼠标手势插件) 6.LastPass(密码管理) 7.Google SSL Privacy Real Link(Google搜索去跳转防屏蔽) 8.Highlight to Search(页面选择关键字自动显示搜索按钮,懒人必备) 9.Scroll To Top Button(返回网页顶部) 10.Search by Image (by Google)(谷歌官方的图片搜索插件) 11.Search…
下载Unraid的升级配置插件https://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer.plg, 打开文件,在开头找到 <!DOCTYPE PLUGIN [ <!ENTITY name "unRAIDServer"> <!ENTITY author "LimeTech"> <!ENTITY version "6.9.0-beta25"> <!ENTITY category "next"> <!ENTITY pluginURL "https://s3.amazonaws.com/dnld.lime-technology.com/&category;/&name;.plg"> <!…
禁用IPv6 /etc/src.conf 文件中添加参数 WITHOUT_IPV6="YES" jails 启用IPv6 rc.conf中参数 修改 ipv6_activate_all_interfaces="YES" rtsold_enable="YES" 到 ifconfig_epair0b_ipv6="inet6 accept_rtadv auto_linklocal" 相关资料: https://forums.freebsd.org/threads/completely-disable-ipv6-in-freebsd-10.50569/ https://www.ixsystems.com/community/threads/iocage-and-ipv6-autoconf.61700/
ZFS 调优指南

2020-08 from--https://wiki2.xbits.net:4430/storage:zfs:zfs%E8%B0%83%E4%BC%98 openzfs_performance_analysis_and_tuning.pdf zfs_storage_pool_layout_white_paper_web.pdf (zpool的布局,性能白皮书) http://open-zfs.org/wiki/Performance_tuning https://github.com/zfsonlinux/zfs/wiki/ZFS-on-Linux-Module-Parameters http://open-zfs.org/wiki/Hardware https://www.delphix.com/blog/delphix-e…
FreeNAS相关资料
PC上设置Chrome浏览器策略
freebsd CTRL+T 的功能
2020-08 from--https://zhuanlan.zhihu.com/p/57167494 2019-10 from--https://zhuanlan.zhihu.com/p/62933164 遇事不决,重启大法。UI里的各种设置(MTU,DNS)不是即时生效的,要重启! 安装系统 设想是根据建议用2个16G Sandisk做freenas-boot盘,这样坏了1个启动盘也有另一个备上。最后也是这么操作的,但是中间有点曲折: 一开始用了个远古64G ssd,心想可以把ssd的配置克隆到u盘当boot,结果发现我想多了; U盘一开始拿了个金士顿32G 3.0的写HDD 做启动盘,结果死活认不出。网上说是ultraiso不行,要换rufus,选dd模式; 说到rufus,FreeNAS-11.1-U7的ISO写入的时候是有弹出dd…
可以对chrome进行管理、限制,可以控制自动更新等相关设置。 Windows通过组策略添加。 相关资料:https://support.google.com/chrome/a/answer/187202?hl=en
CTRL+T ,获取当前进程的状态。可以让操作系统输出SIGINFO信号。 可以查看cp或者mv的进度。 相关资料: https://forums.freebsd.org/threads/man-control-t.19200/ https://www.freebsd.org/cgi/man.cgi?query=termios&sektion=4&manpath=freebsd-release-ports https://en.wikipedia.org/wiki/Signal_(IPC)#SIGINFO