歡迎你
各類文章如有侵犯智慧財產權請來信告知--------607@dlps.tp.edu.tw
samba
作者:tseng 日期:2009-03-13
[global]
dos charset = cp950
unix charset = utf8
display charset = utf8
workgroup = CC1
server string = Samba %v
passdb backend = tdbsam
log file = /var/log/samba/%m.log
max log size = 50
cups options = raw
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[public]
comment = Public Stuff
path = /home/public
valid users = @users
read only = No
guest ok = Yes
exif
作者:tseng 日期:2009-03-11
停電
作者:tseng 日期:2009-03-05
使用 PHP
作者:tseng 日期:2009-03-05
~/.bashrc
作者:tseng 日期:2009-03-02
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
PATH="/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
PATH="$PATH":/usr/X11R6/bin:/home/dmtsai/bin
LANG=zh_TW.big5
LC_TIME=C
export PATH LC_TIME LANG
umask 022
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'







