#################
# in 1st terminal
#################
# enable usb debugging and root debugging, if no root debugging available, root device with e.g. magisk, after change remove root again
adb root
adb shell
# look at `mount` and find the read only system partition
mount -o rw,remount /
# or
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
| FROM ubuntu:22.04 | |
| RUN apt update && apt install -y sudo wget gnupg2 git | |
| # Add the makedeb repository and install the package | |
| RUN wget -qO - 'https://proget.makedeb.org/debian-feeds/makedeb.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/makedeb-archive-keyring.gpg 1> /dev/null | |
| RUN echo 'deb [signed-by=/usr/share/keyrings/makedeb-archive-keyring.gpg arch=all] https://proget.makedeb.org/ makedeb main' | sudo tee /etc/apt/sources.list.d/makedeb.list | |
| RUN sudo apt update && sudo apt install -y makedeb | |
| # Create the test folder | |
| RUN mkdir /test |
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
| # ######## | |
| # # bash # | |
| # ######## | |
| # pattern="KMS_VL_ALL_AIO-.*.7z" | |
| # repo="abbodi1406/KMS_VL_ALL_AIO" | |
| # # remove old files | |
| # rm -f description.txt && rm -f ATLauncher-*.jar | |
| # # get the files | |
| # curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -oP '"browser_download_url":\s*"\K[^"]+' | grep -E "$pattern" | wget -q --show-progress -i - |
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
| # ######## | |
| # # bash # | |
| # ######## | |
| # pattern="ATLauncher-.*" | |
| # repo="Alistair1231/ATLauncher-Offline" | |
| # # remove old files | |
| # rm -f description.txt && rm -f ATLauncher-*.jar | |
| # # get the files | |
| # curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -oP '"browser_download_url":\s*"\K[^"]+' | grep -E "$pattern" | wget -q --show-progress -i - |
How to install tikz-uml package on Windows
- console: https://tex.stackexchange.com/questions/69483/create-a-local-texmf-tree-in-miktex
- or gui: https://miktex.org/howto/miktex-console
How to install tikz-uml package on Linux
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
| # just copy/paste into powershell and edit variables before pressing enter. | |
| $user="user"; ` | |
| $server="example.com"; ` | |
| $port=22; ` | |
| $file="id_rsa"; ` | |
| type $env:USERPROFILE\.ssh\$file.pub | ssh $user@$server -p $port "mkdir -p ~/.ssh && cat >> .ssh/authorized_keys" |
Table of Contents
Just use https://github.com/Taxel/PlexTraktSync instead
- SSH into server and
cdinto the Plex Plug-Ins directory for me that was/storage/.appdata/plex/Library/Application Support/Plex Media Server/Plug-ins git clone https://github.com/Cornishman/Plex-Trakt-Scrobbler.gitmv Plex-Trakt-Scrobbler/Trakttv.bundle/ .rm -rdf Plex-Trakt-Scrobbler- now restart plex