SAMBA 服务器配置简明参考手册

作者: etony
来自: Linuxsir.org
提要:
本文档主要介绍在 Debian系统下安装和配置SAMBA的简单方法, 以及相关的一些参数说明.

在戴尔PowerEdge2950上安装Debian4纪录

序:
单位新购置一台戴尔PowerEdge 2950作资源备份应用服务器,因为比较喜欢Debian,所以决定安装Debian4,写本文主要是记录备查。
本记录会陆续更新,包括使用和安装一些Dell专用工具软件的记录,以方便有同样需求的朋友参考。
下面开始介绍和记录。

硬件介绍:
戴尔PowerEdge 2950 ,配置为:
CPU:四核至强处理器5310, 2x4MB 缓存 2块
内存:4G
硬盘:300G SAS 10K 热插拔硬盘 6块
网卡:集成双Broadcom千兆网卡,支持TOE功能
另:PERC 5/i, 集成控制卡,支持Raid5,用于x6 背板

debian 4 在字符界面下如何升级 到图形界面

大家好!

我是第一次来社区,请多照顾啦!

我的Debian 4 是通过一张 CD 安装成功的,为字符界面。

后找到了3张DVD安装盘的ISO文件 ,想把它升级到图形界面,如何做?谢谢!


ps:
1. 我以把该3 张DVD 的iso , mount 成功了

mount -o loop ./debian1.iso /home/george/cd1
mount -o loop ./debian2.iso /home/george/cd2
mount -o loop ./debian3.iso /home/george/cd3

2.sources.list 也改了, cat /etc/apt/sources.list

deb file:/home/george/cd1 etch contrib main
deb file:/home/george/cd2 etch contrib main

Debian下Subversion WebDAV 模式后的版本库动态备份设置

Subversion的WebDAV 模式就是Subversion和Apache2集成后的运行模式,Debian下这一模式的实现可以参考
http://www.subversion.org.cn/svnbook/1.2/index.html 或者http://man.chinaunix.net/linux/debian/debian_learning/ch09s14.html
只需注意这两个文档的最后添加用户的地方都存在一点小问题,添加第二个用户的时候不需要有参数-c了,而且在Debian环境下,其实没有htpasswd2而只有htpasswd这个命令。

访问blogspot.com的几个方法

1. Pkblogs.com/用户名或Inblogs.net/用户名访问

2. 在hosts文件中添加:
72.14.219.190 用户名.blogspot.com

3. 将blog加入feedburner.com, 通过feedburner.com访问

4. 使用google reader 收集

我个人blog的访问方法: http://feeds.feedburner.com/etony/

Debian Links

'GirlDog' 3.5-070703-xft .deb文件

fcitx--'GirlDog' 3.5-070403-xft .deb包
创建于 Thu, 26 Apr 2007 22:38:08 +0800

下载

或添加源
deb http://www.debsir.org/download debs/

/etc/apt/sources.list
然后运行
#apt-get update
#apt-get install fcitx

更新至 fcitx-070507.tar.bz2
--Tue May 8 10:02:52 CST 2007

更新至 fcitx-3.5-070703.tar.bz2
Wed Aug 1 08:24:59 CST 2007

更新至 fcitx-3.6.0-rc
2009年 03月 16日 星期一 16:34:52 CST

Debina/ETCH:Postfix+SMTP-AUTH安装备份

# aptitude install postfix libsasl2 sasl2-bin libsasl2-modules libdb3-util

.bash_profile 与 .bashrc 文件

.bash_profile 文件在通过控制台(或远程登录, 比如ssh)登录(login)系统的时候被执行的shell脚本.
而 .bashrc 则是在打开虚拟终端的时候才会起作用,比如在GNOME,KDE中执行rxvt.

如果你想在控制台登录的时候, 同时执行 .bashrc 脚本, 可以在.bash_profile文件中加入如下内容:

if [ -f ~/.bashrc ];
then
source ~/.bashrc
fi

Debian redefines itself with new release

Debian redefines itself with new release

Friday April 13, 2007 (01:01 PM GMT)

By: Bruce Byfield

From: http://distrocenter.linux.com/article.pl?sid=07/04/13/1231226

For much of its history, Debian has been the major noncommercial, philosophically free distribution. Now, as Debian developers and users have deserted the distro for Ubuntu, does Debian have a purpose any more? Debian 4.0, which was released this week, represents a collective effort to answer that question. The philosophy behind the release is best summarized on the home page for the Debian on the Desktop subproject, which states, "We will do everything we can to make things very easy for the novice, while allowing the expert to tweak things."