Skip to content

Commit

Permalink
File organization and added MOC
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDuong00 committed Aug 25, 2024
1 parent 4fda231 commit 1658e63
Show file tree
Hide file tree
Showing 23 changed files with 94 additions and 38 deletions.
2 changes: 1 addition & 1 deletion content/01 About Me/About Me.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Hi! My name is Jimmy Duong and I am a Cloud Security Engineer that is always str

I love creating infrastructure solutions according to best practices and making the cyberspace a more safe and secure experience.

From architecting and configuring secure environments to incident response and recovery. I have played a dominant role in securing enterprise environments and protecting organizations across various sectors, including renewable energy and education.
From architecting and configuring secure environments to incident response and recovery. I have played a dominant role in securing enterprise environments and protecting organizations involved with renewable energy and education.

I love to spend my time learning configuring cloud infrastructure and helping others do the same.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Projects and Guides
[[1 Projects Index]]
The goal of this website is to showcase various Cloud and Cybersecurity projects I have built alongside my studies. I also try to provide step-by-step guides for fellow students that want to build projects but need a helping hand in finding inspiration to create and possibly add on to these labs.

## Certification Writeups
[[Education and Certification Index]]
I have taken a good amount of IT certifications ranging from basic hardware support to architecting solutions in the Cloud. My goal is to share tidbits of information I used to pass these certifications in order to help others in advancing their knowledge and skillset.

## Updates
[[1 OtterTide Devlog Index]]
With the overuse of social media such as LinkedIn and Medium, I wanted to have a little spot on the web to share my monthly goals and updates on the projects I am creating.

This website is only read by those who are interested in my work and is a more secluded spot on the cyberspace, so thank you for reading this!
Expand Down
16 changes: 16 additions & 0 deletions content/02 Projects/1 Projects Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
tags:
- moc
---
## AWS
[[02.03 Transforming images using S3 Events and Lambda]]


## Azure
[[AzureGoat Uncovering Azure Vulnerabilities and Securing Cloud Environments]]
[[09 Hosting a Website using Static Web Apps]]


## Active Directory


7 changes: 7 additions & 0 deletions content/03 OtterTide Devlogs/1 OtterTide Devlog Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags:
- moc
---
This is the index for all my Devlogs.
## 2024
[[2024.08 August OtterLog]]
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ As the temperature starts too cool down and end users are beginning to plan for
2024.08.11 Took and passed the test around 11pm! 🎊

### Take the [[Azure Security Engineer Associate (AZ500)]]
2024.08.11 I have been studying for it but need to perform more hands on skills to solidify my knowledge.
2024.08.11 I have been studying but need to perform more hands on skills to solidify my knowledge.
2024.08.24 Began working on CloudLee's AZ500 course
## Build:
### Terraform projects:
- [[(WIP) Using Terraform to Create Web-facing Applications]] (WIP)
- [[09 Using Terraform to Create Web-facing Applications]] (WIP)
- Using S3 and DynamoDB to Store State and Secrets
### AzureGoat Project
Begin documenting AzureGoat deployment, attack, and defense modules:
Expand All @@ -16,6 +17,16 @@ Attack Modules
- [[Using Azure Runbooks for Privilege Escalation]]

Defense Modules

## OtterTech Network Project
### Syncthing File Sync
Setup Syncthing to sync all files between devices (Windows, Linux, and Android)
### Grafana and Prometheus Monitoring
Connect local server to Prometheus and provide uptime and metrics for the network.
### Snort IDS
Setup Intrusion Detection and alerts
### Setting up OpenVPN
Install OpenVPN on endpoint to allow network connectivity for remote network access.
### OtterTech Development:
- Update projects
- Troubleshoot date bug (Date is updated according to GitHub Actions commits, not actual publish date)
Expand Down
2 changes: 2 additions & 0 deletions content/03 OtterTide Devlogs/OtterTech Philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ title: 7.0 Life Philosophy
> To have faith is to trust yourself to the water. When you swim you don't grab hold of the water, because if you do you will sink and drown. Instead you relax, and float. 🦦
>
> _(Alan Watts)_
I'm still in the process of developing my personal philosophy and as my life progresses, I'm sure I will find and change my perspective along the way.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
tags:
- moc
---
This is the Amazon Web Services home:

## Projects
Here are some projects I have done with AWS services:

[[02.03 Transforming images using S3 Events and Lambda]]

## Services
### Storage
[[S3 (Secure Storage Service)]]
Elastic Block Store (EBS)
## Compute
[[EC2]]

### Database

### Networking
CloudFormation


## Monitoring
33 changes: 0 additions & 33 deletions content/04 AWS Service OtterBytes/1.0 Amazon Web Services (AWS).md

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
tags:
- moc
- azure
---


## Security
### [[Entra ID]]
[[Access Reviews]]
[[Azure Conditional Access Policies]]
[[Azure Custom Domain for EntraID]]
[[Entra ID Administrative Units]]
[[Entra ID Application Identities]]
[[Entra ID User Identities]]
[[Managed Identities]]
[[Multifactor Authentication (MFA)]]

## Compute

## Networking


6 changes: 4 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: 00 Welcome to OtterBrain!
---
This is my personal site on projects I am learning about.
This is my personal site on projects I am learning and working on.

To earn more [[About Me]].
Learn more [[About Me]].
Check out my monthly project updates: [[2024.08 August OtterLog]]
Learn more about the [[OtterTech Objectives]]
## Projects
You can also see various projects I've done in the 'Projects' section in the left column and learn more on how to implement individual Cloud services and technologies under their respective OtterByte sections.
Here are some of my projects I've been working with:
Expand Down

0 comments on commit 1658e63

Please sign in to comment.