% printenv | less
UNIX Tutorial Eight
UNIX Tutorial Eight
* OSTYPE (OS type) * USER (your login name) * HOME (the path name of your home directory) * HOST (the name of the computer you are using) * ARCH (the architecture of the computers processor) * DISPLAY (the name of the computer screen to display X windows) * PRINTER (the default printer to send print jobs) * PATH (the directories the shell should search to find a command)
09/10: Linux > UNIX Tutorial Four
UNIX Tutorial Four
$ apropos keyword
Arnolds wor(l)ds Eclipse problems solved (finally)
Install the SUN Java (at least 5.0) $ sudo update-java-alternatives -s java-1.x.x-sun $ eclipse -vm /usr/lib/jvm/java-1.x.x-sun/jre/bin/java * you might need to use sudo to create some files at the first time.
09/10: Linux > SSH
ITmedia エンタープライズ : Linux Tips「SSHのログイン制限を確認しよう」
PermitRootLogin no PermitEmptyPasswords no PasswordAuthentication no AllowUsers hoge CheckHostIP yes