Welcome to LinuxTools.net!

Simple, fun, and useful web utilities for developers and enthusiasts. Explore what your browser sends and how servers respond!

user@linuxtools:~$ ls -1 /tools

/ip (Show Your IP)

/headers (View Request Headers)

/return?code=XXX (Test HTTP Codes)

/diff (Text Comparison Tool)

/totp (TOTP Code Generator)

user@linuxtools:~$ _

Discover Tools

Our Handy Web Utilities

Your IP Address

Quickly find out your public IP address (IPv4 or IPv6) as seen by this server.

Go to /ip

View Request Headers

See all the HTTP headers your browser is sending with it's request to this page. Useful for debugging!

Go to /headers

HTTP Status Code Tester

Request a specific HTTP status code (e.g., 404, 200, 503) and see how your browser or tools react to the response.

Go to /return

Text Comparison Tool

Paste two blocks of text and instantly see the differences highlighted — additions, deletions, and unchanged lines.

Go to /diff

TOTP Code Generator

Generate Time-based One-Time Passwords from any Base32 secret key — entirely in your browser, nothing sent to the server.

Go to /totp