If the temperature of the pipe wall (i.e., the surrounding rock) can be considered a constant, then the existing EPANET program and interface can be used by making the following change to the wallrate() function at the bottom of the quality.c module: replace the code segment underneath the "if (WallOrder == 0.0)" with the following:
if (WallOrder == 0.0)
{
return kf * ...
AutoCAD中压缩CAD文件大小/PU之后依然很大解决方法
先在命令行输入(dictremove (namedobjdict) "ACAD_DGNLINESTYLECOMP"),然后回车。然后再pu注:输入命令时需要将以上所有包括括号一起输入。
NextCloud/owncloud更新出错,提示Parsing response failed,504 Gateway Time-out
较大的NextCloud实例更新系统版本时可能出现如下错误:
Verifying integrity
Parsing response failed. <html> <head><title>504 Gateway Time-out</title></head> <body bgcolor="white"> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx/1.12.2</center> </body> </html>
查找官方论坛...
使用nginx反向代理来自frp内网穿透的https网站
直接使用nginx反代frp的https时会出现网页无法访问,查看nginx的错误日志 error.log可见类似错误:
2018/04/26 20:20:11 [warn] 1326#0: *5369 upstream server temporarily disabled while connecting to upstream, client: ***, server: cloud.cmdgy.com, request: "GET / HTTP/1.1", upstream: "https://***", host: "manuscript.from.cmdgy.com"
2018/04/26 20:20:11 [error] 1326#0: *5369 SSL_do_han...
使用systemd控制frp(frpc/frps)开机自启
GitHub上下载的frp是编译好的二进制程序,如需要开机自动启动或重启服务十分不方便。
这里提供一个使用systemd操作frp的教程,其他小程序也可类似照搬思路。
编辑frp配置文件:
vim /etc/frp.ini
[common]
server_addr = 服务器地址
server_port = 端口
privilege_token = 密钥
log_file = /var/log/frpc.log
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 23
[nas]
type = https
...
解决Nextcloud / Owncloud 无法删除目录(或文件)
1. 现象
删除目录或文件时提示:
无法删除文件 “***”
Error deleting file "***"
2. 解决方法
查看数据目录下nextcloud.log,可能有三种情况:
情况A
{"reqId":"0DijSqEkfOg2iyh9VD8J","remoteAddr":"xx.xx.xx.xx","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 423 \\\"path\\\/file.extension\\\" is locked\",\"Exception\":\"OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Exception\\\\Fil...
在CentOS等linux系统中定义登陆ssh时的欢迎信息
通过ssh登陆时能显示几行自定义的文字,不仅提升B格,还有提醒是否脑抽拨上了错误的服务器的作用哟
方法很简单。编辑/etc/motd文件:
vim /etc/motd
或选用任何其他你喜欢的文本编辑工具。在此文档中写入你想显示的文字,保存即可。
下次ssh登陆时你家的服务器就会温馨提示你写入的文字拉!
快试试吧
CentOS 7 32位 (CentOS7 32-bit i386)版终于发布了!
来自CentOS团队的特殊架构兴趣小组(SIG AltArch)正式宣布发布CentOS 7的x86-32位版本。 这种架构也被称为i386或i686。
32位CentOS 7软件源并不会发布在CentOS镜像网络中,因此你只能在下方提供的地址处获取镜像:
http://mirror.centos.org/altarch/7/isos/i386/
这个版本的CentOS 7支持32位架构类似Intel Edison等的基于x86的IOT板。
http://www.cmdgy.com
AltArch SIG团队目前仍然在进行32位ARMv7,P...
yum命令已死,RHEL/centos/fedora中dnf命令使用简介
即将到来的DNF是基于RPM linux(RPM-based Linux)的下一代包管理工具。在作为rhel的先行军的fedora22/23中yum命令已被移除,被dnf命令代替,可见在之后版本的rhel与centos将跟进此更新。由dnf执掌包管理大全,yum命令将淡出历史舞台。
本文来自 www.cmdgy.com
dnf命令支持现有yum命令。本文介绍常用的dnf命令。
安装卸载
安装包:
dnf install
卸载包:
dnf remove
可选参数
只解析ipv4地址
-4
只解析ipv6地...
重庆大学LUG(Linux User Group)成员招募
这是一个重庆大学Linux用户自由的探讨难题,总结经验的交流平台。
在这里,你能
×与各路大神交流Linux使用中碰到的问题
×参与蓝盟每周一次的技术专题讲座
×接触重庆大学开源镜像服务器群、重庆大学蓝客联盟在线报修系统的运维工作
×找到志同道合的朋友
不论你是使用Linux Desktop,还是热爱linux运维,
想要加入LUG的大家庭的条件只有一个,那就是一颗热爱技术、乐于分享的心。
如果你希望加...