- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 175字
- 2021-07-02 19:46:25
SSH from Linux
To connect to your Pi Zero using SSH from a Linux operating system, you will need to use your system Terminal. Type the following command:
ssh pi@192.168.1.61
You should obviously replace the IP address with the IP address that your Pi has been assigned. As this is the first time you are connecting to your Pi over SSH from your computer, you will be asked whether you want to accept the ECDSA key fingerprint. This is normal on a first connection and nothing to worry about. Type yes and press Enter to continue connecting. You will then be prompted to enter the password for your Pi. Enter the default password of raspberry and press Enter.
You are now logged into your Pi Zero via SSH, move on to the Final Set up section of this chapter, to get your Pi ready to be used to start making our wearable-tech projects!
- 數據科學實戰手冊(R+Python)
- 騰訊iOS測試實踐
- Flink SQL與DataStream入門、進階與實戰
- C語言程序設計教程(第2版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Mastering Unity 2D Game Development(Second Edition)
- 新一代SDN:VMware NSX 網絡原理與實踐
- Building Wireless Sensor Networks Using Arduino
- Developing SSRS Reports for Dynamics AX
- Python Data Science Cookbook
- Node.js區塊鏈開發
- JavaScript悟道
- Go語言入門經典
- Modernizing Legacy Applications in PHP
- 微前端設計與實現