Tagged articles
95 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
May 4, 2026 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most frequently used Linux commands for system administrators, covering navigation, file manipulation, searching, permission handling, text processing, archiving, system control, and process management, complete with practical examples and option details to boost daily operational efficiency.

LinuxNetworkingShell
0 likes · 15 min read
Essential Linux Commands Every Sysadmin Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
May 2, 2026 · Fundamentals

25 Essential Linux Commands Every Beginner Should Know

This guide introduces 25 fundamental Linux commands, explaining their purpose, basic syntax, and typical usage examples so beginners can quickly perform file management, navigation, process inspection, and other common tasks directly from the terminal.

BeginnerLinuxShell
0 likes · 12 min read
25 Essential Linux Commands Every Beginner Should Know
Ops Community
Ops Community
Apr 27, 2026 · Operations

10 Essential Linux Commands Every Sysadmin Must Master

This guide walks system administrators through the ten most frequently used Linux commands—top/htop, df/du, free, ss/netstat, ping/traceroute, ps/kill, grep/sed/awk, tail/less, uname/hostname/uptime, and tar/rsync—explaining core options, output interpretation, common pitfalls, and practical troubleshooting scenarios.

LinuxNetworkingSystem Administration
0 likes · 25 min read
10 Essential Linux Commands Every Sysadmin Must Master
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 4, 2026 · Operations

600 Essential Linux Commands You Must Know

This article provides a comprehensive, categorized reference of over 600 Linux commands covering basic system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, system monitoring, VIM editing, and many other essential operations for everyday Linux use.

LinuxNetworkingShell
0 likes · 48 min read
600 Essential Linux Commands You Must Know
IT Services Circle
IT Services Circle
Mar 29, 2026 · Operations

6 Must‑Know Windows Terminal Commands to Boost Productivity

Discover six practical Windows Terminal commands—including tree, netstat, cipher, tracert, curl, and a PowerShell speech synthesizer—that visualize directories, monitor networks, securely erase data, trace routes, fetch API jokes, and add voice output, turning the command line into a powerful productivity tool.

NetworkingPowerShellSystem Utilities
0 likes · 9 min read
6 Must‑Know Windows Terminal Commands to Boost Productivity
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 22, 2026 · Operations

600 Essential Linux Commands to Solve 99% of Everyday Tasks

This article compiles 600 practical Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, and common utilities, providing a comprehensive cheat‑sheet for everyday system administration.

LinuxNetworkingShell
0 likes · 37 min read
600 Essential Linux Commands to Solve 99% of Everyday Tasks
macrozheng
macrozheng
Mar 3, 2026 · Backend Development

Explore Free FS: A Modern Spring Boot File Management System with Full Stack Demo

Free FS is an enterprise‑grade, Spring Boot‑based file management system that offers high‑performance storage, plug‑in architecture, and real‑time progress, with detailed backend and frontend installation guides, multi‑format preview, sharing, and support for various storage backends, all available via its public Git repository.

Spring Bootbackend-developmentdistributed storage
0 likes · 6 min read
Explore Free FS: A Modern Spring Boot File Management System with Full Stack Demo
21CTO
21CTO
Jan 14, 2026 · Artificial Intelligence

Can Claude Cowork Turn Your Mac into an AI File Manager?

Anthropic's new Claude Cowork preview lets users issue natural‑language commands on macOS to organize files, automate bookkeeping, and control browsers, but it operates within a sandbox and carries risks like accidental deletions, currently limited to Claude Max subscribers.

AIAnthropicClaude
0 likes · 5 min read
Can Claude Cowork Turn Your Mac into an AI File Manager?
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 13, 2025 · Fundamentals

All the Linux Basics You Need in One Guide

This article provides a concise Linux fundamentals guide covering the OS overview, essential keyboard shortcuts, common file‑management commands, disk navigation, network utilities, and basic system‑administration commands, each illustrated with syntax and practical examples.

command-linefile managementnetwork-tools
0 likes · 30 min read
All the Linux Basics You Need in One Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 10, 2025 · Operations

38 Essential Windows CMD Commands You Must Know

This guide explains how to open the Windows command prompt on various versions and presents a curated list of 38 essential CMD commands—including file, directory, network, system‑information and disk‑management utilities—each described with its purpose and basic usage.

System InformationWindowscmd
0 likes · 9 min read
38 Essential Windows CMD Commands You Must Know
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
php Courses
php Courses
Sep 19, 2025 · Backend Development

