On my Oneplus 5T, Android 8.1:
List apps. running in background permanently
- Settings > Dev. Options > Running Services
- Settings > Apps > Application list > Select app > Battery > Uncheck Background activity
[jerome@jeroboam] > make
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Then re-install xcode developer tools like in:
[jerome@jeroboam] > xcode-select --install
xcode-select: note: install requested for command line developer tools
> file --mime-type ~/Desktop/42a3-909a-1b5bdb4a4b8b.gz
text/plain
Then simply rename it into .txt, and you will be able to open it.
git checkout [TARGET_BRANCH]
git checkout [SOURCE_BRANCH] my_file1 my_file2
git branch -m new-name
Delete the old-name remote branch and push the new-name local branch.
git push origin :old-name new-name
Reset the upstream branch for the new-name local branch.
git push origin -u new-name
checking for OpenSSL... configure: error: not found
Then, restart it like follows:
./configure --with-openssl=/usr/local/opt/openssl
[jerome@jeroboam] > sudo lsof -PiTCP -sTCP:LISTEN | grep 6432
pgbouncer 10533 jerome 9u IPv6 0x8678a9be8d9262f5 0t0 TCP *:6432 (LISTEN)
pgbouncer 10533 jerome 10u IPv4 0x8678a9be9e2f23dd 0t0 TCP *:6432 (LISTEN)
Host bastion HostName bastion-01.golgoth.com User jgallinari Host remote1 HostName remote1.toto.swir User jgallinari ProxyCommand ssh jgallinari@bastion -W %h:%pThen ssh remote1 should do it.
[jerome@jeroboam] > sysctl -n machdep.cpu.brand_string
Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
AvUsageQuarantineBuildProject:
Type: AWS::CodeBuild::Project
Condition: Preprod
Properties:
Name: av-usage-quarantine-build
ServiceRole: !GetAtt AvUsageQuarantineBuildProjectRole.Arn
Artifacts:
Type: CODEPIPELINE
Name: av-usage-quarantine
Environment:
Type: LINUX_CONTAINER
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/java:openjdk-8
EnvironmentVariables:
- Name: S3_BUCKET
Value: !ImportValue delivery-AvDeliveryUtilsBucket
Source:
Type: CODEPIPELINE
BuildSpec: !Sub |
version: 0.2
phases:
install:
commands:
- cd ~; wget https://raw.github.com/technomancy/leiningen/stable/bin/lein; chmod +x lein; mv lein /bin
- LEIN_ROOT=true lein
build:
commands:
- cd $CODEBUILD_SRC_DIR
- LEIN_ROOT=true lein uberjar
post_build:
commands:
- aws cloudformation package --template template.yaml --s3-bucket $S3_BUCKET --s3-prefix lambda --output-template av-usage-quarantine-output-template.yaml
defaults write com.apple.Terminal FocusFollowsMouse -string YES
Follow focus OFF
defaults write com.apple.Terminal FocusFollowsMouse -string NO
Then, restart Terminal.