ben@linux-nyhn:~> sudo zypper refresh |
Retrieving repository 'Updates for openSUSE 11.3 11.3-1.82' metadata [done] |
正在构建 'Updates for openSUSE 11.3 11.3-1.82' 安装源缓存 [done] |
Retrieving repository 'openSUSE-11.3-Non-Oss' metadata [done] |
正在构建 'openSUSE-11.3-Non-Oss' 安装源缓存 [done] |
Retrieving repository 'openSUSE-11.3-Oss' metadata [done] |
正在构建 'openSUSE-11.3-Oss' 安装源缓存 [done] |
All repositories have been refreshed. |
ben@linux-nyhn:~> sudo zypper update |
===========> 在这里进行漫长的更新 sudo zypper dist-upgrade |
========> 在这里进行不那么漫长的升级 |
ben@linux-nyhn:~> /sbin/ifconfig |
eth0 Link encap:Ethernet HWaddr 08:00:27:51:5B:0B |
inet addr:192.168.1.251 Bcast:192.168.1.255 Mask:255.255.255.0 |
inet6 addr: fe80::a00:27ff:fe51:5b0b/64 Scope:Link |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
RX packets:853 errors:0 dropped:0 overruns:0 frame:0 |
TX packets:807 errors:0 dropped:0 overruns:0 carrier:0 |
collisions:0 txqueuelen:1000 |
RX bytes:853227 (833.2 Kb) TX bytes:90376 (88.2 Kb) |
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:22 errors:0 dropped:0 overruns:0 frame:0 |
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 |
collisions:0 txqueuelen:0 |
RX bytes:1300 (1.2 Kb) TX bytes:1300 (1.2 Kb) |
ben@linux-nyhn:~> sudo vim /etc/hosts |
ben@linux-nyhn:~> sudo /sbin/service apache2 status |
Checking for httpd2: unused |
ben@linux-nyhn:~> <strong>sudo /sbin/chkconfig -add apache2</strong> |
apache2 0:off 1:off 2:off <strong>3:on</strong> 4:off <strong>5:on</strong> 6:off |
ben@linux-nyhn:~> <strong>sudo /sbin/service apache2 start</strong> |
Starting httpd2 (prefork) <strong>done</strong> |
ben@linux-nyhn:~> <strong>sudo /sbin/service apache2 status</strong> |
Checking for httpd2: <strong>running</strong> |
ben@linux-nyhn:~> <strong>cd public_html</strong> |
ben@linux-nyhn:~/public_html> <strong>vim index.html</strong> |
ben@linux-nyhn:~> <strong>mono --version</strong> |
Mono JIT compiler version 2.6.4 (tarball Mon Jul 5 13:53:45 UTC 2010) |
Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com |
TLS: __thread |
GC: Included Boehm (with typed GC and Parallel Mark) |
SIGSEGV: altstack |
Notifications: epoll |
Architecture: amd64 |
Disabled: none |
ben@linux-nyhn:~> |
ben@linux-nyhn:~> <strong>gmcs --version</strong> |
Mono C# compiler version 2.6.4.0 |
by: 发表于:2017-10-19 09:41:05 顶(0) | 踩(0) 回复
??
回复评论