Master PHP’s rename() Function: Rename Files & Directories Easily

This article explains how to use PHP's rename() function to rename files and directories, covering its syntax, parameters, return values, practical code examples for both files and folders, and important permission considerations.

Tutorialfile managementrename
0 likes · 3 min read
Master PHP’s rename() Function: Rename Files & Directories Easily
Raymond Ops
Raymond Ops
Aug 19, 2025 · Operations

Master Linux File Management Commands: cat, cmp, diff, file, find

This guide explains the purpose, syntax, key parameters, and practical examples of essential Linux file management commands—including cat, cmp, diff, file, and find—helping readers efficiently view, compare, identify, and locate files from the command line.

Shellcommand-linefile management
0 likes · 6 min read
Master Linux File Management Commands: cat, cmp, diff, file, find
Raymond Ops
Raymond Ops
Aug 17, 2025 · Operations

Master Essential Linux Commands: From Basics to Advanced System Operations

This comprehensive guide walks you through Linux command connectors, system resource monitoring tools, file search and transfer utilities, text processing commands, mounting and NFS configuration, user and file management, as well as advanced scripting techniques like expect, semanage, and xargs, providing clear examples and code snippets for each topic.

NFScommand-linefile management
0 likes · 26 min read
Master Essential Linux Commands: From Basics to Advanced System Operations
Open Source Linux
Open Source Linux
Aug 14, 2025 · Operations

Master Linux Permissions: From Basics to Advanced Management

This comprehensive guide walks readers from the fundamental concept of Linux permissions—role and object attributes—to practical commands like chmod, chown, su, and sudo, covering symbolic and octal modes, umask defaults, directory nuances, and best‑practice security measures for system administrators and users alike.

PermissionsSudochmod
0 likes · 15 min read
Master Linux Permissions: From Basics to Advanced Management
php Courses
php Courses
Jul 17, 2025 · Backend Development

Master PHP’s rename() Function: Rename Files & Directories with Ease

This guide explains PHP's rename() function, covering its syntax, parameters, return values, practical code examples for renaming both files and directories, and important considerations such as permissions and error handling, enabling developers to manage filesystem objects efficiently.

BackendFilesystemPHP
0 likes · 3 min read
Master PHP’s rename() Function: Rename Files & Directories with Ease
php Courses
php Courses
Jul 16, 2025 · Backend Development

Master PHP’s is_dir() Function: Quick Guide & Real-World Examples

Learn how PHP’s is_dir() function checks whether a given path is a directory, explore practical use cases such as file management, and follow step‑by‑step code examples that demonstrate simple checks, directory traversal, and proper handling of permissions.

BackendPHPdirectory check
0 likes · 5 min read
Master PHP’s is_dir() Function: Quick Guide & Real-World Examples
Liangxu Linux
Liangxu Linux
Jul 3, 2025 · Fundamentals

Unlock Linux Mastery: A Mythical Guide to Command‑Line Essentials

This tutorial uses a fantasy metaphor to teach Linux command‑line fundamentals, covering command categories, syntax, file and directory operations, searching, backup techniques, and essential vi editor commands, providing practical examples and cautionary notes for safe system management.

BackupTutorialVi
0 likes · 7 min read
Unlock Linux Mastery: A Mythical Guide to Command‑Line Essentials
php Courses
php Courses
Jun 17, 2025 · Backend Development

How to Retrieve and Use File Last Access Time with PHP's fileatime()

This article explains the PHP fileatime() function, its syntax, parameters, and return value, and provides practical examples for retrieving a file's last access timestamp, formatting it, and using it for file management tasks such as cleanup based on inactivity.

PHPbackend-developmentfile access time
0 likes · 4 min read
How to Retrieve and Use File Last Access Time with PHP's fileatime()
MaGe Linux Operations
MaGe Linux Operations
Jun 7, 2025 · Fundamentals

Master Linux Command Line Basics: From Navigation to File Management

This guide walks readers through essential Linux command line skills, covering command syntax, directory navigation, file operations, searching, content viewing, text editing with vi, and backup/restoration techniques, all illustrated with clear examples and practical tips for beginners.

BackupShellcommand-line
0 likes · 8 min read
Master Linux Command Line Basics: From Navigation to File Management
php Courses
php Courses
May 9, 2025 · Backend Development

Using PHP rename() to Rename Files and Directories

