Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heiwa4126/some-notes

Some notes
https://github.com/heiwa4126/some-notes

Last synced: 5 days ago
JSON representation

Some notes

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 の漢字を中央クリックでペーストした時に便利。

## ちょっとテスト

書きかき