Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

This library of Adobe Flex components and skins enables seamless use of remote data sources where a single call to load all data is impractical. The components are designed to work with the Flex SDK. Flex 4 is recommended, but the components will work with Flex 3.

0
 
  0 reviews  |  1 user  |  1,819 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

The FlashFrameLess project is a library that contains general classes for working with ActionScript. This project is Alpha! For the latest and greatest version, we recommend pulling the source using SVN.

0
 
  0 reviews  |  0 users  |  3,786 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Various public projects by Edgars Simsons a.k.a. edzis

0
 
  0 reviews  |  0 users  |  2,211 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

bsshell是使用ssh服务进行远程linux服务器管理程序。方便用在脚本和后台。 ... [More] bsshell包括了两个C实现的程序:bssh和bsftp。正如程序名字所示,这两个程序的使用方法与ssh和sftp一样,只是提供了一个-p选项,可以在命令行里给出密码。bssh和bsftp,可以用在后台,放入管道,一如本地普通的shell命令。这样一来与bash配合,就有了一个一对多的远程服务器管理框架,可以批量处理unix服务器管理任务。 bssh和bsftp部署方便。在源码目录下执行make final即可得到bssh、bsftp、parser和tt2程序。 正如bssh和bsftp名字所暗示的一样,这两个程序分别与ssh和sftp使用形式大致一样,并且支持相应程序的-o选项。只是bssh和bsftp提供了一个-p选项,用以提供登录密码。比如: ./bssh -p passwd login_name@host ls 'touch 123' 'rm -f 123' ls 并且bssh还提供了一个-r选项,用以提供su命令需要的root密码。就是说如果执行如下的命令: ./bssh -p passwd -r rootpasswd login_name@host ls 'touch 123' 'rm -f 123' ls 那么,bssh会自动su成root用户,逐一执行参数里给出的命令。这样就可以在脚本和后台利用ssh了,尤其是和bash结合使用,很多管理工作就很方便了。但是,只有bssh、bsftp和bash仍有不足。尤其是bash对特殊字符解释的特性,服务器复杂的ssh登录配置,都令人抓狂。这个时候你就可以使用tt2了。 tt2使用parser解析给定的配置文件,得到关于需要登录的服务器和相应的ssh登录配置参数(包括密码),然后调用bssh或者bsftp,进行ssh登录。比如,假设我们有一个配置文件ip,其内容如下: user=test passwd=testpasswd rootpasswd=testrootpw port=22 192.168.1.10 192.168.1.20 192.168.1.30 那么如下命令: ./tt2 -f ip ls 'touch 123' 'rm -f 123' ls tt2就会逐一登录192.168.1*这三台服务器,顺序执行ls, touch 123,rm -f 123和ls这几条命令。 配置文件的详细格式请参考源码包里的README文件。 命令选项请参考相应命令的-h选项。 [Less]

0
 
  0 reviews  |  0 users  |  1,245 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

没有一个一对多的管理框架,良好的管理多台服务器是不可能。鉴于windowns仍然是桌面操作系统的最多选择,提供一个windows平台的、实现对linux服务器的一对多管理框架,是有必要的。 ... [More] 此处方案只涉及脚本语言,请参考下载包内的文档。 参考文档内的提到的工具,可以在google里搜索找到;在其提供的下载链接失效时,也请如此办理。 20090803 tt2升级到了1.3版本。新增功能包括增加了正则表达式支持,可以对配置文件里部分主机执行远程管理;增加了批量远程改密码的功能。这些都是实际运维工作中非常有用的功能。详见包中文档。 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

IT运维人员经常使用telnet探测主机某一端口的连接情况。遗憾的是,telnet需要人工交互,无法用在脚本里。更甚,系统网络超时因设置或者具体情况的不同而不同。而telnet缺少选项对此加以控制,至少我是没有发现telnet有选项可 ... [More] 控制这一点。除此之外,似乎telnet也没有给出足够好的出错提示。其他一些工具,比如大名鼎鼎的“netcat”,也是不能给出足够“原汁原味”的网络错误提示。而这一点对运维人员判断网络问题十分必要。 cns被设计来替代telnet进行此类探测工作。cns是由C实现的命令行程序。如果网络连接正常,cns默认返回0,无任何提示。如果网络连接有问题,cns返回1,并在标准输出上打印系统提供的、“原汁原味”的出错字符串。一句话,cns就是设计来用在shell环境的。尤其是脚本中工作。 此程序直接编译即可用。 [Less]

0
 
  0 reviews  |  0 users  |  159 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.