Stella981 Stella981
2年前
FastDFS 配置 Nginx 模块及访问测试
备注:以下nginx1.10.3源码目录根据nginx版本号不同会有相应的变化,以nginx版本号为准一、安装Nginx和fastdfsnginxmodule1,安装Nginx请看:Nginx安装教程2,下载fastdfsnginxmodule模块,这里是通过wget下载:wgethttps://nchc.dl
Wesley13 Wesley13
2年前
Make your own mini Linux OS
Pleasefollowthesteps:1,wget http://www.kernel.org/pub/linux/kernel/v2.6/linux2.6.24.4.tar.bz2(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.kernel.org%2Fpub%
Stella981 Stella981
2年前
Jenkins安装配置
Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使持续集成变成可能。fromwiki安装:redhat/centossudo wget O /etc/yum.repos.d/jenkins.repo http://pkg.jenkinsci.org/redhat/jenkins.reposudo r
Stella981 Stella981
2年前
CentOS6.5下安装jenkins
参考博客:https://blog.csdn.net/qq\_24644517/article/details/808304091.添加jenkins源wget O /etc/yum.repos.d/jenkins.repo http://pkg.jenkinsci.org/redhat/jenkins.reporpm import ht
Wesley13 Wesley13
2年前
linux命令:find命令
http://blog.csdn.net/pipisorry/article/details/39831419(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fpipisorry%2Farticle%2Fdetails%2F39831419)linu
Stella981 Stella981
2年前
PHP,mysql,nginxunx中安装
一:安装PHP,mysql,nginx1linux装软件方式:21.源码安装:下载wget》解压tarzxvf》配置./configure》编译make3安装makeinstall42.yum安装一键安装包centos红帽
Stella981 Stella981
2年前
RedHat系统的Yum安装
 RedhatLinux通常由于没有注册,导致yum程序无法使用,需要将其替换为centos的yum程序。1\.下载Yum的安装包,由于体系结构的不同和包的更新,因此目录和文件名的版本号可能需要调整以下。wget http://mirrors.163.com/centos/5/os/x86\_64/CentOS/yum3.2.2240
Stella981 Stella981
2年前
CentOS7配置网卡上网、安装wget、配置163yum源
2019/09/12,CentOS7,VMware摘要:CentOS7安装完成(最小化安装)后,不能联网(已选择桥接网络),需要修改配置文件及配置yum源修改配置文件  进入网卡配置目录cd/etc/sysconfig/networkscripts  使用 ls 命令查看网卡配置文件,如下图,其中
Stella981 Stella981
2年前
Linux—文件命令之touch命令
下面总结一下对于文件的操作命令:satat命令:用于显示文件的详细信息,包括文件、设备、gid、各种时间等。命令格式:stat filename!(https://oscimg.oschina.net/oscnet/e65f9a778be16a16e51d1eae1bed034728c.png)touch的两个功能:1、新建文件,如
Wesley13 Wesley13
2年前
Ubuntu19.10 安装 MySQL8 指南
首先需要通过wget获得相应版本的deb包,获取地址可以到mysql官网上查(例如https://dev.mysql.com/downloads/repo/apt/)。(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdev.mysql.com%2Fdownloads%2Frepo%2