Skip to content
View rafaelldi's full-sized avatar
🫠
What a week, huh?
🫠
What a week, huh?

Block or report rafaelldi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JetBrains/aspire-pluginJetBrains/aspire-pluginPublic

    Aspire Plugin for JetBrains Rider

    Kotlin 96 6

  2. JetBrains/azure-tools-for-intellijJetBrains/azure-tools-for-intellijPublic

    Forked from microsoft/azure-tools-for-java

    Azure Toolkit for JetBrains Rider.

    Java 51 10

  3. WinDbg and LLDB commandsWinDbg and LLDB commands
    1
    # Starting
    2
    Command | WinDbg | LLDB
    3
    --- | --- | ---
    4
    Start | `windbg {executable} [{args}]` | `lldb {executable} [--args]`
    5
    Attach | `windbg -p {pid}` | `lldb --attach-pid {pid}`
  4. Monitoring TCP & UDP connectionsMonitoring TCP & UDP connections
    1
    # Checking Windows network configuration
    2
    Command | Alternative | Description
    3
    --- | --- | ---
    4
    `Get-NetIPConfiguration` | `ipconfig -all` | displays the IP network configuration
    5
    `Get-NetAdapter` | | shows various network adapter properties