Tagged articles
72 articles
Page 1 of 1
Old Zhang's AI Learning
Old Zhang's AI Learning
May 9, 2026 · Artificial Intelligence

Why Gemini’s Multimodal RAG with File Search Is So Compelling

The article analyzes Google Gemini’s File Search tool as a fully managed multimodal RAG solution, detailing its architecture, key features, pricing model, step‑by‑step usage, strengths, limitations, and how it compares with OpenAI Assistants File Search and Vertex AI Search.

AI RetrievalEmbeddingFile Search
0 likes · 14 min read
Why Gemini’s Multimodal RAG with File Search Is So Compelling
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 8, 2026 · Operations

7 Essential Find Command Techniques Every Linux User Should Master

This article walks through seven practical uses of the Linux find command—including name/regex searches, type filtering, timestamp, size, permission, ownership queries, and executing actions—while illustrating each with concrete examples and explaining interview‑style scenarios.

File SearchShell scriptingSystem Administration
0 likes · 8 min read
7 Essential Find Command Techniques Every Linux User Should Master
Open Source Tech Hub
Open Source Tech Hub
Feb 7, 2026 · Backend Development

Mastering Symfony Finder: Powerful File Search Techniques for PHP

This guide introduces Symfony Finder, a PHP component that provides a fluent API and rich filtering options for efficient, cross‑platform file searching, and walks through installation, basic usage, and advanced examples such as recent‑file detection, large‑log cleanup, and content‑based scans.

Backend DevelopmentFile SearchFinder
0 likes · 4 min read
Mastering Symfony Finder: Powerful File Search Techniques for PHP
php Courses
php Courses
Jan 12, 2026 · Backend Development

Master PHP’s glob() Function: Find Files and Directories Efficiently

This guide explains PHP’s glob() function, its syntax, parameters, and practical examples for locating files and directories using patterns, wildcards, and flags, helping developers quickly retrieve matching paths while noting performance considerations for large file sets.

BackendFile SearchFilesystem
0 likes · 4 min read
Master PHP’s glob() Function: Find Files and Directories Efficiently
php Courses
php Courses
Oct 23, 2025 · Backend Development

Master PHP’s glob() Function: Find Files & Directories Efficiently

Learn how to use PHP’s powerful glob() function to locate files and directories with pattern matching, explore its syntax, optional flags, and practical examples ranging from simple file listings to recursive directory searches and directory-only queries.

BackendFile SearchPHP
0 likes · 4 min read
Master PHP’s glob() Function: Find Files & Directories Efficiently
Raymond Ops
Raymond Ops
Aug 25, 2025 · Operations

Master Linux ‘find’: 7 Powerful Uses Every Dev Should Know

This article explains why the Linux find command is essential for developers, walks through a common interview problem of deleting year‑old log files, and details seven practical find usages—including name/regex search, type filtering, timestamps, size, permissions, ownership, and executing commands on matches.

File SearchShell scriptingSystem Administration
0 likes · 7 min read
Master Linux ‘find’: 7 Powerful Uses Every Dev Should Know
Raymond Ops
Raymond Ops
Jul 16, 2025 · Operations

Master Linux File Search: locate vs find – Fast Tips & Advanced Options

This guide explains how the Linux locate and find commands work, covering their performance characteristics, key features, common options, search criteria, combining conditions, actions, and how to use xargs for parameter passing, helping users choose the right tool for efficient file searching.

File SearchOperationscommand-line
0 likes · 8 min read
Master Linux File Search: locate vs find – Fast Tips & Advanced Options
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Master Linux File Search: Powerful find Command Techniques

This guide explains how to use the Linux find command for locating files by name, size, type, time, owner, permissions, and more, covering basic syntax, common options, logical expressions, actions such as printing, deleting, executing commands, and practical exercises for mastering file search.

File SearchShell scriptingfind command
0 likes · 15 min read
Master Linux File Search: Powerful find Command Techniques
Code Mala Tang
Code Mala Tang
Jul 1, 2025 · Operations

Master Linux File Searches: Powerful Find Command Techniques

This guide explores the versatile Linux find command, demonstrating how to locate files and directories by modification time, size, name patterns, and depth, while showing practical examples, useful flags, and advanced tricks such as combining criteria, excluding mounts, and executing actions on matches.

File SearchShell scriptingfind command
0 likes · 6 min read
Master Linux File Searches: Powerful Find Command Techniques
Efficient Ops
Efficient Ops
May 5, 2025 · Operations

Mastering Linux Find: 8 Powerful Use Cases for System Operations

