Tag archive
Linux
Articles, examples, and practical solutions for the topic "Linux".
20 articles
Tagged articles
Troubleshooting & Comparisons
How to Fix the EADDRINUSE 'Port Already in Use' Error
Learn how to troubleshoot and resolve the EADDRINUSE error effectively on Windows, Mac, and Linux systems.
Troubleshooting & Comparisons
Fix Postgres Connection Refused and Configure pg_hba.conf
Learn to diagnose and fix 'Postgres connection refused' errors using pg_hba.conf and listener configurations properly.
Troubleshooting & Comparisons
SSH Connection Refused: Troubleshooting Common Errors
Fix SSH connection errors including "connection refused" with actionable troubleshooting steps for server and client setups.
Automation
How to Schedule Python Scripts Using Cron Jobs
Learn how to schedule and run Python scripts using cron jobs, including handling paths and virtual environments.
Troubleshooting & Comparisons
How to Fix DNS Not Resolving Issues on Linux
Discover how to troubleshoot and resolve DNS not resolving errors on Linux systems effectively.
AI Workflows
Fine-tune LLMs with QLoRA on Your Own Data
Learn how to use QLoRA for efficient fine-tuning of large language models, achievable even on consumer-level hardware.
Developer Guides
Beginner's Guide to Linux Terminal Basics
Learn the fundamentals of using the Linux terminal, including navigation, commands, and shortcuts, with this beginner-friendly guide.
Developer Guides
Dockerfile Best Practices: Multi-Stage Builds Explained
Learn the best practices for writing Dockerfiles with a focus on multi-stage builds to optimize performance, size, and security.
Automation
Automating MySQL Backups with a Shell and Task Scheduler
Learn to create an automated MySQL backup script for Linux and Windows using shell scripts and task scheduling.
Troubleshooting & Comparisons
Fixing 'WSL Not Starting' and 'Install Error' on Windows
Learn how to troubleshoot and resolve common issues like WSL not starting or WSL install error on your Windows system effectively.
Troubleshooting & Comparisons
Resolving 502 Bad Gateway and 504 Gateway Timeout on Nginx
Learn how to troubleshoot and fix common 502 Bad Gateway and 504 Gateway Timeout errors in Nginx.
Developer Guides
Bash Scripting Tutorial for Beginners: A Complete Guide
Learn Bash scripting from basics to advanced for task automation. Detailed steps included.