1版本类型1.1正式版本Enhance:增强版或者加强版属于正式版Fullversion:完全版属于正式版Release:发行版,有时间限制Upgrade:升级版Retail:零售版Plus:增强版,不过这种大部分是在程序界面及多媒体功能上增强。1.2测试版本Alphal:内部测试版Beta:外部测...
分类:
其他好文 时间:
2014-08-03 12:34:15
阅读次数:
266
[root@mondeolove~]#hostname
localhost.localdomain
[root@mondeolove~]#hostnamectlstatus
Statichostname:localhost.localdomain
Iconname:computer-vm
Chassis:vm
MachineID:ce981d9b614f4041adbe2a86f6f2c440
BootID:3ae5fce736ea47d9b9e1d9048cca9d7d
Virtualization:vmw..
分类:
其他好文 时间:
2014-08-03 07:57:45
阅读次数:
304
用U盘安装Centos7.0工具/原料centos 7.0 64位系统:CentOS-7.0-1406-x86_64-DVD.isoultraiso一个至少8G的U盘方法/步骤11.先使用ultraiso 刻录镜像至U盘内。22.更改bios启动顺序(即U盘先启动),然后进入此界面,按下tab键。将...
分类:
其他好文 时间:
2014-08-02 15:28:03
阅读次数:
236
首先,因为docker的运行需要linux本身某些组件和内核特性的支持,所以要确保centos的版本大于6,并且内核版本大于2.6.32-431。可以简单的升级centos6到最新版本。
sudo yum upgrade
然后安装cgroup
sudo yum install libcgroup
service cgconfig start #启动croup服务
lssubsys...
分类:
其他好文 时间:
2014-08-01 16:05:01
阅读次数:
278
操作系统:vmcentos6.5x64192.168.240.148docker容器:centos6.5x64172.17.0.31.下载原始镜像[root@localhost~]#dockerpullcentos
###一般会拉最新版centos7和centos6.5过来,这里使用的是centos6.5###2.安装openssh[root@localhost~]#dockerrun-i-tkw1073/centos-new4/bin/bas..
分类:
其他好文 时间:
2014-07-31 21:15:09
阅读次数:
350
下面是课堂上讲述配置CentOS7的PXE安装环境时的截图:
分类:
系统相关 时间:
2014-07-31 03:16:56
阅读次数:
253
本文介绍在centos7上面通过hadoop2.4.1源码构建hadoop distribution 版本,即hadoop的运行版本。 为何要自己building,而不用Apache的distribution 【bin】版本,因为hadoop涉及到Linux系统的底层实现,如: hado...
分类:
其他好文 时间:
2014-07-30 23:41:25
阅读次数:
284
安装和配置Mariadb看来以后不得不使用Mariadb数据库了,尽早的熟悉;[1]InstallMariadbforepelyum-yinstallmariadb-serverInstalled:mariadb-server.x86_641:5.5.37-1.el7_0[2]StartMariadb&开机启动[root@mariadb~]#systemctlstartmariadb
[root@mariadb~]#systemctlenabl..
分类:
数据库 时间:
2014-07-29 16:05:39
阅读次数:
358
使用光盘镜像作为软件yum源:[1]上传centos7光盘镜像到/usr/local/src目录下;(工具Xftp)[2]挂载系统文件mkdir/media/cdrom#习惯用这个目录名称了;
cd/usr/local/src
ls
CentOS-7.0-1406-x86_64-DVD.iso
#mount-tiso9660-oloop/usr/local/src/CentOS-7.0-1406-x86_64-DVD.i..
分类:
其他好文 时间:
2014-07-29 16:03:09
阅读次数:
446
[1]InstallHttpdforCentos7-media#yum--enablerepo=centos7-media-yinstallhttpd
Installed:
httpd.x86_640:2.4.6-18.el7.centos[2]starthttpd,开机启动#systemctlstarthttpd.service
#systemctlenablehttpd.service
ln-s‘/usr/lib/systemd/system/httpd.service‘‘/etc/systemd..
分类:
其他好文 时间:
2014-07-29 15:58:49
阅读次数:
367