Raspberry pie

Set static ip address

  1. Modify cmdline.txt to insert at the beginning of the lineip=192.168.3.111

Set the ip of the wireless network card

  1. Edit configuration filesudo vi /etc/network/interfaces
  2. Change the configuration of wlan0 to the following
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp 
wpa-ssid "nathanielwen"
wpa-psk "***********"
  1. Restart network servicesudo /etc/init.d/networking restart

File transfer related

  1. sudo apt-get install lrzsz

Python related

  1. sudo apt-get install python-pip
  2. sudo pip install ipython

Reprinted at: https://www.jianshu.com/p/81c35ab95ce1

Intelligent Recommendation

Raspberry pie liunux

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 ...

Raspberry pie ssh service

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

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...

❖ Raspberry pie add scanner

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...

Raspberry pie control relay

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...

More Recommendation

Raspberry pie gets temperature

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...

Raspberry pie study notes

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...

Raspberry pie notes

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...

Raspberry pie replacement source

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

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. ...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top