书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 10250 个相关结果.
  • 旧版系统

    1563 2020-01-31 《学习Linux》
    旧发行版 Ubuntu 下一步 旧发行版 某些场景需要使用旧版本的 Linux ,有时不太好找。 笔者最近在做一个 agent 程序,以二进制程序分发,需要在尽量老的 Linux 系统上编译。老系统不太好找了,只能自己建虚拟机。花了些时间找 镜像 、以及解 决软件源 问题,谨记以防不时之需。 注解 发布二进制代码, libc 兼容性是一...
  • Creating Raspberry Pi 4 Cluster

    Creating Raspberry Pi 4 Cluster Prerequisites Walkthrough Hardware & Operating System Downloading Ubuntu Installing Ubuntu Networking OpenSSH Setup Nodes CGroup Configuratio...
  • Apache

    Configuring apache as a proxy What if I’m on 2.2.x (Debian/Ubuntu)? NOTE: On ubuntu, if you’re missing the ./configure file Enable the necessary modules Add the config to Apache...
  • 前言

    6462 2019-03-05 《征服 Linux》
    征服 Linux GitHub托管 GitBook在线阅读 鸟哥的Linux私房菜 简体中文 Java 程序员眼中的 Linux 目录 关注我 征服 Linux 十年生死两茫茫,不思量,自难忘,华年短暂,陈辞岁月悠悠伤, 满腔热血已芜荒,展未来,后生强,战战兢兢,如履薄冰心彷徨, 青丝化雪、鬓角成霜,已是英雄迟暮,人生怎慷慨激昂? ...
  • Creating Raspberry Pi 4 Cluster

    Creating Raspberry Pi 4 Cluster Prerequisites Walkthrough Hardware & Operating System Downloading Ubuntu Installing Ubuntu Networking OpenSSH Setup Nodes CGroup Configuratio...
  • Deploying on ARM

    Antrea ARM support Antrea ARM support Starting with Antrea v0.13, we provide Antrea Docker images for both the arm/v7 and arm64 architectures. At the moment, the standard Antrea...
  • Guests

    » Plugin Development: Guests » Definition Component » Implementation » Guest Inheritance » Plugin Development: Guests This page documents how to add new guest OS detection t...
  • Deploy Harbor with the Quick Installation Script

    Prerequisites Procedure The Harbor community has provided a script that with a single command prepares an Ubuntu 18.04 machine for Harbor and deploys the latest stable version. ...
  • hello word

    Hello word 运行例子 hello word Hello World 进程 Hello word 运行例子 所有的实例你都需要在你的机器中运行docker进程,后台运行docker进程,简单演示 sudo docker - d & 现在你可以运行Docker客户端,默认情况下所有的命令都会经过一个受保护的Unix so...
  • 基本结构

    1018 2018-04-15 《docker简明教程》
    基本结构 基本结构 Dockerfile 由一行行命令语句组成,并且支持以 # 开头的注释行。 一般的,Dockerfile 分为四部分: 基础镜像信息 维护者信息 镜像操作指令 容器启动时执行指令 例如 FROM ubuntu MAINTAINER docker_user docker_user@email . com R...