Tagged articles
55 articles
Page 1 of 1
Data Party THU
Data Party THU
May 4, 2026 · Artificial Intelligence

Why Sending a Tilde to an LLM Can Erase Your Entire Home Directory

A recent ACL 2026 paper uncovers a “Emoticon Semantic Confusion” vulnerability in large language models, where the tilde symbol (~) intended as a friendly emoticon is interpreted as the shell shortcut for the home directory, causing silent, irreversible deletions across major LLMs with a 38.6 % confusion rate.

ACL 2026LLM safetyLarge Language Models
0 likes · 9 min read
Why Sending a Tilde to an LLM Can Erase Your Entire Home Directory
Machine Heart
Machine Heart
Apr 27, 2026 · Artificial Intelligence

Emoticon Semantic Confusion: How a Tilde Can Delete Your Home Directory in LLMs

Researchers from Xi’an Jiaotong, NTU, and UMass Amherst reveal that large language models misinterpret emoticon symbols like '~' as shell commands, causing silent, irreversible actions such as deleting a user’s home directory, with an average confusion rate of 38.6% across six major models.

Shell Commandsemoticon semantic confusionsecurity
0 likes · 8 min read
Emoticon Semantic Confusion: How a Tilde Can Delete Your Home Directory in LLMs
Coder Trainee
Coder Trainee
Jan 24, 2026 · Operations

Essential Linux Commands for User, System Management and Performance Monitoring

This article explains essential Linux commands for programmers, covering user management, system administration, and performance monitoring, describes how Linux treats everything as a file, distinguishes Linux and shell commands, and suggests learning 10‑20 commands daily, with visual examples.

Performance MonitoringShell CommandsUser Management
0 likes · 2 min read
Essential Linux Commands for User, System Management and Performance Monitoring
Raymond Ops
Raymond Ops
Nov 22, 2025 · Operations

Master Rsync Backup: From Basics to Real-World Deployment

This guide walks through the fundamentals of data backup, explains why backups are essential, and provides a comprehensive tutorial on using Rsync—including its concepts, sync modes, configuration, common options, service deployment, and real‑world scenarios such as push/pull transfers, bidirectional sync, and bandwidth‑limited backups.

BackupLinuxOperations
0 likes · 16 min read
Master Rsync Backup: From Basics to Real-World Deployment
dbaplus Community
dbaplus Community
Oct 27, 2025 · Operations

30 Essential Linux Command Combinations to Supercharge System Administration

This guide presents 30 practical Linux command pipelines—organized into system monitoring, log analysis, file management, process control, network troubleshooting, and security auditing—that let administrators quickly diagnose resource bottlenecks, extract key log data, automate batch operations, and secure servers without writing complex scripts.

LinuxSecurity AuditingShell Commands
0 likes · 33 min read
30 Essential Linux Command Combinations to Supercharge System Administration
IT Services Circle
IT Services Circle
Sep 13, 2025 · Operations

Master Linux Command‑Line Essentials for Interview Success

This comprehensive guide covers the most frequently asked Linux command‑line topics for interviews, including file and directory manipulation, process management, system monitoring, networking, permission handling, and practical scenario‑based exercises, all illustrated with clear examples and command syntax.

Interview PreparationLinuxShell Commands
0 likes · 24 min read
Master Linux Command‑Line Essentials for Interview Success
Ops Community
Ops Community
Jul 18, 2025 · Operations

From Rookie to Pro: Master Linux Network Troubleshooting with This Complete Roadmap

This comprehensive guide walks you through a systematic, OSI‑layer‑based approach to Linux network fault isolation, essential command‑line and graphical tools, real‑world case studies, automation scripts, preventive maintenance tactics, and best‑practice recommendations to quickly diagnose and resolve any network issue.

LinuxOSI modelShell Commands
0 likes · 11 min read
From Rookie to Pro: Master Linux Network Troubleshooting with This Complete Roadmap
Liangxu Linux
Liangxu Linux
Feb 4, 2025 · Fundamentals

Master Linux File Management: Directories, Paths, and Essential Commands

