0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS 遊んでみる teraterm ログインする方法

Last updated at Posted at 2019-10-11

1.teraterm ログインする方法

Hostに下記のアドレスをコピーして、teraterm入力する

image.png

image.png

User nameに固定ユーザID:ec2-userを入力します。下記の画面のデフォルトを選んでから、ダウンロードしたLightsailDefaultKey-ap-northeast-1.pemを選択します。

image.png

image.png

image.png

2.sudo suでルート権限を入手

image.png

3.passwd ec2-userでec2-userのパスワードを変更できます。

image.png

4.DB2 V11.5のインストール

wget https://iwm.dhe.ibm.com/sdfdl/v2/regs2/db2pmopn/db2_v111_devc/Xa.2/Xb.MmcrqOJZXZXM8_8BjqzSs390pMCnzvwLhZ645grj200/Xc.db2_v111_devc/v11.5_linuxx64_dec.tar.gz/Xd./Xf.LPr.D1vk/Xg.10404755/Xi.mrs-db2devcdbsrv/XY.regsrvs/XZ.p5nhMxqDqJIy6INL9qoCtxc5O6Q/v11.5_linuxx64_dec.tar.gz

image.png

4.1 db2のインストール

(1)下記のコマンドでダウンロードしたファイルを解凍します。

# gzip -dc v11.5_linuxx64_dec.tar.gz | tar xvf -
tar zxvf v11.5_linuxx64_dec.tar.gz
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?