
Unleashing ChatGPT - A Guide for Professional Use
ChatGPT Primer OpenAI developed a state-of-the-art language model based on the GPT architecture that uses deep learning to generate human-like responses to natural language input. It ingests text ...
ChatGPT Primer OpenAI developed a state-of-the-art language model based on the GPT architecture that uses deep learning to generate human-like responses to natural language input. It ingests text ...
I’m generally always looking for ways to improve my workflow and make my work as a cybersec professional more efficient. One of the tools that has had the biggest impact on my work is Docker. What...
What are Reminders and To-Dos? I believe reminders started out as a cover term for ticks that can remind us about doing something, where the ticks could also be other humans. To-Dos on the other h...
Features in iOS also work on iPadOS. So, the iPadOS section only contains features specific to the iPad. Also, Siri related features work on all devices. Some specific applications by Apple, such a...
The following is a process of overhauling personal cloud storage to build an effective data hierarchy and build a collection which can be expanded upon in an efficient manner. Collection of all da...
Following is a post on achieving perfect email management. All ideas and thoughts here are the way I personally implement my own email management system. There might be other methods or ideas by ot...
AWS Certified Solutions Architect - Associate Notes The sections here are based on the course by ACloudGuru, and the notes list the most important points I learned overall for the CSAA certificati...
Introduction This blog is a primer of how basic GitHub collaboration works. This is not exhaustive of all features and tidbits but a basic explanation sheet to help people work on GitHub with relat...
Enumeration List buckets and get region for bucket → # List buckets using s3api awsn s3api list-buckets | jq '.Buckets[] | .Name' | tr -d "\"" # Get region for bucket awsn s3api ...
Enumeration To get information about current caller → awsn sts get-identity-caller List and see last uses for access keys → # List all access keys awsn iam list-access-keys # G...