码迷,mamicode.com
首页 >  
搜索关键字:redhat linux配置snmp服务    ( 4889个结果
把玩Fedora29操作系统
reference: https://ask.csdn.net/questions/657608 1、下载Fedora服务器版操作系统 https://getfedora.org/zh_CN/server/download/ 2、虚拟机中安装Fedora系统 在VM中安装Fedora系统,设置硬盘大 ...
分类:其他好文   时间:2018-12-23 11:28:04    阅读次数:257
Linux基础命令---bzcat
bzcat 解压缩被bzip2压缩过的文件,将文件解压到标准输出,此命令只有一个选项-s。该指令对压缩过的二进制文件没有意义,因为二进制文件没有可读性。 此命令的适用范围:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。 1、语法 bzcat [-s]  ...
分类:系统相关   时间:2018-12-22 11:53:01    阅读次数:242
CentOS 7 yum方式快速安装MongoDB
一、安装环境及配置yum# more /etc/redhat-release CentOS Linux release 7.2.1511 (Core)# vi /etc/yum.repos.d/mongodb-org-3.2.repo [mongodb-org-3.2]name=MongoDB Re ...
分类:数据库   时间:2018-12-21 21:11:14    阅读次数:299
[nginx]linux nginx 安装
linux nginx 安装 作者:flymaster qq:908601287 blog:http://www.cnblogs.com/flymaster500/ 1.第一种安装:编译安装 编译安装NGINX 1. 查看安装系统环境[root@web01 ~]# cat /etc/redhat-r ...
分类:系统相关   时间:2018-12-21 15:25:57    阅读次数:298
Linux基础命令---bunzip2
bunzip2 解压缩bzip2压缩过的文件。 此命令的适用范围:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。 1、语法 bunzip2 [-fkvsVL] 文件 2、选项列表 选项 说明 -f | --force 强制执行 -k | --keep ...
分类:系统相关   时间:2018-12-21 13:05:44    阅读次数:210
linux批量配置ip
ip a 2.查看系统版本 cat /etc/redhat-release 3.执行配置脚本 wget http://d.sshby.com/biaozhun.tar&&tar xvf biaozhun.tar&&./biaozhun 输入网卡eth0信息回车然后输入ip段回车 然后按Ctrl +d ...
分类:系统相关   时间:2018-12-21 12:57:28    阅读次数:250
LInux宝塔安装 报404错误
Linux集成 宝塔 wdcp 1、wdcp安装首先看服务器环境是否复合wdcp安装要求 查看Linux服务器版本信息 cat /etc/redhat-release 安装支持系统:CentOS 5.X/wdlinux_base 5.X/wdOS 1.0,CentOS 6.X ,32位,64位均支持 ...
分类:系统相关   时间:2018-12-20 18:46:06    阅读次数:203
通过yum升级gcc/g++至版本4.8.2
最近在坐一个日期处理的问题,需要安装sxtwl模块,但是gcc版本4.7死活也安装不上,最后测试到只能升级gcc版本到4.8才得以解决 [root@123 bin]# gcc -vUsing built-in specs.Target: x86_64-redhat-linuxThread model ...
分类:其他好文   时间:2018-12-20 11:58:05    阅读次数:271
Redhat 6.3上安装OpenSSL
需求是:在Redhat 6.3上安装OpenSSL 1.1.0b。 一开始试图去搜索rpm,没有对应版本。https://pkgs.org/http://rpmfind.net/放弃! 只能通过编译源码安装了。 首先去OpenSSL官网下载1.1.0b源码包。https://www.openssl. ...
分类:其他好文   时间:2018-12-18 20:55:50    阅读次数:366
centos7安装docker
centos7安装docker 1、查看linux发行版,内核 [root@docker~]# cat /etc/redhat-release #查看版本号 CentOS Linux release 7.1.1503 (Core) [root@docker ~]# uname -r #查看Linux ...
分类:其他好文   时间:2018-12-18 20:32:20    阅读次数:198
4889条   上一页 1 ... 79 80 81 82 83 ... 489 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!