This article explains why the Linux find command is essential for administrators, walks through a common interview question about deleting year‑old log files, and then presents eight practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, execution actions, and directory searches—complete with ready‑to‑run code examples.

File SearchShellfind command
0 likes · 8 min read
Mastering Linux Find: 8 Powerful Use Cases for System Operations
Raymond Ops
Raymond Ops
May 3, 2025 · Operations

Master the Linux ‘find’ Command: Powerful File Search Techniques

Learn how to use the versatile Unix ‘find’ command to search and manipulate files by name, type, size, timestamps, and more, with detailed syntax, common options, and practical examples for printing, deleting, and executing actions on matched files.

File SearchUnixfind
0 likes · 7 min read
Master the Linux ‘find’ Command: Powerful File Search Techniques
Liangxu Linux
Liangxu Linux
Feb 9, 2025 · Operations

Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples

This guide explains how to use the Linux find command to locate files by type, name, size, inode, and timestamps, demonstrates combining conditions with logical operators, and shows how to pipe results to other utilities such as xargs, -exec, and command substitution for tasks like copying, deleting, and archiving.

File SearchShellcommand-line
0 likes · 14 min read
Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples
Open Source Linux
Open Source Linux
Feb 7, 2025 · Fundamentals

Master Linux File Search: Powerful find Command Techniques & Examples

This article provides a comprehensive guide to the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, owner, and permissions, as well as actions, logical operators, xargs integration, and practical exercises for mastering file searching.

File SearchShell scriptingcommand-line
0 likes · 14 min read
Master Linux File Search: Powerful find Command Techniques & Examples
Liangxu Linux
Liangxu Linux
Feb 5, 2025 · Fundamentals

Mastering Linux File Search: Powerful find Command Examples and Tips

This guide explains the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, user, permissions, depth, logical operators, action flags, integration with xargs, and provides practical examples and exercises for mastering file searching on Unix-like systems.

File SearchGrepShell
0 likes · 17 min read
Mastering Linux File Search: Powerful find Command Examples and Tips
Efficient Ops
Efficient Ops
Nov 17, 2024 · Operations

Master Linux Find: 8 Powerful Ways to Locate and Manage Files

This article explains eight practical uses of the Linux find command—including searching by name, type, timestamps, size, permissions, ownership, executing actions on matches, and directory name patterns—providing clear examples and code snippets to help administrators efficiently locate and manage files.

File SearchShell scriptingawk
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Liangxu Linux
Liangxu Linux
Aug 4, 2024 · Fundamentals

Unlock the Power of Shell: Environment Variables, PATH, and File Search

Learn how to create and manage shell variables, differentiate between local and environment scopes, manipulate the PATH variable, and efficiently locate files using whereis, locate, which, and find commands, complete with practical examples and step‑by‑step instructions for Unix‑like systems.

BashEnvironment VariablesFile Search
0 likes · 9 min read
Unlock the Power of Shell: Environment Variables, PATH, and File Search
Open Source Linux
Open Source Linux
Jun 3, 2024 · Fundamentals

Master Everything: Advanced Windows File Search Techniques

This guide introduces Everything, a lightweight Windows file‑search utility, and walks through its basic configuration, HTTP/FTP services, powerful search syntax, file‑type and size filters, as well as batch renaming and empty‑folder deletion techniques for efficient file management.

EverythingFile SearchHTTP service
0 likes · 6 min read
Master Everything: Advanced Windows File Search Techniques
Efficient Ops
Efficient Ops
May 27, 2024 · Operations

Master Linux Find: 8 Powerful Ways to Locate and Manage Files

This article explains why the Linux find command is essential for operations, walks through an interview question about deleting year‑old logs, and then details eight practical find usages—including name patterns, file types, timestamps, sizes, permissions, ownership, executing actions, and directory searches—complete with example commands.

File Searchfind commandlinux
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
Sohu Tech Products
Sohu Tech Products
May 15, 2024 · Artificial Intelligence

OpenAI Assistants API Quickstart Project for Next.js

OpenAI’s open‑source openai‑assistants‑quickstart project shows how to integrate the Assistants API into a Next.js app, offering streaming chat, code‑interpreter, file‑search, and function‑calling tools, and provides step‑by‑step setup instructions so developers can quickly build and customize AI assistants.

AI AssistantAssistants APICode Interpreter
0 likes · 4 min read
OpenAI Assistants API Quickstart Project for Next.js
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Apr 19, 2024 · Operations

Mastering Linux Find: Essential Tips and Advanced Usage

