Linux

export TOMCAT_HOME=/usr/local/tomcatX export ANT_HOME=/usr/local/ant export PATH=$PATH:$ANT_HOME/bin [git] ./configure --with-curl --with-expat

sudo passwd ルートパスワードの変更

.inputrc

# do not bell on tab-completion #set bell-style noneset meta-flag on set input-meta on set convert-meta off set output-meta on# Completed names which are symbolic links to # directories have a slash appended. set mark-symlinked-directories…