rafaelldi
Follow
🌴
On vacation
Pinned Loading
-
JetBrains/aspire-plugin
JetBrains/aspire-plugin Public.NET Aspire Plugin for JetBrains Rider
-
JetBrains/azure-tools-for-intellij
JetBrains/azure-tools-for-intellij PublicForked from microsoft/azure-tools-for-java
Azure Toolkit for JetBrains Rider.
-
WinDbg and LLDB commands
WinDbg and LLDB commands 1# Starting
2Command | WinDbg | LLDB
3--- | --- | ---
4Start | `windbg {executable} [{args}]` | `lldb {executable} [--args]`
5Attach | `windbg -p {pid}` | `lldb --attach-pid {pid}`
-
Monitoring TCP & UDP connections
Monitoring TCP & UDP connections 1# Checking Windows network configuration
2Command | Alternative | Description
3--- | --- | ---
4`Get-NetIPConfiguration` | `ipconfig -all` | displays the IP network configuration
5`Get-NetAdapter` | | shows various network adapter properties
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.