linux

编译安装FreeSWITCH 1.10.8

编译安装FreeSWITCH 1.10.8本站FreeSWITCH镜像站:http://freeswitch.clx.fun:12130/每日同步一次。2022年10月14日,freeswitch的1.10.8版本发布了,许久没有编译FreeSWITCH源码了,为防止手生,特来回顾一下。1. 安装源修改系统仓库源为阿里云(解决官方源速度问题)rm -rf /etc/yum.repos.d/*...

Linux搭建本地yum仓库

安装必要软件及官方库官方库: yum install -y https://$(< /etc/yum/vars/signalwireusername):$(< /etc/yum/vars/signalwiretoken)@freeswitch.signalwire.com/repo/yum/centos-release/freeswitch-release-repo-0-1.no...

解决centos6 yum源不可用问题

0 条评论 linux 无标签 jafucong
阿里云镜像仓库地址:https://mirrors.aliyun.com/centos-vault/ https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo替换备用地址:sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf m...

CentOS 防火墙配置

0 条评论 linux 无标签 jafucong
firewalldfirewalld的基本使用启动: systemctl start firewalld查看状态: systemctl status firewalld停止: systemctl disable firewalld禁用: systemctl stop firewalld开机自启:chkconfig iptables on禁用自启:chkconfig iptables offs...

Centos 6.10 运行.Net Core 3.1

0 条评论 dotnet linux .Net Core 3.1 jafucong
.Net Core 下载:https://dotnet.microsoft.com/download/dotnet-coresudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm选择: RHEL 6 x64 版本mkdir -p "$HOME/dotnet&qu...

.net core 3.1 Linux部署

0 条评论 dotnet web linux .Net Core 3.1 jafucong
1. 更换 监听端口和域名public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) .UseStartup<Startup>() .Use...

CentOS 7 安装KVM虚拟机

0 条评论 linux 无标签 jafucong
安装前准备最小化安装Centos7系统检查系统环境;yum install -y dejavu-lgc-sans-fonts && yum groupinstall -y "fonts"查看系统版本[root@openstack ~]# cat /etc/centos-release CentOS Linux release 7.4.1708 (Core)...