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
Elevate device owner via adb | |
~ dpm set-device-owner com.afwsamples.testdpc/.DeviceAdminReceiver | |
Remove active-admin via adb (debug) | |
~ dpm remove-active-admin com.afwsamples.testdpc/.DeviceAdminReceiver |
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
export ANDROID_HOME="$HOME/Android/Sdk" | |
export JAVA_HOME="$HOME/libs/openjdk-12.0.2_linux-x64_bin/jdk-12.0.2" | |
export CHROME_EXECUTABLE="/var/lib/flatpak/exports/bin/com.google.Chrome" | |
export PATH="$PATH:$ANDROID_HOME/emulator" | |
export PATH="$PATH:$ANDROID_HOME/platform-tools" | |
export PATH="$PATH":"$HOME/libs/firebase-tools" | |
export PATH="$PATH":"$HOME/.pub-cache/bin" | |
export PATH="$PATH:$HOME/libs/flutter_linux_3.13.4-stable/flutter/bin" |
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
yt-dlp -f "(mp4)[height<=720]" -P "~/Downloads/ytdlp" "https://www.youtube.com/playlist?list=PLGJe0xGh7cH2lszCZ7qwsqouEK23XCMGp" --write-auto-subs --sub-lang "en.*" |