Skip to content

Instantly share code, notes, and snippets.

View pfruh's full-sized avatar

Patrick Fruh pfruh

View GitHub Profile
@Fanman03
Fanman03 / UAP-Guide.md
Last active February 27, 2026 00:23
UniFi AP Buyers Guide

UniFi AP Buyers Guide

(updated May 2025)

The APs in this list are ordered from highest to lowest performance. However, unless you have a very high number of devices you likely do NOT need to buy the most expensive, highest performance AP. You can also check Ebay for deals, especially on older equipment.

All APs in this list support both wired backhaul and mesh modes. However, wired connections are strongly recommended for better performance and reliability.

Number of spatial streams are listed in order of 2.4GHz, 5GHz, 6GHz.

Good Choices:

@imshaiknasir
imshaiknasir / Netsh commands for resetting your network adapter in Windows.md
Created March 19, 2020 06:55
Netsh commands for resetting your network adapter in Windows

Netsh commands run in a Command Prompt with Administrative privileges


Note: This section is intended for advanced computer users. If you are not comfortable with advanced troubleshooting, ask someone for help. Follow these steps to reset the Windows Firewall, TCP/IP stack and Winsock manually. You will have to restart your system to complete the reset.


Following is a list of the Netsh commands with descriptions that you can use to reset your network adapter in Windows 10:

  1. netsh advfirewall reset Restores the Windows Firewall with Advanced Security policy to the default policy.

  2. netsh int ip reset

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 13, 2026 19:38
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname