Networking and Computing Tips and Tricks

Welcome to CellStream’s Networking and Computing Tips resource center, where technology professionals, students, and enthusiasts can find practical guidance, troubleshooting techniques, and real-world solutions for today’s networking and computing challenges. Our goal is to help you work smarter, solve problems faster, and build a stronger foundation of technical knowledge.

Whether you’re configuring a network, optimizing system performance, learning a new technology, or troubleshooting a difficult issue, you’ll find valuable insights drawn from decades of industry experience. From Wireshark packet analysis and broadband technologies to Windows, Linux, cybersecurity, Wi-Fi, and Internet protocols, our tips are designed to be practical, actionable, and immediately useful.

What You’ll Find Here

• Step-by-step technical guides and how-to articles
• Networking troubleshooting techniques and best practices
• Wireshark tips, packet analysis workflows, and protocol insights
• Windows, Linux, and computing optimization recommendations
• Cybersecurity awareness and protection strategies
• Broadband, Wi-Fi, Ethernet, TCP/IP, and Internet technology guidance
• Productivity tips and tools for network engineers and IT professionals

Popular Topics Include

• Improving network troubleshooting efficiency
• Optimizing computer and operating system performance
• Securing devices, accounts, and data
• Capturing and analyzing packets with Wireshark
• Understanding TCP/IP, DNS, DHCP, Ethernet, and Wi-Fi technologies
• Using industry tools more effectively

Join the Conversation

We’re always looking for new ideas, questions, and topics to explore. If there’s a networking or computing subject you’d like us to cover, or if you need help solving a technical challenge, connect with us through our Discord community or contact us directly.

Please note that not all tips, procedures, and configuration examples apply to every operating system, network device, software version, or vendor platform. Always verify compatibility and test changes in a controlled environment before implementing them in production networks.

Using Traceroute to Determine Paths Through the Internet

Post Views: 5,042 How does my traffic to a site on the Internet get there? What path did it follow? These are great questions, and I will attempt to answer them in this article. When you’re on the Internet, information or requests sent from your computer don’t reach the destination computer in a single jump […]

Using Traceroute to Determine Paths Through the Internet Read More »

,

Creating an NVMe Lab – Option 1

Post Views: 3,975 One of the latest developments in compute and storage has been the NVM (Non-Volatile Memory) Express (aka NVMe) that has revolutionized SSD use and speed.  NVM Express (NVMe) is also known as Non-Volatile Memory Host Controller Interface Specification (NVMHCIS) – it is an open, logical-device interface specification for accessing a computer’s non-volatile

Creating an NVMe Lab – Option 1 Read More »

, , ,

Zero-to-Hero – Wireshark TCP Conversation Completeness

Post Views: 79,878 Check out these great references as well:  Our custom profiles repository for Wireshark Our Udemy course on Wireshark  Our Udemy course on Wireless Packet capture Introduced in version 3.6 and later is a new Wireshark expert analysis process called TCP Completeness. At first this was quite confusing, but once you get to

Zero-to-Hero – Wireshark TCP Conversation Completeness Read More »

, ,

How To Discover What is on your LAN/WLAN – Option 1

Post Views: 4,582 Who is on my network?  Great question.  Better yet: Who is on my customer’s network?  That would be looking at the issue from a service provider’s perspective. This article attempts to answer that question with tips and tricks and tools that will help you, whether you are the owner of a network or

How To Discover What is on your LAN/WLAN – Option 1 Read More »

, , ,

Zero-to-Hero on Wireshark Columns

Post Views: 60,760 Check out these great references as well:  Our custom profiles repository for Wireshark Our Udemy course on Wireshark  Our Udemy course on Wireless Packet capture When you first start using Wireshark you will find that the great folks at Wireshark provide us with a “Default” profile.  This is where we all started. 

Zero-to-Hero on Wireshark Columns Read More »

, ,

Find and Display All Your Wi-Fi Passwords in Windows

Post Views: 3,150 If you have been to one of my Wireshark or Wi-Fi classes then you know I often criticize Microsoft Windows for some of its – well – inexplicable approaches to usage and security.  Here is yet another example. Windows stores several important pieces of information in Wi-Fi profiles to facilitate automatic connections

Find and Display All Your Wi-Fi Passwords in Windows Read More »

, , ,

Troubleshooting Your Network Using Port Mirroring and Packet Capture

Post Views: 4,427 Scenario Let’s say you have a DHCP server running on a Cisco Switch that is behaving strangely and you want to examine the traffic over a couple of hours while not creating a gigantic unmanageable capture file. A note here: I am doing this on a Cisco switch, but most all vendor

Troubleshooting Your Network Using Port Mirroring and Packet Capture Read More »

, , ,

Troubleshooting The Internet Using Ping (a.k.a. ICMP)

Post Views: 2,923 In this article, I wanted to provide a guide to using ping – ICMP Echo – to troubleshoot your network.  Most people use ping on their platform to test if they can reach a given destination.  Just open up a terminal (Linux or MAC OSx) or command line (Windows: Start> Run> cmd)

Troubleshooting The Internet Using Ping (a.k.a. ICMP) Read More »

, , ,

IPv6 Extension Header PCAP Repository

Post Views: 2,833 Hello my Networking and IPv6 researchers and enthusiasts.  I just started a PCAP repository at Github for IPv6 Extension Header (EH) packet capture examples.  Honestly I found nothing worthwhile on the web, that’s not to say they don’t exists in some niche place, but I wanted something easy to access and easy

IPv6 Extension Header PCAP Repository Read More »

, , , , , ,

Viewing Users/System Users on Linux

Post Views: 2,660 An essential function when administering a Linux system is viewing, configuring and managing users and groups. I cover adding users in this article: https://www.cellstream.com/2022/04/06/using-the-useradd-command-to-create-user-accounts-in-linux/ That said, viewing users is done using a few simple commands. How To View Users on a Linux System Every user on a Linux system, whether created as

Viewing Users/System Users on Linux Read More »

Using the useradd Command to Create User Accounts in Linux

Post Views: 4,544 Like most operating systems, Linux can have multiple user accounts. The system administrator or root account, or users with sudo privileges are responsible for managing these users, as well as managing those accounts. Linux is a multi-user system, which means that more than one person can interact with the same system at

Using the useradd Command to Create User Accounts in Linux Read More »

,
Scroll to Top