Skip to content

Instantly share code, notes, and snippets.

View s-hiroshi's full-sized avatar

Hiroshi Sawai s-hiroshi

View GitHub Profile
```
df -h
```
```bash
$ du -g -x -m -d 5 | awk '$1 >= 500{print}'
```
re. https://qiita.com/silva114jp/items/6e1e64e9aeaca62b1c04
```
aws s3 cp file.txt s3://{{バケット名}}
```
```
$ curl ifconfig.io
```
```
// 設定ファイル検索
$ ll /etc/*-release
// バージョン確認(例 redhat)
$ cat /etc/redhat-release
```
ref.
https://qiita.com/sion_cojp/items/04a2aa76a1021fe77079
```
$ mysqladmin ping -u {{user}} -p -h {{host}}
```
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>
python -m SimpleHTTPServer 3000
ProxyCommand ssh -W %h:%p {{踏み台サーバーエイリアス}}
tr, td {
display: block;
width: 100%;
}