Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1578325
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-04-10 11:41:13

openssh  http://www.openssh.com/portable.htmlopenssl  http://www.openssl.org/sourcezlib     http://www.zlib.net/ZLIB# ./configure --prefix=/work/ssh/install/zlib-1.2.3OPENSSL# ./Configure --prefix=/work/ssh/install/openssl-0.9.8e&n.........【阅读全文】

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

发布时间:2013-04-10 09:52:45

#!/bin/shpushd,popd不能用ubuntu 9.10中,/bin/sh ->bin/dash那么怎么把sh改为指向bash呢?最暴力的方法当然是直接把/bin/sh的软链接改到bash中,如:ln -s /bin/bash /bin/sh但是,有优雅一些的方法,sudo dpkg-reconfigure dashhttp://learn.akae.cn/media/ch31s01.htmlShell的作用是解释执行用户的命令.........【阅读全文】

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

发布时间:2013-04-10 09:50:14

ubuntu 9.10中,/bin/sh ->bin/dash那么怎么把sh改为指向bash呢?最暴力的方法当然是直接把/bin/sh的软链接改到bash中,如:ln -s /bin/bash /bin/sh但是,有优雅一些的方法,sudo dpkg-reconfigure dashhttp://learn.akae.cn/media/ch31s01.htmlShell的作用是解释执行用户的命令,用户输入一条命令,Shell就解.........【阅读全文】

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

发布时间:2013-04-10 09:08:27

http://blog.csdn.net/wuxinyicomeon/article/details/6292132网络文件服务器(Network File System,简称NFS),是分布式计算系统的一个组成部分,可实现在异种网络上共享和装配远程文件系统。NFS由Sun公司开发,目前已经成为文件服务的一种标准(RFC1904,RFC1813)。其最大的功能就是可以通过网络,让不同操作系统的.........【阅读全文】

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

发布时间:2013-04-04 11:30:54

搬至csdn......【阅读全文】

阅读(757) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册