로그인 유지
◎위챗 : speedseoul
고정 ip설정
# vi /etc/network/interfaces
allow-hotplug eth0
iface eth0 inet static
address 192.168.100.222
netmask 255.255.255.0
broadcast 192.168.100.255
gateway 192.168.100.2
dns 설정
# vi /etc/resolv.conf
nameserver 8.8.8.8