Skip to content

Instantly share code, notes, and snippets.

@meetkool
Created May 10, 2026 20:06
Show Gist options
  • Select an option

  • Save meetkool/88fa6cf5b33e81559a80037a4f0f5f8e to your computer and use it in GitHub Desktop.

Select an option

Save meetkool/88fa6cf5b33e81559a80037a4f0f5f8e to your computer and use it in GitHub Desktop.
[BLOG] Untitled Post PS C:\Users\Lenovo\project\l2h_backend> netstat -ano | findstr :5000 TCP 0.0.0.0:5000
Error in user YAML: (<unknown>): did not find expected hexdecimal number while parsing a quoted scalar at line 3 column 10
---
title: "Untitled Post"
date: "2026-05-10"
excerpt: "PS C:\Users\Lenovo\project\l2h_backend> netstat -ano | findstr :5000
  TCP    0.0.0.0:5000          "
tags: ["blog","quick-post"]

privacy: "public"
---

PS C:\Users\Lenovo\project\l2h_backend> netstat -ano | findstr :5000 TCP 0.0.0.0:5000 0.0.0.0:0 LISTENING 22212 TCP [::]:5000 [::]:0 LISTENING 22212 PS C:\Users\Lenovo\project\l2h_backend> taskkill /PID 22212 /f SUCCESS: The process with PID 22212 has been terminated. PS C:\Users\Lenovo\project\l2h_backend>

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