- 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!
- C語言程序設計案例教程(第2版)
- Mastering Articulate Storyline
- Building Minecraft Server Modifications
- 區塊鏈底層設計Java實戰
- 大話Java:程序設計從入門到精通
- Python網絡爬蟲技術與應用
- 現代C:概念剖析和編程實踐
- Practical GIS
- Visual Basic語言程序設計基礎(第3版)
- Getting Started with Web Components
- Dart:Scalable Application Development
- Building Microservices with Go
- C語言程序設計實驗指導與習題精解
- Python繪圖指南:分形與數據可視化(全彩)
- Java EE 程序設計