Decibel Level Reference β Online Common Sound Examples
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
UD5 Toolkit
Quickly look up common network ports, services, and protocols.
| Port β² | Protocol | Service | Description | Category | Range |
|---|
No ports match your search criteria.
Try adjusting the filters or search term.
netstat -tuln, ss -tuln, or lsof -i :PORT to list listening ports. To test connectivity: nc -zv HOST PORT or telnet HOST PORT.netstat -an in Command Prompt, or Test-NetConnection HOST -Port PORT in PowerShell.sudo lsof -i :PORT or sudo ss -tulnp | grep :PORT β these show the PID and process name.netstat -ano | findstr :PORT to get the PID, then tasklist | findstr PID to identify the process. Alternatively, use Resource Monitor.kill PID (Linux/macOS) or Task Manager (Windows).
Port numbers are assigned by IANA (Internet Assigned Numbers Authority). While well-known ports (0β1023) are strictly regulated, registered ports can be used by any application β meaning a port number alone doesn't guarantee which service is running. Always verify with proper network scanning tools like nmap when auditing systems. The total port range is 0β65535 because port numbers are 16-bit unsigned integers (216 = 65,536 possible values).
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
Click through the TCP connection states (LISTEN, SYN_SENT, ESTABLISHEDβ¦) and see the animated transitions. Networking education.
See which fonts map to generic families (serif, sansβserif, monospace) on different operating systems. A handy reference.
Offlineβfirst search of the CanIUse database. Type a CSS property, HTML element, or API and see global support percentages. Fast.
Browse the builtβin styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Search by country or city to find the capital. Full offline list. Useful for homework or travel planning. Static data.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
A clean, printable Morse code chart with letters, numbers, and common punctuation. Learn and decode easily. Static.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.
Search a library of famous company brand colors with hex codes. Copy any color instantly. For designers and marketers.
A visual guide to common copyβediting and proofreading symbols. Click a mark to see its meaning. For writers.
Search by MIME or file extension to see the corresponding type. Helpful when configuring web servers. Static.
Reference diagrams for USBβA, USBβC, microβUSB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Enter a number of sides (3β100) and get the correct polygon name (triangle, hectogon). Fun geometry reference.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Scroll through thousands of preβcomputed digits of Ο. Search for a specific string of digits. For math lovers.
Type a common ingredient and get possible substitutes with ratios. Perfect for emergency cooking. Static reference.
A searchable list of essential Docker CLI commands for managing containers, images, and volumes. Copy-paste friendly. Always handy.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Look up quick facts about any country: capital, population, currency, flag, and continent. Static data, fast search. Great for travel and education.
Browse and copy common mathematical symbols, Greek letters, and operators. Includes LaTeX codes for use in documents. Quick reference for students.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
A complete reference of HTTP status codes with explanations. Search and filter by code or category. Useful for API developers and web debugging. Static and fast.