From sdk-wiki
< User:Roblinsalata
Revision as of 20:33, 2 September 2014 by Roblinsalata (talk | contribs) (Created page with "This is my Catch-All page for any hints, tips, commands, or insights. I'm going to try to organize it by "tasks" at first. Sections/Topics: * Networking ** Avahi == Avahi =...")
This is my Catch-All page for any hints, tips, commands, or insights. I'm going to try to organize it by "tasks" at first.
Sections/Topics:
- Networking
- Avahi
Avahi
Check if Avahi is running
# echo the result:
# 0: running
# 1: not running
$ avahi-autoipd -c eth0
$ echo $?
1
$ avahi-daemon -c
$ echo $?
0