码迷,mamicode.com
首页 >  
搜索关键字:conf    ( 25562个结果
FreeSWITCH 使用 lua 脚本 接管 分机注册,鉴权等
FreeSWITCH 使用 lua 脚本 接管 分机注册,鉴权等 1. 更改lua.conf.xml配置 <configuration name="lua.conf" description="LUA Configuration"> <settings> <!-- Specify local dir ...
分类:其他好文   时间:2020-06-01 13:41:09    阅读次数:158
Boot hangs for 30 seconds at “Begin: Running /scripts/local-premount”
原因16.04升级到18.04 解决方法。 open /etc/initramfs-tools/conf.d/resume replace RESUME=UUID=xxx with RESUME=none issue sudo update-initramfs -u reboot your syst ...
分类:其他好文   时间:2020-06-01 13:36:12    阅读次数:88
lnmp环境中的:supervisorctl
supervisorctl yum安装supervisord supervisord启动supervisord -c /etc/supervisord.conf 不启动supervisord,不可以操作supervisorctl supervisorctl,命令 启动一个任务:supervisorc ...
分类:其他好文   时间:2020-06-01 12:15:35    阅读次数:84
复制文件到容器
# docker cp my.cnf local_mysql_new:/etc/mysql/conf.d 复制文件my.cnf 到容器名为:local_mysql_new的,文件夹为/etc/mysql/conf.d的目录下面 # docker cp local_mysql_new:/etc/mys ...
分类:其他好文   时间:2020-06-01 11:46:59    阅读次数:71
Linux特点总结
Linux特点总结: 1、 免费的、开源的。 2、 支持多线程(并发)。多用户。 3、 安全性比Windows要好。 4、 对内存和文件管理优越。 使用VI编辑器在Linux系统下开发程序 1、VI Hello.java 2、输入i(进入到插入模式) 3、保存:输入Esc键(进入到命令模式即可输入命 ...
分类:系统相关   时间:2020-06-01 01:18:39    阅读次数:153
Clash 在Windows版本下的配置
Clash 在Windows版本下的配置,用于后续遗忘时查阅 ...
分类:Windows程序   时间:2020-06-01 00:58:40    阅读次数:1266
xml中xsd、xsi、xmlns的含义
Maven的pom.xml文件头信息如下: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="htt ...
分类:其他好文   时间:2020-06-01 00:57:18    阅读次数:232
Django restframework用户登录认证组件增加及源码分析
用户验证源码剖析,注意:一定要看代码的中文注释及其下面的一行代码!!! 1、准备一个路由和视图类,全局路由配置暂时忽略,当流程执行到下面的url:groupsSelectAll——> GroupsView的视图类下的as_view()方法 from django.conf.urls import u ...
分类:其他好文   时间:2020-06-01 00:51:28    阅读次数:61
Linux命令之防火墙
1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永久关闭防火墙 systemctl disable firew ...
分类:系统相关   时间:2020-05-31 23:16:44    阅读次数:121
nginx ab并发测试 apr_socket_recv: Connection refused (111
nginx ab并发测试 apr_socket_recv: Connection refused vim /etc/sysctl.conf net.ipv4.tcp_syncookies = 0 就可以了 ...
分类:其他好文   时间:2020-05-31 22:05:45    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!