This guide explains Linux file management fundamentals, covering the hierarchical directory structure, naming conventions, absolute and relative paths, common shell commands for viewing, creating, moving, copying, and deleting files and directories, as well as file attributes, types, and the differences between hard and soft links.

Directory StructureLinksLinux
0 likes · 31 min read
Master Linux File Management: Directories, Paths, and Essential Commands
MaGe Linux Operations
MaGe Linux Operations
Nov 13, 2024 · Operations

Master Linux User & Group Management: Commands, Files, and Best Practices

This comprehensive guide explains Linux user and group concepts, classification, security contexts, essential configuration files, password policies, and detailed command examples for creating, modifying, and deleting users and groups, helping administrators efficiently manage system access and permissions.

LinuxShell CommandsSystem Administration
0 likes · 17 min read
Master Linux User & Group Management: Commands, Files, and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Jul 7, 2024 · Operations

Master Linux Disk Quota, LVM, and RAID: Step-by-Step Configuration Guide

This comprehensive tutorial explains how to set up and manage Linux disk quotas, logical volume management (LVM), and various RAID levels using command‑line tools, providing clear examples for checking kernel support, configuring limits, creating volumes, resizing, snapshotting, and handling RAID arrays.

Disk QuotaLVMLinux
0 likes · 31 min read
Master Linux Disk Quota, LVM, and RAID: Step-by-Step Configuration Guide
Liangxu Linux
Liangxu Linux
Jun 2, 2024 · Operations

Essential Shell Commands for Analyzing Apache Access Logs

A comprehensive collection of awk, grep, sort, and netstat one‑liners that help you count unique IPs, rank pages by hits, filter by time ranges, identify slow requests, and monitor connection states directly from Apache log files.

ApacheNetwork MonitoringShell Commands
0 likes · 11 min read
Essential Shell Commands for Analyzing Apache Access Logs
Liangxu Linux
Liangxu Linux
Apr 13, 2024 · Operations

Master Linux Network Interface Management: Essential Commands and Real-World Examples

This guide walks Linux system administrators through essential network interface commands—such as ifconfig, ip, route, netstat, traceroute, ping, ss, nmcli, iw, ethtool, firewall-cmd, and iptables—providing clear syntax, practical examples, and tips for configuring IP addresses, routes, DNS, VPNs, and firewall rules.

LinuxNetwork ConfigurationShell Commands
0 likes · 8 min read
Master Linux Network Interface Management: Essential Commands and Real-World Examples
Efficient Ops
Efficient Ops
Mar 11, 2024 · Operations

Essential Linux Ops: Proven Troubleshooting Steps for Common Failures

This guide outlines a systematic Linux operations troubleshooting framework—emphasizing error messages, log analysis, root‑cause isolation, and step‑by‑step solutions for six real‑world scenarios ranging from filesystem corruption to inode exhaustion and read‑only file‑system errors.

LinuxOperationsShell Commands
0 likes · 7 min read
Essential Linux Ops: Proven Troubleshooting Steps for Common Failures
Liangxu Linux
Liangxu Linux
Jul 18, 2023 · Fundamentals

10 Essential Linux Commands to Quickly View Text Files

When you need to inspect text files on a Linux system without opening a full editor, these ten command‑line tools—cat, less, head, tail, wc, grep, find, locate, sort, and uniq—provide fast, precise ways to display, search, count, and manipulate file contents.

File InspectionLinuxShell Commands
0 likes · 7 min read
10 Essential Linux Commands to Quickly View Text Files
Laravel Tech Community
Laravel Tech Community
Jun 27, 2023 · Operations

Linux System Administration Commands Reference

This article provides a comprehensive reference of common Linux system administration commands, covering system information, date handling, shutdown/reboot, file and directory manipulation, searching, mounting, disk usage, user/group management, permissions, compression, package management, backup, CD/DVD handling, and networking utilities.

BackupLinuxNetworking
0 likes · 24 min read
Linux System Administration Commands Reference
Open Source Linux
Open Source Linux
May 4, 2023 · Operations

