Krython Blog
Exploring ideas, sharing insights, and documenting the journey of continuous learning.
- Bash Arrays: A Comprehensive Guide with Examples
Master Bash arrays with this comprehensive guide. Learn about indexed and associative arrays, their creation, manipulation, and practical applications in shell scripting.
9 min read - How to Use Grep Command in Linux with Practical Examples
The grep command is one of the most powerful and widely-used tools in the Linux command line arsenal. Whether you're a system administrator, developer, or Linux enthusiast, mastering grep will significantly improve your productivity.
6 min read - Understanding Bash Variables and Environment in Linux
Master Bash variables and environment settings in Linux. Learn to create, export, and manipulate variables for efficient shell scripting and system administration.
9 min read - Installing GitLab Server on Alpine Linux: Complete Setup Guide
Learn how to install and configure GitLab CE on Alpine Linux with PostgreSQL, Redis, SSL, and production-ready settings for team collaboration and CI/CD workflows.
18 min read - Managing User Groups in Alpine Linux: Complete Administration Guide
Master user group management in Alpine Linux with comprehensive coverage of creating, modifying, and administering groups for secure multi-user environments and access control.
16 min read - Building Packages from Source in Alpine Linux: A Complete Developer Guide
Learn how to build custom packages from source code in Alpine Linux. Master APKBUILD files, compilation tools, and package creation for your projects.
15 min read