Tag

Offline Installation

1 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Apr 10, 2025 · Backend Development

How to Install PyPI Packages Offline with pip: A Complete Guide

This guide explains how to work around restricted network environments by downloading Python packages and their dependencies from PyPI, storing them locally, and using pip with --no-index and --find-links options to install them without internet access.

Offline InstallationPython packagesVirtual Environment
0 likes · 10 min read
How to Install PyPI Packages Offline with pip: A Complete Guide
Ops Development Stories
Ops Development Stories
Jun 2, 2023 · Operations

How to Deploy Ceph Offline on ZTE NewStart Linux: Step‑by‑Step Guide

This tutorial walks through creating an offline Ceph RPM repository on a ZTE NewStart Linux machine, configuring custom yum sources, installing Ceph, and setting up monitor, OSD, and manager daemons across multiple nodes for a fully functional storage cluster.

CephLinuxOffline Installation
0 likes · 15 min read
How to Deploy Ceph Offline on ZTE NewStart Linux: Step‑by‑Step Guide
IT Services Circle
IT Services Circle
Nov 25, 2022 · Operations

Bypassing Windows 11 Internet Requirement Using the OOBE\BYPASSNRO Command

This guide explains how to install Windows 11 without an internet connection by using the OOBE\BYPASSNRO command to skip the mandatory online account login, including step‑by‑step instructions and screenshots for both virtual machines and physical PCs.

BYPASSNROCommand PromptOOBE
0 likes · 3 min read
Bypassing Windows 11 Internet Requirement Using the OOBE\BYPASSNRO Command
DevOps Cloud Academy
DevOps Cloud Academy
Nov 14, 2019 · Cloud Computing

Practical Guide to Offline Installation of an OpenShift 4 Enterprise HA Cluster with Troubleshooting

This article details a step‑by‑step offline installation of an OpenShift 4 enterprise high‑availability cluster on bare‑metal, covering prerequisites, static‑IP configuration without DHCP or load balancers, mirror registry setup, installation pitfalls, post‑install tasks, and extensive troubleshooting tips.

Bare-metalOffline InstallationOpenShift
0 likes · 16 min read
Practical Guide to Offline Installation of an OpenShift 4 Enterprise HA Cluster with Troubleshooting