Stella981 Stella981
3年前
Centos7使用mail命令发送邮件
以配置outlook邮箱(微软邮箱)为例一、配置mail邮箱账号密码root@bogonlogtailn8/etc/mail.rcsetfrombp@outlook.comsetsmtpsmtp.office365.comsetsmtpauthuserbp@outlook
Stella981 Stella981
3年前
Linux CentOS7安装JDK8
一、下载JDK    到oraclejava官网下载JDK,放到/usr/local/src    !(https://oscimg.oschina.net/oscnet/bc4cf97838cb701563fd63df47e5cff7adf.jpg)二、解压!(http
Stella981 Stella981
3年前
Centos7Yum安装Mysql8
1、去官网下载rpm文件,该文件专门用于yum安装方式:https://dev.mysql.com/downloads/repo/yum/!(https://oscimg.oschina.net/oscnet/23e5d967309b15082da1e38ce01ccc2c7ab.png)然后拉到最下面,我下载的是第一个:RedHatEn
Stella981 Stella981
3年前
CentOS上安装配置Python3.7
其实安装python3.7本身很容易,并没有什么困难,主要是安装pip的时候遇到了好多问题。下面就说一下我具体踩过的坑,以及解决的办法。具体的安装步骤网上有非常非常多。参考:https://blog.csdn.net/u013214212/article/details/81540840完全照着这个里面的步骤做,就一点问题没有。不过为了防止意外情况,
Wesley13 Wesley13
3年前
Ruby2.3.1安装 for win centos Ubuntu Mac
Ubuntu16安装ruby环境sudoaptgetinstallrubyrubydev检查ruby版本rubyvgemversionirb环境测试irb(main):001:035\8irb(main):002:0puts"helloworld!"hell
Wesley13 Wesley13
3年前
Oracle Database 12c Installation on CentOS 7
OracleDatabase12cInstallationonCentOS7Contents1.Introduction(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwi
Stella981 Stella981
3年前
Centos7离线安装Cloudera Manager 5.14.1
简介如果是新手,请严格按照步骤来做。当然还有其他安装方式,这里讲的方式比较适合测试使用。内容版本CentOS764位JDK1.7ClouderaManager5.14.1本次安装一共使用3台服务器,主要用户测试。服务名内网IP用途master192.168.254.130主,按照CM
Wesley13 Wesley13
3年前
VirturalBox中搭建CentOS开发环境实录(一)
安装VirtualBox在Windows系统中安装VitualBox,很简单下载地址:https://www.virtualbox.org/wiki/Downloads(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.virtualbox.org%2F
Stella981 Stella981
3年前
CentOS6.5 永久修改主机名
1、编辑/etc/sysconfig/network文件vi/etc/sysconfig/networkNETWORKINGyesHOSTNAMEtest012、修改 /etc/hosts文件root@localhost~vim/etc/hosts127.0.0.1
Stella981 Stella981
3年前
CentOS 5.5 下配置Nginx+mysql+php
LNMP配置根据网上的一些资料,综合总结了在Centos5.5下安装NMP的方式。同时通过修改配置文件达到解决框架的路由问题。1、安装前首先使用yum命令安装、升级所需的程序库(可选,但是安装过程中如果遇到缺少依赖包的话则必须得安装了)yumyinstallgccgcc\caut