This is mostly for my own benefit when I invariably format a computer using these adapters and forget how to get wifi working again:
Plug device in and ensure it is detected via lsusb:
For the T3U Plus, the ID is 2357:0138.
| alias wget="curl -O --retry 999 --retry-max-time 0 -C -" | |
| ## | |
| # Line should be placed at ~/.bash_profile | |
| # Source: http://www.mymacosx.com/terminal/wget-replacement-macos.html | |
| # Source: http://superuser.com/questions/142459/persistent-retrying-resuming-downloads-with-curl | |
| ## |
| angular.module("myApp").directive("autoGrow", function(){ | |
| return function(scope, element, attr){ | |
| var update = function(){ | |
| element.css("height", "auto"); | |
| var height = element[0].scrollHeight; | |
| if(height > 0){ | |
| element.css("height", height + "px"); | |
| } | |
| }; | |
| scope.$watch(attr.ngModel, function(){ |
| # QEmu | |
| brew install qemu | |
| # Home for out tests | |
| mkdir ~/arm-emu | |
| cd ~/arm-emu | |
| # Download initrd and kernel | |
| wget http://ftp.de.debian.org/debian/dists/jessie/main/installer-armel/current/images/versatile/netboot/initrd.gz |
This is mostly for my own benefit when I invariably format a computer using these adapters and forget how to get wifi working again:
Plug device in and ensure it is detected via lsusb:
For the T3U Plus, the ID is 2357:0138.
Quick how-to to install the archived offline-election tool
https://github.com/paritytech/substrate-debug-kit/tree/master/offline-election
git clone https://github.com/paritytech/substrate-debug-kit.git && cd substrate-debug-kit/