FetchLinux在Linux中的操作主要分为安装、配置和使用三部分,以下是具体步骤:
sudo apt update
sudo apt install git wget curl openssh-server
git clone https://github.com/fetchlinux/fetchlinux.git /opt/fetchlinux
sudo yum install git wget curl openssh-server
git clone https://github.com/fetchlinux/fetchlinux.git /opt/fetchlinux
cd /opt/fetchlinux
sudo cp fetchlinux.conf.example fetchlinux.conf
sudo nano fetchlinux.conf # 编辑配置文件,设置仓库URL、镜像名称等参数
sudo groupadd fetchlinux
sudo useradd -r -g fetchlinux fetchlinux
sudo chown -R fetchlinux:fetchlinux /opt/fetchlinux
sudo systemctl enable fetchlinux
sudo systemctl start fetchlinux
fetchlinux download <发行版名称>,如fetchlinux download ubuntu。sha256sum <文件名>校验完整性。rsync -aAXv --exclude '.git' /path/to/fetchlinux/ backup/。