Ubunut 16.04下面安装了Teamviewer,刚安装完启动是没有问题的,每次重启打开就会提示:
"TeamViewer Daemon is not running
Please start teamviewerd and then restart TeamViewer....
xiaohe
9年前 (2017-11-27) 8828℃ 0评论
1喜欢
telnet发送邮件的方法:
telnet smtp.hepeichao.com 80
220 smtp.aliyun-inc.com MX AliMail Server(10.147.41.231)
helo smtp.hepeichao.com
250 Ok
auth...
xiaohe
9年前 (2017-11-26) 6126℃ 0评论
0喜欢
我在使用wordpress的时候发现使用任何一个邮件发送插件都不能成功的发送邮件,后来在服务器上用telnet测试发现服务器根本不能连接25端口,经过在网上查找发现原来阿里云把25端口封禁了。
如果你们在使用过程中遇到了用25端口无法发送邮件先在cmd中使用telnet工具测试2...
xiaohe
9年前 (2017-11-26) 10935℃ 0评论
0喜欢
apache环境下,配置好https后,需要设置url重定向规则,使网站页面的http访问都自动转到https访问。
1、先打开url重定向支持
1)打开Apache/conf/httpd.conf,找到下面的部分去掉前面的#号。
#LoadModule rewrite_modu...
xiaohe
9年前 (2017-11-19) 7394℃ 0评论
1喜欢
切割wav音频文件
如果没有pydub需要使用pip install pydub来安装模块
from pydub import AudioSegment
from pydub.utils import make_chunks
myaudio = AudioSegment....
xiaohe
9年前 (2017-11-16) 32558℃ 0评论
13喜欢
下载地址为:
http://download.csdn.net/download/xiao7732/10118142
文件名为:
HeadFirstDataAnalysisCode.zip 大小116KB
《深入浅出数据分析》英文名为Head First Data Analys...
xiaohe
9年前 (2017-11-14) 8342℃ 0评论
0喜欢
如果代理类型是socks5进行如下设置即可
git config --global http.proxy socks5://127.0.0.1:1080
git config --global https.proxy socks5://127.0.0.1:1080
如果...
xiaohe
9年前 (2017-11-08) 8071℃ 0评论
0喜欢
应使用ifconfig的绝对路径/sbin/ifconfig 就可以了
...
xiaohe
9年前 (2017-11-08) 5058℃ 0评论
0喜欢
服务器端设置:
打开命令行 输入如下命令
netsh interface portproxy add v6tov4 listenport=3389 connectport=3389
通过
netstat -ano | find "3389"
查看端口映射是否正确 正常应显...
xiaohe
9年前 (2017-10-31) 12904℃ 1评论
1喜欢
1、首先去 tunnelbroker.net 申请账号,申请完账号后点击左边 “Create Regular Tunnel”,然后按照下图填写你的信息:
2、信息填写完成后点击最下面的“Create Tunnel”(要在安全组里允许所选IP的ICMP通过),然后如在下面点击新创...
xiaohe
9年前 (2017-10-30) 8004℃ 0评论
4喜欢