1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 00:28:01 +00:00

Add Occupy A Local Port With Netcat as a Unix TIL

This commit is contained in:
jbranchaud
2022-09-05 11:27:30 -05:00
parent f4eabeb0a2
commit 83518198c8
2 changed files with 22 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
_1237 TILs and counting..._
_1238 TILs and counting..._
---
@@ -1213,6 +1213,7 @@ _1237 TILs and counting..._
- [List The Available JDKs](unix/list-the-available-jdks.md)
- [List The Stack Of Remembered Directories](unix/list-the-stack-of-remembered-directories.md)
- [Map A Domain To localhost](unix/map-a-domain-to-localhost.md)
- [Occupy A Local Port With Netcat](unix/occupy-a-local-port-with-netcat.md)
- [Only Show The Matches](unix/only-show-the-matches.md)
- [Open The Current Command In An Editor](unix/open-the-current-command-in-an-editor.md)
- [Partial String Matching In Bash Scripts](unix/partial-string-matching-in-bash-scripts.md)