This article provides a comprehensive guide to the Linux find command, covering basic printing, filename patterns, type, timestamp, size, permission filters, empty file detection, deletion, date-range searches, parallel execution, absolute path retrieval, basename extraction, and how to exclude the search directory itself.

File Searchcommand-linefind
0 likes · 11 min read
Mastering Linux Find: Essential Tips and Advanced Usage
php Courses
php Courses
Feb 4, 2024 · Backend Development

Using PHP glob() Function to Find Files and Directories

This article explains the PHP glob() function, its syntax and optional flags, and provides four practical examples demonstrating how to locate PHP files, multiple file types, files using wildcards, and directories, while highlighting performance considerations.

File SearchPHPglob
0 likes · 5 min read
Using PHP glob() Function to Find Files and Directories
php Courses
php Courses
Jan 29, 2024 · Backend Development

Using PHP's glob() Function to Search Files and Directories

This article introduces PHP's glob() function, explains its syntax and parameters, and provides multiple code examples demonstrating how to locate files, filter by patterns, search across multiple directories, and retrieve only directories, while noting performance considerations.

BackendFile SearchFilesystem
0 likes · 4 min read
Using PHP's glob() Function to Search Files and Directories
Liangxu Linux
Liangxu Linux
Jul 10, 2023 · Operations

Mastering Linux find: 7 Powerful Ways to Locate and Manage Files

Learn how to harness the Linux find command with seven practical examples—including searching by name, type, timestamps, size, permissions, ownership, and executing actions—so you can efficiently locate and manage files, solve common interview questions, and automate system tasks.

File SearchSysadminfind command
0 likes · 7 min read
Mastering Linux find: 7 Powerful Ways to Locate and Manage Files
Liangxu Linux
Liangxu Linux
Mar 16, 2023 · Fundamentals

Mastering the Linux find Command: Syntax, Tests, Actions, and Advanced Options

This guide explains the Linux find command in depth, covering its basic syntax, the four expression types (tests, actions, global and positional options), common operators, and practical examples for time‑based, user‑based, permission‑based, and path‑based searches, as well as safe ways to execute commands on matched files.

File SearchSysadmincommand-line
0 likes · 19 min read
Mastering the Linux find Command: Syntax, Tests, Actions, and Advanced Options
Efficient Ops
Efficient Ops
Jul 11, 2022 · Operations

Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files

This article explains the essential Linux find command, walks through a common interview problem of deleting log files older than a year, and demonstrates seven practical usages—including searching by name, type, timestamps, size, permissions, ownership, and executing actions on matched files—complete with clear code examples.

File Searchfind command
0 likes · 7 min read
Master the Linux find Command: 7 Powerful Ways to Locate and Manage Files
Liangxu Linux
Liangxu Linux
Jun 27, 2022 · Operations

Master Linux File Search: 35 Essential find Command Examples

This guide presents 35 practical Linux find command examples covering file and directory name searches, case‑insensitive matching, permission‑based queries, size and time filters, as well as combined find‑and‑delete operations, helping users efficiently locate and manage files on Unix‑like systems.

File Searchfindlinux
0 likes · 8 min read
Master Linux File Search: 35 Essential find Command Examples
IT Services Circle
IT Services Circle
Apr 13, 2022 · Operations

A Comprehensive Guide to Using the fd File Search Tool

This article introduces the open‑source, Rust‑based command‑line utility fd, explains how to install it on various platforms, and demonstrates a wide range of search options—including hidden files, case sensitivity, depth limits, file‑type filtering, and exec commands—providing a practical tutorial for efficient file searching.

File SearchRustUnix
0 likes · 12 min read
A Comprehensive Guide to Using the fd File Search Tool
DevOps Cloud Academy
DevOps Cloud Academy
Mar 13, 2022 · Operations

7 Practical Uses of the Linux find Command

This article explains seven real‑world applications of the Linux find command, covering file name patterns, type filtering, timestamps, size, permissions, ownership, and executing actions on matched files, with clear examples for system administrators and developers.

File SearchSysadmincommand-line
0 likes · 7 min read
7 Practical Uses of the Linux find Command
Liangxu Linux
Liangxu Linux
Mar 12, 2022 · Operations

Master Linux File Search: Using which, whereis, locate, and find

This guide explains how to locate commands and files on Linux systems using the which, whereis, locate, and find utilities, covering syntax, common options, wildcard patterns, size filters, ownership checks, time criteria, logical operators, and the -exec action for batch processing.

