欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS教程 >
  • [CentOS教程] CentOS安装Scala和Spark 日期:2016-12-14 01:54:29 点击:75 好评:0

    一.安装Scala Scala程序运行在java虚拟机(JVM)上,所以安装Scala之前需要先在linux系统中安装Java。由于之前已经安装了,没安装的可以到我的文章http://blog.csdn.net/xqclll/article/details/53466713去查看。 到Scala的官网上去下载相应操作系统的scala...

  • [CentOS教程] centos7 通过yum 安装jewel版本ceph 日期:2016-12-13 14:33:17 点击:162 好评:0

    删除默认的源,国外的比较慢 yumcleanall rm-rf/etc/yum.repos.d/*.repo 下载阿里云的base源 wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo 下载阿里云的epel源 wget-O/etc/yum.repos.d/epel.repohttp://mirrors.al...

  • [CentOS教程] ceph install in CentOS 7 x64 within docker - 1 日期:2016-12-13 14:30:15 点击:199 好评:0

    本文使用docker来部署ceph, 基于CentOS 7 x64. 首先要安装docker, CentOS 7源已经包含了docker, 所以可以直接使用yum安装. # yum install -y docker 配置docker 运行时的root目录(-g 参数). [root@localhost ~]# lvs LV VG Attr LSize Pool Origin Data% Mov...

  • [CentOS教程] 怎样使用户拥有sudo的权限:Add User to “sudoers” File(转) 日期:2016-12-13 11:01:33 点击:129 好评:0

    Add User to sudoersFile Filed under:Linux,ubuntu Tags:sudo,sudoers file Benaiah @ 10:17 am To give a user the ability to use the sudo command you must add them to the sudoers file. Heres how. Thanks to ubuntucat (see comment below) for the...

  • [CentOS教程] How To Add and Delete Users on a CentOS 7 Server 日期:2016-12-13 11:00:14 点击:151 好评:0

    Introduction When you first start using a fresh Linux server, adding and removing users is one of the most basic tasks that you should know how to do. When you create a new server, you are only given therootaccount by default. While this g...

  • [CentOS教程] CentOS通过gparted无损调整磁盘分区大小的实现方法 日期:2016-12-09 19:14:13 点击:155 好评:0

    前几天在QQ群里,有一个朋友问到关于Linux中如何无损调整磁盘分区大小的问题,针对这个问题我在实际使用的过程中也曾探索过,所以比较关注如何无损的调整磁盘分区大小,而不丢失数据!在Windows中,我采用过BootStar的软件,通过该软件记录下硬盘分区的ID,就...

  • [CentOS教程] centos6.7安装python2.7、pip2.7、easy_install-2.7 日期:2016-12-09 17:18:19 点击:157 好评:0

    centos6自带python2.6版本,根据需要,安装python2.7、easy_install-2.7、pip2.7 依赖 yum groupinstall -y Development toolsyum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-dev...

  • [CentOS教程] centos 6.2怎么进入单用户模式 日期:2016-12-09 13:28:17 点击:167 好评:0

    方法一:系统启动引导到grub启动时(显示启动选项),按下c进入grub的命令模式。 然后在kernel所在行按下e键,在该行后面加上single。然后再输入b引导系统就可以进入单用户模式了。 例子: kernel /vmlinuz-xxxxx ro root=/dev/VolGroup00/LogVolRoot single 方...

  • [CentOS教程] CentOS 6.5 icehouse 多节点安装测试 (OVS+VLAN) 日期:2016-12-09 13:19:42 点击:129 好评:0

    一、环境 VMware VM 2 台 「控制节点+计算节点」 VM1(控制节点、网络节点、存储节点) CPU:2 核 内存:8G 虚拟网卡: 2 个(eth0 外网网卡,eth1 内网网卡) 磁盘:100G IP:192.168.210.120 VM2(计算节点) CPU:2 核 内存:8G 虚拟网卡:2个(eth0 外网...

  • [CentOS教程] CentOS字体安装 日期:2016-12-09 13:00:43 点击:179 好评:0

    第一步:查看安装了那些字体 命令:fc-list :lang=zh 安装方法: 1、先从你本机C:\Windows\Fonts拷贝或者网络上下载你想要安装的字体文件(*.ttf文件)(把*.ttc重命名为*.ttf) 到/usr/share/fonts/chinese/TrueType目录下(如果系统中没有此目录,则自行mk...

  • 首页
  • 上一页
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 下一页
  • 末页
  • 2632628
栏目列表
推荐内容