exe文件分发基本上就三种方式

1、用SCCM,LANDESK,ManageEngine Desktop Central等去更新部署

2、发布msi文件,或者用advanced installed 制作msi文件。(zap发布exe程序好像不能用了)

3、批处理命令配合au3等软件做安装脚本去部署软件

华为策略路由设置走双线 - leaf - ------勤解万难------

acl name acl-tocmcc 3600  

 rule 5 permit ip source 网段1 0.0.0.255 

acl name acl-toctcc 3601  

 rule 5 permit ip source 网段2 0.0.0.255 

acl name acl-toroute 3602  

 rule 5 permit ip destination 路由器内网IP 0 

traffic classifier 3 operator or

 if-match acl acl-toroute

traffic classifier 2 operator or

 if-match acl acl-toctcc

traffic classifier 1 operator or

 if-match acl acl-tocmcc

traffic behavior 3

traffic behavior 2

 redirect interface Dialer1

traffic behavior 1                        

 redirect ip-nexthop 静态IP

traffic policy 1

 classifier 3 behavior 3

 classifier 2 behavior 2

 classifier 1 behavior 1

interface Eth-Trunk1

 traffic-policy 1 inbound

策略路由重定向数据流

acl name acl-tocmcc 3600  

 rule 5 permit ip source 10.1.22.0 0.0.0.255 

 rule 10 permit ip source 10.1.31.0 0.0.0.15 

 rule 15 permit ip source 10.1.32.0 0.0.0.15 

traffic classifier 1 operator or

 if-match acl acl-tocmcc

#

traffic behavior 1

 redirect ip-nexthop ***.***.***.***

#

traffic policy 1

 classifier 1 behavior 1

interface ETH-trunk 1

 traffic-policy 1 inbound

需求:

1、拉了一根电信20M pppoe拨号宽带和一根移动50M 静态IP。

      双线接入后DDNS自动绑定在了移动IP上了,需要将DDNS解析到电信IP上面

2、用的DDNS是3322的,DNS服务器IP是members.3322.org和www.3322.org

华为路由策略

acl name acl-dxddns 3500

rule permit ip destination  118.184.176.13 0

rule permit ip destination  118.184.176.15 0

policy-based-route dxddns permit node 10

if-match acl 3500

apply output-interface Dialer 1

quit

ip local policy-based-route dxddns

刷好后,进SD卡,里面有个config文件,用notepad++打开

2个参数

hdmi_mode=82                                #1080p

hdmi_group=2                                       #DMT

即可

buffalo必须先root

下载vlmcsd

vlmcsd-svn796-2015-07-18-Hotbird64.7z

http://rgho.st/8jnLk5tst

使用的是arm5el-glibc

vlmcsd-svn796-2015-07-18-Hotbird64\binaries\Linux\arm\little-endian\glibc\vlmcs-armv5el-glibc

我放的目录是/usr/local/vlmcsd下

ssh进去 ./vlmcsd 即可

备注:1688端口不能被占用

开机启动

echo ‘/usr/local/vlmcsd/vlmcsd -l /var/log/vlmcsd.log > /dev/null 2>&1 ‘ >/etc/init.d/vlmcsd.sh

chmod 755 /etc/init.d/vlmcsd.sh

ln -s /etc/init.d/vlmcsd.sh  /etc/rc.d/sysinit.d/S99vlmcsd.sh 

chmod 777 /etc/rc.d/sysinit.d/S99vlmcsd.sh