File SearchSystem Administrationfind
0 likes · 10 min read
Master Linux File Search: Using which, whereis, locate, and find
Liangxu Linux
Liangxu Linux
Jul 5, 2021 · Fundamentals

Why fd Beats find: Fast, Parallel File Searching with Rust

This guide introduces the Rust‑based fd command as a faster, more user‑friendly alternative to find, covering installation on Linux and macOS, basic and advanced usage examples, and key options like pattern matching, extensions, exec, and time‑based filters.

File SearchfdmacOS
0 likes · 6 min read
Why fd Beats find: Fast, Parallel File Searching with Rust
Liangxu Linux
Liangxu Linux
Jun 2, 2021 · Operations

How to Find Files by Timestamp Using the Linux find Command

This guide explains the three Unix file timestamps, shows how to view them with stat, and demonstrates using the find command’s ‑newerXY option to locate files modified, accessed, or status‑changed after a specific date and time.

File SearchUnixcommand-line
0 likes · 5 min read
How to Find Files by Timestamp Using the Linux find Command
FunTester
FunTester
Apr 21, 2021 · Fundamentals

Master Linux File Search: Powerful find Command Tricks and Examples

This guide walks through the versatile Linux find command, showing how to locate files and directories by name, type, size, timestamps, permissions, and more, while demonstrating practical examples such as pattern matching, case‑insensitive searches, depth limiting, and executing actions on results.

File SearchShellUnix
0 likes · 10 min read
Master Linux File Search: Powerful find Command Tricks and Examples
Liangxu Linux
Liangxu Linux
Feb 7, 2021 · Operations

Master Linux File Searches: Powerful find Command Examples and Tips

This guide shows Linux administrators how to use the versatile find command to locate files by name, type, size, modification time, permissions, and combined criteria, and demonstrates common actions such as listing, deleting, and executing commands on the results.

File Searchcommand-linefind
0 likes · 13 min read
Master Linux File Searches: Powerful find Command Examples and Tips
Liangxu Linux
Liangxu Linux
Oct 18, 2020 · Operations

Boost Your Linux File Searches with fd: Faster, Colorful, and Easy-to-Use

This guide explains how to install the fd command-line tool on various Linux distributions, compares it with the traditional find utility, and demonstrates its faster, color‑coded, case‑sensitive search features, alias setup, type filtering, and how to execute other commands on matched files.

File Searchfdlinux
0 likes · 8 min read
Boost Your Linux File Searches with fd: Faster, Colorful, and Easy-to-Use
Open Source Linux
Open Source Linux
Feb 21, 2020 · Operations

Master Linux ‘find’ Command: Syntax, Options, and Practical Examples

This guide introduces the powerful Linux find command, explaining its syntax, common options such as -name, -type, -perm, and actions like -print, -exec, and -ok, and provides numerous practical examples for searching files by name, path, permissions, type, size, time, and executing commands on matches.

File SearchShellUnix
0 likes · 6 min read
Master Linux ‘find’ Command: Syntax, Options, and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 22, 2020 · Operations

35 Essential Linux Find Command Tricks You Must Master

This tutorial presents 35 practical examples of the Linux find command, organized into five sections covering name‑based searches, permission filters, owner/group criteria, date/time ranges, and file size conditions, each illustrated with clear command syntax and screenshots.

File Searchfind command
0 likes · 9 min read
35 Essential Linux Find Command Tricks You Must Master
ITPUB
ITPUB
Dec 25, 2019 · Operations

Master Linux File Search: Powerful find Command Techniques

This comprehensive guide explains how to use the Linux find command for locating directories, hidden files, size‑specific files, recent modifications, permission‑set files, and more, while also covering performance tuning, error handling, and sorting results.

File SearchSysadmincommand-line
0 likes · 12 min read
Master Linux File Search: Powerful find Command Techniques
MaGe Linux Operations
MaGe Linux Operations
Oct 26, 2019 · Information Security

How Everything’s HTTP Server Exposes Your Files to the World

The article reveals how the popular file‑search tool Everything’s optional HTTP server can unintentionally expose all local files to anyone on the internet, illustrating real‑world privacy breaches, showing examples of exposed personal data, and providing practical steps to secure or disable the feature.

EverythingFile SearchHTTP server
0 likes · 5 min read
How Everything’s HTTP Server Exposes Your Files to the World
Liangxu Linux
Liangxu Linux
Oct 21, 2019 · Information Security

How Everything’s HTTP Server Exposes Your Files and How to Secure It

The popular Windows file‑search tool Everything includes an HTTP server that, when left unsecured, lets anyone who knows your IP and port browse and download every file on your computer, exposing personal data that can even be indexed by search engines, but simple configuration changes can close the leak.

File SearchHTTP serverdata leakage
0 likes · 7 min read
How Everything’s HTTP Server Exposes Your Files and How to Secure It
MaGe Linux Operations
MaGe Linux Operations
Mar 12, 2019 · Operations

35 Essential Linux Find Command Tricks You Must Master

This guide walks you through 35 practical examples of the Linux find command, covering name‑based searches, permission filters, owner/group criteria, date ranges, size limits, and deletion techniques, helping sysadmins efficiently locate and manage files and directories.

File SearchSysadminfind command
0 likes · 9 min read
35 Essential Linux Find Command Tricks You Must Master
MaGe Linux Operations
MaGe Linux Operations
Feb 21, 2019 · Operations

35 Essential Linux ‘find’ Command Tricks You Must Master

This guide walks you through 35 practical examples of the Linux find command, covering name searches, permission filters, owner/group queries, date‑based queries, and size‑based searches, each illustrated with clear explanations and screenshots to help sysadmins and developers locate files efficiently.

File SearchShell scriptingSysadmin
0 likes · 9 min read
35 Essential Linux ‘find’ Command Tricks You Must Master
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2019 · Fundamentals

Master Python Coroutines: From Basics to Real-World File Search

This article explains the concept of coroutines, compares them with threads, outlines their pros and cons, and demonstrates multiple Python implementations using yield, send, and decorators, culminating in a practical generator‑based file‑search utility that mimics the Linux grep command.

File SearchPythoncoroutine
0 likes · 11 min read
Master Python Coroutines: From Basics to Real-World File Search
MaGe Linux Operations
MaGe Linux Operations
Nov 14, 2018 · Operations

35 Essential Linux Find Command Examples for Mastering File Searches

This article presents 35 practical Linux find command examples, organized into five sections covering name‑based searches, permission filters, owner/group criteria, date‑time ranges, and size constraints, each illustrated with clear screenshots and step‑by‑step explanations.

File SearchUnixcommand-line
0 likes · 9 min read
35 Essential Linux Find Command Examples for Mastering File Searches
MaGe Linux Operations
MaGe Linux Operations
Sep 12, 2018 · Operations

35 Essential Linux Find Command Examples Every Sysadmin Should Know

Discover 35 practical Linux find command examples covering name, permission, owner/group, date, and size based searches, complete with step‑by‑step illustrations, enabling you to locate, filter, and manage files and directories efficiently in everyday system administration tasks.

File SearchSystem AdministrationUnix
0 likes · 11 min read
35 Essential Linux Find Command Examples Every Sysadmin Should Know
ITPUB
ITPUB
Apr 2, 2018 · Operations

Mastering Linux ‘find’: Powerful File Search Techniques and Examples

This guide explains the essential syntax of the Linux find command and demonstrates how to locate files by name, pattern, path, type, depth, size, timestamps, permissions, ownership, and how to execute actions on matched files, with clear examples for each use case.

File SearchShell scriptingfind command
0 likes · 7 min read
Mastering Linux ‘find’: Powerful File Search Techniques and Examples
ITPUB
ITPUB
May 30, 2017 · Operations

Mastering Linux ‘find’: Essential Commands for File Search and Management

This guide explains how to use the Linux find command to locate files and directories by name, type, permissions, owners, timestamps, size, and more, while showing practical examples of depth control, exclusion, combined criteria, and advanced actions such as listing and deleting results.

File SearchSysadminfind command
0 likes · 12 min read
Mastering Linux ‘find’: Essential Commands for File Search and Management
ITPUB
ITPUB
Nov 7, 2016 · Operations

Master Linux File Search: Find, Locate, Whereis, Which, and Type Explained

This guide explains how to use Linux's primary file‑search utilities—find, locate, whereis, which, and type—detailing their syntax, options, and practical examples, while highlighting differences such as database reliance, PATH searching, and builtin versus external command identification.

File Searchfindlocate
0 likes · 5 min read
Master Linux File Search: Find, Locate, Whereis, Which, and Type Explained
ITPUB
ITPUB
May 17, 2016 · Operations

Master Linux File Search: locate and find Commands Explained

This guide explains how to use the Linux locate and find commands, compares their speed and database usage, details common options, pattern syntax, file‑type and size filters, time‑based searches, permission checks, and shows practical examples of combining conditions and actions.

File SearchOperationscommand-line
0 likes · 9 min read
Master Linux File Search: locate and find Commands Explained