Chinaunix首页 | 论坛 | 博客
  • 博客访问: 110696
  • 博文数量: 37
  • 博客积分: 85
  • 博客等级: 民兵
  • 技术积分: 370
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-22 16:07
文章分类

全部博文(37)

文章存档

2014年(17)

2013年(17)

2012年(3)

我的朋友

发布时间:2013-05-20 22:53:46

1. rpm是由cpio压缩的,因此可以先转成cpio然后解压.可以用$rpm2cpio xxx.rpm | cpio -div......【阅读全文】

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

发布时间:2013-05-08 11:09:39

在eclipse上安装 Marketplace ClientEclipse Marketplace是个插件应用商店,很实用的一个功能。打开 eclipse,help--Eclipse Marketplace Client就能找到有的eclipse中没有这个功能就需手动添加Eclipse Marketplace Client。help--install new softwa.........【阅读全文】

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

发布时间:2013-01-29 15:19:23

1. Make sure you share the folder on Windows.2. mount -t cifs IP:share_folder /mnt/linux_share -o user=username  username is the name(login) of Windows, if password is empty, you just put "Enter"key.......【阅读全文】

阅读(1006) | 评论(0) | 转发(0)
nis

发布时间:2013-01-21 15:40:36

Requires:1. yp-tools: provide some commands about NIS checking.2. ypbind: provide NIS Client.3. ypserv: provide NIS Server.4. portmap: RPC NIS Server:1. /etc/ypserv.conf: main conf file.2. /usr/sbin/ypserv: command about daemon.3. /usr/sbin/rpc.yppasswdd: d.........【阅读全文】

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

发布时间:2013-01-19 17:19:21

Background: mv /lib/libc.so.6 /lib/libc.so.6.bakEnvironment: RHEL 5 32bit?LD_PRELOAD: load the library before the command is run?Step:1. LD_PRELOAD=/lib/libc.so.6.bak ln -s /lib/libc-2.5.so /lib/libc.so.62. LD_PRELOAD=? #set LD_PRELOAD variable is empty.........【阅读全文】

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

登录 注册