Skip to content

Instantly share code, notes, and snippets.

@AMerkuri
AMerkuri / install_wlan_dongle.sh
Created August 18, 2022 20:44 — forked from MBing/install_wlan_dongle.sh
install TP-Link-WN725N Nano USB Wifi on Raspberry Pi with Kernel 5.10+
# DO NOT PUT THE WIFI DONGLE IN THE DEVICE BEFORE MENTIONED EXPLICITLY BELOW
# Brief note, after this the UI will not show the usb dongle,
# the wifi does work and I get an IP address, so all works,
# but I don't go into detail of making it show on the Raspbian UI.
# (for this purpose I don't care about the UI)
# For the use of this I connected my device to an ethernet connection and through the Router could see the IP which I can SSH into.
## STEP 1: Prepare machine and install packages needed
@AMerkuri
AMerkuri / dabblet.css
Created April 26, 2018 08:19
transition: all;
/**
* transition: all;
*/
* {
transition: width 1s;
}
div {
width: 50%;