Utilities for Windows NT Besides my research work I am responsible for a couple of computers at the physics department of the University of Mainz which are running under Windows NT. Therefore I started developing some utilities which I think are mis
This bundle contains a modified CP210x driver for the 4.10.0 kernel (Ubuntu 17.04). It contains: - Support for the CP2102N NOTE: This driver is an example of how to perform GPIO operations within the CP210x driver since the driver on kernel.org does
六边形
用于管理 VM的粗略CLI工具。
为什么?
上游Qubes提供的现有qvm-*工具稳定且简洁,但是缺少一些方便的操作,例如“重新启动”或“更新所有软件包”。 Hexagon旨在为那些极端情况提供方便的CLI操作。
更重要的是,六角形意在促进虚拟机管理的试验。因此,它对稳定性或维护性不做任何保证:使用风险自负。
用法
# List all VMs with known available package updates
hexagon ls --updatable
# List all V
恢复映像
快速周转测试
使用启动时恢复的设备(例如,设置为BOARD_USES_RECOVERY_AS_BOOT的像素)
# After setting up environment and lunch.
m -j bootimage
adb reboot bootloader
# Pixel devices don't support booting into recovery mode with `fastboot boot`.
fastboot flash boot
# Manually