command

computer

nslookupでIPアドレスを調べる

結論% nslookup google.com 1.1.1.1Server: 1.1.1.1Address: 1.1.1.1#53Non-authoritative answer:Name: google.comAddress: 142.2...
computer

Visual Studio Code 便利な 拡張機能・ショートカット

VSCodeを使用していて、覚えきれない便利なコマンドやライブラリの記録。拡張機能TBAショートカット(Mac)cmd+Shift+f: ワークスペース全体検索cmd+p: ファイル名検索Ctrl+-: 定義ジャンプした後に戻るCtrl+S...
computer

Vimコマンド まとめ

移動編集ctrl + p: 補完o: 空行挿入, Oなら上検索: /hoge大文字に変換: 選択して U小文字に変換: uコピー&ペースト選択: vコピー(yank): yレジスタを指定してコピー: "ayペースト: pレジスタを指定してペ...
computer

良く使うLinuxコマンド一覧

良く使うLinuxコマンド一覧。
Sponsored links