用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字
云代码 - asp代码库

让Linux支持ASP/ASP.NET

2014-12-21 作者: asp源码之家举报

[asp]代码库

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







网友评论    (发表评论)

共1 条评论 1/1页

发表评论:

评论须知:

  • 1、评论每次加2分,每天上限为30;
  • 2、请文明用语,共同创建干净的技术交流环境;
  • 3、若被发现提交非法信息,评论将会被删除,并且给予扣分处理,严重者给予封号处理;
  • 4、请勿发布广告信息或其他无关评论,否则将会删除评论并扣分,严重者给予封号处理。


扫码下载

加载中,请稍后...

输入口令后可复制整站源码

加载中,请稍后...