ngrok可以通过中转服务器+内网穿透技术,将位于内网(NAT)内的服务,暴露给外网,并且不需要DMZ。
对于临时的调试需求,且客户端又不方便设置代理的情况下,非常有用。
ngrok.cc是一个暂时可以使用的服务,有免费版,也有收费版本。
1、注册
首先注册个帐号
然后创建一个隧道
这里假设你已经有一个自己的顶级域名,想要直接绑定到ngrok.cc的隧道上,那么配置就是如下:
保存成功后,能得到这个隧道的token,先复制下来,后面要用。[......]
ngrok可以通过中转服务器+内网穿透技术,将位于内网(NAT)内的服务,暴露给外网,并且不需要DMZ。
对于临时的调试需求,且客户端又不方便设置代理的情况下,非常有用。
ngrok.cc是一个暂时可以使用的服务,有免费版,也有收费版本。
1、注册
首先注册个帐号
然后创建一个隧道
这里假设你已经有一个自己的顶级域名,想要直接绑定到ngrok.cc的隧道上,那么配置就是如下:
保存成功后,能得到这个隧道的token,先复制下来,后面要用。[......]
1、首先使用sudo apt-get install dconf-editor命令安装dconf-editor,默认是没有安装的;
2、安装完成后直接运行dconf-editor命令呼出窗口,按org->gnome->nautilus->preferences路径找到executable-text-activation设置选项,默认键值为display,即默认文本编辑器,改为ask[......]
转载自:http://krams915.blogspot.com/2011/01/ldap-apache-directory-studio-basic.html
LDAP - Apache Directory Studio: A Basic Tutorial
In this tutorial we will setup a basic LDAP structure containing users and roles. We will be using the excellent[......]
#转化为flac
ffmpeg -i test.ape test.flac
# 分割
iconv -f gbk -t utf8 test.cue > test_utf8.cue
shntool split -t "%n.%p.%t" -f test.cue -o flac test.flac -d output
# flac转为mp3
flac -cd test.flac | lame --preset insane test.mp3
也可以flac直接分割成mp3[......]