Copy Link or Image as Markdown code Copy as Markdown is a Chrome extension which can help you copy the following things as Markdown to your system clipboard:
- Current Tab as Link
- A Link on the Page
Copy Link or Image as Markdown code Copy as Markdown is a Chrome extension which can help you copy the following things as Markdown to your system clipboard:
先说 ss/ssr 透明代理吧,ss-redir 是 ss-libev、ssr-libev 中的一个工具,配合 iptables 可以在 Linux 上实现 ss、ssr 透明代理,ss-redir 的 TCP 透明代理是通过 REDIRECT 方式实现的,而 UDP 透明代理是通过 TPROXY 方式实现的。强调一点,利用 ss-redir 实现透明代理必须使用 ss-libev 或 ssr-libev,python、go 等版本没有 ss-redir、ss-tunnel 程序。
当然,ss、ssr 透明代理并不是只能用 ss-redir 来实现,使用 ss-local + redsocks2/tun2socks 同样可以实现 socks5(ss-local 是 socks5 服务器)全局透明代理;ss-local + redsocks2 实际上是 ss-redir 的分体实现,TCP 使用 REDIRECT 方式,UDP 使用 TPROXY 方式;ss-local + tun2socks 则相当于 Android 版 SS/SSR 的 VPN 模式,因为它实际上是通过一张虚拟的 tun 网卡来进行代理的。
最后说一下 v2ray 的透明代理,其实原理和 ss/ssr-libev 一样,v2ray 可以看作是 ss-local、ss-redir、ss-tunnel、ss-server 四者的合体,因为同一个 v2ray 程序既
Install Entware https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS
/usr/local/etc/rc.d/S99entware-mount-set.sh
#!/bin/sh
# Mount/Start Entware
mkdir -p /opt
forked from https://gist.github.com/fire1ce/65d3e370120750a5deb283abe1d74491
opkg update && opkg install ca-certificates ca-bundle zsh curl git-http
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
#sed -i -- 's:/bin/ash:/usr/bin/zsh:g' /etc/passwd
which zsh && sed -i -- 's:/bin/ash:'`which zsh`':g' /etc/passwd
# -- reboot, all done.
http://netatalk.sourceforge.net/3.0/htmldocs/ | |
https://wiki.archlinux.org/index.php/Netatalk | |
https://openwrt.org/docs/guide-user/services/nas/netatalk_configuration | |
https://rog.asus.com/forum/showthread.php?92313-linux-lm_sensors-it87-driver | |
``` | |
Darth Ender | |
04-06-2017 03:59 AM | |
linux lm_sensors it87 driver | |
Looks like support is on it's way. You can clone the git repository https://github.com/groeck/it87 and build your own it87 module. Temps and rpms seem accurate on my 1800x, voltages need some calibrating. |
EFI_EFI_SHELL_intro.md
EFI及EFI SHELL简介 http://smilejay.com/2011/05/efi_efi-shell/ 05/16/2011MASTER 5 COMMENTS 今天升级Sandy Bridge EP测试机的BIOS,可谓是曲折啊,尝试各种方法、遇到各种软硬件问题问题。其中一种方法是按照Intel的官方BIOS文档中的说明,用在EFI Shell中升级。所以稍微了解了一下EFI和EFI Shell。 大致来说,EFI是Extensible Firmware Interface的缩写,是介于平台固件和操作系统之间的一层软件接口(及其详细规格说明文档)。EFI是Intel在1998年开始的一个项目演变而来,而在2005年Intel将EFI 1.10开源并交由Unified EFI开源社区去维护和开发,Intel自己的EFI也就不单独做了,都和开源社区共用一个。现在也通常用EFI来代指UEFI,二者不再有意区分。 EFI Shell是EFI提供的一个交互式的命令行Shell环境,在这里你可以执行一些efi应用程序,加载efi设备驱动程序,以及引导操作系统,从引导菜单项中选择”efi shell”,回车,待出现”shell]”提示符时即表明你已进入efi shell环境中,下面对一些常用的efi shell环境下的命令作些简要介绍:
<hash>
with your gist's hash):
# with ssh
git clone [email protected]:<hash>.git mygist
# with https
git clone https://gist.github.com/.git mygist