码迷,mamicode.com
首页 >  
搜索关键字:error: xz compression not available    ( 2819个结果
Ubuntu中的apache中设置代理
1、启用代理模块 2、修改 /sites-available/000-default.conf 添加 3、设置完成后需要使用命令 service apache2 restart 重启服务器 ...
分类:Web程序   时间:2019-08-30 19:26:52    阅读次数:124
使用nginx 做kbmmw REST 服务的负载均衡
我们一般在云上部署REST服务。既想利用kbmmw 的方便性,又想保证系统的安全性,同时 想通过负载均衡保证服务器的健壮性。下面我们使用ubuntu+nginx 来实现以下kbmmw rest 服务器的 负载均衡。 首先在ubuntu上安装nginx 服务器。 为了方便直接使用,我们直接使用apt ...
分类:其他好文   时间:2019-08-27 00:28:36    阅读次数:81
disconnected no supported authentication methods available(server sent: publickey)
https://www.cnblogs.com/hamsterPP/p/5184491.html tortoise git 密钥配置 https://blog.csdn.net/qq_32614411/article/details/84957759 ...
分类:其他好文   时间:2019-08-26 18:07:41    阅读次数:154
[ProblemSolving][Ubuntu][LyX] The selected document class ... requires external files that are not available...
I installed LyX in my Ubuntu(version LTS 18.04), but I just can't make it work. Every time I open any file, I get a message similar to this one: The s ...
分类:系统相关   时间:2019-08-25 20:25:00    阅读次数:133
ubuntu 安装net-tools
ubuntu下使用apt-get,得到下面error: E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)E: Unable to lock the administration ...
分类:Web程序   时间:2019-08-25 20:06:12    阅读次数:1018
使用python进行服务器监控
使用python进行服务器监控 Linux服务器中,一切皆为文件。也就是说服务器运行的各种信息,其实是可以从某些文件中查询得到; Linux系统中,有一个/proc的虚拟文件系统 Linux 系统为管理员提供了非常好的方法,使其可以在系统运行时更改内核,而不需要重新引导内核系统,这是通过/proc ...
分类:编程语言   时间:2019-08-24 17:10:41    阅读次数:119
MQTT资料
Web MQTT Board – diagnostic oriented MQTT 5.0 client tool based on mqtt.js. Available in open source. MQTT over websockets (experimental) – from the m ...
分类:其他好文   时间:2019-08-24 00:30:53    阅读次数:127
简单的密码管理器(Python)(待完善)
需要使用的库:pymssql(用于连接SQL Server), PyQt5(用于窗口的制作) 首先编写DOS界面的密码生成器,以及将程序与数据库相连接,用于存储和查询 PasswordDOS.py 将DOS界面的程序进行稍微修改,用于窗口界面的导入文件 password.py 使用PyQt5库编写窗 ...
分类:编程语言   时间:2019-08-20 19:01:10    阅读次数:95
can通信发送提示 No buffer space available
由于缓冲队列空间不足 设置即可 echo 4096 > /sys/class/net/can0/tx_queue_len 参考: https://blog.csdn.net/sfe1012/article/details/77993409 ...
分类:其他好文   时间:2019-08-20 14:07:52    阅读次数:104
flask的run的运行参数含义
https://www.cnblogs.com/shengulong/p/8111221.html 直接阅读源代码吧: 在flask的app.py里,查看run函数的定义 https://www.cnblogs.com/shengulong/p/8111221.html 参考wekzeug的serv ...
分类:其他好文   时间:2019-08-19 18:59:16    阅读次数:76
2819条   上一页 1 ... 42 43 44 45 46 ... 282 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!