抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

[toc] kvm之快照管理使用kvm快照,磁盘则必需要使用qcow2的格式# qemu-img info centos6.test-x86_64.raw image: centos6.test-x86_64.raw file format: raw virtual size: 80G (85899345920 bytes) disk size: 1.2G # 关闭虚拟机并改变磁盘的格式...

[toc] 进程调度OS:硬件抽象,虚拟计算机 system call CPU: time slice 获得CPU权限的优先级,有些进程的优先级是可以被提高的 调度器(本身也是个程序): CFS Big O O(1) 一个算法的时间复杂度 0-139 0-99 100-139: nice...

[toc]

Docker初步使用

一、说明

lxc linux container,openvz;
容器中各虚拟机只有一个内核,而是多个用户空间;
在库中完成虚拟化,比如wine 或者在windows中运行bash;
在应用程序的运行级别提供虚拟化,比如jvm;
pstree , pid 为1 的进程 这个进程是直接和内核来打交道的;
容器之间,和虚拟机之间隔离的技术;
容器之间的隔离相对比较困难;
NameSpace,(名称空间);

[toc] ldirectord 结合ipvsadm 配置nat,dr模型一、nat模型 drector # wget ftp://172.16.0.1/pub/Sources/7.x86_64/crmsh/ldirectord-3.9.6-0rc1.1.1.x86_64.rpm # yum -y install nginx (同时用于做为sorry主机) # yum -y insta...

[toc] bash 基础特性命令模式systemctl set-default multi-user.target 图形模式systemctl set-default graphical.target ipython安装使用# python ipython # tar -xvf pip-8.1.2.tar.gz # tar -xvf setuptools-28.2.0.tar.g...

[toc] git 简单使用 gitlab 新建项目gitlab 本地新建地址 http://10.180.55.111:8088/dashboard/projects/ 点击 New Project —-> RenJin / You project name —-> Create Project 终端中的配置 # git config --global use...