SVN + Trac + Apache 完整安装攻略,而原本在 SVN 所欠缺的用户及权限管理接口,也都可以由 Trac 的外挂程式来搞定,可谓两全其美。
本文章适合熟悉 SVN 但没用个任何线上专案管理的人做为参考。
请注意,本人使用的 Linux 是 CentOS 4.x,RHEL 4.x 也适用。
SVN + Trac + Apache 完整安装攻略,而原本在 SVN 所欠缺的用户及权限管理接口,也都可以由 Trac 的外挂程式来搞定,可谓两全其美。
本文章适合熟悉 SVN 但没用个任何线上专案管理的人做为参考。
请注意,本人使用的 Linux 是 CentOS 4.x,RHEL 4.x 也适用。
仅限 Apache 1.3.x 使用 mod_bandwidth 来限制用户流量。
Linux 下几种网芳/Samba 目录的 mount 方式,比较新的 Smaba 只能用 cifs 的 mount 方式。
smbmount -o username="Username",password="Password" //IP/share /mnt/smb smbumount /mnt/smb
mount -t smbfs -o username="Username",password="Password" //IP/share /mnt/smb umount /mnt/smb
mount -t cifs -o username="Username",password="Password" //IP/share /mnt/smb umount /mnt/smb
mount.cifs -o username="Username",password="Password" //IP/share /mnt/smb umount.cifs /mnt/smb
各种主机板的尺寸 (宽x深):
SUID/SGID/SBIT 的属性同样是用 chmod 指令设定,在原本 chmod 设定时的三个数字前面再加一个数字。这三个属性的加权分别为