• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomeStarter Kit for pcDuino8 Uno User Guide2.Chapter 2 Introduction of Ubuntu for pcDuino8 Uno2.5.Tips
Previous Next

2.5.Tips

Posted by: Olva , August 10, 2016

1. How to set static IP address?

If you want to set static address for eth0 device as 192.168.1.20.

sudo vim /etc/network/interface

And add the following lines:

auto eth0
iface eth0 inet static
address 192.168.1.20
netmask 255.255.255.0
gateway 192.168.1.1

Then reboot it!

2. How to install Chinese language package for pcDuino8 Uno

First make sure your pcDuino8 Uno has been connected to Internet.

Then open a terminal and run the following commands:

sudo board-config.sh

Select set_locale and Chinese (Simplified).

Share!
Tweet

Olva

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors