diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/116-tcpdump.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/116-tcpdump.md
index 75a833d93..e11a705d6 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/116-tcpdump.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/116-tcpdump.md
@@ -1 +1,9 @@
-# Tcpdump
\ No newline at end of file
+# Tcpdump
+
+`tcpdump` is a command line tool used for analysing network traffic passing through your system. It can be used to capture and filter packets and display them in a human-readable format. The captured information can be analysed at a later date as well.
+
+Free Content
+tcpdump Documentation
+Basic Introduction to Tcpdump
+50 ways to isolate traffic with Tcpdump
+Interpreting Tcpdump output and data
\ No newline at end of file
diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/142-ufw.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/142-ufw.md
index 10dff2973..a97bcbaf1 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/142-ufw.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/142-ufw.md
@@ -1 +1,8 @@
-# Ufw
\ No newline at end of file
+# UFW
+
+UFW, or *uncomplicated firewall*, is command-line based utility for managing firewall rules in Arch Linux, Debian and Ubuntu. It's aim is to make firewall configuration as simple as possible. It is a frontend for the `iptables` firewalling tool.
+
+Free Content
+ufw Documentation
+Basic Introduction to UFW
+UFW Essentials
\ No newline at end of file