Tagged articles
55 articles
Page 1 of 1
Architects' Tech Alliance
Architects' Tech Alliance
Mar 11, 2026 · Information Security

How to Safely Uninstall OpenClaw and Eliminate Hidden Costs

This guide breaks down why users abandon OpenClaw due to unexpected expenses and security vulnerabilities, then provides step‑by‑step, cross‑platform instructions—including CLI commands, Docker cleanup, residual file removal, registry edits, and permission revocation—to ensure a complete and secure uninstallation.

CLICostDocker
0 likes · 10 min read
How to Safely Uninstall OpenClaw and Eliminate Hidden Costs
Go Programming World
Go Programming World
Jan 25, 2026 · Operations

Migrate Docker Images Across Registries and Architectures Using Buildx

This guide explains three methods for moving Docker images between registries—including simple tag‑and‑push, Buildx multi‑platform builds, and manifest‑based migrations—detailing step‑by‑step commands, required variables, pros and cons, and troubleshooting tips for both single‑arch and cross‑architecture image transfers.

Multi-ArchRegistrybuildx
0 likes · 10 min read
Migrate Docker Images Across Registries and Architectures Using Buildx
Java Tech Enthusiast
Java Tech Enthusiast
Oct 14, 2025 · Operations

Bypass Microsoft Account in Windows 11 25H2: Enable a Local Administrator Account

This guide explains why Windows 11 25H2 removed the OOBE local‑account option, outlines the issues introduced by the update, and provides step‑by‑step methods—including enabling the built‑in Administrator, adding a registry key, using an unattended file, and switching accounts after setup—to create or keep a local account without signing into a Microsoft account.

AdminOOBERegistry
0 likes · 5 min read
Bypass Microsoft Account in Windows 11 25H2: Enable a Local Administrator Account

How to Deploy and Use a Personal Docker Registry with Distribution

This guide walks through building a private Docker registry using Distribution, covering local deployment, persistent storage, external access configuration, domain mapping, self‑signed TLS setup, root‑certificate installation, and server startup, while noting the lack of a built‑in UI and suggesting docker‑registry‑ui as an optional front‑end.

Cloud NativeDockerRegistry
0 likes · 5 min read
How to Deploy and Use a Personal Docker Registry with Distribution
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2025 · Fundamentals

Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows

This tutorial demonstrates how to use Python with win32api, ctypes, and os modules on Windows 10 to programmatically modify the desktop wallpaper via the registry, lock the workstation in an infinite loop, and spawn endless command‑prompt windows, including full code examples and packaging instructions.

PythonRegistryScripting
0 likes · 4 min read
Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows
macrozheng
macrozheng
Dec 17, 2024 · Cloud Native

Build a Lightweight Docker Registry with Registry & Docker‑Registry‑Browser

This guide walks through setting up a lightweight private Docker image registry using the official Docker registry and the visual docker‑registry‑browser tool, covering installation, configuration, image tagging, pushing, pulling, and running a sample SpringBoot‑Vue e‑commerce application in containers.

ContainerDevOpsDocker
0 likes · 8 min read
Build a Lightweight Docker Registry with Registry & Docker‑Registry‑Browser
Su San Talks Tech
Su San Talks Tech
Sep 8, 2024 · Operations

Choosing the Right Service Registry: Zookeeper, Eureka, Nacos, Consul, Etcd

This article provides a comprehensive overview of five popular service registries—Zookeeper, Eureka, Nacos, Consul, and Etcd—covering their core concepts, CAP trade‑offs, underlying protocols, implementation details, and practical guidance for selecting the most suitable registry for microservice architectures.

ConsulMicroservicesNacos
0 likes · 26 min read
Choosing the Right Service Registry: Zookeeper, Eureka, Nacos, Consul, Etcd
Ops Development & AI Practice
Ops Development & AI Practice
Jun 1, 2024 · Backend Development

How to Build a Name Injection Registry in Go for Flexible Plugins

This guide walks through creating a name‑based injection system in Go by defining a processor interface, implementing concrete processors, building a registration map with init functions, and demonstrating usage in a main program, while also covering best practices such as global variable handling, initialization order, and error checking.

GoPlugin SystemRegistry
0 likes · 5 min read
How to Build a Name Injection Registry in Go for Flexible Plugins
Alipay Experience Technology
Alipay Experience Technology
May 19, 2023 · Frontend Development

What Makes VSCode’s Architecture So Powerful? Inside Dependency Injection, Registry, and LSP

This article explores VSCode’s sophisticated architecture, detailing how its dependency injection system, event lifecycle management, registry‑based extension points, cross‑platform service injection, and Language Server Protocol enable a modular, high‑performance editor that can be extended safely across web, desktop, and mobile environments.

Event SystemFrontend ArchitectureLSP
0 likes · 52 min read
What Makes VSCode’s Architecture So Powerful? Inside Dependency Injection, Registry, and LSP
IT Services Circle
IT Services Circle
Apr 2, 2023 · Operations

How to Enable Microsoft 365 Copilot via the Dogfood Preview Channel

This guide explains how to obtain a Microsoft 365 subscription, switch the Office suite to the Dogfood preview channel by editing specific registry keys, update to the latest build, enable the Copilot feature for Word, and restart the application, while warning about the preview's instability and English‑only support.

CopilotDogfoodMicrosoft 365
0 likes · 5 min read
How to Enable Microsoft 365 Copilot via the Dogfood Preview Channel
Alibaba Cloud Native
Alibaba Cloud Native
Jul 1, 2022 · Cloud Native

From Graduate to Maintainer: My Journey Solving Sealer’s Image Caching Challenges

The author recounts joining the open‑source sealer project in early 2021, describes the tool’s purpose for cloud‑native cluster image packaging, details technical hurdles like caching dependent container images and private‑registry proxying, and shares the solutions, lessons learned, and future plans for the project.

Registrycontainer image caching
0 likes · 13 min read
From Graduate to Maintainer: My Journey Solving Sealer’s Image Caching Challenges
Top Architect
Top Architect
Sep 22, 2021 · Operations

Comprehensive Docker Tutorial: Installation, Image Management, Networking, Compose, and Registry

This article provides a detailed Docker tutorial covering container fundamentals, installation steps, basic commands, image lifecycle, volume handling, Dockerfile creation, image layering, Zabbix deployment, private registry setup, Docker‑Compose orchestration, networking modes, and best‑practice recommendations for container operations.

ContainersDevOpsDocker Compose
0 likes · 36 min read
Comprehensive Docker Tutorial: Installation, Image Management, Networking, Compose, and Registry
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 29, 2021 · Backend Development

Investigation of Duplicate Deregistration Bug in Dubbo 2.7.x and Its Fix in Later Versions

The article analyses a duplicate deregistration bug in Apache Dubbo 2.7.0‑2.7.4 caused by shutdown‑hook interactions, demonstrates how it reproduces with custom and open‑source versions, explains the internal debugging steps, and shows that the issue was fixed in Dubbo 2.7.5 onward, offering insights for registry extensions.

DubboRegistryVersion Upgrade
0 likes · 7 min read
Investigation of Duplicate Deregistration Bug in Dubbo 2.7.x and Its Fix in Later Versions
High Availability Architecture
High Availability Architecture
Apr 7, 2021 · Backend Development

Implementing a Service Registry and Discovery in Go: Design, Code, and Practices

This article explains why service registration and discovery are needed in microservice architectures, outlines the design principles of a registry, provides Go data structures and functions for registering, fetching, renewing, and evicting services, discusses self‑protection mechanisms, and shows how to expose the registry via a Gin‑based HTTP API.

GolangMicroservicesRegistry
0 likes · 21 min read
Implementing a Service Registry and Discovery in Go: Design, Code, and Practices
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2020 · Cloud Native

Build a Highly Available Harbor Registry with Dual-Master Replication

This guide explains how to deploy an enterprise‑grade Harbor Docker registry in a high‑availability setup using dual‑master replication and shared NFS storage, covering architecture concepts, required software versions, installation of Docker, Compose, NFS, PostgreSQL, Redis, Harbor configuration, and Nginx load‑balancing.

Cloud NativeDockerHarbor
0 likes · 18 min read
Build a Highly Available Harbor Registry with Dual-Master Replication
Top Architect
Top Architect
Aug 15, 2020 · Cloud Native

Docker Basics: From Theory to Practical Deployment

This article introduces Docker by explaining container fundamentals, comparing virtual machines and containers, detailing core Docker concepts, guiding readers through installation, building a Vue project image with Nginx, running and publishing the container, and offering best‑practice tips for efficient containerization.

DockerImageRegistry
0 likes · 15 min read
Docker Basics: From Theory to Practical Deployment
Architecture Digest
Architecture Digest
Jun 20, 2020 · Cloud Native

Comprehensive Docker and Containerization Guide: Concepts, Installation, Commands, Images, Networking, Compose, and Registry

This extensive tutorial explains Linux containers and Docker fundamentals, compares containers with virtualization, outlines Docker's history, demonstrates installation steps, covers essential Docker commands, image lifecycle management, Dockerfile creation, container networking options, Docker Compose orchestration, private registry setup, Harbor deployment, and best practices for production use.

Cloud NativeContainersDocker
0 likes · 32 min read
Comprehensive Docker and Containerization Guide: Concepts, Installation, Commands, Images, Networking, Compose, and Registry
ITPUB
ITPUB
Jun 11, 2020 · Cloud Native

Master Docker: From Container Basics to Advanced Image Management, Registry, Compose, and Networking

This comprehensive guide explains Linux containers, their differences from traditional virtualization, the evolution of Docker, core Docker commands, Dockerfile creation, image layering, private registries, docker‑compose orchestration, network modes, HAProxy load balancing, and best practices for secure and efficient container deployment.

ContainersDockerDocker Compose
0 likes · 37 min read
Master Docker: From Container Basics to Advanced Image Management, Registry, Compose, and Networking
Open Source Linux
Open Source Linux
Feb 22, 2020 · Operations

How to View and Change Windows Remote Desktop Port (3389 → 3388)

This guide explains why the default Windows Remote Desktop port 3389 may be changed for security, and provides step‑by‑step instructions—including command‑line queries to locate the TermService PID, using netstat to view the current port, and editing the registry to set a new port such as 3388, followed by a restart and connection test.

Port ChangeRegistryRemote Desktop
0 likes · 3 min read
How to View and Change Windows Remote Desktop Port (3389 → 3388)
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2019 · Cloud Computing

Master Docker: From Basics to Advanced Container Management

This comprehensive guide introduces Docker, explains its core concepts such as images, containers, and registries, walks through installation on various platforms, demonstrates essential commands, shows how to build, run, and manage containers and images, and covers advanced topics like exporting, importing, and using web UI tools.

ContainersDockerImages
0 likes · 17 min read
Master Docker: From Basics to Advanced Container Management
MaGe Linux Operations
MaGe Linux Operations
May 21, 2019 · Cloud Native

Master Docker: From Basics to Building Your Own Images

This comprehensive guide introduces Docker’s origins, core concepts such as images, containers, and registries, explains installation on major platforms, demonstrates essential commands, shows how to run and manage containers, and walks through creating, tagging, pushing, and importing custom images using Dockerfile.

Cloud NativeContainersDocker
0 likes · 17 min read
Master Docker: From Basics to Building Your Own Images
Architects' Tech Alliance
Architects' Tech Alliance
Oct 25, 2018 · Cloud Native

Docker Basics: Concepts, Architecture, Installation, and Usage

This comprehensive tutorial explains Docker fundamentals, including the differences between containers and virtual machines, core components, image and container concepts, registry usage, installation steps on CentOS, basic commands, Dockerfile syntax, and practical examples such as building a simple Nginx web image.

DockerfileImagesRegistry
0 likes · 25 min read
Docker Basics: Concepts, Architecture, Installation, and Usage
MaGe Linux Operations
MaGe Linux Operations
Aug 2, 2018 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive Docker guide covers its origins, core concepts such as images, containers, and registries, installation steps, essential commands, building custom images, managing containers, and best practices for deployment, providing hands‑on examples and tips for both beginners and seasoned developers.

ContainersDockerImage
0 likes · 18 min read
Master Docker: From Basics to Advanced Container Management
MaGe Linux Operations
MaGe Linux Operations
Dec 14, 2017 · Fundamentals

Why Linux Has No Registry and How Its File System Simplifies Management

This article offers a gentle, language‑first introduction to Linux for .NET developers, explaining why Linux lacks a Windows‑style registry, the advantages of the command line over graphical interfaces, and demystifying the purpose of key directories such as /, /boot, /bin, /usr, /etc, /var, and /home.

Directory StructureRegistrycommand-line
0 likes · 8 min read
Why Linux Has No Registry and How Its File System Simplifies Management
DevOps
DevOps
Aug 13, 2016 · Cloud Computing

How to Build a High-Performance Private Docker Registry Using Azure Storage

This article explains how to set up a fast, stable private Docker Registry by leveraging Azure Storage as the backend, detailing the creation of Azure-hosted Docker machines, configuring the registry containers for both macOS/Linux and Windows, and providing scripts to pull and push images through the Azure-backed storage.

AzureDevOpsDocker
0 likes · 7 min read
How to Build a High-Performance Private Docker Registry Using Azure Storage
ITPUB
ITPUB
Mar 9, 2016 · Information Security

Create a Persistent Windows Reverse Shell with Python (Registry Run Key)

This article demonstrates how to use Python to copy a malicious executable to the %TEMP% directory, modify the Windows registry Run key for persistence, and establish a Base64‑encoded reverse shell that connects back to a hard‑coded attacker IP, illustrating common Windows malware techniques.

PersistenceRegistryWindows
0 likes · 6 min read
Create a Persistent Windows Reverse Shell with Python (Registry Run Key)
Qunar Tech Salon
Qunar Tech Salon
Apr 23, 2015 · Operations

Comprehensive Windows 7 and SSD Optimization Guide

This guide provides detailed steps and registry tweaks to optimize Windows 7 performance on SSDs, covering BIOS settings, SSD usage principles, disabling unnecessary services, disk space management, and system configuration commands to improve speed and reduce resource consumption.

RegistrySSDSystem optimization
0 likes · 8 min read
Comprehensive Windows 7 and SSD Optimization Guide