Master Fast Log Error Detection with Tail, Grep, and Sed Commands

This guide shows how to quickly pinpoint errors in massive log files on Linux by using dynamic viewing commands such as tail and head, extracting line numbers with grep, searching within time ranges using sed, counting matches, highlighting results, and navigating logs with pagination tools like more and less.

GrepShell Commandslog analysis
0 likes · 12 min read
Master Fast Log Error Detection with Tail, Grep, and Sed Commands
Liangxu Linux
Liangxu Linux
Mar 19, 2023 · Operations

Master Log Analysis: Fast Linux Commands to Pinpoint Errors

This guide shows programmers how to quickly locate errors in massive server logs using essential Linux commands such as tail, cat, grep, sed, and pagination tools, providing step‑by‑step examples and tips for efficient debugging.

LinuxOperationsShell Commands
0 likes · 12 min read
Master Log Analysis: Fast Linux Commands to Pinpoint Errors
Liangxu Linux
Liangxu Linux
Oct 19, 2022 · Operations

Essential Linux Commands for Analyzing Web Server Logs

This guide compiles practical Linux shell commands for extracting IP counts, page visit frequencies, time‑range queries, bandwidth usage, HTTP status distribution, and TCP connection states from Apache or Nginx access logs, helping administrators quickly spot traffic patterns, bottlenecks, and potential attacks.

ApacheLinuxNetwork Monitoring
0 likes · 12 min read
Essential Linux Commands for Analyzing Web Server Logs
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2022 · Information Security

Master Linux Incident Response: Detect, Remove, and Harden Malware Step‑by‑Step

This guide presents a practical four‑stage Linux incident‑response workflow—identifying suspicious behavior, terminating and deleting malicious processes, sealing persistence mechanisms, and hardening the system—complete with essential shell commands and verification steps to efficiently neutralize Linux‑based malware.

LinuxMalware RemovalShell Commands
0 likes · 10 min read
Master Linux Incident Response: Detect, Remove, and Harden Malware Step‑by‑Step
Efficient Ops
Efficient Ops
Dec 14, 2021 · Operations

20 Essential Linux Commands for Server Log Analysis and Threat Detection

This guide compiles a comprehensive set of Linux shell commands that let you examine web server logs, count unique IPs, identify top‑requested pages, filter bots, monitor connection states, and spot performance or security anomalies, helping you keep your site secure and performant.

ApacheNetwork MonitoringShell Commands
0 likes · 13 min read
20 Essential Linux Commands for Server Log Analysis and Threat Detection
Open Source Linux
Open Source Linux
Nov 25, 2021 · Information Security

Master Linux Incident Response: Step-by-Step Virus Detection and Removal

This guide walks through a four‑stage Linux incident‑response workflow—identifying symptoms, killing malicious processes, closing persistence mechanisms, and hardening the system—while providing the exact shell commands needed to detect and eradicate Linux malware.

LinuxMalware RemovalShell Commands
0 likes · 6 min read
Master Linux Incident Response: Step-by-Step Virus Detection and Removal
Liangxu Linux
Liangxu Linux
Jan 30, 2021 · Fundamentals

Master Linux Basics: Directory Structure, Common Commands, and Vim Essentials

This guide introduces Linux as the leading server OS, explains its top‑level directory hierarchy, outlines essential command syntax and file‑permission concepts, and provides a concise overview of Vim’s modal editing commands, all illustrated with clear examples and diagrams.

Directory StructureFile PermissionsLinux
0 likes · 6 min read
Master Linux Basics: Directory Structure, Common Commands, and Vim Essentials
Liangxu Linux
Liangxu Linux
Jan 10, 2021 · Information Security

Essential Linux Account Security and Intrusion Detection Checklist

This guide provides a comprehensive, step‑by‑step walkthrough of Linux account security, user and shadow file inspection, login record analysis, process and startup script examination, cron job auditing, file integrity searches, and log‑based intrusion detection using practical commands and examples.

LinuxShell Commandsaccount security
0 likes · 17 min read
Essential Linux Account Security and Intrusion Detection Checklist
Efficient Ops
Efficient Ops
Jan 4, 2021 · Operations

