Skip to content

Instantly share code, notes, and snippets.

View AnatoleLucet's full-sized avatar
🛌

Anatole Lucet AnatoleLucet

🛌
View GitHub Profile
@AnatoleLucet
AnatoleLucet / ac3l-drivers.sh
Created February 11, 2020 15:38
BrosTrend AC3L drivers linux
sh -c 'wget deb.trendtechcn.com/installer.sh -O /tmp/installer.sh && sh /tmp/installer.sh'
sudo apt-get -y install openssh-server adb
sudo systemctl start openssh
sudo adb reverse tcp:8080 tcp:22
@AnatoleLucet
AnatoleLucet / create-btlogin.sh
Last active February 9, 2020 01:32
create a service named "btlogin"
systemctl stop bluetooth
systemctl disable bluetooth
cd /etc/systemd/system/
echo "[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth
[Service]