Advanced Search
Search Results
6 total results found
Linux
GitLab
Harbor Image Registry
Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. Harbor, a CNCF Graduated project, delivers compliance, performance, and...
Logical Volume Management (LVM)
Date: 18/05/2024Status: TestedLogical Volume Management, or LVM, provides a method of allocating and managing space on mass-storage devices that is more advanced and flexible than the traditional method of partitioning storage volumes.To find out how to set...
Install Gitlab Self host and Git Runner
For Ubuntu 20.04 and 22.04, `arm64` packages are also available and will be automatically used on that platform when using the GitLab repository for installation.1. Install and configure the necessary dependenciessudo apt-get update sudo apt-get install -y cu...
Install Harbor registry
Minimum RequirementsOS:Ubuntu 20.04CPU:1 vCPURAM:2048 MBPort:80, 443, 4443sudo apt-get update #Remove other version for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done # Add D...