- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 207字
- 2021-07-02 19:46:26
Changing the hour hostname
To change the hostname of our Pi Zero, we are going to make use of the raspi-config tool. Type the following command into your SSH connection:
sudo raspi-config
This will bring up the following menu:

Select option 2 using your cursor keys and press Enter to select it. Read and take note of the rules for allowed hostnames, and press Enter to select your new hostname. I am calling mine wearablepi. Once you have entered your new hostname, press Enter to save it. Press your Tab key twice to select <Finish> on the raspi-config menu and press Enter to close raspi-config. You will be prompted to reboot your Pi Zero. Press Enter with <Yes> selected, and your Pi Zero will reboot.
When your Pi Zero reboots, it should now show on your router's Attached Devices list, with its new hostname.
Reconnect to your Pi Zero via SSH and move onto the next section.
Detailed steps to download the code bundle are mentioned in the Preface of this book. The code bundle for the book is also hosted on GitHub at: https://github.com/PacktPublishing/Wearable-Tech-Projects-with-the-Raspberry-Pi-Zero . We also have other code bundles from our rich catalog of books and videos available at: https://github.com/PacktPublishing/ . Check them out!
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 小程序實戰視頻課:微信小程序開發全案精講
- Moodle Administration Essentials
- 程序設計與實踐(VB.NET)
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Vue.js入門與商城開發實戰
- HTML5 Mobile Development Cookbook
- C#程序設計(慕課版)
- Internet of Things with the Arduino Yún
- Processing互動編程藝術
- Apache Karaf Cookbook
- Java Web應用開發技術與案例教程(第2版)
- Python機器學習編程與實戰
- Visual Basic程序設計教程
- Learning YARN