上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 52 下一页
摘要: Currently cobbler can help generate a ISC DHCP configuration (package name: dhcpd) it can also alternatively use dnsmasq. DNSmasq is a bit confusing b 阅读全文
posted @ 2016-03-11 11:41 圆旭 阅读(377) 评论(0) 推荐(0)
摘要: 查看那个进程占用了xxx端口 lsof -i:xxx 查看进程号为xxx的进程在哪里 ps -ef|grep xxx 转自: http://zhidao.baidu.com/link?url=_Dmo29rxjQDTyZU_y6iCOF17JQWQc5LxBDHojuvP5O087FgIjbLovE 阅读全文
posted @ 2016-03-10 10:25 圆旭 阅读(247) 评论(0) 推荐(0)
摘要: sudo apt-get install avahi-daemon sudo apt-get install avahi-utils 阅读全文
posted @ 2016-03-10 10:15 圆旭 阅读(1610) 评论(0) 推荐(0)
摘要: ifconfig | grep inet | grep 10 阅读全文
posted @ 2016-03-10 09:27 圆旭 阅读(489) 评论(0) 推荐(0)
摘要: Security-Enhanced Linux (SELinux)由以下两部分组成: 1) Kernel SELinux模块(/kernel/security/selinux) 2) 用户态工具 SELinux是一个安全体系结构,它通过LSM(Linux Security Modules)框架被集成 阅读全文
posted @ 2016-03-09 18:16 圆旭 阅读(260) 评论(0) 推荐(0)
摘要: grep [OPTIONS] PATTERN [FILE...] grep zifuchuan * 不行的话来一个: grep zifuchuan */* 不行的话再来一个: grep zifuchuan */*/* 以此类推 阅读全文
posted @ 2016-03-09 17:55 圆旭 阅读(177) 评论(0) 推荐(0)
摘要: 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- 阅读全文
posted @ 2016-03-09 15:58 圆旭 阅读(310) 评论(0) 推荐(0)
摘要: sudo vmware-installer -u vmware-player 转自: http://zhidao.baidu.com/link?url=lapkBNBGIUz_mo6603CQgi_2xitGbK8Z8-B80i5D2zITOmhFbeWqok1_-soOD6UE_KWelzkbhJ 阅读全文
posted @ 2016-03-09 15:48 圆旭 阅读(300) 评论(0) 推荐(0)
摘要: 1. virt-viewer virt-viewer -c qemu:///system vm1 2. virt-manager (以非root身份运行) virt-manager -c qemu:///system 注: 若以root身份运行virt-manager会出现“Error starti 阅读全文
posted @ 2016-03-09 11:19 圆旭 阅读(950) 评论(0) 推荐(0)
摘要: 一、安装guest虚拟机1、直接通过virt-manager安装、管理虚拟机(略)2、通过命令行安装guest虚拟机qemu-img create -f qcow2 /images/centos6.3-x86_64.img 10Gchown qemu:qemu /images/centos6.3-x 阅读全文
posted @ 2016-03-09 09:59 圆旭 阅读(421) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 52 下一页