This article explains PHP's rename() function, detailing its syntax, parameters, return values, and provides example code for renaming both files and directories, along with important usage considerations, including error handling and permission requirements.

BackendFilesystemfile management
0 likes · 3 min read
Using PHP rename() to Rename Files and Directories
Test Development Learning Exchange
Test Development Learning Exchange
Apr 18, 2025 · Fundamentals

Essential Python Standard Library Modules for System and File Operations

This article introduces several essential Python standard‑library modules—including os, shutil, subprocess, signal, sys, platform, logging, getpass, pwd, and grp—explaining their primary functions for file and process management, system information, logging, and user/group queries, and provides concise example code for each.

OS modulePythonfile management
0 likes · 4 min read
Essential Python Standard Library Modules for System and File Operations
php Courses
php Courses
Mar 14, 2025 · Backend Development

Using PHP's is_dir() Function to Check and Traverse Directories

This article explains PHP's is_dir() function, demonstrates how to determine whether a path is a directory, and provides practical code examples for simple checks and recursive directory traversal, highlighting important usage considerations for backend developers.

directory checkfile managementis_dir
0 likes · 4 min read
Using PHP's is_dir() Function to Check and Traverse Directories
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
php Courses
php Courses
Jan 22, 2025 · Backend Development

Using PHP rename() Function to Rename Files and Directories

This article explains the PHP rename() function, its syntax, parameters, return values, and provides clear examples for renaming both files and directories while noting permission considerations and common pitfalls.

Backendfile managementrename
0 likes · 4 min read
Using PHP rename() Function to Rename Files and Directories
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2025 · Fundamentals

Master Essential Linux Commands: From Navigation to File Management

This guide provides a comprehensive overview of essential Linux commands for directory navigation, file manipulation, permission management, searching, compression, and system shutdown, complete with descriptions, usage examples, and options to help users efficiently manage their Unix-like environments.

command-linefile managementsystem-administration
0 likes · 29 min read
Master Essential Linux Commands: From Navigation to File Management
Test Development Learning Exchange
Test Development Learning Exchange
Nov 29, 2024 · Fundamentals

Python File Handling: Common Text Processing Scripts

This article presents a comprehensive collection of Python file handling examples, covering basic reading and writing, appending, line extraction, file copying, moving, deletion, directory management, and advanced text processing techniques such as searching, replacing, and statistical analysis, all illustrated with clear code snippets.

File I/OFile OperationsPython
0 likes · 17 min read
Python File Handling: Common Text Processing Scripts
Test Development Learning Exchange
Test Development Learning Exchange
Nov 23, 2024 · Operations

Comprehensive Python Automation Scripts for Common Tasks

This article presents a collection of practical Python scripts covering file management, web scraping, email sending, Excel handling, data cleaning, image processing, system monitoring, PDF manipulation, OCR, database interaction, social media posting, testing, and cloud storage, each with clear descriptions and ready‑to‑run code examples.

PythonScriptingWeb Scraping
0 likes · 12 min read
Comprehensive Python Automation Scripts for Common Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Sep 28, 2024 · Fundamentals

Python Cheat Sheet for File Management, Data Processing, Web Requests, Automation, and Text Manipulation

This article provides a concise Python cheat sheet covering common file and directory operations, CSV/JSON data handling, web request and crawling techniques, automation tasks such as scheduling and email sending, and various string manipulation utilities, each illustrated with ready‑to‑run code snippets.

PythonScriptingWeb Scraping
0 likes · 10 min read
Python Cheat Sheet for File Management, Data Processing, Web Requests, Automation, and Text Manipulation
Liangxu Linux
Liangxu Linux
Sep 12, 2024 · Operations

Essential Linux Command-Line Tricks: Checksums, File Search, Process Management & More

This guide walks through practical Linux command-line techniques—including generating file checksums, locating files quickly, editing long commands, inspecting and managing processes, capturing terminal output, examining binary dependencies, and using various text‑viewing utilities—to boost everyday system administration efficiency.

LinuxSystem Administrationfile management
0 likes · 9 min read
Essential Linux Command-Line Tricks: Checksums, File Search, Process Management & More
Python Programming Learning Circle
Python Programming Learning Circle
Jul 31, 2024 · Fundamentals

Using Python's os Module to Delete Duplicate Files

This article demonstrates a simple Python method for identifying and removing duplicate files by leveraging the built‑in os module, explaining how to list directory contents, construct file paths, and use os.remove() to delete unwanted copies, complete with example code and usage notes.

