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
#!/bin/bash -x | |
# make_arm64_rpi_kernel_debs.sh | |
# Builds arm64 debian packages from the CURRENT rpi firmware repository kernel which is installed by: | |
# sudo rpi-update | |
# This runs on an arm64 host with arm64 compilation tools... | |
# or with some sort of cross-compilation setup. | |
# Debs are put in $workdir/build | |
# | |
# This will NOT work in Raspbian unless you have an arm64 compilation | |
# environment setup. Appears to work on |
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
// ==UserScript== | |
// @name Text2Link_auto | |
// @namespace | |
// @version 1.2 | |
// @description Link the URL loaded on to linked ! | |
// @updateURL https://gist.githubusercontent.com/ten9miq/bd91fc3222c9dd4eaa321f1bb499ca37/raw/Text2Link.js | |
// @downloadURL https://gist.githubusercontent.com/ten9miq/bd91fc3222c9dd4eaa321f1bb499ca37/raw/Text2Link.js | |
// @author ten9miq | |
// @match http*://*/* | |
// @grant none |