Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored Jun 12, 2024
1 parent ea4dd32 commit 0414b49
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CinePI Apk

### Set static ip in pi
1. `sudo apt install dhcpcd`
2. `sudo nano /etc/dhcpcd.conf`
3. add these lines
```
interface usb0
static ip_address=192.168.42.42/24
static routers=192.168.42.129
static domain_name_servers=192.168.42.129
```
4. sudo systemctl restart dhcpcd

### install Apk

0 comments on commit 0414b49

Please sign in to comment.