個人メモ用

個人メモ用です。

2020-06-01から1日間の記事一覧

http通信の為のサイト

https://gihyo.jp/dev/serial/01/androidapp/0009 https://developer.android.com/training/basics/network-ops/connecting?hl=ja https://araramistudio.jimdo.com/2018/03/15/android%E3%81%A7http%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%9F%E3%83%8D%E3%83%83…

ssh越しのvimにクリップボードからペーストする方法

https://qiita.com/aosho235/items/2f78a2f2778b251388d6 とか書いてあるけど 単にinsertモードで右クリックすればssh越しでもクリップボードの内容を 貼り付けられる。

サーバーにhttp接続する為の手順

https://qiita.com/arashida/items/629aaed33401b8f2265c からの https://qiita.com/S-nobol/items/7929e2793c039770d73a

サーバーがAmazon Linux 2 AMIの場合はubuntuの場合と接続方法が違う

対象のサーバーを選択してconnectをクリック 接続方法を選択 手順通りにやる。SSH Clientってのはコマンドプロンプト。 YoshimotoKurihara0601_4.pem が存在するディレクトリに移動してから ssh -i "YoshimotoKurihara0601_4.pem" ec2-user@ec2-34-219-32-12…

EC2入門

https://qiita.com/arashida/items/629aaed33401b8f2265c

EC2 Serverへのアクセス方法

https://us-west-2.console.aws.amazon.com/ec2/v2/home?region=us-west-2#Instances:sort=dnsName にアクセス Launchする 好きなサーバー選ぶ 無料のやつ選ぶ launchする キーペアを作る key pairをdownloadする launchする PuTTY Ket Generatorを起動 Load…