Blogs
Huawei C++ Coding Standards
Friday, June 28, 2024 in Chat
Categories:
Huawei C++ Coding Standards C++ Language Coding Standards Purpose Rules are not perfect; by prohibiting features useful in specific situations, they may impact code implementation. However, the purpose of establishing rules is “to benefit the …
Some Characteristics of China Telecom IPv6
Friday, June 28, 2024 in Network
Categories:
Some Characteristics of China Telecom IPv6 Some Characteristics of China Telecom IPv6 IPv6 has been fully rolled out nationwide; the IPv6 address pool is large enough for each of every individual’s devices to obtain its own IPv6 address. To actually …
Why we should not think of UDP in terms of TCP
Friday, June 28, 2024 in Network
Categories:
Why we should not think of UDP in terms of TCP Why we should not think of UDP in terms of TCP? Structural Differences TCP has many concepts: connection establishment, resource usage, data transfer, reliable delivery, retransmission based on …
openvpn network connectivity issues
Friday, June 28, 2024 in Tricky Issues
Categories:
openvpn configuration openvpn configuration Tool script openvpn-install Windows firewall configuration New-NetFirewallRule -DisplayName "@openvpn" -Direction Inbound -RemoteAddress 10.8.0.1/24 -Action Allow New-NetFirewallRule -DisplayName …
Understanding Windows Networking_WFP
Friday, June 28, 2024 in windows
Categories:
Understanding Windows Networking_WFP Understanding Windows Networking Understanding Windows Networking WFP Terminology https://learn.microsoft.com/en-us/windows/win32/fwp/object-model …
Understanding Windows Event Tracing (ETW)
Friday, June 28, 2024 in windows
Categories:
Understanding Windows Event Tracing (ETW) Understanding ETW Some unnecessary information has been filtered out; see the complete documentation at: https://docs.microsoft.com/en-us/windows/win32/etw/event-tracing-portal Understanding the Basics …
wireguard configuration
Friday, June 28, 2024 in windows
Categories:
wireguard configuration wireguard Configuration Firewall Configuration wireguard /installtunnelservice <wg_conf_path> wg show Get-NetConnectionProfile Get-NetAdapter Get-NetFirewallProfile Set-NetFirewallProfile -Profile domain,public,private …
Windows Blocking Network Traffic Capture
Friday, June 28, 2024 in windows
Categories:
Windows Blocking Network Traffic Capture Windows Blocking Network Traffic Capture Windows Blocking Network Traffic Capture Setting Up a Test Project Capturing Block Events via Auditing Obtaining Provider Information Triggering a Block Event …
Windows Firewall Management – netsh
Friday, June 28, 2024 in windows
Categories:
Windows Firewall Management – netsh Windows Firewall Management – netsh Management Tools netsh advfirewall # Export firewall rules netsh advfirewall export advfirewallpolicy.wfw # Import firewall rules netsh advfirewall import advfirewallpolicy.wfw …
Windows Resources
Friday, June 28, 2024 in windows
Categories:
Windows Resources Windows Resources Collection Windows Resources Collection Tools Monitoring & Analysis AntiRootkit Tools PE Tools Reverse & Debug Injection Tools Network Stress Testing Tools Others Code Operating System Kernel Examples VT …