The Will Will Web

Two or three things about querying MAC addresses and the ARP address resolution protocol

Today, I learned that the MAC address of the company’s colleagues who applied to the customer for activation was wrong last week. The colleague mistakenly passed the MAC address of the “company computer” to the customer for application, but when he entered the factory, he brought his own laptop to use it. , is really …

Two or three things about querying MAC addresses and the ARP address resolution protocol Read More »

Improve the overall development experience (DX) for Azure developers using the Azure Developer CLI

The Azure Developer CLI ( azd ) is a developer-centric set of command-line tools designed to build cloud applications that can be deployed to Azure. It provides a set of commands that can help you have a consistent development experience between project templates, CI/CD, integrated development tools (IDE) when developing projects, and can greatly reduce …

Improve the overall development experience (DX) for Azure developers using the Azure Developer CLI Read More »

How to automatically write the executable path to the PATH user environment variable via PowerShell

Today, I saw the news that Microsoft launched the Azure Developer CLI tool (preview version), so I immediately installed it and played it. During the installation process, I found that he used PowerShell to write the PATH environment variable, so I parsed the installer. I found that a Code Snippet is quite useful, and it …

How to automatically write the executable path to the PATH user environment variable via PowerShell Read More »

How PowerShell determines the number of data returned by a Cmdlet or Function (0, 1, >1)

To be honest, when I was writing PowerShell, I occasionally encountered some very weird designs, and many times I couldn’t understand them without delving into them. Take this article I am going to write today as an example, when you execute a Cmdlet and return data, when you may get 0, 1, or more than …

How PowerShell determines the number of data returned by a Cmdlet or Function (0, 1, >1) Read More »

Enhanced security of calls to Facebook Graph API from a server using appsecret_proof

Last week, I demonstrated how to implement Facebook’s OAuth 2.0 in the ” Mastering OAuth 2.0 Authorization Framework ” class. As a result, I accidentally enabled the Require app secret option in an advanced setting . As a result, I was getting After getting the Access Token, I can’t successfully call any Graph API . …

Enhanced security of calls to Facebook Graph API from a server using appsecret_proof Read More »

How to use OpenSSL tool to generate CSR certificate request file and successfully apply for official TLS certificate

Our company has a TWCA website server certificate, and every once in a while, some die-hard customers will renew their purchases with us on a regular basis, but many people have no experience in this process and often do not know how to apply. If you are a developer, it is not difficult to create …

How to use OpenSSL tool to generate CSR certificate request file and successfully apply for official TLS certificate Read More »