Chinaunix首页 | 论坛 | 博客
  • 博客访问: 793523
  • 博文数量: 858
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5015
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-29 17:43
文章分类

全部博文(858)

文章存档

2011年(1)

2008年(857)

我的朋友

分类: LINUX

2008-08-29 17:46:12

 
平常,我们在windows下加密msn会话,可以通过simpliteformsn来达到目的。在linux下使用msn的时候,我们也要一个对应的simp方法,才能够达到加密会话的目的。

我的方法是在自己的技巧上装一个SimpServerforUnix,来达到加密msn会话的目的。

1,下载。
从下载。

2,安装。
下载完成之后,我解压到了/usr/local/simp。

3,配置为服务。
这样做,是为了让我的simp随着操作系统启动而启动。我做了一个脚本。

ncowboy@geisha:/tmp>cat/etc/init.d/simp
#!/bin/sh
#
#
###BEGININITINFO
#Provides:simp
#Required-Start:$network
#X-UnitedLinux-Should-Start:
#Required-Stop:
#Default-Start:35
#Default-Stop:0126
#Description:SimpServer,theUnixinstantmessengerssecuritysolution
###ENDINITINFO

SIMP_BIN="/usr/local/simp/bin/simpserver";
SIMP_CONF="/usr/local/simp/etc/simp.conf";

./etc/rc.status
rc_reset

#Checkformissingbinary
if[!-x${SMBD_BIN}];then
echo-n>&2"SimpServer,${SIMP_BIN}isnotinstalled."
rc_status-s
exit5
fi

case"$1"in
start)
nohup${SIMP_BIN}${SIMP_CONF}>/tmp/simp.log&
rc_status-v
;;
stop)
killall${SIMP_BIN};
rc_status-v
;;
*)
echo"Usage:$0{start|stop}"
exit1
;;

esac
rc_exit
ncowboy@geisha:/tmp>


4,启动。

ncowboy@geisha:/usr/local/simp>/etc/init.d/simp
Usage:/etc/init.d/simp{start|stop}
ncowboy@geisha:/usr/local/simp>

安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话安装SimpServer for Unix 加密你的MSN会话
阅读(358) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~