Skip to content

Add tasks for networking solutions - #27

Open
Sumbulzahra wants to merge 8 commits into
LondheShubham153:masterfrom
Sumbulzahra:master
Open

Add tasks for networking solutions#27
Sumbulzahra wants to merge 8 commits into
LondheShubham153:masterfrom
Sumbulzahra:master

Conversation

@Sumbulzahra

@Sumbulzahra Sumbulzahra commented Feb 18, 2026

Copy link
Copy Markdown

Summary by CodeRabbit

  • Chores
    • Updated text content in information file to reflect revised description.

@coderabbitai

coderabbitai Bot commented Feb 18, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 10746034-18dc-4b65-916e-b6e087c42fa4

📥 Commits

Reviewing files that changed from the base of the PR and between 8e0c614 and 2626402.

📒 Files selected for processing (1)
  • info.txt

📝 Walkthrough

Walkthrough

A single text line in info.txt was modified, replacing "This is my Week 4 challenge." with "This is my challenge." to update descriptive text in the file.

Changes

Cohort / File(s) Summary
Text File Update
info.txt
Modified one line: replaced "I am a DevOps learner on Kali Linux. This is my Week 4 challenge." with "I am a DevOps learner on Kali Linux. This is my challenge."

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A challenge unbounded, no week number shown,
The learner grows bolder, further they've flown,
Through Kali's dark pathways, DevOps they'll claim,
One line rewrote gently—progress, not shame! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The pull request title 'Add tasks for networking solutions' does not align with the actual changes, which involve deleting a networking folder and modifying info.txt content. Update the title to accurately reflect the changes, such as 'Remove networking folder and update info.txt' or 'Delete networking folder and refine task description'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
networking/README.md (1)

39-44: Docker Networking resource has no corresponding task.

The Docker Networking link is unrelated to any of the four defined tasks, which may confuse participants about the week's scope. Consider either removing it or adding a Docker networking task (e.g., exploring bridge/host/overlay networks).

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@networking/README.md` around lines 39 - 44, The "Docker Networking" link in
the "Resources to Get Started" section is not tied to any task; either remove
that link or add a matching task entry—for example, add a short task named
"Docker networking" (e.g., explore bridge/host/overlay networks and create a
container network demo) and reference the Docker docs; update the README's task
list to include this new task title so participants have a clear action tied to
the "Docker Networking" resource.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@networking/README.md`:
- Around line 50-60: The example submission under "Example Submission Post"
contains the bullet "✅ Set up my first web server" which doesn't map to any
defined task; update the example to reference an existing task instead (e.g.,
replace that bullet with "✅ Created a cheat sheet for networking commands" or
another task from the Tasks section), or alternatively add a new task in the
Tasks list that explicitly covers setting up a web server so the example aligns
with the documented tasks.
- Around line 50-60: The Example Submission Post block in the README currently
places bare hashtags that are parsed as ATX headings (MD018); edit the Example
Submission Post section and wrap the entire sample post text (the quoted
multi-line sample starting with "Week 1 of `#90DaysOfDevOps2025` completed! 🚀"
and ending with "#Networking `#DevOps` `#90DaysOfDevOps`") in either a fenced code
block (``` ... ```) or a blockquote (> on each line) so the hashtags are treated
as content rather than headings.

---

Nitpick comments:
In `@networking/README.md`:
- Around line 39-44: The "Docker Networking" link in the "Resources to Get
Started" section is not tied to any task; either remove that link or add a
matching task entry—for example, add a short task named "Docker networking"
(e.g., explore bridge/host/overlay networks and create a container network demo)
and reference the Docker docs; update the README's task list to include this new
task title so participants have a clear action tied to the "Docker Networking"
resource.

Comment thread networking/README.md Outdated
Comment on lines +50 to +60
### Example Submission Post:
"Week 1 of #90DaysOfDevOps2025 completed! 🚀

✅ Learned OSI & TCP/IP models
✅ Explored AWS Security Groups
✅ Practiced networking commands
✅ Set up my first web server

Check out my blog here: [Your Blog/GitHub Link]

#Networking #DevOps #90DaysOfDevOps"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Example submission references a task not defined in the document.

