Study Notes
Quick notes for Linux, web development, and IT practice.
Linux Commands
- whoami — shows current user
- pwd — prints current directory
- ls — lists files
- cd — changes directory
- grep — searches text
- chmod — changes permissions
- systemctl — manages services
Web Development
- HTML — page structure
- CSS — styling
- JavaScript — logic
- localStorage — saves browser data
- Bootstrap — layout and components
- Netlify — website hosting