Fork My Brain

Welcome to My Digital Garden

A collection of thoughts, ideas, and learnings that grow over time. This is my personal knowledge base where ideas connect and evolve.

21Notes
24Tags

Recent Notes

React native expo setup(with Nativewind)

React native Expo setup(with Nativewind) Expo app with NativeWind (Tailwind CSS for React Native). 1.

Feb 16, 2026
Setupreact-nativedevelopment

Create a Separate Linux User with Sudo Access (Ubuntu EC2)

Linux User Management & Security Guide (Ubuntu/EC2) Managing individual accounts is the “Gold Standard” for server administration.

Feb 10, 2026
awsSetup

DNS & Subdomain Setup

Domain Provider: GoDaddy / Namecheap / Route 53 / Cloudflare Add A Record: FieldValueTypeANamekredlValue<EC2_PUBLIC_IP or Elastic IP>TTLAuto / 300 Result: kredl.sustivon.com → EC2 IP.

Feb 10, 2026
awsSetup

Docker Installation

Prerequisites: sudo apt update sudo apt install -y ca-certificates curl gnupg Add Docker GPG key: sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg sudo chmod a+r /etc/apt/keyrings/docker.gpg Add Docker repo...

Feb 10, 2026
dockerSetupaws+1

EC2 Instance Setup

Create EC2 Instance Operating System: Ubuntu 22.04 LTS Instance Type: Minimum: t3.small (2 vCPU, 2 GB RAM) Recommended: t3.medium (2 vCPU, 4 GB RAM) Storage: ≥ 20 GB (gp3 preferred) Security Group (Initial Configuration): TypePortSourceSSH22Your IPHTTP800.0.0.0/0HTTPS4430.0.0.0/0 1.2 Connect to EC2 ...

Feb 10, 2026
awsSetupubuntu

Transferring Files to AWS EC2

Transferring Files to AWS EC2 Overview This section explains how to transfer files from a local machine to an AWS EC2 instance using SSH and SCP.

Feb 10, 2026
ShellSSHaws

Popular Topics

Setup(10)aws(5)tech(5)development(3)Golang(3)docker(2)ubuntu(2)Shell(2)SSH(2)Vite(2)

Start Exploring

Dive into my collection of notes and discover connections between ideas. Use the search or browse by tags to find what interests you.

Graph View

  • Step 1.What You’ll Find Here
  • Step 2.How to Navigate
  • Step 3.Philosophy
GitHub
© 2026 Dev-Pradeep-NS