font
Fedora’s font rendering isn’t very nice. At least on my laptop with Fedora 12. Bytecode Interpreter (BCI for shot) is disabled by default because of patent issues. As the TrueType ... read more »
~/.bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
. ~/.alias
# export GTK_IM_MODULE=ibus
##################################
~/.alias
alias rm=’rm -i’
alias l=’ll -h’
##################################
~/.lftprc
set ftp:charset GBK
set file:charset UTF-8
#set net:connection-limit 30
set net:reconnect-interval-base ... read more »