Yaroslav Grebnov
    • Wiki
    • Blog

    Introduction

    • About this Wiki

    Bash Scripts

    • Bash basics
    • Using variables
    • Executing scripts
    • Parametrized scripts
    • Logging scripts execution
    • Using grep in scripts
    • Using sed in scripts
    • Using awk in scripts
    • Using find in scripts
    • Using git in scripts
    • Using sqlplus in scripts
    • Working With PostgreSQL
    • Networking

    Docker

    • Installation
    • Containers
    • Images
    • docker-compose
    • gradle-docker-compose-plugin

    Go

    • Go concepts
    • Using structs in Go
    • Using text/templates in Go
    • Types in Go
    • Regular expressions in Go
    • Maps in Go
    • Working with SQLite in Go
    • Working with file system in Go
    • Configuring Go application
    • Resolving of common errors

    Python

    • Dockerizing Python application
    • Django
    • Filesystem
    • Configuration

    Java

    • Spring Boot
    • REST Assured
    • Patterns
    • Streams

    Scala

    • Pattern matching
    • Lists
    • Build using sbt
    • scopt

    Groovy

    • Spock
    • Geb

    JavaScript

    • AngularJS
    • Postman

    C

    • Macros
    • Make/CMake

    Linux/Unix

    • ssh
    • dnf
    • Fedora
    • Ubuntu
    • AIX

    Test Management

    • Reporting
    • Jenkins

    General Development

    • Using git
    • Using WSL
    • Using PostgreSQL
    • Using PowerShell
    • Using SQLite

    network

    • IP protocol types
    • Ports and protocols
    • nmap
    • tcp
    • udp
    • ping
    • traceroute
    • ipconfig
    • ifconfig
    • ip
    • nslookup
    • dig
    • hostname
    • arp
    • route
    • nbtstat
    • netstat
    • telnet
    • tcpdump

    nbtstat

    What is nbtstat#

    nbtstat is a Windows commandline tool used to view the current connections and statistics for devices communicating using the NetBIOS over TCP/IP protocol.

    nbtstat usage#

    In order to display the NetBIOS local name table:

    nbtstat -n
    

    In order to display the NetBIOS devices stored in the cache:

    nbtstat -c
    
    ← route
    netstat →
    • Yaroslav Grebnov, 2017-2022