RSS 涂虫小记

tips in library technology
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
涂虫小记
Title:迁移到Drupal 6.1
Summary:本站停止更新。大部分内容已经迁移到Drupal 6.1。 本博客的新地址为http://tilt.lib.tsinghua.edu.cn/。 ... (6/2/2008 2:25:23 PM)
Subscribe it

About "涂虫小记"

Author:Claim it now
Website:http://blog.lib.tsinghua.edu.cn/tilt
RSS:http://blog.lib.tsinghua.edu.cn/tilt/?feed=rss2
Update interval:
Last update: 186 days ago
Tags:
Subscribers:1
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "涂虫小记"

迁移到Drupal 6.1 239 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=272
本站停止更新。大部分内容已经迁移到Drupal 6.1。
本博客的新地址为http://tilt.lib.tsinghua.edu.cn/。
CentOS 5下支持NTFS 254 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=271
参考文献:http://www.linuxquestions.org/
CentOS默认安装情况下并不能支持NTFS,但是通过采用CentOS Plus内核,实现对NTFS的支持。方法如下:
vi /etc/yum.repos.d/CentOS-Base.repo
将该文件[centosplus]部分中的
enabled=0
更改为
enabled=1
然后执行yum update,并重新启...
用shell来监测进程是否存在及数量 254 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=270
内容来自:http://bbs.chinaunix.net/viewthread.php?tid=286516
#未测试
while true
counter=`ps -ef | grep aaa | grep -v grep | wc -l`
pro_id=`ps -ef | grep aaa | grep -v grep | awk '{print $n}' `
do
case $co...
用KickStart安装CentOS 259 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=269
参考文献:http://linux.chinaunix.net/bbs/viewthread.php?tid=916039
本次安装的环境是使用光盘引导,并将ks.cfg文件放在网络上,在安装时指定ks.cfg文件的网络路径。更准确地说,本次安装环境在Xen虚拟上用ISO文件启动客户端操作系统,并进行安装。
当然,网络上也有文档介绍如何将ks.cfg文件整合到光盘中,或者使用pxe引导进行安...
Solaris 9 JumpStart服务器安装笔记 259 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=268
前一篇转载的文章中已经详细的介绍了Solairs 9 JumpStart服务器的安装原理和实现步骤。这里仅仅是针对自己环境的一个安装笔记,以便后今后进一步修改完善。
安装Solaris 9 JumpStart服务器的起因为想在一台E450服务器上重新安装Solaris 9操作系统,但是该服务器的光驱发生故障,不能够读取任何光盘,所以考虑配置Solaris 9 JumpStart服务器,从网络...
[转]Solaris9的jumpstart服务器配置中文详解(从原理到实践) 261 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=267
原文地址:http://www.lupaworld.com/bbs/viewthread.php?tid=1761
Solaris9的jumpstart服务器配置中文详解(从原理到实践)
如果你希望安装solaris操作系统的时候,系统不会问你一大堆问题而耽误你的时间,或者你想在系统塌掉以后,在很短的时间内做出一个全新的操作系统,或者只去敲入一条命令,所有的安装过程不再需要人为的干预,或者在...
[转]301永久重定向实现方式及302重定向 268 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=266
来源地址:http://www.bloghuman.com/post/195/
在我们的网站建设中,时常会遇到需要网页重定向的情况:象网站调整,如改变网页目录结构,网页被移到一个新地址,再或者,网页扩展名改变,如因应用需要把.php改成.Html或.shtml,在这种情况下,如果不做重定向,则用户收藏夹或搜索引擎数据库中旧地址只能让访问客户还会得到一个404页面错误信息,访问流量白白丧失;再...
[转]Apache mod_bw带宽下载限制 271 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=265
http://blog.wu-boy.com/2007/08/20/119/
自己在站內有寫一篇 [apache] mod_cband 頻寬限制,不過這套好像沒有真對網站用 header「[PHP] header下載檔案 搭配資料庫」 吐出來的下載方式做限制,只能針對單存下載的連結做限制,所以自己爬文了一下,又找到了 Bandwidth Module 這個套件,Banwidth官方網,目前出...
Solaris 10启用时间客户端服务 275 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=264
今天登录发现一台服务器(操作系统为Solaris 10 Sparc)的时间不正确。因为局域网内部已经设置时间服务器,所以只需要启用客户端服务。方法如下:
(1)查看当前状态
svcs -a | grep ntp
disabled Oct_15 svc:/network/ntp:default
(2)复制配置文件
cp /etc/inet/ntp.client /etc/inet/ntp.co...
[转]CentOS / Red Hat Linux: Install and manage iSCSI Volume 276 days ago Read More http://blog.lib.tsinghua.edu.cn/tilt/?p=263
转载自UnixCraff
Internet SCSI (iSCSI) is a network protocol s that allows you to use of the SCSI protocol over TCP/IP networks. It is good alternative to Fibre Channel-based SANs. You can easily manag...