Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1678156
  • 博文数量: 362
  • 博客积分: 10587
  • 博客等级: 上将
  • 技术积分: 4098
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-10 18:15
文章分类

全部博文(362)

文章存档

2014年(1)

2013年(58)

2011年(115)

2010年(112)

2009年(76)

发布时间:2013-03-14 14:32:05

昨晚误删了routeros上的端口映射。要手动添加200条映射规则,写脚本了。。。将输出复制到routeeros的终端就执行了。#!/usr/bin/perl -wfor(8000..8200) {say "ip firewall nat add chain=dstnat dst-address=118.x.x.x dst-port=$_ action=dst-nat protocol=tcp to-address=192.168.100.6 to-port=$_";}.........【阅读全文】

阅读(3324) | 评论(0) | 转发(0)

发布时间:2013-03-13 11:18:59

#!/usr/bin/perl#author: zhengsenlin#date: 2013-03-13#desc: time piece use 5.016;use strict;use warnings;use autodie;use Time::Piece;my $t = localtime(1360780381);my $real_time =  $t->ymd . " " . $t->hms;say $real_time;......【阅读全文】

阅读(1932) | 评论(0) | 转发(0)

发布时间:2013-03-11 20:15:27

ssh-keygen -t rsa -b 2048 -C "myname@xx.com"回车回车完成。......【阅读全文】

阅读(617) | 评论(0) | 转发(0)

发布时间:2013-03-08 22:04:39

#!/usr/bin/perl#author: zhengsenlin#date: 2013-03-06#desc: Wx okuse 5.016;use strict;use warnings;use autodie;use Wx;package MyFrame;use base 'Wx::Frame';.........【阅读全文】

阅读(1532) | 评论(0) | 转发(0)

发布时间:2013-03-08 22:01:24

#!/usr/bin/perl#author: zhengsenlin#date: 2013-03-06#desc: Wx okuse 5.016;use strict;use warnings;use autodie;use Wx;package MyApp;use base 'Wx::App';.........【阅读全文】

阅读(875) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

zhengsenlin8882013-03-21 09:21

1抹温暖的微光ゝ:你好,请问有邮件服务器搭建的技术文档或博客文吗

你好。邮件服务器搭建的没有。

回复  |  举报

1抹温暖的微光ゝ2013-02-18 13:41

你好,请问有邮件服务器搭建的技术文档或博客文吗

回复  |  举报

zhengsenlin8882010-09-30 10:08

int-or-string.sh bash shell中没有区分整型还是字符串的,都是一样的。不区分类型。

回复  |  举报

superaurora2010-09-30 09:38

# int-or-string.sh: 整型还是字符串? 很想知道这个问题?

回复  |  举报

chinaunix网友2010-02-27 11:36

朋友,你好。希望能像你讨教一些关于JOSSO的知识。方便留一个QQ吗? 我的是85251642 ,希望能加我!

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册