删除虚拟机系统目录下的 后缀名为 .lck 的文件或文件夹 这个lck文件是虚拟机的磁盘锁文件,我们知道虚拟机的磁盘与主机的磁盘是共存的,只是由于采用特定的虚拟机制,使二者互不影响.在使用虚拟机时,vmware就会生成若干磁盘锁文件,用以保护当前虚拟机占用的磁盘不会被主机或者其它虚拟机占用修改.在正常关闭虚拟机后,vmware会自动删除这个锁.可是少数情况下,例如主机突然崩溃.非正常关机等,vmware就不能够删除lck磁盘锁文件.所以下次再启动虚拟机时,vmware还会误认为需要启动的虚拟系统…
centos vmware centos6.6 64位 kvm虚拟化安装配置     第四十二节课 上半节课 下半节课 f…
Note: This is not the most highly recommended method to move from CentOS 6 to CentOS 7 ... but it can be performed, at your own risk, if the tool says the risk is Slight or None. We would NEVER recommend using this method with any Medium, High or Ext…
CentOS / Redhat : Configure CentOS as a Software Router with two interfaces   Linux can be easily configured to share an internet connection using iptables. All you need to have is, two network interface cards as follows: a) Your internal (LAN) netwo…
一:查看cpu more /proc/cpuinfo | grep "model name" grep "model name" /proc/cpuinfo 如果觉得需要看的更加舒服 grep "model name" /proc/cpuinfo | cut -f2 -d: 怎么样,linux的命令就要这样熟悉. 二:查看内 [root@CentOS ~]# grep MemTotal /proc/meminfo [root@CentOS ~]#…
查看centos系统32或64位命令(位数):在终端中执行“getconf LONG_BIT”命令并回车键确定 安装zend studio : 1. 首先安装好Java环境yum -y install java-1.6.0-openjdk2. 下载zend studio (官网地址:http://www.zendstudio.net/zend-studio-all-in-one-download/) 破解方法:http://www.geekso.com/component/zendstudio-…
64位 CentOS NDK 编译 FFMPEG 一.           参考文章: http://www.cnblogs.com/baopu/p/4733029.html http://www.cnblogs.com/wainiwann/p/3785485.html 二. 编译环境: CentOS 10 工具包: NDK: https://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86_64.tar.bz2 SDK:https:/…
CentOS 七 vs CentOS 6的不同   CentOS 7 vs CentOS 6的不同(1)桌面系统[CentOS6] GNOME 2.x[CentOS7] GNOME 3.x(GNOME Shell) (2)文件系统[CentOS6] ext4[CentOS7] xfs (3)内核版本[CentOS6] 2.6.x-x[CentOS7] 3.10.x-x (4)启动加载器[CentOS6] GRUB Legacy (+efibootmgr)[CentOS7] GRUB2 (5)防火…
简单说明下 centos 6 与 centos 7 服务开机启动.关闭设置的方法: centos 6 :使用chkconfig命令即可. 我们以apache服务为例: #chkconfig --add apache 添加nginx服务 #chkconfig apache on 开机自启nginx服务 #chkconfig apache off 关闭开机自启 #chkconfig --list | grep apache 查看 centos 7 :使用systemctl中的enable.disab…
虽然,redhat 8在今年已经推出了,但是centos 8还没有推出.而且公司好多都在用centos 6和7 来了解一下6和7的区别吧 整体说明 1.系统 项目CentOS 6CentOS7 . 安装过程6 一步一步7 随意 . 默认的文件系统ext4xfs3. 启动流程串行并行 . 运行级别runleveltarget . 内核2.6.323.10.0 . 开机自启动服务chkconfigsystemctl enable/disable rsyncd . 开启或关闭服务/etc/init.d…