Windows

Does Windows support TCP CUBIC?

Post Views: 1,147 This question was sent to me in an email following my posts on regarding TCP CUBIC. The answer is Yes—Microsoft Windows does support TCP CUBIC, but the nuance is in how and when it’s used. For many years, Windows defaulted to Compound TCP (CTCP) rather than CUBIC. Meanwhile, Linux distributions standardized on […]

Does Windows support TCP CUBIC? Read More »

, , , ,

PowerShell Commands Used for Network Troubleshooting

Post Views: 6,881 Here’s a solid toolbox of Windows PowerShell commands used for network troubleshooting, with quick notes on what each one is good for. I’ll try to group them by task so they are a little easier to remember. 1. Basic Connectivity & “Ping-Style” Tests Test-Connection PowerShell’s ping (ICMP echo) equivalent. Test-NetConnection More advanced

PowerShell Commands Used for Network Troubleshooting Read More »

, , ,

WlanHelper: How to Use It in Windows

Post Views: 4,678 WlanHelper.exe is a command-line tool from the Windows Driver Kit (WDK) and the folks at nmap/npcap that is used to manipulate advanced Wi-Fi driver settings, especially for testing and development. It allows you to control wireless network adapter settings such as: Do You Already Have WlanHelper? It’s possible if you have installed

WlanHelper: How to Use It in Windows Read More »

, , , ,

Getting Started with nmap

Post Views: 13,372 Nmap (“Network Mapper”) is a free and open source (license) utility for network discovery and security auditing that has been around since 1997. Surveillance and network scanning is often one of the first steps in Penetration Testing or Security Validation. Many systems and network administrators also find it useful for tasks such

Getting Started with nmap Read More »

, , ,

How do you Remote Desktop from Windows to Ubuntu?

Post Views: 1,116 This is a great question. First, you have probably learned that you can use Ubuntu’s APPLICATIONS > INTERNET> TERMINAL SERVER CLIENT program to remote desktop to Windows machines.  Going the other way is a bit more challenging. You need to have two things in place: 1. You must enable remote desktop connections

How do you Remote Desktop from Windows to Ubuntu? Read More »

, , , ,
Scroll to Top