参考: https://man.linuxde.net/download/CentOS_6_8 ...
分类:
其他好文 时间:
2020-07-03 00:42:43
阅读次数:
927
1、解释型和编译型 开发环境:windows开发(主流),但是有些如sanic,fastapi框架的话,windows不支持,所以需要安装unbuntu,在上面开发 远程连接linux开发,院成立案件linux内的docker开发 c:c代码写完,编译(不同平台),跨平台运行,linux上源码安装软 ...
分类:
编程语言 时间:
2020-07-01 20:14:48
阅读次数:
69
服务器环境要求CentOS6.964bit下载脚本文件并安装wgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/install_rtc_sip.shwgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/python_install.sh#yum-yinstalldos2unix#d
分类:
Web程序 时间:
2020-07-01 17:31:07
阅读次数:
77
正文: php官网:https://www.php.net/ 搜狐镜像源:http://mirrors.sohu.com/ (推荐,国内源下载速度嗖嗖的) 1.php编译安装前解决依赖包 yum -y install epel-release yum -y install gcc gcc-c++ m ...
分类:
Web程序 时间:
2020-06-30 22:37:07
阅读次数:
86
系统版本:Centos7 搭建ffmpeg视频转码的工具可能有很多,但开源且使用人数最多的还是莫过于ffmpeg这个工具,具体功能笔者不在这里详细讲解;安装此工具的方式有很多,比如apt安装、源码安装、docker安装等等,不过docker是跨平台的,因此笔者这里将以docker方式安装为例 下载镜 ...
分类:
其他好文 时间:
2020-06-30 17:22:36
阅读次数:
268
背景介绍: Web服务器: 1、Apache 2、Nginx 以上是常见的两种web服务器,这里我选择Nginx,因为安装和配置都比较简洁,功能也强大,满足日常的反向代理,负载均衡等功能。 正文: Nginx服务器的编译安装: # 首先是安装Nginx所需要的一些依赖包 yum install -y ...
分类:
其他好文 时间:
2020-06-30 09:15:07
阅读次数:
73
1、学习Linux中的师傅推荐的经验贴: https://www.runoob.com/linux/linux-system-boot.html 2、进行安装vm ware 14及centos6 的安装步骤: https://www.runoob.com/w3cnote/vmware-install ...
分类:
其他好文 时间:
2020-06-29 11:25:44
阅读次数:
97
一、php-fpm的配置 1、 php-fpm的配置,首先要关注进程数量。 php-fpm的进程管理方式有三种:static、dynamic、ondemand。 static方式,开启固定数量(pm.max_children)的子进程; dynamic方式,子进程的数量是根据以下指令动态设置的。而且 ...
分类:
数据库 时间:
2020-06-28 14:54:51
阅读次数:
87
1.首先备份原来的yum源 cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2.获取阿里的yum源覆盖本地官方yum源 wget -O /etc/yum.repos.d/CentOS-Base.re ...
分类:
其他好文 时间:
2020-06-28 12:44:31
阅读次数:
174
1、 centos6的网卡重启方法: service network restart centos7的网卡重启方法: systemctl restart network 2、DNS配置文件:cat /etc/resolv.conf 设置主机和IP绑定信息:cat /etc/hosts 设置主机名:c ...
分类:
其他好文 时间:
2020-06-28 11:14:20
阅读次数:
50