Horje
motioneyeos terminal setup Code Example
motioneyeos terminal setup
 ssid=myssid
 wpa_passphrase=12345678
 wpa=2
 wpa_key_mgmt=WPA-PSK
 interface=wlan0
 channel=1
 driver=nl80211
 hw_mode=g
 ieee80211n=1
 ieee80211ac=1
Source: github.com
motioneyeos terminal setup
 git clone --depth 1 https://github.com/ccrisan/motioneyeos.git motioneyeos
 cd motioneyeos
Source: github.com
motioneyeos terminal setup
 ./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img"
Source: github.com
motioneyeos terminal setup
 sudo dd if=output/[board]/images/motioneyeos-[board].img of=/dev/mmcblk0 bs=4M
Source: github.com
motioneyeos terminal setup
 ./build.sh [board] mkimage
Source: github.com
motioneyeos terminal setup
 interface=wlan0
 dhcp-range=192.168.27.50,192.168.27.150,24h
 dhcp-leasefile=/data/dnsmasq.leases
Source: github.com
motioneyeos terminal setup
 ./build.sh [board] xconfig
Source: github.com
motioneyeos terminal setup
 ./build.sh [board]
Source: github.com




Shell

Related
How to begin using MongoDB in Linux Code Example How to begin using MongoDB in Linux Code Example
find and move bash Code Example find and move bash Code Example
Refusing to install package with name "mongoose" under a package Code Example Refusing to install package with name "mongoose" under a package Code Example
vmware manjaro headers Code Example vmware manjaro headers Code Example
Hashicorp Vault create encryption key in transit from CLI Code Example Hashicorp Vault create encryption key in transit from CLI Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10