Master Server Log Analysis with Essential Linux Commands

This guide presents a curated set of practical Linux command-line techniques for analyzing web server logs, including counting unique IPs, identifying popular pages, measuring traffic volume, detecting slow or error responses, and monitoring connection states, enabling administrators to efficiently monitor performance and security.

LinuxServer MonitoringShell Commands
0 likes · 13 min read
Master Server Log Analysis with Essential Linux Commands
MaGe Linux Operations
MaGe Linux Operations
Dec 23, 2020 · Information Security

Essential Linux Account Security & Intrusion Detection Checklist

This guide details Linux account security fundamentals, including critical system files, user and privilege inspection commands, login monitoring, intrusion investigation techniques, startup script analysis, cron job auditing, file searching methods, process inspection, and log file examination to help secure and troubleshoot Linux servers.

LinuxShell Commandsaccount security
0 likes · 17 min read
Essential Linux Account Security & Intrusion Detection Checklist
360 Tech Engineering
360 Tech Engineering
Nov 13, 2020 · Mobile Development

Guide to Reducing Android Device Power Consumption and Preventing Shutdown During Automated Testing

This guide explains how to lower Android device power usage and avoid unexpected shutdowns during large‑scale automated testing by controlling battery thresholds, adjusting screen brightness, terminating background apps, setting screen timeout, synchronizing time, and managing audio settings through ADB shell commands.

AndroidDevice AutomationShell Commands
0 likes · 8 min read
Guide to Reducing Android Device Power Consumption and Preventing Shutdown During Automated Testing
360 Quality & Efficiency
360 Quality & Efficiency
Oct 23, 2020 · Mobile Development

Techniques to Reduce Android Device Power Consumption and Prevent Shutdown During Automated Testing

This guide explains how to lower Android device power usage and avoid unexpected shutdowns in batch testing by managing battery thresholds, adjusting screen brightness, disabling background apps, setting screen timeout, enabling automatic time, and controlling audio settings through shell commands and reflection.

AndroidDevice AutomationShell Commands
0 likes · 8 min read
Techniques to Reduce Android Device Power Consumption and Prevent Shutdown During Automated Testing
DevOps Cloud Academy
DevOps Cloud Academy
Jun 26, 2020 · Operations

Linux System User and Group Management Tutorial

This tutorial explains Linux user and group management, covering login prompts, user information commands, adding, modifying, and deleting users, switching users, password handling, file permission changes, and group administration with practical command examples and code snippets.

LinuxOperationsShell Commands
0 likes · 7 min read
Linux System User and Group Management Tutorial
MaGe Linux Operations
MaGe Linux Operations
Apr 1, 2020 · Operations

Which Linux Command Deletes Massive Files Fastest? Benchmark Results

This article benchmarks several Linux methods for deleting half a million small files—including rm, find with -exec, find with -delete, rsync, Python, and Perl—showing their execution times and concluding that rsync with the --delete option is the quickest and most convenient solution.

PythonShell Commandsfile deletion
0 likes · 4 min read
Which Linux Command Deletes Massive Files Fastest? Benchmark Results
dbaplus Community
dbaplus Community
Mar 15, 2020 · Databases

Step-by-Step Guide to Installing GaussDB T 1.0.2 HA Cluster on CentOS

This tutorial walks you through preparing the environment, configuring cluster components, installing required packages, setting up Python 3.7, running pre‑install checks, executing the GaussDB installation script, handling common errors, and finally uninstalling the cluster on a CentOS 7.5 system.

CentOSDatabase ClusterGaussDB
0 likes · 14 min read
Step-by-Step Guide to Installing GaussDB T 1.0.2 HA Cluster on CentOS
Efficient Ops
Efficient Ops
Dec 5, 2019 · Information Security

Master Linux Incident Response: Step‑by‑Step Virus Detection and Removal

This guide walks you through a complete Linux emergency response workflow—identifying suspicious behavior, terminating malicious processes, removing infected files, eliminating persistence mechanisms, hardening the system, and adding command auditing—using practical shell commands and examples.

