Table of Contents
Cheatsheet Links
Summary: This is a list of technical links meant for people like system administrators and devops engineers that are useful in day-to-day work.
Date: 8 December 2024
Links
Microsoft Cloud
The Azure Graph Explorer is a visual tool to explore the Microsoft Graph API. It is useful to test queries and see the results. You can login to test the queries against your own data.
Azure Cloud Shell is an interactive, authenticated, browser-accessible terminal for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.
DNS Info
Use the following link to check for DNS records for a domain. It is useful to check if changes records have been propagated yet.
Documentation
Tree is a tool to create a visual representation of a directory structure. I use this to create a visual representation of a directory structure for documentation.
Networking
The visual subnet calculator lets you play around with subnetting and see the results visually. It is useful to understand how subnetting works. You can add comments and share the results.
The Subnet Mask Cheat Sheet is a quick reference to see the subnet mask for a given CIDR notation.
Security
The One Time Secret website allows you to share passwords securely. You can set a password and an expiration time. The recipient can only see the password once.