# vi /etc/resolv.conf # vi /etc/hosts # vi /etc/hosts.allow # vi /etc/network/interfaces # vi /etc/hostname
# mkdir /home2 # vi /etc/fstab →mntをhome2に
shutdown -r now
# useradd -u 1001 -g users -d /home/xxxxxx -s /bin/bash -m xxxxxx
# passwd root # passwd xxxxxx
# passwd -l tmp-kun
# apt-get update # apt-get dist-upgrade
# apt-get install bzip2 # apt-get install unzip # apt-get install jless # apt-get install rsync # apt-get install ssh # apt-get install vim # apt-get install wget # apt-get install ntpdate # apt-get install gcc # apt-get install patch # apt-get install libc6-dev