Skip to content

Instantly share code, notes, and snippets.

View jsupa's full-sized avatar
:dependabot:
verified bot

Jakub Šupa jsupa

:dependabot:
verified bot
View GitHub Profile
@jsupa
jsupa / README.md
Created September 12, 2022 06:56 — forked from kylrth/README.md
Wake-on-LAN with tp-link TG-3468 on Ubuntu 18.04.3

WOL with tp-link TG-3468 on Ubuntu 18.04.3

I'm putting this here for my own reference because I was up way too late figuring this out.

After installing the network card, I could see I already had the right driver for it. sudo lshw -c network showed that the card was disabled though. What ended up getting the card working was the following which I recorded here:

sudo ip l s dev enp6s0 up
@jsupa
jsupa / android-set-ntp-server.md
Created March 16, 2022 08:44 — forked from xujiaao/android-set-ntp-server.md
Set the NTP server of your android device
tags
Android
Android Things

Set the NTP server of your android device