もぐもぐアラート の誕生日は1月20日です。ハッシュタグ #もぐアラ生誕祭 で自由に勝手に騒いじゃってください。
ぽるこさんのDiscordサーバーをお借りして開催します。
#!/bin/sh | |
# | |
# Author: Koichiro Iwao <[email protected]> | |
# License: The FreeBSD Copyright | |
# | |
# FreeBSDでDS-LiteのAFTRのIPv6アドレスを取得するやつ | |
# 必須コマンドチェックとdrillの部分を変えればFreeBSD以外でも動きます。 | |
# | |
# ref. | |
# https://github.com/v6pc/v6mig-prov/blob/1.0/spec.md |
def foo | |
begin | |
if bar | |
end | |
end | |
end |
#include <stdio.h> | |
#include <string.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netdb.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
int main() | |
{ |
notify 100 { | |
match "system" "IFNET"; | |
match "subsystem" "ue[0-9]+"; | |
match "type" "ATTACH"; | |
action "sh /etc/rename-netif.sh $subsystem"; | |
}; |
#!/usr/bin/env ruby | |
require 'prime' | |
require 'securerandom' | |
require 'socket' | |
require 'json' | |
require 'io/console/size' | |
raise ArgumentError if ARGV.count < 2 |
[QTnet]$ sudo traceroute -I -A 74.82.46.6 | |
traceroute to 74.82.46.6 (74.82.46.6), 30 hops max, 60 byte packets | |
1 meta13.mshome.net (172.30.144.1) [AS9489] 0.816 ms 0.922 ms 0.921 ms | |
2 * * * | |
3 oha-mx480-bbbas04.qtnet.ad.jp (218.40.227.155) [AS7679] 20.666 ms 20.658 ms 20.652 ms | |
4 211.132.104.29 (211.132.104.29) [AS7679] 12.921 ms 12.917 ms 12.911 ms | |
5 61.203.192.237 (61.203.192.237) [AS7679] 20.629 ms 20.624 ms 20.617 ms | |
6 61.203.193.122 (61.203.193.122) [AS7679] 27.295 ms 40.883 ms 40.841 ms | |
7 gigabitethernet2-8.core1.tyo1.he.net (210.173.176.106) [AS7521] 137.474 ms 173.259 ms 173.239 ms | |
8 tserv1.tyo1.he.net (74.82.46.6) [AS6939] 165.544 ms 165.539 ms 165.534 ms |