OS modulePythonautomation
0 likes · 4 min read
Using Python's os Module to Delete Duplicate Files
Linux Cloud Computing Practice
Linux Cloud Computing Practice
May 7, 2024 · Fundamentals

Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills

This comprehensive guide walks developers through the essential concepts of Linux, covering the difference between the kernel and distributions, key command‑line tools, file and permission management, process handling, networking basics, and advanced Vim editing techniques, empowering programmers to become proficient in Linux system operations.

NetworkingShellcommand-line
0 likes · 50 min read
Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills
php Courses
php Courses
Apr 24, 2024 · Backend Development

How to Use PHP fileatime() to Get a File's Last Access Time

This article explains the PHP fileatime() function, its syntax, parameters, return value, and provides practical examples for retrieving a file's last access timestamp, formatting it, and using it for file management tasks such as cleanup based on inactivity.

Backendfile access timefile management
0 likes · 5 min read
How to Use PHP fileatime() to Get a File's Last Access Time
Test Development Learning Exchange
Test Development Learning Exchange
Apr 1, 2024 · Fundamentals

Useful Python Code Snippets for Time, Data Formatting, JSON Fixing, URL Query Parsing, File Comments, INI Config, and Path Management

This article presents a collection of practical Python code snippets covering timestamp retrieval, date formatting, JSON correction, URL query parsing, file comment extraction, INI configuration reading, and project‑relative path resolution to help developers handle common tasks efficiently.

CONFIGJSONdatetime
0 likes · 7 min read
Useful Python Code Snippets for Time, Data Formatting, JSON Fixing, URL Query Parsing, File Comments, INI Config, and Path Management
Liangxu Linux
Liangxu Linux
Jul 20, 2023 · Fundamentals

Mastering the Linux ls Command: 20 Essential Options Explained

This guide walks you through the 20 most useful ls command options, showing how to list files, display detailed information, sort by size or time, show hidden items, format output, and more, with clear examples and screenshots for each feature.

LinuxShellTutorial
0 likes · 8 min read
Mastering the Linux ls Command: 20 Essential Options Explained
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
Liangxu Linux
Liangxu Linux
Mar 20, 2023 · Fundamentals

Master Linux File Management: Powerful mv Command Tricks & Examples

This guide explains the Linux mv command in depth, covering its syntax, useful options, and practical examples for renaming, moving single or multiple files and directories, interactive overwriting, conditional updates, and creating backups, all illustrated with real command‑line sessions.

LinuxUnixcommand-line
0 likes · 12 min read
Master Linux File Management: Powerful mv Command Tricks & Examples
Open Source Linux
Open Source Linux
Jun 13, 2022 · Operations

Master the Linux ‘find’ Command: 7 Real‑World Uses & Interview Solution

This article explains why the Linux find command is essential for backend and operations engineers, walks through a common interview question about deleting year‑old log files, and then details seven practical find usages—including searching by name, type, timestamps, size, permissions, ownership, and executing commands on matches.

LinuxShell scriptingfile management
0 likes · 7 min read
Master the Linux ‘find’ Command: 7 Real‑World Uses & Interview Solution
IT Architects Alliance
IT Architects Alliance
Jun 3, 2022 · Backend Development

Open‑Source Distributed File System Based on Spring Boot and Vue CLI – Features and Technical Overview

This article introduces an open‑source distributed file system built with Spring Boot and Vue CLI, detailing its MIT licensing, UI layout, file operations, multiple upload methods, online preview and editing capabilities, storage options, and the underlying backend and frontend technologies.

Distributed File SystemSpring BootVue.js
0 likes · 9 min read
Open‑Source Distributed File System Based on Spring Boot and Vue CLI – Features and Technical Overview
macrozheng
macrozheng
Jan 7, 2022 · Operations

Boost Your Terminal Productivity with EXA: A Modern ls Replacement

This article introduces EXA, a Rust‑based modern replacement for the traditional ls command, highlighting its speed, color support, Git integration, and various view modes, and provides step‑by‑step installation instructions for macOS, Linux package managers, and building from source.

command-lineexafile management
0 likes · 7 min read
Boost Your Terminal Productivity with EXA: A Modern ls Replacement
MaGe Linux Operations
MaGe Linux Operations
Dec 28, 2021 · Operations

