Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

How to Open Windows .url Files in Arch Linux Using a Bash Script

Windows .url files store web shortcuts. If you have .url files and want to open them in Linux, follow this tutorial to create a Bash script that does it automatically. Step 1: Create the Scr...
19.03.2025 0 Read More

Customize Your Linux Desktop: A Beginner’s Ricing Guide

Customize Your Linux Desktop: A Beginner’s Ricing Guide
Ever wanted to customize your Linux desktop but felt lost in all the components and choices? You’re not alone—I’ve been there too. This guide is for beginners and anyone looking to rice their se...
24.03.2025 0 Read More

Troubleshoot Your Last Boot Crash on Linux

When your Linux system crashes, understanding the cause is crucial for troubleshooting. The journalctl command helps you analyze system logs, including crash reports. This guide explains how to use jo...
26.03.2025 0 Read More

Part 1: Getting Started With Linux

Introduction to Linux What is Linux? Million Dollar Question Linux is a kernel for computer systems that is used worldwide. Yeah, even the social media you use on your phone could be...
26.03.2025 0 Read More

Enhancing Linux Security: Secure Boot and TPM-Based Disk Encryption on Manjaro Linux

Manjaro is a powerful and flexible Linux distribution, but by default, it does not enable Secure Boot or TPM-based disk encryption. These security features can significantly enhance system protection,...
30.03.2025 0 Read More

How count up lines in a directory

Description Quick overview of counting up lines inside the directory for all files. CLI ⛶find "$1" -type f -exec cat {} + | wc -l ZSH or Bash config ⛶clines() { if [ -z ...
10.04.2025 0 Read More

🛡️ Auditd vs eBPF: The Battle for Linux Monitoring Supremacy

Trying to choose between the old-school reliability of auditd and the ultra-modern performance of eBPF? In 2025, both still have their place — but knowing when and why to use each is what sets pros ...
11.04.2025 0 Read More

"Help! My Server is on Fire (Probably)" - A DevOps Engineer's Guide to Panic-Driven Statistics.

"Help! My Server is on Fire (Probably)" - A DevOps Engineer's Guide to Panic-Driven Statistics.
The Problem: Servers Behaving Badly You wake up at 3 AM to an alert: "CPU at 99%!" Your heart rate spikes. Is it a crypto miner? A runaway cron job? Did someone deploy to production on a Frid...
16.04.2025 0 Read More

MCP: The Secret Sauce Making AI Agents Play Nice (and Why You Should Care)

Hey there, fellow code wranglers! 👋 Ever had that moment when you're trying to get your smart home devices to work together, and suddenly your coffee maker is having an existential crisis ...
19.04.2025 0 Read More

ArchLinux Setup Guide For Intel MacBook Pro

Intro This article is a collection of caveats necessary to get Arch Linux up and running on old Intel MacBooks with AMD GPUs.In my case, it's old MacBookPro11,5Steps here are based on various...
02.05.2025 0 Read More
Loading...
#reading
How I Built a Local, Voice-Enabled AI Chatbot with LangChain and Ollama
0
How to Fix WordPress Login Redirect Loop Issue: 3 Simple Methods
0
How to Add Related Products in WooCommerce: A Step-by-Step Guide
0
Top 5 Code Editors for Web Developers
0
TryHackMe: Cyber Kill Chain
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0