User:Roblinsalata/General Scratchpad

From sdk-wiki
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