远程调用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
在虚拟机上安装了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
一,安装Linux桌面: yum -y groupinstall Desktopyum -y groupinstall "X Window System"yum -y groupinstall chinese-supportvi /etc/sysconfig/i18n 将en_US改成zh_CN 二 ...
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
报错显示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
注:需先上传各安装包至服务器。#!/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
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
第八单元 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
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
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