码迷,mamicode.com
首页 >  
搜索关键字:groupinstall    ( 343个结果
VNC-tigervnc-server远程调用图形化
远程调用Linux图形化,很不错的.. 01、远程Linux须装图形化 yum groupinstall -y 'Desktop' 'X Window System' #xclock试图形化 02、安装tigervnc-server yum install -y tigervnc-server 03 ...
分类:其他好文   时间:2017-05-24 19:21:33    阅读次数:311
xmanager5连接centos7
在虚拟机上安装了centos7后,为了传输文件方便,需要xftp连接centos。 1.安装epel源: yum install -y epel-release 2.安装lightdm和xfce: yum install -y lightdm yum groupinstall -y xfce (这个 ...
分类:其他好文   时间:2017-05-16 14:46:38    阅读次数:151
Win7 VNC远程连接Centos桌面
一,安装Linux桌面: yum -y groupinstall Desktopyum -y groupinstall "X Window System"yum -y groupinstall chinese-supportvi /etc/sysconfig/i18n 将en_US改成zh_CN 二 ...
分类:Windows程序   时间:2017-05-14 16:08:48    阅读次数:285
编译安装httpd
1、download 源码包 解压缩:tar xvf httpd-2.4.25.tar.bz2 2、安装开发包组 yum groupinstall "Development tools" 3、cd /apps/httpd/ httpd-2.4.25(比如源码包在/apps/httpd目录下) 切换到 ...
分类:Web程序   时间:2017-05-14 13:56:47    阅读次数:187
centos 7 执行 groupinstall报错
报错显示Error: Package: systemtap-devel-3.10-10.el7.armv7hl (base) Requires: kernel-devel 解决方案 wget http://mirror.centos.org/centos/7/os/x86_64/Packages/k ...
分类:其他好文   时间:2017-05-11 13:29:54    阅读次数:269
自动安装lnmp
注:需先上传各安装包至服务器。#!/bin/bash #! auto install lnmp #! 安装依赖环境 yum -y groupinstall "X Software Development" yum -y install libxml2 libxml2-devel bzip2-deve... ...
分类:其他好文   时间:2017-05-09 23:15:31    阅读次数:287
centos 6.5下 安装python3.5
1、CentOS6.5 安装Python 的依赖包 yum groupinstall "Development tools"yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-dev ...
分类:编程语言   时间:2017-04-29 09:44:24    阅读次数:258
Linux云自动化运维第十六课
第八单元 Mariadb数据库 一、Mariadb安装 1.安装mariadb和mariadb-client组件: # yum groupinstall -y mariadb mariadb-client 2.启动mariadb服务: # systemctl start mariadb ; syst ...
分类:系统相关   时间:2017-04-20 21:34:35    阅读次数:305
centos图形界面,vncserver
yum -y groupinstall "Server with GUI" RHEL7 安装图形界面1. 以root角色运行以下命令来安装TigerVNC server yum install tigervnc-server 也可以同时安装vnc client yum install vnc2. 配 ...
分类:其他好文   时间:2017-04-17 18:51:47    阅读次数:145
yum groupinstall报错,处理方法
http://www.cnblogs.com/xiaoluo501395377/archive/2013/05/21/3089970.html 创建repo库 # createrepo -g /yum_repo/rhel7.2/repodata/81c149ffb2267c59a3e6405766b ...
分类:其他好文   时间:2017-03-31 16:43:57    阅读次数:340
343条   上一页 1 ... 15 16 17 18 19 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!