Tagged articles
47 articles
Page 1 of 1
Design Hub
Design Hub
Feb 1, 2026 · Artificial Intelligence

How to Deploy OpenClaw AI Assistant on a Home NAS (Step‑by‑Step)

The author, a designer who prefers self‑hosted tools, walks through installing OpenClaw on a home NAS using PVE and Ubuntu, configures password‑less sudo, sets up Discord as a communication channel, troubleshoots model settings, and demonstrates the assistant’s basic capabilities.

AI AssistantDeploymentDiscord
0 likes · 13 min read
How to Deploy OpenClaw AI Assistant on a Home NAS (Step‑by‑Step)
Liangxu Linux
Liangxu Linux
Oct 25, 2025 · Operations

One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments

The open‑source "reinstall" shell script automates full‑system reinstall for Linux, Windows, and popular NAS platforms, handling hardware detection, network configuration, and disk partitioning with a single command, making VPS and server provisioning fast, secure, and hassle‑free.

AutomationNASOS reinstall
0 likes · 7 min read
One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments
Data STUDIO
Data STUDIO
Sep 2, 2025 · Artificial Intelligence

Understanding NAS: Core Algorithms and Python Implementations

This article reviews Neural Architecture Search (NAS), explains its bi‑level optimization formulation, compares three major search strategies—reinforcement learning, evolutionary algorithms, and differentiable gradient‑based methods—provides complete Python code for each, and analyzes experimental results highlighting performance trade‑offs and remaining challenges.

Deep LearningDifferentiable Architecture SearchEvolutionary Algorithms
0 likes · 25 min read
Understanding NAS: Core Algorithms and Python Implementations
MaGe Linux Operations
MaGe Linux Operations
Oct 5, 2024 · Fundamentals

Understanding Block, File, and Object Storage: Pros, Cons, and Use Cases

Block, file, and object storage each offer distinct architectures and trade‑offs—block storage provides high performance but limited sharing, file storage enables easy sharing at lower speeds, and object storage combines both advantages with metadata‑driven distribution—this guide explains their principles, benefits, drawbacks, and ideal applications.

NASSANblock storage
0 likes · 9 min read
Understanding Block, File, and Object Storage: Pros, Cons, and Use Cases
Alibaba Cloud Native
Alibaba Cloud Native
Aug 1, 2024 · Artificial Intelligence

Deploy ComfyUI on Alibaba Cloud Function Compute in Three Simple Steps

This guide walks you through deploying the open‑source AI image‑generation tool ComfyUI on Alibaba Cloud Function Compute, covering prerequisite services, step‑by‑step configuration of the app and NAS storage, workflow execution, custom node installation, and cleanup to avoid unexpected charges.

AI image generationAlibaba CloudComfyUI
0 likes · 15 min read
Deploy ComfyUI on Alibaba Cloud Function Compute in Three Simple Steps
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 10, 2023 · Cloud Computing

Choosing the Right Cloud Storage: NAS, Block, and Object Explained

This article explains common storage types—file (NAS), block (EBS), and object (OSS)—detailing their physical foundations, performance metrics, underlying Alibaba Cloud architectures, protocol differences, and ideal application scenarios to help readers select the most suitable storage solution for any workload.

Alibaba CloudNASProtocols
0 likes · 15 min read
Choosing the Right Cloud Storage: NAS, Block, and Object Explained
Alibaba Cloud Native
Alibaba Cloud Native
May 12, 2023 · Cloud Computing

Deploy Stable Diffusion on Alibaba Cloud Serverless in Minutes

This guide walks you through registering for Alibaba Cloud, enabling Function Compute and NAS, creating a Stable Diffusion application from a template, configuring the admin console, uploading the model, optionally building a custom Docker image, and troubleshooting common issues, all with step‑by‑step instructions and code examples.

AIAlibaba CloudDocker
0 likes · 9 min read
Deploy Stable Diffusion on Alibaba Cloud Serverless in Minutes
Alibaba Cloud Native
Alibaba Cloud Native
May 5, 2023 · Artificial Intelligence

Deploy Stable Diffusion on Alibaba Cloud Serverless in Minutes

This guide shows how to map a Stable Diffusion container's dynamic paths to Alibaba Cloud NAS, configure Serverless Devs, deploy the application, and upload model files via a visual admin UI or NAS commands, enabling fast AI image generation on a cloud‑native platform.

AI deploymentAlibaba CloudFunction Compute
0 likes · 8 min read
Deploy Stable Diffusion on Alibaba Cloud Serverless in Minutes
DataFunTalk
DataFunTalk
Apr 25, 2023 · Artificial Intelligence

DAMO-YOLO: An Efficient Target Detection Framework with NAS, Multi‑Scale Fusion, and Full‑Scale Distillation

This article introduces DAMO‑YOLO, a high‑performance object detection framework that combines low‑cost model customization via MAE‑NAS, an Efficient RepGFPN with HeavyNeck for superior multi‑scale detection, and a full‑scale distillation technique, delivering faster inference, lower FLOPs, and higher accuracy across diverse industrial scenarios.

DistillationModel OptimizationNAS
0 likes · 15 min read
DAMO-YOLO: An Efficient Target Detection Framework with NAS, Multi‑Scale Fusion, and Full‑Scale Distillation
Alibaba Cloud Native
Alibaba Cloud Native
Sep 9, 2022 · Cloud Native

How to Deploy a Pay‑Per‑Use WordPress Site on Alibaba Cloud Serverless

Learn step‑by‑step how to build a cost‑effective, pay‑per‑use WordPress website on Alibaba Cloud Serverless using Function Compute, NAS storage, RDS, and SLS, covering service activation, NAS setup, function configuration, custom domain binding, code deployment, and final verification.

Alibaba CloudCloud NativeFunction Compute
0 likes · 7 min read
How to Deploy a Pay‑Per‑Use WordPress Site on Alibaba Cloud Serverless
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 6, 2022 · Cloud Computing

Build a Private, Unlimited-Speed Cloud Drive with KodBox on Serverless

Learn how to create a personal, unlimited‑speed cloud drive that mimics a Windows experience by deploying the open‑source KodBox file manager on Alibaba Cloud Function Compute, using NAS for persistent storage and OSS for object storage, with detailed cost analysis and step‑by‑step deployment guide.

Alibaba CloudKodBoxNAS
0 likes · 9 min read
Build a Private, Unlimited-Speed Cloud Drive with KodBox on Serverless
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 15, 2021 · Artificial Intelligence

Unlock Real-Time Mobile OCR: Inside Ant’s xNN-OCR Engine and Its Tiny, Fast AI

Ant’s self‑developed xNN‑OCR demonstrates how advanced OCR can run offline on smartphones by combining GAN‑based data synthesis, lightweight ShuffleNet‑inspired detection, NAS‑optimized recognition, and aggressive model compression, delivering near‑real‑time accuracy for diverse mobile scenarios while preserving privacy and low cost.

NASdata synthesisedge AI
0 likes · 11 min read
Unlock Real-Time Mobile OCR: Inside Ant’s xNN-OCR Engine and Its Tiny, Fast AI
Open Source Linux
Open Source Linux
Aug 5, 2021 · Fundamentals

Understanding DAS, NAS, SAN and RAID: A Complete Storage Fundamentals Guide

This article provides a comprehensive overview of storage fundamentals, covering the concepts, architectures, and use cases of Direct‑Access Storage (DAS), Network‑Attached Storage (NAS), Storage Area Networks (SAN), and detailed explanations of RAID levels, their advantages, limitations, and implementation options.

DASNASRAID
0 likes · 25 min read
Understanding DAS, NAS, SAN and RAID: A Complete Storage Fundamentals Guide
Kuaishou Tech
Kuaishou Tech
Mar 18, 2021 · Artificial Intelligence

Hammer: An Integrated Hardware-Aware Model Compression Framework

Hammer is an integrated hardware-aware model compression tool developed by Kuaishou in collaboration with universities, combining pruning, quantization, search, and distillation to achieve efficient and accurate neural network models tailored to specific hardware.

AI FrameworkKuaishouNAS
0 likes · 9 min read
Hammer: An Integrated Hardware-Aware Model Compression Framework
Architects' Tech Alliance
Architects' Tech Alliance
Nov 30, 2020 · Industry Insights

Cut Storage Costs and Boost Disaster Recovery with Deduplication and Encryption

Data deduplication eliminates redundant data blocks to lower storage and bandwidth costs, while source‑ and transmission‑level encryption safeguards data in transit and at rest; the article also compares hardware vs software deduplication, various storage architectures (DAS, SAN, NAS, object and distributed storage) and their trade‑offs.

BackupNASSAN
0 likes · 15 min read
Cut Storage Costs and Boost Disaster Recovery with Deduplication and Encryption
Architects' Tech Alliance
Architects' Tech Alliance
Sep 6, 2020 · Fundamentals

Introduction to Data Storage Virtualization Technology (Part 2)

This article explains the concepts, principles, and benefits of storage virtualization, covering host‑level, network‑level, and storage‑level approaches, and compares NAS and SAN technologies while highlighting how virtualization creates unified storage pools and reduces total cost of ownership.

NASSANStorage Virtualization
0 likes · 5 min read
Introduction to Data Storage Virtualization Technology (Part 2)
Efficient Ops
Efficient Ops
Aug 2, 2020 · Fundamentals

Understanding Modern Data Storage: From Hard Disks to NAS and SAN

This article explains the fundamentals of data storage, covering hard‑disk hardware, internal structures, logical volumes, file systems, and the differences between direct‑attached, network‑attached, and storage‑area network solutions.

Logical VolumeNASSAN
0 likes · 10 min read
Understanding Modern Data Storage: From Hard Disks to NAS and SAN
Top Architect
Top Architect
Jan 16, 2020 · Artificial Intelligence

A Survey of Neural Architecture Search: Search Spaces, Optimization Strategies, and Recent Results

This article surveys neural architecture search, classifying existing methods, describing common search spaces—including global and cell‑based designs—detailing optimization strategies such as reinforcement learning, evolutionary algorithms, surrogate models, one‑shot and differentiable approaches, and highlighting recent results and trends in the field.

Evolutionary AlgorithmsNASNeural Architecture Search
0 likes · 13 min read
A Survey of Neural Architecture Search: Search Spaces, Optimization Strategies, and Recent Results
Architects' Tech Alliance
Architects' Tech Alliance
Dec 13, 2019 · Fundamentals

An Overview of Snapshot Technology and Its Applications

This article provides a comprehensive overview of snapshot technology, explaining its definition, the backup challenges it addresses, the creation process, various implementations across file systems, LVM, NAS, disk arrays, virtualization, databases, and different snapshot types such as COW, ROW, incremental and continuous data protection, as well as consistency issues and solutions.

ConsistencyLVMNAS
0 likes · 19 min read
An Overview of Snapshot Technology and Its Applications
Architects' Tech Alliance
Architects' Tech Alliance
Aug 7, 2019 · Operations

How Snapshot Technology Solves Modern Backup Challenges

Snapshot technology creates point‑in‑time copies of files, directories or volumes, addressing common backup issues such as large data volumes, write‑in‑progress files, performance impact, and consistency, while offering various implementations—from file‑system and LVM to NAS, hypervisors, and databases—each with distinct advantages and trade‑offs.

BackupConsistencyData Protection
0 likes · 20 min read
How Snapshot Technology Solves Modern Backup Challenges
Liangxu Linux
Liangxu Linux
Apr 11, 2019 · Operations

Turn a Spare 1TB HDD into a Raspberry Pi NAS: Step‑by‑Step Guide

This tutorial shows how to repurpose a 1 TB 2.5‑inch hard drive as a network‑attached storage device using a Raspberry Pi, covering hardware preparation, router MAC binding, Samba configuration, automatic NTFS mounting, and client access from Linux, Android, and Windows.

NASRaspberry PiSamba
0 likes · 7 min read
Turn a Spare 1TB HDD into a Raspberry Pi NAS: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Feb 2, 2019 · Operations

Understanding DAS, NAS, and SAN: A Guide to Modern Storage Technologies

This article explains the three main storage architectures—Direct Attached Storage (DAS), Network Attached Storage (NAS), and Storage Area Network (SAN)—and compares their protocols, scaling methods, caching policies, RAID levels, LUN concepts, and core Linux block I/O structures.

DASNASRAID
0 likes · 16 min read
Understanding DAS, NAS, and SAN: A Guide to Modern Storage Technologies
Tencent Cloud Developer
Tencent Cloud Developer
Dec 13, 2018 · Artificial Intelligence

Everything you need to know about AutoML and Neural Architecture Search

AutoML and Neural Architecture Search automate deep‑learning model design by using controller networks to explore and evaluate candidate architectures, with efficient variants like PNAS and ENAS reducing cost, while platforms such as Google Cloud AutoML and open‑source AutoKeras make these techniques accessible, promising broader, democratized AI breakthroughs.