5 Simple Shell Tricks to Empty Files Instantly

This guide shows five practical Linux shell methods—including redirection to /dev/null, using the built‑in ':' or true commands, cat/cp/dd utilities, echo with -n, and the truncate command—to quickly clear a file’s contents without deleting the file itself.

LinuxTRUNCATEfile management
0 likes · 3 min read
5 Simple Shell Tricks to Empty Files Instantly
Laravel Tech Community
Laravel Tech Community
Aug 14, 2021 · Fundamentals

File Splitting with split and Merging with cat on Linux

This guide explains how to use the Linux split command to divide large files into smaller parts and the cat command to concatenate those parts back together, including syntax, practical examples, and help options for efficient file transfer and management.

CATLinuxShell
0 likes · 7 min read
File Splitting with split and Merging with cat on Linux
Liangxu Linux
Liangxu Linux
Jul 26, 2021 · Fundamentals

When and How to Use Linux Hard Links and Symbolic Links Effectively

This guide explains Linux inode basics, the differences between hard and symbolic links, their creation commands, limitations, and practical scenarios such as version switching, library management, shortcuts, file classification, shared editing, and space‑efficient backups.

FilesystemHard LinkLinux
0 likes · 13 min read
When and How to Use Linux Hard Links and Symbolic Links Effectively
Liangxu Linux
Liangxu Linux
Jun 27, 2021 · Operations

Master Linux File Splitting and Merging with split and cat Commands

Learn how to efficiently split large files into smaller chunks and recombine them on Linux using the split and cat commands, with detailed syntax options, practical examples, and tips for handling line counts, byte sizes, numeric suffixes, and progress monitoring.

CATfile managementsplit
0 likes · 7 min read
Master Linux File Splitting and Merging with split and cat Commands
Laravel Tech Community
Laravel Tech Community
Apr 11, 2021 · Operations

Commonly Used Linux Commands: A Quick Reference Guide

This article provides a comprehensive cheat‑sheet of the 21 most frequently asked Linux commands, covering file navigation, content viewing, searching, permissions, text processing, archiving, system control, and process management for interview preparation and daily use.

ShellSystem Administrationcommand-line
0 likes · 10 min read
Commonly Used Linux Commands: A Quick Reference Guide
Liangxu Linux
Liangxu Linux
Mar 8, 2021 · Operations

How to Locate and Release Disk Space from Deleted Open Files on Linux

When disk usage reported by df doesn't match du and inodes are not full, the discrepancy often stems from files that were deleted while still held open by running processes, and this guide explains how to identify those processes and safely free the space.

Deleted FilesLinuxOperations
0 likes · 4 min read
How to Locate and Release Disk Space from Deleted Open Files on Linux
Open Source Linux
Open Source Linux
Feb 19, 2021 · Fundamentals

Master Essential Linux Commands: From pwd to du with Real Examples

This tutorial introduces the most frequently used Linux commands—including pwd, cd, ls, touch, mkdir, cp, rm, mv, find, and du—explaining their purpose, options, and providing concrete shell examples to help beginners confidently navigate and manage files and directories.

LinuxTutorialfile management
0 likes · 9 min read
Master Essential Linux Commands: From pwd to du with Real Examples
Liangxu Linux
Liangxu Linux
Jan 10, 2021 · Fundamentals

How to Delete Files with Problematic Names in Linux: 6 Proven Methods

This guide explains why standard rm fails on files with special characters or leading dashes and provides six reliable techniques—including using a path prefix, the "--" separator, quoting, escaping, inode deletion, and wildcards—to safely remove such files on Linux systems.

LinuxShellSpecial Characters
0 likes · 6 min read
How to Delete Files with Problematic Names in Linux: 6 Proven Methods
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2021 · Backend Development

Master Python’s os.walk: Build a Powerful File Management Tool in Minutes

This guide introduces Python’s os.walk module, explains its top‑down and bottom‑up traversal modes, and demonstrates how to list files, filter by extension, enumerate subdirectories, and create a complete log‑organizing script that moves, deduplicates, and records files based on date.

directory traversalfile managementos.walk
0 likes · 10 min read
Master Python’s os.walk: Build a Powerful File Management Tool in Minutes
Programmer DD
Programmer DD
Dec 5, 2020 · Operations

Boost Your Windows Productivity with PowerToys: A Complete Guide

