Linux

sngrep: The SIP Troubleshooting Tool You Should Know

Post Views: 176 If you work with VoIP, and more specifically SIP long enough, eventually you find yourself staring at an INVITE, a handful of provisional responses, several IP addresses, a 200 OK, an ACK, and perhaps a BYE—and trying to mentally reconstruct what actually happened. Wireshark can certainly do this. In fact, Wireshark remains

sngrep: The SIP Troubleshooting Tool You Should Know Read More »

, , , , , , ,

Why Broadband Technicians and Network Engineers Should Install WSL

Post Views: 349 If you work in broadband or networking and use a Windows laptop, you probably already have a pretty capable troubleshooting platform. Windows gives you tools such as ping, tracert, nslookup, PowerShell, SSH, and a growing collection of useful networking commands. Add Wireshark, Nmap, and a few other utilities and you can do

Why Broadband Technicians and Network Engineers Should Install WSL Read More »

, , ,

How to Set a WLAN Frequency or Channel in Linux for Wireshark Packet Capture

Post Views: 2,087 Learning how to manually control Wi-Fi channels in Linux is a foundational skill for wireless troubleshooting and packet analysis. Proper channel selection is critical because Wi-Fi troubleshooting is highly dependent on capturing the correct RF environment at the correct moment in time. When combined with Wireshark, Linux monitor mode provides one of

How to Set a WLAN Frequency or Channel in Linux for Wireshark Packet Capture Read More »

, , ,

IPv6 Linux Command Line Examples

Post Views: 3,793 Check out these additional IPv6 Resources Our IPv6 overview course at Udemy Our IPv6 Custom Profiles for Wireshark Our IPv6 classes at the Online School OK folks, based on some feedback from Reddit, I decided to update this post from 2013. Modern Linux distributions have largely deprecated the legacy net-tools suite (which

IPv6 Linux Command Line Examples Read More »

, ,

A Better Linux Resource Monitor

Post Views: 2,697 What is btop? btop (aka btop++) is a modern and visually appealing resource monitoring tool for Linux and other operating systems. It is part of the bpytop family, created by the same developer, and is written in C++ for performance and efficiency. Like htop, btop provides detailed information about system resources, including

A Better Linux Resource Monitor Read More »

, , ,

What is the ‘nslookup’ command, and how can I use it?

Post Views: 7,558 The nslookup command is a built-in network administration tool available on Windows, macOS, and many Linux distributions. It is used to query DNS servers to retrieve information about domain names, IP addresses, and DNS records. Basic Syntax: nslookup [hostname] [DNS server] Components: Common Use Cases: Example Output: Query a Domain: nslookup example.com

What is the ‘nslookup’ command, and how can I use it? Read More »

, , , , , ,

What is the ‘dig’ command, and how can I use it?

Post Views: 13,956 The dig command, short for “Domain Information Groper,” in Linux or MacOS is a command-line tool used to query Domain Name System (DNS) servers. The command is a lot like nslookup, but at the same time it is different. If you are a Windows user, you have to use nslookup. For a

What is the ‘dig’ command, and how can I use it? Read More »

, , , , , ,

A Simple Linux Firewall – ufw

Post Views: 3,429 Configuring a firewall rule in Ubuntu typically involves using iptables or nftables. I have written a separate article on iptables here. What if we wanted to make life a little less involved. The answer is ufw (Uncomplicated Firewall), which is a user-friendly front-end for managing iptables firewall rules. Here’s how you can

A Simple Linux Firewall – ufw Read More »

, , ,

How to Configure iptables in Linux

Post Views: 4,112 iptables is a command-line utility in Linux that allows you to configure the rules of the packet filtering and NAT (Network Address Translation) framework, known as netfilter, within the Linux kernel. It is a key tool for managing network traffic and implementing a firewall on Linux systems. Here’s an overview of what

How to Configure iptables in Linux Read More »

, ,

Our Windows (and Linux) Networking Toolkits

Post Views: 3,957 Well folks, I have decided to make this toolkit available to all. Just download it here. The Linux bash version can be downloaded here. Yes, Windows offers several built-in tools and utilities that can help with networking tasks and commands. Here’s an overview of some of the most useful tools: The problem

Our Windows (and Linux) Networking Toolkits Read More »

, , ,

Viewing Users/System Users on Linux

Post Views: 3,144 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: 5,784 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