Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiwa4126/some-notes
Some notes
https://github.com/heiwa4126/some-notes
Last synced: 5 days ago
JSON representation
Some notes
- Host: GitHub
- URL: https://github.com/heiwa4126/some-notes
- Owner: heiwa4126
- License: other
- Created: 2018-04-10T08:20:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T01:58:32.000Z (6 months ago)
- Last Synced: 2024-05-23T02:37:57.669Z (6 months ago)
- Language: PowerShell
- Size: 1.9 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license-note.md
- Audit: auditd-note.md
- Security: security-wire-note.md
Awesome Lists containing this project
README
# some-notes
メモ置き場。
## 例
git リポジトリごとにユーザ名とメールアドレスを変える方法
```sh
git config --local user.name "Foo Foo"
git config --local user.email "[email protected]"
```## 例 2
telnet のエスケープ機能は`-E`オプションで off にできる。
telnet over ssh (NAT 内から ssh トンネルを掘る簡易 VPN)で、
UTF-8 の漢字を中央クリックでペーストした時に便利。## ちょっとテスト
書きかき