This article introduces Microsoft PowerToys for Windows 10, walks through its most useful utilities such as Color Picker, FancyZones, File Explorer Preview, Image Resizer, Keyboard Manager, PowerRename, PowerToys Run, Shortcut Guide, and the experimental Video Conference Mute, and shows how to install and use each feature to streamline daily workflows.

PowerToysWindowsfile management
0 likes · 8 min read
Boost Your Windows Productivity with PowerToys: A Complete Guide
Laravel Tech Community
Laravel Tech Community
Oct 9, 2020 · Operations

Comprehensive Linux Command Reference Guide

This guide presents an extensive collection of Linux commands covering file and directory operations, content viewing, compression, system information, networking, user management, permissions, process control, and system monitoring, each explained with its purpose and typical usage in clear English.

LinuxNetworkingSystem Administration
0 likes · 16 min read
Comprehensive Linux Command Reference Guide
Liangxu Linux
Liangxu Linux
Jul 12, 2020 · Fundamentals

Beyond ls: When and Why to Use dir and vdir on Linux

This article explains the differences between the common ls command and its lesser‑known counterparts dir and vdir, showing how each can list directory contents, handle hidden files, format output, and avoid performance pitfalls in scripts, while also covering color options and practical examples.

command-linedirfile management
0 likes · 5 min read
Beyond ls: When and Why to Use dir and vdir on Linux
Laravel Tech Community
Laravel Tech Community
May 6, 2020 · Backend Development

Laravel Storage Quick Reference Guide

This quick reference sheet introduces Laravel's Storage facade, explaining its role as a file handling helper and providing concise examples of common operations such as writing, reading, downloading, managing visibility, and manipulating directories and files using the Storage API.

BackendLaravelPHP
0 likes · 3 min read
Laravel Storage Quick Reference Guide
Liangxu Linux
Liangxu Linux
May 1, 2020 · Operations

5 Quick Linux Commands to Delete All Files in Any Directory

This guide presents five practical Linux shell commands—using rm, find, xargs, and loops—to safely remove all regular files from the current directory or any specified path, covering classic, recursive, and bulk‑deletion scenarios.

Delete FilesUnixcommand-line
0 likes · 3 min read
5 Quick Linux Commands to Delete All Files in Any Directory
Liangxu Linux
Liangxu Linux
Feb 29, 2020 · Fundamentals

Master the Linux ‘ls’ Command: 20 Essential Options Explained

This guide introduces the Linux ls command, explains its default behavior, and provides detailed examples of twenty useful options—including long listings, human‑readable sizes, sorting, recursive listing, and more—so readers can efficiently list and inspect files and directories.

Unixcommand-linefile management
0 likes · 8 min read
Master the Linux ‘ls’ Command: 20 Essential Options Explained
Liangxu Linux
Liangxu Linux
Nov 12, 2019 · Operations

Three Powerful Linux Commands to Quickly Locate the Largest Files

Learn three practical Linux command-line techniques—using ls, find, and du—to quickly identify the largest files or directories on your system, complete with example commands for listing top files, filtering by size ranges, and displaying human‑readable disk usage.

System Administrationdufile management
0 likes · 5 min read
Three Powerful Linux Commands to Quickly Locate the Largest Files
MaGe Linux Operations
MaGe Linux Operations
Mar 21, 2019 · Operations

Master Essential Linux Commands for System Operations

This comprehensive guide introduces the most frequently used Linux commands, covering directory navigation, file manipulation, permission management, searching, compression, system shutdown, and network utilities, providing clear syntax examples and explanations to help users efficiently manage and troubleshoot Linux systems.

Linuxcommand-linefile management
0 likes · 12 min read
Master Essential Linux Commands for System Operations
ITPUB
ITPUB
Feb 27, 2019 · Fundamentals

Unlock the Full Power of Linux mv: Advanced Options You Should Know

This guide explains both basic and advanced usages of the Linux mv command, covering options like -v for verbose output, -i for interactive prompts, -n to prevent overwriting, -u to update only newer files, and -b to create backups before replacement.

Linuxcommand-linefile management
0 likes · 8 min read
Unlock the Full Power of Linux mv: Advanced Options You Should Know
Efficient Ops
Efficient Ops
Jan 28, 2019 · Fundamentals

Master Linux Command Line: Essential Commands, File Management, and Permissions

This guide walks through essential Linux command‑line skills, covering simple commands, OS partition concepts, root directory files, directory and file operations, user/group management, vi editor modes, permission settings, common utilities, pipes, find, soft and hard links, cron scheduling, ownership changes, and CD‑ROM mounting.

