Skip to content
View routerman's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report routerman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
routerman/README.md

Pinned

  1. ktbyers/netmiko ktbyers/netmiko Public

    Multi-vendor library to simplify Paramiko SSH connections to network devices

    Python 3.5k 1.3k

  2. nodejs/node nodejs/node Public

    Node.js JavaScript runtime ✨🐢🚀✨

    JavaScript 104k 28k

  3. dhcp-leases-watch dhcp-leases-watch Public

    dhcp.leases watcher in Lua

    Lua

  4. Othello Othello Public

    Reversi

    C++ 1

  5. Linuxで固定IP設定(設定ファイル・コマンド) ref: http:... Linuxで固定IP設定(設定ファイル・コマンド) ref: http://qiita.com/routerman/items/4d19b3084fa58723830c
    1
    $ ip a                     #"address"は短縮可
    2
    $ ip address show dev eth0 #NIC指定表示 
    3
    
                  
    4
    $ ifconfig         #起動中のNICを表示
    5
    $ ifconfig -a      #DOWN中のNICも表示