centos 联网后,安装软件1.安装 网络工具 yum install net-tools2.安装 gcc 编译yum install gcc3. 安装httpd服务(架设网站的必须服务)yum install httpd4.安装wget[root@192 ~]# yum install -y wget5...
centos 联网后,安装软件
1.安装 网络工具
yum install net-tools
2.安装 gcc 编译
yum install gcc
3. 安装httpd服务(架设网站的必须服务)
yum install httpd
4.安装wget
[root@192 ~]# yum install -y wget
5.安装jdk1.8
编程基础网
本文标题为:centos mini 安装基础软件
基础教程推荐
猜你喜欢
- apache+tomcat实现session共享 2023-09-08
- Docker镜像与容器的导入导出以及常用命令总结 2022-11-24
- centos 7智熄直接断电导致无法启动 2023-09-23
- win10搭建配置ftp服务器的方法 2022-11-12
- 利用Apache部署静态网站(一) 2023-09-09
- Apache索引目录浏览的学习笔记 2023-09-28
- Centos7 nginx启动脚本 2023-09-22
- Apache Spark源码走读之15 -- Standalone部署模式下的容错性分析 2023-09-28
- apache 环境下 php 的配置注意事项 2022-09-01
- centos7 nginx配置ssl证书实现https访问同时http访问 2023-09-22
