Tagged articles
5 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Sep 4, 2025 · Fundamentals

When to Use Symlinks vs Hard Links in Linux? A Practical Guide

This guide explains the differences between symbolic (soft) links and hard links in Linux, covering their definitions, characteristics, creation commands, inode behavior, cross‑filesystem capabilities, directory restrictions, and real‑world use cases to help you choose the appropriate link type for your needs.

FilesystemHard Linkcommand-line
0 likes · 7 min read
When to Use Symlinks vs Hard Links in Linux? A Practical Guide
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2024 · Information Security

Remote Code Execution Vulnerability in Git (CVE-2024-32002) Explained

Git’s CVE‑2024‑32002 is a critical remote‑code‑execution flaw where a malicious repository can exploit hooks, submodules, and symlinks on case‑insensitive file systems to inject and run attacker‑controlled scripts during a recursive clone, affecting versions up to 2.45.0 and mitigated by disabling recursive submodule fetching, avoiding untrusted clones, and updating Git.

CVE-2024-32002GitRCE
0 likes · 9 min read
Remote Code Execution Vulnerability in Git (CVE-2024-32002) Explained
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 22, 2016 · Backend Development

Why PHP OpCache Fails with Symlinks and How to Fix It

A PHP backend team discovered that enabling OpCache with a symlinked project caused the new version to be ignored, traced the issue to cached file paths, and resolved it by adjusting Nginx fastcgi parameters to use the real path, restoring proper deployment behavior.

NginxOPcachePHP
0 likes · 5 min read
Why PHP OpCache Fails with Symlinks and How to Fix It