Gentoo 滚了一下,然后提示 preserved libs,说是 perl 的,于是 emerge @preserved-rebuild 之.
等了一会发现编译没通过,提示 Can't locate Locale/Messages.pm in @INC (you may need to install the Locale::Messages module)
.
只需要重构 perl 的模组就好.
perl-cleaner all
Gentoo 滚了一下,然后提示 preserved libs,说是 perl 的,于是 emerge @preserved-rebuild 之.
等了一会发现编译没通过,提示 Can't locate Locale/Messages.pm in @INC (you may need to install the Locale::Messages module)
.
只需要重构 perl 的模组就好.
perl-cleaner all
在 make.conf 里面的 CFLAGS 中可以指定 -march 和 -mtune,最简单的就是指定 native,自行适配.
结果最近我上了 distcc,发现这东西不能在用 native 了,必须要指定出来,那就要问问 gcc 了.
gcc -v -E -x c -march=native -mtune=native - < /dev/null 2>&1 | grep cc1 | perl -pe 's/ -mno-\S+//g; s/^.* - //g;'
然后你就得到了你的 CFLAGS.
在很久以前,Amit Singh 编写了一个基于 MacFUSE 的 procfs,但是目前来说 MacFUSE 已经是死的透彻,它的代码也因为各种函数 deprecated 的关系无法正常编译.
然后呢,在查看他 repo 的 issue 的时候,发现有人 fork 了这个项目.
he.net 的隧道应该都知道吧?不知道的话,去 https://tunnelbroker.net/ 申请一个.
他的隧道走的是 6in4,需求嘛,和 isatap, 6rd, 6to4 差不多,需要打开 41 协议(不是端口).这里就在 OpenWRT 上配置.
在下的路由的固件比较老了,用的还是 radvd 来广播,新的固件中 odhcpd 会直接广播.
首先,选择 wan6,协议选择 IPv6-in-IPv4,你可能需要安装 6in4, opkg install 6in4
.
家里有个光猫,型号 i-240e-q,结果发现这劳什子 4 个 eth 就一个能用,我好怒啊,于是打算看看这东西有没有管理员界面.
目前他是桥接模式,用我的路由来拨号,于是断开连接路由的线,接到电脑上.
等了一会发现这东西没 DHCP,hmm,这没法阻止我!
手动分配 192.168.1.2,nmap 扫了一下,192.168.1.251 有回复,哈!
手头收了个 HG255D,本着废物利用的精神刷了个 OpenWRT,结果碰到了我人生中最诡异的 bug.
刷好,开机,PPPoE 设置好,拨号,没问题,拿到 ip,ping traceroute 全通.
于是开了个网页,Loading,Loading,Loading,ERR_CONNECTION_TIMED_OUT.
wtf?
手机上的网易云音乐越来越放肆了,也是忍不下去下架版权了.
已经有人写了个 Xposed 插件来避免这种情况,感谢他们的工作.
那么首先呈上 Github:https://github.com/bin456789/Unblock163MusicClient-Xposed
懒得人你可能需要编译好的 https://file.mikelei.me/App/Volume_latest.apk
是的,你的手机需要备份,这种时候你第一可以备份 Nandroid,第二选择钛备份.
但是呢,我目前需要切换系统,这样 Nandroid 备份便不可行,钛备份的话,莫名其妙无法获取权限.这就很尴尬了吧.
首先呢,我们请出 adb.这个不需要 Root.
adb backup -all -nosystem -noshared
I feel bad about this.
After explorer.exe went crash,I find out that my input indicator was gone somehow.
As you can see ,it’s gone without not even a trace of it.Then I start to search,at their website,supporter says it could be fixed by reboot.God,I was flashing my router,so no way to restart my computer.