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.

Beautify WSL2 terminal with ohmyposh

Beautify WSL2 terminal with ohmyposh
Read on if you Are using the combination: Windows, WSL2, Ubuntu Don't like the look and feel of the limited terminal Like me, aren't yet using Windows Terminal for some inexplicable reason ...
10.03.2025 0 Read More

Use Jupyter Notebooks for bash scripting

I'm experimenting with using Jupyter to capture Linux server commands in a Notebook while I figure out doing GitLab Geo setup. It's complicated, so I want to keep good notes, but copy/paste from the t...
10.03.2025 0 Read More

Automate Everything: Why Bash Scripting is a Must-Learn Skill

Introduction Have you ever wished you could automate boring, repetitive tasks on your computer? Whether you're managing files, monitoring servers, or just simplifying everyday tasks, Bash scr...
12.03.2025 0 Read More

How to Fix 'Sign Invalid' Errors in Arduino C++ for Tuya API?

IntroductionAre you facing issues with generating a valid signature while trying to obtain an access token from the Tuya API using Arduino C++? If you’re encountering a 'sign invalid' error, you’r...
05.05.2025 0 Read More

5 Custom Bash Scripts to Monitor Your Linux Server Performance

As developers and system administrators, we often rely on commercial monitoring tools for our servers. However, sometimes you need a lightweight, customizable solution that you can fully control. In t...
05.05.2025 0 Read More

How to Copy Matching Directories in Bash Without a Script?

In this article, we'll discuss how to efficiently copy files from one directory to another while ensuring you only deal with specific matching patterns. Specifically, if you have a directory structure...
05.05.2025 0 Read More

🛠️ Logging Like a Pro: A Simple Yet Powerful Logger Function for Your Shell Scripts

🛠️ Logging Like a Pro: A Simple Yet Powerful Logger Function for Your Shell Scripts
“Great logs don't just tell you what went wrong — they help you understand why it happened.” Whether you're automating a deployment or writing a bash script to clean up temp files, there's one ...
05.05.2025 0 Read More

How to Automate Converting MGZ Files to NII with Bash?

IntroductionIf you're looking to automate the conversion of MGZ files into NII files using FreeSurfer, you've come to the right place! This process can be quite straightforward when you have a shell s...
05.05.2025 0 Read More

How to Replace Empty Anchor Tags with IDs in HTML Files?

If you're looking to streamline your HTML documents by replacing empty anchor () tags with text indicators based on their unique page IDs, you're in the right place. This is a common scenario in web d...
05.05.2025 0 Read More

How to Ensure 'set +x' is Called After a Bash Function?

When working with Bash scripts, especially those that run commands taking a long time, having debugging enabled with set -x can provide insights on command execution. However, if a command hangs and y...
05.05.2025 0 Read More
Loading...
#reading
5 Strategies I Use to Build Profitable AI-Powered Web Apps
0
New AI Model Combines Best of Diffusion and Autoregressive Language Models for Flexible Text Generation
0
AltSchool Of Engineering Tinyuka’24 Month 3 Week 1
0
Containerization on macOS vs. Linux: A Security and Isolation Comparison, Including Darwin Containers and OSXIEC
0
Building a Real-time Laptop Monitoring System with Flask and Redis
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