2008年8月15日 星期五

Fedora Core2 環境設定檔

Fedora Core2 環境設定檔
-----------------------------------------
~/.bashrc
# .bashrc
# User specific aliases and functions
# Source global definitions if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export LANG=en_US.utf8
export PATH=/sbin:$PATH
------------------------------------------
~/.vimrc
:set hlsearch
:set autoindent
:set ruler
:set nu
------------------------------------------
/etc/samba/smb.conf
[homes] comment = Home Directories
browseable = no writable = yes
valid users = %S code page = 950
[tftp] path = /home/tftp
browseable = no
writeable = yes
------------------------------------------

沒有留言: