Tag

Registry

0 views collected around this technical thread.

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.

AutomationPythonRegistry
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
IT Services Circle
IT Services Circle
Jan 12, 2024 · Operations

How to Fix DingTalk 7.5 Windows Permission Errors by Restoring Registry Permissions

This article explains why DingTalk 7.5 corrupts Windows registry permissions, causing Explorer and system component errors, and provides both the official repair tool link and a step‑by‑step manual method to restore the Users read permission in the registry.

DingTalkOperationsRegistry
0 likes · 6 min read
How to Fix DingTalk 7.5 Windows Permission Errors by Restoring Registry Permissions
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.

AICopilotDogfood
0 likes · 5 min read
How to Enable Microsoft 365 Copilot via the Dogfood Preview Channel
IT Services Circle
IT Services Circle
Jan 26, 2023 · Operations

Disable Automatic Desktop Shortcut Creation for Microsoft Edge via Registry

This guide explains how to prevent Microsoft Edge from automatically creating desktop shortcuts after updates by editing the Windows registry, including creating the necessary keys and setting the CreateDesktopShortcutDefault value to disable shortcuts for all Edge channels.

AutomationDesktop ShortcutMicrosoft Edge
0 likes · 4 min read
Disable Automatic Desktop Shortcut Creation for Microsoft Edge via Registry
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 15, 2022 · Operations

Understanding Artifact Repositories and How to Install Docker Registry, Nexus, and Harbor

This article explains what an artifact repository is, compares popular solutions such as Nexus, Harbor, and Docker Registry, and provides step‑by‑step instructions for installing and using a Docker Registry, including common issues and troubleshooting tips for DevOps teams.

DevOpsDockerHarbor
0 likes · 13 min read
Understanding Artifact Repositories and How to Install Docker Registry, Nexus, and Harbor
Python Programming Learning Circle
Python Programming Learning Circle
Jun 21, 2022 · Fundamentals

Understanding Python Decorators: Concepts, Usage, and Advanced Patterns

This article explains Python decorators—from basic closure equivalents to factory‑style registry usage—showing how they register modules, modify function behavior, handle parameters, support multiple decorators, and can decorate both functions and classes, all with clear code examples.

Advanced PythonClosureFactory Pattern
0 likes · 8 min read
Understanding Python Decorators: Concepts, Usage, and Advanced Patterns
Wukong Talks Architecture
Wukong Talks Architecture
Oct 25, 2021 · Backend Development

Understanding Eureka Registry: Client Fetch Process and Server-side Cache

This article explains how Eureka's service registry works, detailing the client’s initial full‑registry fetch during startup, the server’s two‑level caching strategy, and how both sides store and retrieve registration information for efficient service discovery.

Backend DevelopmentEurekaRegistry
0 likes · 5 min read
Understanding Eureka Registry: Client Fetch Process and Server-side Cache
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
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.

DubboRegistryShutdownHook
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.

Backend DevelopmentRegistrygolang
0 likes · 21 min read
Implementing a Service Registry and Discovery in Go: Design, Code, and Practices
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.

ContainerizationDeploymentDocker
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
Python Programming Learning Circle
Python Programming Learning Circle
Nov 15, 2019 · Operations

How to Remotely Shut Down a Windows PC Over LAN – Step‑by‑Step Guide

This tutorial explains how to remotely power off another Windows computer on the same LAN by locating its IP address, configuring the registry to allow remote shutdown, enabling the Remote Registry service, and using the built‑in shutdown command with the graphical interface.

Command LineLANRegistry
0 likes · 6 min read
How to Remotely Shut Down a Windows PC Over LAN – Step‑by‑Step Guide
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.

ContainersDockerDockerfile
0 likes · 25 min read
Docker Basics: Concepts, Architecture, Installation, and Usage
Architect's Tech Stack
Architect's Tech Stack
Jan 7, 2018 · Cloud Native

Step‑by‑Step Guide to Install and Configure Harbor Private Docker Registry on Ubuntu

This tutorial walks through preparing an Ubuntu host, installing Docker CE and Docker Compose, generating TLS certificates with acme.sh, downloading and configuring the Harbor registry, and finally pushing and pulling Docker images to verify a secure private Docker registry setup.

DockerHarborRegistry
0 likes · 12 min read
Step‑by‑Step Guide to Install and Configure Harbor Private Docker Registry on Ubuntu
Practical DevOps Architecture
Practical DevOps Architecture
Dec 21, 2016 · Operations

How to Fix Unrecognized USB Devices on Windows

This guide explains step‑by‑step methods—including registry edits, device‑manager adjustments, power‑management settings, and hardware checks—to resolve USB devices that are not recognized on a Windows computer.

RegistryTroubleshootingdevice manager
0 likes · 4 min read
How to Fix Unrecognized USB Devices on Windows