All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
Note: This gist may be outdated, thanks to all contributors in comments.
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
在“网易云音乐”的快捷方式上右击进入快捷方式“属性”选项卡中,在“目标”一栏的末尾添加--force-device-scale-factor=2,其中2为显示缩放比例(200%为2, 175%为1.75,以此类推)
然后进入“兼容性”选项卡,选择“更改高DPI设置”(17134版本),在“替代高DPI缩放行为。缩放执行”处选择“应用程序”,然后“确定”即可。
通过此快捷方式打开的网易云音乐界面缩放正常且不会模糊,但是托盘菜单由于仍然是Qt渲染的,因此字体会变得特别小。
参考:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* Feeds a database with the content of a bibtex file parsed with bibtexbrowser | |
| * See: http://www.monperrus.net/martin/feeding-mysql-database-with-bibtexbrowser | |
| * Author: Martin Monperrus | |
| * Last Modification Date: July 2013 | |
| * Creation Date: Feb 2012 | |
| */ | |
| // if exists, should contain define('DB_PASSWORD', 'dssizyrekzbqsf');, etc. | |
| @include('conf.local.php'); |