User:Roblinsalata/General Scratchpad

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 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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