Tagged articles
18 articles
Page 1 of 1
Xiao Liu Lab
Xiao Liu Lab
Jan 7, 2026 · Operations

Zero‑IO Techniques to Safely Clear Massive Log Files on Linux

This article explains why deleting huge log files can crash a server, compares the low‑IO echo and truncate commands for safely emptying logs, provides practical examples, parameter tips, additional methods, and best‑practice recommendations for production environments.

EchoIO optimizationLinux
0 likes · 10 min read
Zero‑IO Techniques to Safely Clear Massive Log Files on Linux
Liangxu Linux
Liangxu Linux
Sep 10, 2025 · Operations

15 Powerful Echo Tricks to Supercharge Your Linux Scripts

This guide walks through fifteen practical and advanced uses of the Linux echo command, covering basic text output, disabling newlines, escape sequences, tabular formatting, backspace, alert sounds, carriage‑return overwrites, wildcard expansions, file redirection, variable injection, colorized text, and dynamic progress bars, all illustrated with ready‑to‑run examples.

EchoLinuxShell
0 likes · 6 min read
15 Powerful Echo Tricks to Supercharge Your Linux Scripts
Raymond Ops
Raymond Ops
Jul 11, 2025 · Operations

Master Colorful Terminal Output with echo and printf in Bash

This guide explains how to use echo and printf with ANSI escape codes in Bash scripts to produce colored text, background colors, text effects, cursor positioning, and reusable variables, providing numerous examples and visual demonstrations for terminal output customization.

BashEchoShell scripting
0 likes · 11 min read
Master Colorful Terminal Output with echo and printf in Bash
FunTester
FunTester
Dec 30, 2024 · Backend Development

Top Go Frameworks and Libraries in 2024: Gin, Beego, Echo, Buffalo, and GORM

This article reviews five leading Go frameworks and libraries—Gin, Beego, Echo, Buffalo, and GORM—detailing their core features, typical use cases, and reasons to choose each, helping developers select the most suitable tools for modern backend and full‑stack development in 2024.

BackendBeegoBuffalo
0 likes · 15 min read
Top Go Frameworks and Libraries in 2024: Gin, Beego, Echo, Buffalo, and GORM
php Courses
php Courses
Oct 25, 2024 · Backend Development

How to Pass Values from PHP to JavaScript

This article explains several practical techniques—including echo, json_encode, HTTP headers, and external script files—for transferring data from PHP to JavaScript, helping developers choose the most suitable method based on data complexity and application requirements.

Echodata-passingheader
0 likes · 3 min read
How to Pass Values from PHP to JavaScript
21CTO
21CTO
Feb 20, 2023 · Backend Development

Top 5 Go REST API Frameworks: Choose the Best Backend Tool for Your Project

This article explains why Go is ideal for high‑performance web services, clarifies API and REST concepts, outlines criteria for selecting a Go API framework, and reviews the five most popular Go REST frameworks—Gin, Echo, Gorilla Mux, Buffalo, and Goji—along with their strengths, weaknesses, and tips for monitoring and monetizing APIs.

Backend FrameworkBuffaloEcho
0 likes · 13 min read
Top 5 Go REST API Frameworks: Choose the Best Backend Tool for Your Project
Code DAO
Code DAO
Jan 1, 2022 · Backend Development

Building a Clean Architecture GraphQL App with ent and gqlgen (Part 1)

This tutorial walks through creating a maintainable GraphQL application using Go, demonstrating how to set up a Docker‑based MySQL database, configure Viper and Echo, define ent schemas, run migrations, integrate gqlgen with ent, and implement queries and mutations following Clean Architecture principles.

Clean ArchitectureDockerEcho
0 likes · 22 min read
Building a Clean Architecture GraphQL App with ent and gqlgen (Part 1)
Liangxu Linux
Liangxu Linux
Dec 28, 2021 · Operations

5 Quick Linux Commands to Empty a File Instantly

Learn five practical Linux techniques—using shell redirection, built‑in commands, /dev/null with cat/cp/dd, echo, and truncate—to clear a file's contents without deleting the file, each with clear examples and explanations.

CATEchoFile
0 likes · 4 min read
5 Quick Linux Commands to Empty a File Instantly