1.安装前环境准备 VMware Workstation 11 搭建 Centos7虚拟机,Centos7操作系统最小化安装,2G内存,20G磁盘空间,1核CPU,已配置好网...
1.安装前环境准备 VMware Workstation 11 搭建 Centos7虚拟机,Centos7操作系统最小化安装,2G内存,20G磁盘空间,1核CPU,已配置好网...
1. 下载rpm http://www.oracle.com/technetwork/java/javase/downloads/index.html 2. 查看原有jdk ...
1. 下载swftools http://www.swftools.org/download.html 2. 安装环境 3. 安装swftools 这个过程如果出现报错: 类...
1.检测系统是否自带mysql # yum list installed | grep mysql 2.删除系统自带的mysql及其依赖命令 # yum -y remove ...
1. 下载tomcat http://tomcat.apache.org/download-80.cgi 2. 解压 3. 创建服务 在/usr/lib/systemd/sy...
安装bz2解压依赖 安装zip解压依赖 .tar 解包:[root@centos]# tar xvf FileName.tar 打包:[root@centos]# tar c...
1.检查CentOS7是否安装了openssh-server 2.没有安装 执行yum install openssh-server 安装 3.如果已安装 找到/etc/ss...
1.基本使用 启动 停止 启用 禁用 查看状态 2. systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。...
一、安装环境 二、安装yasm 下载源码:[root@centos]# wget http://www.tortall.net/projects/yasm/releases/...