LinuxMalware RemovalShell Commands
0 likes · 9 min read
Master Linux Incident Response: Step‑by‑Step Virus Detection and Removal
Liangxu Linux
Liangxu Linux
Aug 18, 2019 · Operations

Uncover the Weirdest Linux Commands and Processes You Need to Know

This article explores a collection of unusual Unix/Linux commands and process types—daemon, zombie, kill, cat, tail, which, crypt, and shred—explaining their purpose, behavior, and practical usage tips for system administrators and developers.

Shell Commandsdaemonzombie process
0 likes · 6 min read
Uncover the Weirdest Linux Commands and Processes You Need to Know
MaGe Linux Operations
MaGe Linux Operations
Nov 16, 2018 · Operations

Master Bash: Essential Commands, Aliases, Redirection, and Job Control

This guide explains Bash’s core concepts—including command history, aliases, pipes, redirection, shortcut keys, advanced redirection tricks, command sequencing, job control, and brace expansion—providing Linux users with practical examples to boost productivity and streamline system operations.

LinuxRedirectionShell Commands
0 likes · 12 min read
Master Bash: Essential Commands, Aliases, Redirection, and Job Control
Liangxu Linux
Liangxu Linux
Sep 20, 2018 · Operations

How to Run Programs Silently in the Background on Linux

Learn how to execute a program in the background on Linux without cluttering the terminal by using the '&' operator, redirecting logs, checking running jobs with 'jobs' and 'ps', and employing 'nohup' for persistent execution after logout.

Shell Commandsbackground processlog redirection
0 likes · 5 min read
How to Run Programs Silently in the Background on Linux
ITPUB
ITPUB
Dec 21, 2017 · Operations

Master Linux Troubleshooting: 6 Common Issues and How to Fix Them

Learn a systematic approach for Linux system administrators to diagnose and resolve six typical problems—including filesystem errors, 'argument list too long', inode exhaustion, undeleted file space, too many open files, and read‑only filesystem—using command‑line tools, log analysis, and practical fixes.

FilesystemLinuxOperations
0 likes · 15 min read
Master Linux Troubleshooting: 6 Common Issues and How to Fix Them
dbaplus Community
dbaplus Community
May 16, 2017 · Big Data

Master HDFS: Theory, Shell Commands, and Java API Hands‑On Guide

This comprehensive tutorial explains HDFS fundamentals, its metadata management and advantages, then walks you through setting up a Hadoop environment, executing core shell commands, and using the Java API with complete code examples, enabling you to confidently operate HDFS in practice.

Distributed File SystemHadoopJava API
0 likes · 15 min read
Master HDFS: Theory, Shell Commands, and Java API Hands‑On Guide
MaGe Linux Operations
MaGe Linux Operations
Oct 8, 2016 · Information Security

Beware These 9 Dangerous Linux Commands That Can Wipe Your System

This article lists nine hazardous Linux commands—including a fork bomb, misuse of /dev/null, reckless rm -rf options, dangerous mkfs usage, tar bombs, dd mishaps, malicious scripts, and deceptive source code—explaining how each can destroy data or crash a system and how to avoid them.

LinuxShell CommandsSystem Administration
0 likes · 7 min read
Beware These 9 Dangerous Linux Commands That Can Wipe Your System
Qunar Tech Salon
Qunar Tech Salon
Apr 24, 2015 · Operations

macOS Optimization Guide: Disabling Time Machine, Hibernation, Enabling noatime, RAM Disk for Temp Files, and Other Performance Tweaks

This article provides a comprehensive set of macOS performance optimizations—including disabling local Time Machine backups, turning off hibernation, adding the noatime mount option, configuring RAM‑based temporary and cache directories, and disabling unnecessary SSD features—to improve system responsiveness and battery life.

RAM DiskShell CommandsmacOS
0 likes · 8 min read
macOS Optimization Guide: Disabling Time Machine, Hibernation, Enabling noatime, RAM Disk for Temp Files, and Other Performance Tweaks