Skip to content
View rafaelldi's full-sized avatar
😜
😜

Sponsoring

@phatboyg
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. aspire-plugin aspire-plugin Public

    .NET Aspire Plugin for JetBrains Rider

    Kotlin 47 1

  2. JetBrains/azure-tools-for-intellij JetBrains/azure-tools-for-intellij Public

    Forked from microsoft/azure-tools-for-java

    Azure Toolkit for JetBrains Rider.

    Java 44 10

  3. WinDbg and LLDB commands WinDbg 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 connections Monitoring 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