Quantcast
Channel: Tiny Core Linux
Viewing all articles
Browse latest Browse all 18601

Re: Working with RasPi-0W and gadgets

$
0
0
Hi kmhill
This is the basic script used by Tinycore to create a static IP:
[code]#!/bin/sh
pkill udhcpc
ifconfig eth0 192.168.1.30 netmask 255.255.255.0 broadcast 192.168.1.255 up
route add default gw 192.168.1.1
echo nameserver 68.237.161.12 > /etc/re...

Viewing all articles
Browse latest Browse all 18601

Trending Articles