2019-12-02から1日間の記事一覧

telnetコマンドを打ってみる

コマンド結果 ~ $ telnet http://dummy-bootcamp-fjord-jp.herokuapp.com 80 Trying 3.225.126.196... Connected to us-east-1-a.route.herokuapp.com. Escape character is '^]'. POST /articles/256 HTTP/1.1 Host: http://dummy-bootcamp-fjord-jp.heroku…

sshの基本を理解する

chmod コマンドを数字で表現する 使い方 #chmod 700 test.txt 4 2 1 r w x ssh接続の流れ www.bnote.net joker.hatenablog.com 以後参考に進めていく。 # aptitude update # aptitude install ssh qiita.com /etc/ssh/sshd_config 最終的な内容。 #を消して…