当前位置:网站首页>Raspberry pie record
Raspberry pie record
2022-07-18 20:48:00 【tea9】
How to connect raspberry pie without a monitor
1. The reference is here How to play raspberry pie without a monitor | Play for nothing Pi The second series
I use a network cable to connect directly
Connect the computer with a network cable
Open system preferences - share - Internet sharing
ssh Connect ssh [email protected]
Our default account is :pi pi The default password of the account is :raspberry 123456
2. Connect with your mobile phone usb Mouth to mouth raspberry pie typec Connect your mobile phone through the port use vpn hotspot apk open usb Network sharing And then use termux Connect the raspberry pie ssh [email protected]
vpn hotspot .apk link : https://pan.baidu.com/s/19hK5uQfWyKsNC90kN1kgUw password : s1ku termux.apk link : https://pan.baidu.com/s/16gJLA4EJ2xxfm6N6aS0dHQ password : 9l6f
Raspberry pie VNC Viewer
sudo raspi-config In turn, the operating :Interfacing Options -> VNC -> Yes. Then the system will prompt you whether you want to install VNC service , Input y Then return. , Wait for the system to automatically download and install , If everything goes well VNC The service starts ! ifconfig see ip then vnc Connect
Raspberry pie wifi Find a connection wifi Use the following command to obtain wifi Set up wpa_passphrase SSID name password Echo as follows Copy this echo and save it to your own configuration file sudo nano /etc/wpa_supplicant/wpa_supplicant.conf Ctrl + O Shortcut key preservation ; Ctrl + X Shortcut key sign out Nano Editor
sudo iwlist wlan0 scan | grep ESSID
[email protected]:~ $ iwlist wlan0 scan | grep ESSID
ESSID:"test"
[email protected]:~ $ wpa_passphrase test 1357924680
network={
ssid="test"
#psk="1357924680"
psk=fe6b683fc471c3e18418405e0674eb2f52257c573caef5a4b6d27e14af0f9213
}
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="test"
#psk="1357924680"
psk=fe6b683fc471c3e18418405e0674eb2f52257c573caef5a4b6d27e14af0f9213
}Restart the network
[email protected]:~$ sudo /etc/init.d/networking restart
[email protected]:~$ sudo service networking restart # The function of the above line is the same .
[email protected]:~$ sudo ifdown wlan0 # Sometimes it is necessary to perform perhaps The next line of command will work .
[email protected]:~$ sudo ifup wlan0 # It is recommended to try this command
[email protected]:~$ wpa_cli status # Check the connection status Still can't try to restart try
sudo rebootCheck whether the wireless network is connected
[email protected]:~ $ iwconfig wlan0
wlan0 IEEE 802.11 ESSID:"test"
Mode:Managed Frequency:2.412 GHz Access Point: B8:27:EB:BC:94:6A
Bit Rate=58.5 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=67/70 Signal level=-43 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0perhaps ifconfig see wlan0 Is there a ip Address Try to use ip Connect
» ssh [email protected] Want to set raspberry pie as a router No card reader Then I stopped and went back to find the card reader Reference article Use raspberry pie 3B Make a wireless router
Raspberry pie kali
Raspberry pie installation kali And complete configuration
Download System
https://www.offensive-security.com/kali-linux-arm-images/ Kali Linux RaspberryPi 2 (v1.2), 3, 4 and 400 (64-Bit) (img.xz) Download this version First use SDformatter_v4.0 Format memory card , Use the burning tool to burn Win32DiskImager Tool Links : https://pan.baidu.com/s/1bJS6xmTPS5341ZCn42G3vQ password : cjos
user name kali password kali
边栏推荐
- Why should V-for add key
- Theoretical knowledge of static routing
- Termux related
- ccf真题(怒拿100昏)
- Taote keyword search commodity API interface (commodity list interface, sales volume sorting interface, commodity sales volume interface)
- 20、网络原理——基础概念
- Activity -- startactivityforresult() - return data to the previous activity method record
- Trapped in the marketing siege, how long can Hua Xizi bear the title of "light of domestic goods"?
- Dalvik virtual machine and art
- 长安链tls基础研究
猜你喜欢

静态路由理论知识

Add, delete, check and modify the MySQL Learning Notes database (Advanced)
![[亲测有效]npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.](/img/07/9f43b0b8ea0c887900d4daa351f1f8.png)
[亲测有效]npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

长安链tls基础研究

软件测试 - 用例篇

21. How does the program execute after entering the URL in the browser?

Tiktok protocol interface, protocol analysis add_ x_ bogus add_ signature

Dynamic memory management (C language)

【uniapp调用微信支付】uniapp开发小程序-调用微信支付
![[uniapp calls wechat Payment] uniapp development applet - call wechat payment](/img/a1/52e3acf6448c509d34ae135bae1402.png)
[uniapp calls wechat Payment] uniapp development applet - call wechat payment
随机推荐
Code of solidity
Paddle CrowdNet 人群密度估计
小姐姐我来啦
xgboost+word2vec文本分类简单例子
Trickery applet (baby, I'm the biggest fool in the world x) code
jenkins安装
21、当在浏览器中输入了URL之后,程序是怎样执行的?
Why should V-for add key
OSPF theory
Flutter 绘制非常有趣的贝塞尔曲线动画
Code you can't guess
Error: cannot read properties of undefined (reading 'foreach')
[Xuelang download tutorial] 06 Xuelang simulated web version login, without client and global agent software
Test management knowledge: how to transform from a business expert to a grass-roots Manager
Dynamic memory management (C language)
程序员都不懂的代码
How to create and deploy erc-1155 NFT
netstat常用场景记录
阿里云视频点播
YOLOv5改进之二十:Involution新神经网络算子引入网络