Please refer to my blog: https://recolic.net/blog
I have migrated everything in this gist, into my new blog.
请到我的blog: https://recolic.net/blog
This work, excluding the Arch Linux logo, is made available under CC0: https://creativecommons.org/publicdomain/zero/1.0/ |
Please refer to my blog: https://recolic.net/blog
I have migrated everything in this gist, into my new blog.
请到我的blog: https://recolic.net/blog
I bought a cheap motherboard and realized that, I have no cable for 10pin(motherboard) to 15pin vga. And things went worse after I realized that my USB2TTL cable is not working for RS232 serial port.
Then... I have to install archlinux WITHOUT monitor. But, fortunately, I have a KEYBOARD!
I was too lazy to modify ArchISO. I just plug the ARCHISO usb stick and a blank harddisk, and boot,
#!/bin/bash | |
# Prevent the fucking wine to add mime file association. | |
# Implements https://askubuntu.com/questions/323437/how-to-prevent-wine-from-adding-file-associations | |
set -o xtrace | |
rm -f ~/.local/share/mime/packages/x-wine* | |
rm -f ~/.local/share/applications/wine-extension* | |
rm -f ~/.local/share/icons/hicolor/*/*/application-x-wine-extension* | |
rm -f ~/.local/share/mime/application/x-wine-extension* |
use branch manyuser
.
/* | |
* | |
* string.hpp: string process utility. | |
* Recolic Keghart <[email protected]> | |
* MIT License | |
* | |
* Minified version: works on C++11. | |
* | |
*/ |
#!/system/bin/sh | |
# 使用方法: | |
# adb shell "curl -Ssl https://gist.githubusercontent.com/kookxiang/1104e898f270c9a7a0784f70979ec532/raw/hackQQ.sh | su" | |
# 使用方法 (手动): | |
# 0.确保你手机 Root 了 | |
# 1.下载这个脚本到某个地方 | |
# 2.下载 Android SDK(需要其中的 adb) | |
# 3.在命令行运行 adb devices,确保能看到你的手机 |