摘要:
Security-Enhanced Linux (SELinux)由以下两部分组成: 1) Kernel SELinux模块(/kernel/security/selinux) 2) 用户态工具 SELinux是一个安全体系结构,它通过LSM(Linux Security Modules)框架被集成 阅读全文
摘要:
grep [OPTIONS] PATTERN [FILE...] grep zifuchuan * 不行的话来一个: grep zifuchuan */* 不行的话再来一个: grep zifuchuan */*/* 以此类推 阅读全文
摘要:
0) Do the basic system installation of Ubuntu 14.04 LTS (Server or Desktop) 1) wget the installer wget https://www.vmware.com/go/tryworkstation-linux- 阅读全文
摘要:
sudo vmware-installer -u vmware-player 转自: http://zhidao.baidu.com/link?url=lapkBNBGIUz_mo6603CQgi_2xitGbK8Z8-B80i5D2zITOmhFbeWqok1_-soOD6UE_KWelzkbhJ 阅读全文
摘要:
1. virt-viewer virt-viewer -c qemu:///system vm1 2. virt-manager (以非root身份运行) virt-manager -c qemu:///system 注: 若以root身份运行virt-manager会出现“Error starti 阅读全文
摘要:
一、安装guest虚拟机1、直接通过virt-manager安装、管理虚拟机(略)2、通过命令行安装guest虚拟机qemu-img create -f qcow2 /images/centos6.3-x86_64.img 10Gchown qemu:qemu /images/centos6.3-x 阅读全文
摘要:
KVM (Kernel Virtual Machine) is a Linux kernel module that allows a user space program to utilize the hardware virtualization features of various proc 阅读全文