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.
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
WITH RECURSIVE | |
positions(i) as ( | |
VALUES(0) | |
UNION SELECT ALL | |
i+1 FROM positions WHERE i < 63 | |
), | |
solutions(board, n_queens) AS ( | |
SELECT '----------------------------------------------------------------', cast(0 AS bigint) | |
FROM positions | |
UNION |
Follow below steps to migrate the setup of Termux from Device A to Device B
For termux, ~/storage
folder contains a bunch of the soft links
external-n
is the one pointing to the MicroSD card or the OTG USB Drive, using realpath ~/storage/external-1
, can get the physical path on the MicroSD card. The XXXX-YYYY part is the MicroSD card UUID
Other links, such as dcim, movies, music
, they are pointing to the folders on the phone internal storage, using realpath ~/storage/dcim
can find the physical location of the folder
- I am using a docker container for this process in order not to mess around with my current setup
- The output is named as pyarrow-1.0.1-cp37-cp37m-linux_armv7l.whl, under the folder /build/arrow/python/dist inside the docker container.
- The output wheel can also be downloaded here - https://drive.google.com/drive/folders/13rdy69jtjF4rtf2K5-REzTPeFPQW4Uyy?usp=sharing
- Special thanks to kpine/rpi-pyarrow-plasma
Attached the Dockerfile.
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
{"lastUpload":"2020-10-30T19:55:49.351Z","extensionVersion":"v3.4.3"} |