Skip to content

Instantly share code, notes, and snippets.

View rootshaxor's full-sized avatar
🌐
Routing The Brain

Erwin Kurniawan rootshaxor

🌐
Routing The Brain
View GitHub Profile
@rootshaxor
rootshaxor / wifiTest
Created February 3, 2022 08:36 — forked from gohilbhagirath90/wifiTest
How to test WLAN function via command line
When a PCB back from product line without LCD, how to test WIFI basic function?
We can usually use below commands in adb shell with root permission
//Check if wlan.ko was loaded
lsmod
//If not, please install it
insmod /system/lib/modules/wlan.ko
//Check if it correctly installed
let mapleader = ","
filetype on
filetype indent on
filetype plugin on
set encoding=UTF-8
syntax on set nocompatible set hlsearch set number relativenumber set laststatus=2 set vb set ruler set spelllang=en_us set autoindent
@rootshaxor
rootshaxor / go-os-arch.md
Created June 11, 2019 06:14 — forked from asukakenji/0-go-os-arch.md
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.8.3 darwin/amd64.

A list of valid GOOS values

(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)

  • android
  • darwin