diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json index 40db17f..5903bd9 100644 --- a/.frontmatter/database/taxonomyDb.json +++ b/.frontmatter/database/taxonomyDb.json @@ -1 +1 @@ -{"taxonomy":{"tags":["comment-system","hello","privacy","remark42","self-hosted","test","world"],"categories":[]}} \ No newline at end of file +{"taxonomy":{"tags":["comment-system","hello","principles","privacy","remark42","self-hosted","test","world"],"categories":[]}} \ No newline at end of file diff --git a/_drafts/2025-01-01-a-beginners-guide-to-ufw.md b/_drafts/2025-01-01-a-beginners-guide-to-ufw.md new file mode 100644 index 0000000..ab7629a --- /dev/null +++ b/_drafts/2025-01-01-a-beginners-guide-to-ufw.md @@ -0,0 +1,17 @@ +--- +title: "A Beginner's Guide to UFW: Uncomplicated Firewall" +description: UFW is a tool that helps you decide which connections can or can't access your Linux system. It's simple enough for beginners but also has features for experts. +date: 2025-01-01T17:48:18.319Z +tags: + - firewall + - linux + - security + - ufw +categories: + - LInux + - Security +image: + path: /assets/img/posts/ufw-logo.jpg + alt: A Beginner's Guide to UFW (Uncomplicated Firewall) +slug: ufw-guide +--- diff --git a/assets/img/posts/ufw-logo.jpg b/assets/img/posts/ufw-logo.jpg new file mode 100644 index 0000000..96770fe Binary files /dev/null and b/assets/img/posts/ufw-logo.jpg differ