중요 명령어 » 이력 » 버전 1
이태훈, 2026/03/17 00:04
| 1 | 1 | 이태훈 | h1. 중요 명령어 |
|---|---|---|---|
| 2 | |||
| 3 | h2. Linux |
||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 | h2. Windows |
||
| 8 | |||
| 9 | h3. java.net.BindException: Address already in use: bind 에러 |
||
| 10 | |||
| 11 | [명령어] |
||
| 12 | <pre><code class="bash"> |
||
| 13 | net stop winnat |
||
| 14 | net start winnat |
||
| 15 | </code></pre> |
||
| 16 | |||
| 17 | NAT 재기동 |