Skip to content

Instantly share code, notes, and snippets.

@yteraoka
Last active May 4, 2020 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yteraoka/1be34a1bbb5c0e1ebe4bf3629c529c47 to your computer and use it in GitHub Desktop.
Save yteraoka/1be34a1bbb5c0e1ebe4bf3629c529c47 to your computer and use it in GitHub Desktop.
ubuntu メモ

package のインストール

ip

apt-get install -y iproute2

ping

apt-get install -y iputils-ping

host

apt-get install -y bind9-host

dig

apt-get install -y dnsutils

mysql コマンド (client)

apt-get install mysql-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment