ServersMan@VPSから利用開始通知きたのでためしに繋げてみた。root で ssh つなげるとかこわい。
とりあえずいろいろコマンド打ってみる。
基本的にCentOS5の初期値とほぼ同じなのかな。IPv4とIPv6両方のアドレス貰えるのはイイかも。v6使った事なかったのでちょっとうれしい。
# cat /proc/version
Linux version 2.6.18-164.15.1.el5.028stab068.9 (root@rhel5-build-x64) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Tue Mar 30 18:07:38 MSD 2010
# free
total used free shared buffers cached
Mem: 262144 23820 238324 0 0 0
-/+ buffers/cache: 23820 238324
Swap: 0 0 0
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/simfs 10485760 527604 9958156 6% /
none 131072 4 131068 1% /dev
# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.2 2068 652 ? Ss Apr10 0:01 init [3]
root 3309 0.0 0.3 2440 900 pts/0 R+ 13:41 0:00 ps aux
root 38538 0.0 0.2 2152 556 ? S<s Apr10 0:00 /sbin/udevd -d
root 40022 0.0 0.2 1824 692 ? Ss Apr10 0:01 syslogd -m 0
root 40050 0.0 0.4 7068 1068 ? Ss Apr10 0:00 /usr/sbin/sshd
root 40059 0.0 0.3 2724 868 ? Ss Apr10 0:00 xinetd -stayalive -pidfile /var/run/xinetd.pi
root 40489 0.0 0.6 9204 1668 ? Ss Apr10 0:04 sendmail: accepting connections
smmsp 40532 0.0 0.5 8160 1512 ? Ss Apr10 0:00 sendmail: Queue runner@01:00:00 for /var/spoo
root 40554 0.0 1.1 10536 2952 ? Ss Apr10 0:00 /usr/sbin/httpd
daemon 40556 0.0 1.0 10668 2768 ? S Apr10 0:00 /usr/sbin/httpd
root 40569 0.0 0.4 4404 1104 ? Ss Apr10 0:00 crond
root 40583 0.0 0.2 5584 704 ? Ss Apr10 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a
root 40593 0.0 0.1 5584 428 ? S Apr10 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a
daemon 50310 0.0 1.0 10668 2776 ? S Apr12 0:00 /usr/sbin/httpd
daemon 50314 0.0 1.0 10668 2772 ? S Apr12 0:00 /usr/sbin/httpd
daemon 50693 0.0 1.0 10668 2780 ? S Apr12 0:00 /usr/sbin/httpd
daemon 50698 0.0 1.0 10668 2772 ? S Apr12 0:00 /usr/sbin/httpd
root 64671 0.0 1.0 9904 2836 ? Rs 13:30 0:00 sshd: root@pts/0
root 64713 0.0 0.5 3752 1528 pts/0 Ss 13:30 0:00 -bash
# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2556 (2.4 KiB) TX bytes:2556 (2.4 KiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: ****:***:***:*:*:*:*:**/128 Scope:Global
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:28740 errors:0 dropped:0 overruns:0 frame:0
TX packets:32019 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3173696 (3.0 MiB) TX bytes:4656531 (4.4 MiB)
venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:***.***.***.*** P-t-P:***.***.***.*** Bcast:***.***.***.*** Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
# apachectl -v
Server version: Apache/2.2.3
Server built: Nov 12 2009 18:43:47
# perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi
# python -V
Python 2.4.3
# ruby -v
-bash: ruby: command not found
# php -v
-bash: php: command not found
続きは帰ってからちょくちょく設定してみたいところ。
コメント