Moore's Woolly Lemur Avahi mooreorum
A lemur from northern Madagascar. They are nocturnal, tree-dwelling, and eat leaves. In primary forest areas, they sleep in clumps of dense foliage during the daytime.
img source
seen from T1
seen from Yemen
seen from United States
seen from United Arab Emirates
seen from United Kingdom

seen from Latvia
seen from China
seen from Türkiye
seen from Germany
seen from Ukraine
seen from China
seen from Singapore
seen from India
seen from China
seen from Ukraine

seen from Singapore

seen from United States
seen from China
seen from China

seen from Germany
Moore's Woolly Lemur Avahi mooreorum
A lemur from northern Madagascar. They are nocturnal, tree-dwelling, and eat leaves. In primary forest areas, they sleep in clumps of dense foliage during the daytime.
img source

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Learn how to disable avahi-daemon in Linux, what exactly avahi-daemon is, and whether you should consider enabling it back.
コンピュータークラスター
まだ何をどうやるか決めかねていますが、モノづくり塾の塾生と勉強するテーマの一つとしてコンピュータークラスターについて調べています。 今のところは各自のPCにVirtualBoxなどのハイパーバイザーをインストールして、複数のLinuxゲストOSを起動し、それぞれのゲストOS上にDocker(コンテナー)を使ったアプリケーションを配備して、それらを集中管理するというコンテナオーケストレーションを作ってみる、なんていうところからスタートかなと思っています。 こういうのも色々ありますが、Ubuntu…
View On WordPress
windowsからGooglehomeに喋らせてからはや一ヶ月。本来の目的であるAndroidからできるかどうかを検証してきたが、私のアタマは限界である。 誰かLINUX(Debian)に強い人、Failed to open〜からを読み取ってください。 おとなしくラズパイに逃げたいと思います… #linux #debian #gnurootdebian 憎き#avahi #ちなみにこのxperiasxは我が家の宝です #xperiasx
avahi on centos7 for SSH
After installing the packages: nss-mdns, avahi, avahi-ui-tools ensure that the /etc/nsswitch.conf hosts line contains mdns4 (see the docs less /usr/share/doc/nss-mdns-0.10/README, or to whatever rpm -qd nss-mdns points.
Ensure that UDP/5353 is open in the firewall (per standard CentOS7/RHEL7 this is done using firewalld and its associated commands):
# check the name of the service from the available list $ sudo firewall-cmd --get-services | grep mdns # add the "mdns" service and set it to expire in 10 minues $ sudo firewall-cmd --add-service=mdns --timeout=10m # verify service port is now opened $ sudo firewall-cmd --list-services dhcpv6-client ssh mdns
Copy the SSH service from the sample in docs
cp /usr/share/doc/avahi-0.6.31/ssh.service /etc/avahi/services/ssh.service
Edit the avahi-daemon to give it a unique name
[server] host-name=ush-avahi-testname domain-name=local
Check the availability of the SSH service
[ush@panurge Downloads]$ avahi-browse -a + p3p1 IPv4 ush-avahi-testname [34:17:eb:ad:e0:fc] Workstation local + p3p1 IPv4 ush-avahi-testname SSH Remote Terminal local

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Avahiを使ってBonjour
Avahi絡みで恐ろしく手間取ったことがあったのでメモしておく。
もともと自分の環境では、プリンター(EPSONのインクジェットPX-101)をApple製のNAS(と言って良いのか知らんが)であるTimeCapsuleにつないで「Bonjour(Apple製Zeroconf)」経由で、いくつかのホストPCから印刷していた。
ホストPCはMacとWindowsで、Macの場合はほとんど何もせずに、Windowsの場合は「Bonjour for windows」というApple謹製のアプリがあるので、それを使って問題なく印刷できていた。
ここに、あらたにUbuntu 14.04LTSを搭載したホストPCを追加しようとしたのが事の発端である。 以下に手順をまとめておく。
プリンターの追加
TimeCapsuleのUSBポートに接続したプリンターの電源を入れておく。
Ubuntuトップメニュー右端の歯車メニューから「システム設定...」を選択。
「ハードウェア」内にある「プリンター」をクリック。
表示されたウィンドウで「追加」ボタンをクリック。
「ネットワークプリンター」の行を展開し、しばらく待つとTimeCapsuleに接続したプリンタ名が表示される(例: Epson PX-101...など)。 ここで表示されなければ、TimeCapsuleとの接続が疑わしい。もしくはプリンターの電源が入ってないとか。
表示されたプリンター名をクリックして「進む」ボタンをクリック。
「ドライバーを検索中」ダイアログが表示されて、ドライバのインストールが開始する。 余程マイナーなプリンタでない限り、ここで見つかるだろう。
「プリンターの説明」ウィンドウが表示されるので、適当に入力して「適用」をクリック。
「テストページを印刷しますか?」というダイアログが表示されるので「テストページの印刷」をクリック。 「送信しました」というダイアログが表示される。 この時にプリンターでテストページの印刷が始まればお目出度う。この後の設定は不要です。
スタティックルートの設定
プリンターのプロパティダイアログの「プリンターの状態」で「処理中 - プリンターが応答していません。」と出ていた場合は、私が被った問題と同じことが起きていると思われる。
TimeCapsule自体には当然IPアドレスがあるが、そのUSBポートにつながっているプリンターにも「それとは別の」IPアドレスが割り当てられる。 ただし、このIPアドレスは一般的なローカルIPアドレス(例: 192.168.*.*など)ではなく、リンクローカルアドレス(169.254.*.*/16)が使われている。
「プリンターが応答していません」と出た場合は、ubuntuから送信されたリンクローカルアドレスが、ちゃんとTimeCapsuleに届いていない可能性が考えられる。
自分のネットワーク環境では、TimeCapsuleをブリッジとして使用しており、WANにはBuffalo製のルーターを使っている。UbuntuをインストールしたホストPCは、このプリンター宛リンクローカルアドレス(169.254.*.*)へのデータ送信をBuffaloルーターへ投げていた。 Buffaloルーターにとっては、こんなアドレスを知る由もなく、データは無視され、結局先の現象となっていた。
とりあえず、リンクローカルアドレスへの送信は、すべてTimeCapsuleに投げる事にする。 この静的ルーティングの設定は/etc/network/if-up.d/へstatic-routesを作り(既にあれば追記)、以下のような行を追加すれば良い。 忘れずに実行属性(chmod +x)を付けておくこと。
#!/bin/sh /sbin/route add -net 169.254.0.0 gw <TimeCapsuleのIPアドレス又はAvahi名> netmask 255.255.0.0 dev <eth0などのIF名>
自分のように、TimeCapsuleをブリッジとして使っている場合は、IPアドレスをDHCPで割り当てると思うので、Avahi名を使った方が良いと思う。 Avahi名は、ベースステーション名(AirMacユーティリティを起動した時に表示される名前)に「.local」を付けたものだ。自分は「TimeCapsule」と名づけたので「TimeCapsule.local」がAvahi名になる。
また、インターフェース(IF)名は、無線LANの場合はwlan0あたりになるだろう。この点はifconfigで調べれば良い。
openwrt install avahi
opkg update
opkg install avahi-daemon
vim /etc/avahi/avahi-daemon.conf
in the [server] section add
enable-dbus=no
Save the file
/etc/init.d/avahi-daemon enable
/etc/init.d/avahi-daemon start
From a desktop try http://openwrt.local in your browser
unicast and multicast DNS
A tangled tale of nsswitch.conf and avahi:
http://superuser.com/questions/704785/ping-cant-resolve-hostname-but-nslookup-can
http://www.dnsomatic.com/wiki/api
This is the canonical post on the subject: http://www.lowlevelmanager.com/2011/09/fix-linux-dns-issues-with-local.html
I had forgotten about this nice quick way to see the external, public IP of a host:
curl http://myip.dnsomatic.com
123.55.11.9
https://www.opennicproject.org/