= 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 \\ {{tag>cheatsheet}} == 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. * [[https://developer.microsoft.com/en-us/graph/graph-explorer|Azure Graph Explorer]] [[https://learn.microsoft.com/en-us/azure/cloud-shell/overview |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. * [[https://shell.azure.com/|Azure Cloud Shell]] === 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. * [[https://viewdns.info/dnsrecord/?domain=getshifting.com|DNS Info]] === 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. \\ * [[https://tree.nathanfriend.com/|tree.nathanfriend.com]] === 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. * [[https://visualsubnetcalc.com/|Visual subnet calculator]] The Subnet Mask Cheat Sheet is a quick reference to see the subnet mask for a given CIDR notation. * [[https://dnsmadeeasy.com/support/subnet|Subnet mask cheat sheet]] === 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. * [[https://onetimesecret.com/|One Time Secret - Share passwords secure]]