ubuntu server guideIntroduction 4 wireguard-vpn-peer2site-router On router 4 wireguard-vpn-peer2site-inside Inside device 3 wireguard-vpn-site2site Site-to-site 3 wireguard-vpn-defaultgw Default gateway 3 wireguard-vpn-other-tasks 2 Multipath 3 device-mapper-multipathing-introduction Introduction 3 device-mapper-multipathing-configuration Configuration 3 device-mapper-multipathing-setup Setup 3 device-mapper-multipathing-usage-debug ubuntu-ha-pacemaker-fence-agents Pacemaker - fence agents 3 ubuntu-ha-drbd Distributed Replicated Block Device (DRBD) 3 ubuntu-ha-migrate-from-crmsh-to-pcs Ubuntu HA - Migrate from crmsh to pcs 2 Databases0 码力 | 486 页 | 3.33 MB | 1 年前3
Ubuntu Server Guide 18.04...................................................................................... 75 1. Device Mapper Multipathing ................................................................................ ........................................................................................ 93 5.5. Device Attributes ..................................................................................... method. 2. Select the first hard drive, and agree to "Create a new empty partition table on this device?". Repeat this step for each drive you wish to be part of the RAID array. 3. Select the "FREE SPACE"0 码力 | 413 页 | 1.40 MB | 1 年前3
docker 原理与应用实践 --
张成远
www.jd.com docker 原理与应用实践 张成远 docker 原理与应用实践 Agenda • 容器系统整体架构 • Namespace • CGroup • Device Mapper • Pull Image • Start Container • Stop Container • Docker Image Storage 容器系统整体架构 Namespace 控制任务访问设备 • freezer— 挂起 / 恢复任务 Device Mapper • DM 框架为上层应用提供了丰富的设备映射及 IO 策 略方面的支持 • Docker 存储端实现之一使用 DM - thin provision • 上层通过 dmsetup 工具或 libdevmapper 库使用 Device Mapper Docker storage driver • Docker the same volume • an arbitrary depth of recursive snapshots • metadata is stored on a seperate device from data DM-thin provision example • dd if=/dev/zero of=metadata bs=1024k count=128 • dd0 码力 | 26 页 | 1.79 MB | 1 年前3
Linux就该这么学 第2版graphical install 7 graphical 8 # Network information 9 network --bootproto=dhcp --device=ens160 --onboot=off --ipv6=auto -- no-activate 10 network --bootproto=dhcp --hostname=localhost Use graphical install graphical 95 # Network information network --bootproto=dhcp --device=ens160 --onboot=off --ipv6=auto --no-activate network --bootproto=dhcp --hostname=localhost.localdomain eula --agreed # Use graphical install graphical # Network information network --bootproto=dhcp --device=ens160 --onboot=off --ipv6=auto --no-activate network --bootproto=dhcp --hostname=localhost.localdomain0 码力 | 552 页 | 22.25 MB | 1 年前3
This Debian Reference (version 2.109) . . . . . . . . . . 14 1.2.10 Device files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 1.2.11 Special device files . . . . . . . . . . . . LAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 5.1.4 The network device support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186 10.1.7 Removable storage device . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187 10.1.8 Filesystem0 码力 | 266 页 | 1.25 MB | 1 年前3
Debian Reference v2.124. . . . . . . . 15 1.2.10 File di device . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 1.2.11 File di device speciali . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.10 Elenco di file dei device speciali . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 avvertimento Non comunicare mai la password di root ad altri. Nota I permessi di un file (inclusi i device hardware come CD-ROM, ecc. che sono nient’altro che un altro file per il sistema Debian) lo possono0 码力 | 283 页 | 1.40 MB | 1 年前3
鸟哥的Linux私房菜:基础学习篇 第四版等的工作啦! 还有不同文件格式的支持啦等等, 如果你的核心不认识某个文件系统,那么您将无法使用该文件格式的文件 啰!例如:Windows 98就不认识NTFS文件格式的硬盘; 设备的驱动(Device drivers)就如同上面提到的,硬件的管理是核心的主要工作之一,当然啰,设备的驱 动程序就是核心需要做的事情啦! 好在目前都有所谓的“可载入模块”功能,可以将驱动程序编辑成模块,就不 需要重新的编译核心啦! 一个操作系统至少要能够完整的控制整个硬件,请问,操作系统应该要控制硬件的哪些单元?根据硬件的运行, 以及数据在主机上面的运算情况与写入/读取情况,我们知道至少要能够控制: (1)input/output control, (2)device control, (3)process management, (4)file management. 等等! 我在Windows上面玩的游戏,可不可以拿到Linux去玩?当然不行!因为游戏也是一个应用程序 US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec- Understanding_the_Predictable_Network_Interface_Device_Names.html [3]进阶内存测试网站:http://www.memtest.org/ [4]更多的核心参数可以参考如下链接:http://www.faqs.org/docs/Lin0 码力 | 1057 页 | 14.60 MB | 1 年前3
鸟哥的 Linux 私房菜:基础学习篇 第四版(I/O)等等的工作啦!还有不同文件格式的支持啦等等, 如果你的核心不认识某个文件 系统,那么您将无法使用该文件格式的文件啰!例如:Windows 98就不认识NTFS文件 格式的硬盘; 设备的驱动(Device drivers) 就如同上面提到的,硬件的管理是核心的主要工作之一, 当然啰,设备的驱动程序就是核心需要做的事情啦! 好在目前都有所谓的“可载入模 块”功能,可以将驱动程序编辑成模块,就不需要重新的编译核心啦! ,请问,操作系统应该要控制硬件的哪些 单元?根据硬件的运行,以及数据在主机上面的运算情况与写入/读取情况,我们知道至 少要能够控制: (1)input/output control, (2)device control, (3)process management, (4)file management. 等等! 我在Windows上面玩的游戏,可不可以拿到Linux去玩?当然不行!因为游戏也是一个应 US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec- Understanding_the_Predictable_Network_Interface_Device_Names.html [3]进阶内存测试网站:http://www.memtest.org/ [4]更多的核心参数可以参考如下链接: http://www.faqs.org/docs/Linux-0 码力 | 1158 页 | 13.73 MB | 1 年前3
Debian Referenz v2.124überwacht wird. Siehe systemd.service(5). • *.device beschreibt ein Gerät, das im sysfs(5) als udev(7)-Gerätedatei abgebildet ist. Siehe systemd.device(5). • *.mount beschreibt einen Einbindungspunkt von systemd gesteuert und überwacht wird. Siehe systemd.automount(5). • *.swap beschreibt ein Swap-Device oder eine Swap-Datei (zum Auslagern von Arbeitsspeicher auf eine Festplatte), die von systemd gesteuert um die nötigen administrativen Rechte anzufordern. Die Ausgabe von ”systemctl status $unit|$PID|$device” nutzt farbige Punkte (”●”), um den Unit-Status kompakt zusammenzufassen. Debian-Referenz 91 / 2600 码力 | 289 页 | 1.44 MB | 1 年前3
Referência Debian v2.124loaders or OS kernels. Referência Debian 83 / 253 An EFI system partition (ESP) is a data storage device partition that is used in computers adhering to the UEFI specification. Accessed by the UEFI firmware supervisionado pelo systemd. Veja systemd.service(5). • *.device descreve o aparelho exposto em sysfs(5) como uma árvore de aparelhos do udev(7). Veja systemd.device(5). • *.mount descreve o ponto de montagem do service units in memory ”systemctl list-units --type=service” List all device units in memory ”systemctl list-units --type=device” List all mount units in memory ”systemctl list-units --type=mount” Lista0 码力 | 281 页 | 1.39 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













