logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CentOS 7.2 配置Apache服务(httpd)--下篇

一、Perl + mod_perl安装mod_perl使Perl脚本速度快[1]安装mod_perl# 从EPEL安装[root@linuxprobe ~]# yum --enablerepo=epel -y install mod_perl[2]配置PerlRun模式,总是将Perl解释器放在RAM上。[root@linuxprobe ~]# vi /etc/httpd/c

#apache#perl
CentOS 6.8 使用start-stop-daemon命令

start-stop-daemon简介start-stop-daemon是一个Debian体系里的一个守护进程管理软件,可以用指定的用户启停软件。start-stop-daemon 使用:http://man7.org/linux/man-pages/man8/start-stop-daemon.8.htmlstart-stop-daemon 安装下载dpkg_1.16.18.ta

#centos#debian
CentOS 7 配置Ruby语言开发环境

CentOS 7 配置Ruby语言开发环境安装Ruby 2.2CentOS7存储库中的Ruby版本为2.0,但如果需要,可以使用RPM软件包安装2.2添加CentOS SCLo软件集合存储库[root@linuxprobe ~]# yum -y install centos-release-scl-rh centos-release-scl# set [priority=10][root

#ruby
CentOS 7.2 安装WordPress

安装WordPress安装Blog系统WordPress参考http://blog.csdn.net/wh211212/article/details/52996699,完成php和MariaDB 的安装为WordPress创建数据库[root@linuxprobe ~]# mysql -u root -pEnter password:Welcome to the MariaDB mo

CentOS6 安装并破解Jira 7

CentOS6 安装并破解Jira 7JIRA软件是为您的软件团队的每个成员构建的,用来规划,跟踪和发布优秀的软件。https://confluence.atlassian.com/adminjiraserver074/installing-jira-applications-on-linux-881683168.html最低硬件要求及软件安装最小硬件依赖CPU: Quad core

#centos#jira
Redhat 7配置yum源

1、前提由于redhat系统不再期官网注册,系统安装完成之后无法正常使用期yun源,因此更改redhat的yum源为CentOS的源#系统环境root@linuxprobe[06:22:13]:~$cat /etc/redhat-releaseRed Hat Enterprise Linux Server release 7.2 (Maipo)2、删除redhat自带的yum

Linux 服务器上安装Jenkins

本文环境:Windows 10 + CentOS 6.8为Jenkins创建特殊的用户和组groupadd builduseradd --create-home --shell /bin/bash --groups build jenkins为Jenkins用户配置Java# 编辑用户的.bashrc# set java envexport JAVA_HOME=/usr/java/j

#java#linux#jenkins
使用VNC连接远程服务器

实验环境:CentOS 7,主机名:linuxprobe.org ,IP地址:10.1.1.53【1】VNC服务器安装VNC服务器以从远程客户端连接GUI。此示例基于GNOME桌面环境,安装VNC Server以从Windows客户端远程运行GUI。1、先把最小化安装完成的CentOS7做下快照(本文安装的CentOS在workstation里)2、通过远程连接上安装的Ce

CentOS 7安装完成后初始化

CentOS 7系统安装完成之后进行的一系列操作,添加用户,设置SELINUX,配置网络,自定义VIM和sudo,更新系统

CentOS7快速安装rancher2.0环境

快速安装rancher环境指南准备linux主机A cloud-host vm内部部署VM裸机(物理机)使用云托管虚拟机时,需要允许到端口80和443的入站TCP通信。根据以下要求配置主机Ubuntu 16.04 (64-bit)Red Hat Enterprise Linux 7.5 (64-bit)RancherOS 1.3.0 (64-bit)...

#rancher#docker
    共 47 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择