This repository is my second brain where I store useful configurations, scripts, and notes that I find helpful in my daily work.
If you find any of these configurations useful, feel free to use them as a reference or adapt them for your own setup. And if you're searching for detailed explanations of each configuration, you're in the right place but checkout my site.
Essential command-line utilities for Linux systems:
- arp - Address Resolution Protocol utility
- awk - Text processing and pattern matching
- cron - Task scheduling
- du - Disk usage analyzer
- env - Environment variables
- ethtool - Ethernet device configuration
- find - File and directory search
- grep - Text search and pattern matching
- netstat - Network statistics
- sed - Stream editor for text manipulation
- tar - Archive and compression utility
- user - User management commands
Essential tools for software development and DevOps:
- curl - HTTP client and data transfer tool
- docker - Container management platform
- git - Version control system
- helm - Kubernetes package manager
- jq - JSON processor and query tool
- kubectl - Kubernetes command-line tool
- npm - Node.js package manager
- openssl - Cryptographic toolkit
- terraform - Infrastructure as Code tool
- tmux - Terminal multiplexer
- vim - Text editor
- wget - Web content retriever
Database management and infrastructure tools:
- mysql - MySQL database management
- postgresql - PostgreSQL database management
- sql - SQL query reference
- sqlite - SQLite database management
- zfs - ZFS filesystem management
Network protocols and web-related reference materials:
- dns - Domain Name System
- http-status-codes - HTTP response codes
- smtp-codes - SMTP response codes
- twisted-pair-cables - Network cable specifications
Windows-specific command-line tools and utilities:
- chocolatey - Windows package manager
- environment-vars - Environment variable management
- powershell - PowerShell scripting
If you would like to contribute to this repository, please fork the repository and create a pull request with your changes or reach me out directly.
Dotfiles - My personal dotfiles for Linux.
Boilerlates - A collection of boilerplates for Docker, Kubernetes, and more.