Thursday, May 7, 2020
Saturday, April 4, 2020
Termux on my Android One Nokia 6.2 smartphone running Android 9
April 04, 2020 by joshuamoesa
Install Termux from the Play Store.
Run
Run
apt update && apt upgrade
to make sure that certain handy tools are available.
Execute
To copy files from the phone to a PC, just use scp. On a Mac, make sure Sharing > Remote Login is enabled:
References:
termux-setup-storage
to ensure that permission to system storage is granted. Including other convenient stuff like symlinks to different storage folders.To copy files from the phone to a PC, just use scp. On a Mac, make sure Sharing > Remote Login is enabled:
Then execute
scp <source-file> <username>@<ip-address-target-pc>:<full-path-target-folder
>References:
- Termux wiki: https://wiki.termux.com/wiki/Main_Page
- Tips: https://www.makeuseof.com/tag/use-linux-command-line-android-termux/
Wednesday, November 13, 2019
Howto set TIBCO BusinessWorks Container Edition (BWCE) environment variables in AWS Fargate
November 13, 2019 by joshuamoesa
When you want to run a Docker command in a new container, you use the -e flag for setting environment variables. Below you will find a list of Docker compatible environment variables that users can set during BusinessWorks Container Edition container (BWCE) deployment:
In the AWS Fargate compute engine for Amazon ECS you can set environment variables in the Container Definition as part of your Task Definition. Below example shows how to set the loglevel to "DEBUG".
Subscribe to:
Posts (Atom)