Line 56 — ✅ Set up my first web server — does not correspond to any of the four defined tasks (OSI/TCP-IP models, protocols & ports, AWS EC2 + security groups, networking commands). Either add a matching task in the Tasks section or replace this bullet with one that maps to an existing task (e.g., ✅ Created a cheat sheet for networking commands).

✏️ Proposed fix
-✅ Set up my first web server
+✅ Created a networking commands cheat sheet
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Example Submission Post:
"Week 1 of #90DaysOfDevOps2025 completed! 🚀
✅ Learned OSI & TCP/IP models
✅ Explored AWS Security Groups
✅ Practiced networking commands
Set up my first web server
Check out my blog here: [Your Blog/GitHub Link]
#Networking #DevOps #90DaysOfDevOps"
### Example Submission Post:
"Week 1 of `#90DaysOfDevOps2025` completed! 🚀
✅ Learned OSI & TCP/IP models
✅ Explored AWS Security Groups
✅ Practiced networking commands
Created a networking commands cheat sheet
Check out my blog here: [Your Blog/GitHub Link]
`#Networking` `#DevOps` `#90DaysOfDevOps`"
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 60-60: No space after hash on atx style heading

(MD018, no-missing-space-atx)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@networking/README.md` around lines 50 - 60, The example submission under
"Example Submission Post" contains the bullet "✅ Set up my first web server"
which doesn't map to any defined task; update the example to reference an
existing task instead (e.g., replace that bullet with "✅ Created a cheat sheet
for networking commands" or another task from the Tasks section), or
alternatively add a new task in the Tasks list that explicitly covers setting up
a web server so the example aligns with the documented tasks.

⚠️ Potential issue | 🟡 Minor

Markdown lint error MD018: social-media hashtags misread as ATX headings.

The bare #Networking #DevOps #90DaysOfDevOps`` on Line 60 triggers MD018 (no space after `#` in ATX-style heading). Wrapping the entire example post in a fenced code block or blockquote prevents this misinterpretation and also makes it visually clearer that it's a sample post.

✏️ Proposed fix — wrap in a blockquote
-### Example Submission Post:
-"Week 1 of `#90DaysOfDevOps2025` completed! 🚀
-
-✅ Learned OSI & TCP/IP models
-✅ Explored AWS Security Groups
-✅ Practiced networking commands
-✅ Set up my first web server
-
-Check out my blog here: [Your Blog/GitHub Link]
-
-#Networking `#DevOps` `#90DaysOfDevOps`"
+### Example Submission Post
+
+> Week 1 of `#90DaysOfDevOps2025` completed! 🚀
+>
+> ✅ Learned OSI & TCP/IP models
+> ✅ Explored AWS Security Groups
+> ✅ Practiced networking commands
+> ✅ Created a networking commands cheat sheet
+>
+> Check out my blog here: [Your Blog/GitHub Link]
+>
+> \#Networking \#DevOps \#90DaysOfDevOps
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Example Submission Post:
"Week 1 of #90DaysOfDevOps2025 completed! 🚀
✅ Learned OSI & TCP/IP models
✅ Explored AWS Security Groups
✅ Practiced networking commands
✅ Set up my first web server
Check out my blog here: [Your Blog/GitHub Link]
#Networking #DevOps #90DaysOfDevOps"
### Example Submission Post
> Week 1 of `#90DaysOfDevOps2025` completed! 🚀
>
> ✅ Learned OSI & TCP/IP models
> ✅ Explored AWS Security Groups
> ✅ Practiced networking commands
> ✅ Created a networking commands cheat sheet
>
> Check out my blog here: [Your Blog/GitHub Link]
>
> \#Networking \#DevOps \#90DaysOfDevOps
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 60-60: No space after hash on atx style heading

(MD018, no-missing-space-atx)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@networking/README.md` around lines 50 - 60, The Example Submission Post block
in the README currently places bare hashtags that are parsed as ATX headings
(MD018); edit the Example Submission Post section and wrap the entire sample
post text (the quoted multi-line sample starting with "Week 1 of
`#90DaysOfDevOps2025` completed! 🚀" and ending with "#Networking `#DevOps`
`#90DaysOfDevOps`") in either a fenced code block (``` ... ```) or a blockquote (>
on each line) so the hashtags are treated as content rather than headings.

@Sumbulzahra Sumbulzahra reopened this Feb 18, 2026
@Sumbulzahra

Copy link
Copy Markdown
Author

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant