永久封存 | Yuuta 台 | 😷 #Pray4Wuhan
整了个 Win10 + ElementaryOS 双系统(参照 https://www.jianshu.com/p/969a532c0202 ),Linux 安装成功了,但是重启进 UEFI 的话还是 Windows Boot Manager,只能进 Win,Linux 如何引导呢?
#linux #microsoft #sysadmin 老铁,虽说 Windows Boot Manager 有啥 “实时引导模式”,我 UEFI WBMgr 引导 GRUB2 没有一次成功的,只有 GRUB2 可以 Chainloader EFI 版的 WBMgr 🌚
Forwarded from Rachel 碎碎念 (IFTTT)
Nevolution 更新了取消通知的接口,我的小工具 “增强截图通知” 功能也近乎完美了(但依然是很菜的玩具,毕竟编辑功能还要依靠外部应用qwq,未来可能自己做一个单独的截图编辑器)。现在已经发布到了 Google Play:https://t.co/W0Ksd0o4Ad GitHub 也会持续更新源码:https://t.co/62g50eDno5 pic.twitter.com/URsolsRlzx
— fython (@fython) July 28, 2018
— fython (@fython) July 28, 2018
Google Play
Nevo - Enhanced Screenshot Notification - Apps on Google Play
In coordination with Nevolution app, we can enhance your screenshot notification and improve experience.To users, what you need is:- A mobile phone installed Android 7.0+ (Not recommend Android P users to use, because some of these features have been implemented.)…
#android #linux #dev
https://github.com/ilius/gattr/blob/master/attrbox.cpp
chattr 和 lsattr 两个工具本来来自 e2fsprogs 项目(GPLv3),但我发现好像不需要这个库就可以查到文件特殊属性... 🌚https://github.com/ilius/gattr/blob/master/attrbox.cpp
GitHub
ilius/gattr
gattr - Gtk+ UI for lsattr/chattr
duangsuse::Echo
#android #linux #dev chattr 和 lsattr 两个工具本来来自 e2fsprogs 项目(GPLv3),但我发现好像不需要这个库就可以查到文件特殊属性... 🌚 https://github.com/ilius/gattr/blob/master/attrbox.cpp
好像不行... 他是用
popen() 的,还是要 lsattr 和 chattr
duangsuse::Echo
好像不行... 他是用 popen() 的,还是要 lsattr 和 chattr
我可以自己实现一个简单版本的 e2fsprogs,我发现他们的代码只有 200 多行,很容易理解,都是用
ioctl() 函数实现的http://mirrors.neusoft.edu.cn/android/repository/android-ndk-r17b-linux-x86_64.zip
最新的 NDK 下载地址,我的 AS 现在基本不能用了..... 😶
最新的 NDK 下载地址,我的 AS 现在基本不能用了..... 😶
duangsuse::Echo
https://github.com/duangsuse/attrtools 后来我花了两个小时时间用 C 写了这个工具,我的确是体积强迫症.... 🙈
现在已经可以直接 ndk 编译,不需要任何手动操作