LinksLinuxPermissions
0 likes · 8 min read
Master Linux Command Line: Essential Commands, File Management, and Permissions
Liangxu Linux
Liangxu Linux
Aug 28, 2018 · Fundamentals

Master Essential Linux Commands: ls, cd, mkdir, rm, cp, mv, and More

This guide explains the core Linux command‑line tools—including ls, cd, mkdir, pwd, rmdir, rm, cp, mv, and ln—detailing their syntax, common options, example outputs, file‑permission notation, and the purpose of standard system directories for beginners and seasoned users alike.

System Administrationfile managementfundamentals
0 likes · 15 min read
Master Essential Linux Commands: ls, cd, mkdir, rm, cp, mv, and More
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2018 · Operations

Master Essential Linux Commands for File, Directory, and System Management

This guide provides a comprehensive overview of essential Linux commands for navigating directories, managing files, handling permissions, searching, compressing, and performing system operations such as shutdown and network testing, enabling users to efficiently control and maintain their Linux environments.

Bashcommand-linefile management
0 likes · 13 min read
Master Essential Linux Commands for File, Directory, and System Management
ITPUB
ITPUB
Mar 3, 2018 · Operations

Essential Linux Installation and Login Commands Explained

This guide walks through the most frequently used Linux installation and login commands—such as login, shutdown, halt, reboot, install, mount, umount, chsh, exit, last, file, mkdir, grep, dd, find, mv, ls, diff, cmp, cat, and ln—detailing their purpose, syntax, key options, and practical examples for effective system administration.

InstallationLinuxTutorial
0 likes · 39 min read
Essential Linux Installation and Login Commands Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 24, 2018 · Operations

Master Essential Linux Administration: 20+ Key Topics and Practical Answers

This guide provides concise explanations and step‑by‑step instructions for fundamental Linux administration topics, covering licensing, OS selection, startup services, system optimization, runlevels, boot process, links, partitioning, file deletion, VI usage, user management, regex, sed, crontab, important directories, shutdown commands, sudoers, permission hierarchy, SecureCRT shortcuts, audit solutions, network troubleshooting, quoting rules, startup config files, log locations, IP address extraction, and a curated list of essential Linux commands.

LinuxPermissionsShell
0 likes · 27 min read
Master Essential Linux Administration: 20+ Key Topics and Practical Answers
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2017 · Fundamentals

Master Essential Linux Commands: From ls to chmod Explained

This guide provides concise explanations and practical examples for dozens of fundamental Linux commands—including ls, cd, pwd, mkdir, rm, rmdir, mv, cp, cat, more, less, head, tail, which, whereis, locate, find, chmod, tar, and chown—helping users navigate the shell efficiently and manage files, permissions, and system resources.

LinuxSystem Administrationfile management
0 likes · 25 min read
Master Essential Linux Commands: From ls to chmod Explained
MaGe Linux Operations
MaGe Linux Operations
Mar 2, 2017 · Operations

15 Essential Linux Shell Commands Every Developer Should Master

This article presents a concise guide to fifteen fundamental Linux shell commands—including file listing, copying, viewing, creating, deleting, navigating, searching, and transferring files—illustrated with examples and screenshots to help readers quickly boost their command‑line productivity.

System Administrationcommand-linefile management
0 likes · 7 min read
15 Essential Linux Shell Commands Every Developer Should Master
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2017 · Fundamentals

Unlock Powerful File Management: Essential Linux Commands Explained

This guide provides concise explanations of dozens of essential Linux commands—from file viewing and manipulation (cat, less, grep) to permission management (chmod, chown), searching (find, locate), and advanced utilities (awk, patch, scp)—helping users quickly master core command‑line operations.

LinuxShell Utilitiesfile management
0 likes · 16 min read
Unlock Powerful File Management: Essential Linux Commands Explained
ZhiKe AI
ZhiKe AI
Feb 9, 2017 · Fundamentals

Essential Linux Commands: Classification, Usage, and Tips

This article provides a comprehensive guide to common Linux commands, covering internal vs external classification, help lookup methods, command syntax, practical examples for file management, system monitoring, compression, shutdown, pipelines, quoting, and best learning habits.

LinuxNetworkingShell
0 likes · 15 min read
Essential Linux Commands: Classification, Usage, and Tips