- Modify cmdline.txt to insert at the beginning of the line
ip=192.168.3.111
- Edit configuration file
sudo vi /etc/network/interfaces- Change the configuration of wlan0 to the following
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "nathanielwen"
wpa-psk "***********"
- Restart network service
sudo /etc/init.d/networking restart
sudo apt-get install lrzsz
sudo apt-get install python-pipsudo pip install ipython
Reprinted at: https://www.jianshu.com/p/81c35ab95ce1
Building a code hosting service (SVN) on the Raspberry Pi http://shumeipai.nxez.com/2013/08/27/building-svn-come-in-raspberry.html ssh reference To confirm whether Linux has installed and enabled the ...
The first step after the Raspberry Pi system is installed is to update the resources. sudo apt-get update sudo apt-get upgrade Download the ssh service sudo apt-get install openssh-server Start the ss...
Raspberry pie image making General idea Prepare the necessary tools Create a working folder 1. Create a blank mirror 2.TF card mount 3. Blank image mount and format 4. Copy to image 5. Change PARTUUID...
The scanner mainly usessaneThe program, but does not support network sharing, just install the driver to enable the Raspberry Pi to use the scanner. Mainly used by scannerssaneprogram. Raspberry Pi an...
See how relays work The working diagram of the relay is as above. Usually, the armature is connected to the normally closed contact by the spring tension. After power-on, the electromagnetism attracts...
Raspberry pie gets temperature In the Raspberry Pi operating system, there is an entry for reading the temperature value. By reading the value returned by this entry, the real-time temperature value o...
1. About the Raspberry Pi wireless network often dropped the problem, open the wireless network card power management, use the command iwconfig to view 2, NIC module activation and shutdown commands s...
Boot configuration Default accountpi,passwordraspberry , Raspberry pie comes withvi Not easy to use, such as↑、↓、←、→、BackSpace、Del The button is not available, so you need to reinst...
Common online tutorials are often replaced with software update sources (/etc/apt/sources.list), and there is actually a system update source (/etc/apt/sources.list.d/raspi.list). We will modify these...
Raspberry pie openwrt+ipv6 try A attempt about flashing openwrt to RaspberryPi and enable ipv6. 1. Brush into openwrt From the Internet, I found that the Raspberry Pi can be brushed into the openwrt. ...