diff --git a/README.md b/README.md
index e92a240..f2b0fd3 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@
for transferring data with URLs.
:small_orange_diamond: HTTPie - a user-friendly HTTP client.
:small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
+ :small_orange_diamond: netcat - networking utility which reads and writes data across network connections, using the TCP/IP protocol.
+ :small_orange_diamond: tcpdump - powerful command-line packet analyzer.
:small_orange_diamond: pgcli - postgres CLI with autocompletion and syntax highlighting.
:small_orange_diamond: commandlinefu.com - command line diamonds, created and voted on by our members.
+ :small_orange_diamond: Bash One-Liners - practical, well-explained Bash one-liners, and promote best practices in Bash shell scripting.