显示标签为“sysadmin”的博文。显示所有博文
显示标签为“sysadmin”的博文。显示所有博文

2006-10-12

修改svnserve.conf文件

修改svnserve.conf文件时要注意,每行前面不能留有空格,否则会被视为格式不正确。

2006-02-04

一个轮循日志的工具

cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file
specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened.

cronolog is intended to be used in conjunction with a Web server, such as Apache, to split the access log into daily or monthly logs. For example the Apache configuration directives:

2005-08-10

文件系统术语

日志文件系统 (JFS) 提供了基于日志的字节级文件系统,该文件系统是为面向事务的高性能系统而开发的。它具有可伸缩性和健壮性,与非日志文件系统相比,它的优点是其快速重启能力:JFS 能够在几秒或几分钟内就把文件系统恢复到一致状态。
虽然 JFS 主要是为满足服务器(从单处理器系统到高级多处理器和群集系统)的高吞吐量和可靠性需求而设计的,JFS 还可用于想得到高性能和可靠性的客户机配置。

2005-07-19

Apache Toolbox

Apache Toolbox, ein kleines Programm für schnelle Installtion von LAMP, sehr praktisch.

  • Apache Toolbox provides a means to easily compile Apache with SSL, PHP+mhash+mcrypt+MySQL+Postgres, ZendOptimizer, mod_auth_nds, mod_dynvhost, mod_layout, WebDAV, mod_fastcgi, mod_gzip, mod_throttle, mod_accessref, mod_roaming, mod_auth_sys, mod_bandwidth, mod_auth_ldap, mod_perl, openldap, and the latest gd libraries with PNG support.

  • It is fully customizable and menu driven. Everything is compiled from source.

  • It checks for RPMs that might cause problems and uses wget to automatically download the source if it's missing.

2005-03-09

在apache下用.htaccess认证用户

有时候某些目录下的文件需要增加认证,Apache缺省的认证模块都是很完备的,以下就是一个通过.htaccess文件增加用户认证的例子。即使对于虚拟主机用户也可以通过上传一些文件来实现认证控制。

2005-03-08

SGI图形工作站下使用Apache做代理服务器实例

作者:hzqbbc(黑仔强)中山大学GNU/Linux协会 

笔者一直都管理着一台SGI的图形工作站,该工作站运行的是IRIX Unix系统。由于学院希望院系内的一些教师机器能够出国(教育网内的机器一般是没办法出 国的)因此笔者就打算在IRIX内做一个http/ftp的proxy。

2004-07-16

Linux的对用户的限制

俗话说“没有规距不成方圆”,可是这个世界上总有些不守规距的人。也许他会在公用服务器上运行一个大程序把内存吃光;也许他会把无聊的电影文件也放到文件服务器上,把其它人的空间也抢占了;也许……,遇到这样的人光是口头说教也许并没有效果反而会引发人际关系的紧张,怎么办呢?

2004-06-20

Unix常用命令 第四章 系统管理和用户管理

第四章 系统管理和用户管理

4.1 who

[语法]: who
who am i
[说明]: 列出现在系统中的用户,who am i 显示自己

2004-06-19

linux新手管理员指南CHM

正如书名所示,是一本不错的针对Linux新手的指南!
中文版翻译者的地址:http://www.acrosscanada.net/lnag/

本地下载