AutoMLDeep LearningENAS
0 likes · 7 min read
Everything you need to know about AutoML and Neural Architecture Search
Tencent Cloud Developer
Tencent Cloud Developer
Dec 11, 2018 · Artificial Intelligence

Everything You Need to Know About AutoML and Neural Architecture Search

AutoML and Neural Architecture Search automate deep‑learning model design by sampling and training network blocks, using reinforcement‑learning or efficient weight‑sharing strategies such as PNAS and ENAS, enabling high‑accuracy architectures in days on a single GPU, with services like Google Cloud AutoML and open‑source tools like AutoKeras, while future research aims to expand search spaces beyond hand‑crafted blocks.

AutoMLDeep LearningENAS
0 likes · 9 min read
Everything You Need to Know About AutoML and Neural Architecture Search
MaGe Linux Operations
MaGe Linux Operations
Oct 12, 2018 · Operations

How to Build Your Own NAS Server: 7 Practical Methods for Beginners

This guide walks you through seven different approaches to building a home NAS server—from a single‑system DIY setup with a cheap USB flash drive to dual‑boot Windows/DSM configurations, FreeNAS with virtual machines, ESXi/Hyper‑V options, and even a high‑end MacMini media‑center solution—covering hardware choices, software installation steps, and remote management tools.

DIYHome LabNAS
0 likes · 10 min read
How to Build Your Own NAS Server: 7 Practical Methods for Beginners
MaGe Linux Operations
MaGe Linux Operations
Oct 8, 2018 · Operations

How to Build a Reliable Home NAS on a Budget: Hardware Guide & Tips

This guide explains what a Network Attached Storage (NAS) is, why DIY or off‑the‑shelf NAS solutions may fall short for home users, and provides detailed hardware recommendations—including HP ProLiant MicroServer models—along with key criteria such as stability, expandability, energy efficiency, and ease of maintenance.

HP ProLiantNAShardware guide
0 likes · 6 min read
How to Build a Reliable Home NAS on a Budget: Hardware Guide & Tips
Architects' Tech Alliance
Architects' Tech Alliance
Oct 5, 2018 · Operations

Understanding NDMP (Network Data Management Protocol): Concepts, Backup Principles, Versions, and Implementations

The article provides a comprehensive overview of the Network Data Management Protocol (NDMP), explaining its architecture, core concepts, backup mechanisms, version differences, supported backup software, and various network topologies such as 2‑way, 3‑way, and remote configurations for efficient NAS data protection.

BackupData ManagementNAS
0 likes · 9 min read
Understanding NDMP (Network Data Management Protocol): Concepts, Backup Principles, Versions, and Implementations
Architects' Tech Alliance
Architects' Tech Alliance
Sep 25, 2018 · Operations

How Snapshots Revolutionize Data Backup and Recovery: A Deep Dive

This article provides a comprehensive overview of snapshot technology, explaining its creation process, various implementations across file systems, LVM, NAS, disk arrays, virtualization, and databases, and detailing mechanisms like COW, ROW, incremental and continuous protection while addressing consistency challenges.

Data ProtectionLVMNAS
0 likes · 20 min read
How Snapshots Revolutionize Data Backup and Recovery: A Deep Dive
Architects' Tech Alliance
Architects' Tech Alliance
Jan 30, 2017 · Fundamentals

Overview of HPE 3PAR NAS Solutions and File Persona Software Suite

The article provides a detailed overview of HPE's NAS offerings—including StoreEasy, StorageWorks X9000, StoreAll, and the 3PAR-based solutions—explaining their architectures, supported hardware series, licensing models, protocol support, and advanced features such as snapshots, quotas, antivirus integration, and high‑performance flash storage.

3PAREnterprise StorageFile Persona
0 likes · 7 min read
Overview of HPE 3PAR NAS Solutions and File Persona Software Suite
MaGe Linux Operations
MaGe Linux Operations
Jun 25, 2014 · Fundamentals

Understanding Hard Drive Interfaces and Storage Solutions: DAS, NAS, and SAN

This article explains the differences between parallel and serial hard‑disk interfaces, details ATA and SCSI protocols, and compares three major storage architectures—Direct‑Attached Storage (DAS), Network‑Attached Storage (NAS), and Storage Area Networks (SAN)—including their use cases, performance, and cost considerations.

ATADASNAS
0 likes · 11 min read
Understanding Hard Drive Interfaces and Storage Solutions: DAS, NAS, and SAN