当前位置:  数据库>oracle

Linux下命令行安装WebLogic 10.3.6

    来源: 互联网  发布时间:2017-06-25

    本文导语: 一、安装前准备工作: 1、创建用户useradd weblogic;创建用户成功linux系统会自动创建一个和用户名相同的分组,并将该用户分到改组中。并会在/home路径下创建一个和用户名相同的路径,比如我们创建的weblogic。 注:当然,你也可...

一、安装前准备工作:

1、创建用户useradd weblogic;创建用户成功linux系统会自动创建一个和用户名相同的分组,并将该用户分到改组中。并会在/home路径下创建一个和用户名相同的路径,比如我们创建的weblogic。

注:当然,你也可以通过groupadd -g GID groupname(GID代表创建组的ID,一般大于500),然后useradd –d userhome –g GID username(userhome 代表用户的主目录,GID 为前一步创建的组ID)创建用户并将用户分到相应的组里面。

2、卸载掉linux系统自带的jdk,安装我们自己的jdk,建议和开发过程中用到的jdk版本一致。

注:jdk的卸载和安装参见:。

二、开始安装:
a.?创建weblogic用户组.?

useradd weblogic
passwd weblogic

更改jdk版本

2、进入安装目录
#cd /home
#cp jdk-7u76-linux-x64.rpm /usr/local
#cd /usr/local
给所有用户添加可执行的权限

#rpm -ivh jdk-7u76-linux-x64.rpm

设置环境变量

#vi /etc/profile

打开后,在文档最下方加上以下环境变量配置代码:

export JAVA_HOME=/usr/java/jdk1.6.0_45
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export PATH=$JAVA_HOME/bin:$PATH

 

执行生效

#. /etc/profile

weblogic用户

export JAVA_HOME=/usr/java/jdk1.6.0_45

export JAVA_BIN=/usr/java/jdk1.6.0_45/bin

export PATH=$PATH:$JAVA_HOME/bin

export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

export JAVA_HOME JAVA_BIN PATH CLASSPATH

注意:export PATH=$JAVA_HOME/bin:$PATH,注意将$PATH放到最后。以免造成新旧版本问题。
当你已经成功把jdk1.6.0_45 安装到 /usr/java,并且配置好了系统环境变量
执行 # java -version 时就是 显示jdk1.6.0_45,是因为你的linux系统有默认的jdk;执行
cp jdk-6u7-linux-i586.bin /usr
即将jdk复制到/usr目录下,然后进入/usr目录cd /usr

执行权限

chmod +x jdk-6u45-linux-x64.bin

执行安装命令

./jdk-6u45-linux-x64.bin

1、# cd /usr/bin

# ln -s -f /usr/java/jdk1.6.0_45/jre/bin/java

# ln -s -f /usr/java/jdk1.6.0_45/bin/javac

2、接着卸载jdk-1.7.0_76,再次重新安装。卸载方法:

先查看jdk-1.7.0_76包名

#rpm -qa | grep jdk


接着执行

#rpm -e jdk-1.7.0_76-fcs

卸载完后,再次重新安装jdk-7u76-linux-x64.rpm 。


1、进入安装路径:/home/weblogic

2、将安装文件wls1036_generic.jar放入安装目录

3、chmod a+x wls1036_generic.jar  赋予安装文件可执行的权限

4、执行安装命令:java -jar filename.jar -mode=console

注:如果安装文件是.bin格式的文件,安装命令为:./wls1036_generic.bin -mode=console;(你可以不加“-mode=console”的控制台文本模式,因为在你安装时无法启动图形安装界面时它会自动的进入文本控制台模式的)


5、控制台安装:

 

 

 

 

 

一、安装weblogic10.3.6 64位:

-bash-4.1$ java -jar wls1036_generic.jar
Unable to instantiate GUI, defaulting to console mode.无法实例化 GUI,默认进入控制台模式。
Extracting 0%....................................................................................................100%

 

Welcome:
--------

This installer will guide you through the installation of WebLogic 10.3.6.0.
Type "Next" or enter to proceed to the next prompt.  If you want to change data entered previously, type "Previous".  You may quit the installer at any time by typing "Exit".

 
Enter [Exit][Next]> 回车

 

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [Enter new value or use default
"/bea/weblogic/Oracle/Middleware"]

 
Enter new Middleware Home OR [Exit][Previous][Next]> /bea/weblogic/

 

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [/bea/weblogic]

Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [/bea/weblogic/Oracle/Middleware]

 
Enter option number to select OR [Exit][Previous][Next]> 1

 

Choose Middleware Home Directory:
---------------------------------

    "Middleware Home" = [/bea/weblogic]

 
Enter new Middleware Home OR [Exit][Previous][Next]>

 

Choose Middleware Home Directory:
---------------------------------

    Warning

/bea/weblogic directory is not empty. Proceed with installation?

 
Enter [Exit][Previous][Next]>

 

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

  1|Email:[]
  2|Support Password:[]
  3|Receive Security Update:[Yes]


Enter index number to select OR [Exit][Previous][Next]> 3

 

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

    "Receive Security Update:" = [Enter new value or use default "Yes"]

 

Enter [Yes][No]? no

 

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

    "Receive Security Update:" = [Enter new value or use default "Yes"]

 

Enter [Yes][No]? yes

 

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

  1|Email:[]
  2|Support Password:[]
  3|Receive Security Update:[No]

 

Enter index number to select OR [Exit][Previous][Next]>

 

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

  1|Email:[]
  2|Support Password:[]
  3|Receive Security Update:[No]

 

Enter index number to select OR [Exit][Previous][Next]>

 

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

 ->1|Typical
    |  Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence

  2|Custom
    |  Choose software products and components to install and perform optional
    |configuration.

 

Enter index number to select OR [Exit][Previous][Next]> 2

 

Choose Products and Components:
-------------------------------

    Release 10.3.6.0
    |_____WebLogic Server [1] x
    |    |_____Core Application Server [1.1] x
    |    |_____Administration Console [1.2] x
    |    |_____Configuration Wizard and Upgrade Framework [1.3] x
    |    |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    |    |_____WebLogic SCA [1.5] x
    |    |_____WebLogic JDBC Drivers [1.6] x
    |    |_____Third Party JDBC Drivers [1.7] x
    |    |_____WebLogic Server Clients [1.8] x
    |    |_____WebLogic Web Server Plugins [1.9] x
    |    |_____UDDI and Xquery Support [1.10] x
    |    |_____Server Examples [1.11]
    |    |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2] x
        |_____Coherence Product Files [2.1] x
        |_____Coherence Examples [2.2]

    *Estimated size of installation: 690.2 MB

 
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 2

 

Choose Products and Components:
-------------------------------

    Release 10.3.6.0
    |_____WebLogic Server [1] x
    |    |_____Core Application Server [1.1] x
    |    |_____Administration Console [1.2] x
    |    |_____Configuration Wizard and Upgrade Framework [1.3] x
    |    |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    |    |_____WebLogic SCA [1.5] x
    |    |_____WebLogic JDBC Drivers [1.6] x
    |    |_____Third Party JDBC Drivers [1.7] x
    |    |_____WebLogic Server Clients [1.8] x
    |    |_____WebLogic Web Server Plugins [1.9] x
    |    |_____UDDI and Xquery Support [1.10] x
    |    |_____Server Examples [1.11]
    |    |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2]
        |_____Coherence Product Files [2.1]
        |_____Coherence Examples [2.2]

    *Estimated size of installation: 678.7 MB

 
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>

 

JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------

JDK(s) chosen will be installed.  Defaults will be used in script string-substitution if installed.

  1|Add Local Jdk
  2|/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64[x]

 

  *Estimated size of installation:  678.7 MB


Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]>

 

Choose Product Installation Directories:
----------------------------------------

Middleware Home Directory: [/bea/weblogic]

Product Installation Directories:


    "WebLogic Server" = [Enter new value or use default
"/bea/weblogic/wlserver_10.3"]

 
Enter new WebLogic Server OR [Exit][Previous][Next]>

 

The following Products and JDKs will be installed:
--------------------------------------------------

    WebLogic Platform 10.3.6.0
    |_____WebLogic Server
        |_____Core Application Server
        |_____Administration Console
        |_____Configuration Wizard and Upgrade Framework
        |_____Web 2.0 HTTP Pub-Sub Server
        |_____WebLogic SCA
        |_____WebLogic JDBC Drivers
        |_____Third Party JDBC Drivers
        |_____WebLogic Server Clients
        |_____WebLogic Web Server Plugins
        |_____UDDI and Xquery Support
        |_____Evaluation Database

    *Estimated size of installation: 678.8 MB

 
Enter [Exit][Previous][Next]>

 

Installing files..

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


Performing String Substitutions...

 

Configuring OCM...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


Creating Domains...

 

Installation Complete


Congratulations! Installation is complete.


Press [Enter] to continue or type [Exit]>

 

 

Clean up process in progress ...

二、配置domains

cd /home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin
-bash-4.1$ ./config.sh
Unable to instantiate GUI, defaulting to console mode.


Welcome:
--------

Choose between creating and extending a domain. Based on your selection,
the Configuration Wizard guides you through the steps to generate a new or
extend an existing domain.

 ->1|Create a new WebLogic domain
    |    Create a WebLogic domain in your projects directory.

  2|Extend an existing WebLogic domain
    |    Use this option to add new components to an existing domain and modify    |configuration settings.


Enter index number to select OR [Exit][Next]> 1


Select Domain Source:
---------------------

Select the source from which the domain will be created. You can create the
domain by selecting from the required components or by selecting from a
list of existing domain templates.

 ->1|Choose Weblogic Platform components
    |    You can choose the Weblogic component(s) that you want supported in
    |your domain.

  2|Choose custom template
    |    Choose this option if you want to use an existing  template. This
    |could be a custom created template using the Template Builder.


Enter index number to select OR [Exit][Previous][Next]> 1


Application Template Selection:
-------------------------------

 
    Available Templates
    |_____Basic WebLogic Server Domain - 10.3.6.0 [wlserver_10.3]x
    |_____Basic WebLogic SIP Server Domain - 10.3.6.0 [wlserver_10.3] [2]
    |_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.6.0 [wlserver_10.3] [3]
    |_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.6.0 [wlserver_10.3] [4]


Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>


Edit Domain Information:
------------------------

    |  Name  |    Value    |
  _|________|_____________|
  1| *Name: | base_domain |


Enter value for "Name" OR [Exit][Previous][Next]> wlyxweb


Edit Domain Information:
------------------------

    |  Name  |  Value  |
  _|________|_________|
  1| *Name: | wlyxweb |

Use above value or select another option:
    1 - Modify "Name"
    2 - Discard Changes


Enter option number to select OR [Exit][Previous][Next]>


Select the target domain directory for this domain:
---------------------------------------------------

    "Target Location" = [Enter new value or use default
"/bea/weblogic/user_projects/domains"]

Enter new Target Location OR [Exit][Previous][Next]> /wlyx/webapp/domains


Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

    |          Name          |                  Value                  |
  _|_________________________|_________________________________________|
  1|        *Name:          |                weblogic                |
  2|    *User password:    |                                        |
  3| *Confirm user password: |                                        |
  4|      Description:      | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"


Enter option number to select OR [Exit][Previous][Next]> 2


Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

    "*User password:" = []


Enter new *User password: OR [Exit][Reset][Accept]> welwlyx50


Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

    |          Name          |                  Value                  |
  _|_________________________|_________________________________________|
  1|        *Name:          |                weblogic                |
  2|    *User password:    |                *********                |
  3| *Confirm user password: |                                        |
  4|      Description:      | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes

Enter option number to select OR [Exit][Previous][Next]> 3


Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

    "*Confirm user password:" = []


Enter new *Confirm user password: OR [Exit][Reset][Accept]> welwlyx50


Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

    |          Name          |                  Value                  |
  _|_________________________|_________________________________________|
  1|        *Name:          |                weblogic                |
  2|    *User password:    |                *********                |
  3| *Confirm user password: |                *********                |
  4|      Description:      | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes


Enter option number to select OR [Exit][Previous][Next]>


Domain Mode Configuration:
--------------------------

Enable Development or Production Mode for this domain.

 ->1|Development Mode

  2|Production Mode


Enter index number to select OR [Exit][Previous][Next]> 2


Java SDK Selection:
-------------------

 ->1|N/A SDK 1.6.0_24 @ /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64
  2|Other Java SDK


Enter index number to select OR [Exit][Previous][Next]> 2


Java SDK Selection:
-------------------

    "JVM Directory" = []


Enter new JVM Directory OR [Exit][Previous][Next]> /bea/jdk/jdk1.6.0_37


Java SDK Selection:
-------------------

    "JVM Directory" = [/bea/jdk/jdk1.6.0_37]


Enter new JVM Directory OR [Exit][Previous][Next]>


Select Optional Configuration:
------------------------------

  1|Administration Server [ ]
  2|Managed Servers, Clusters and Machines [ ]
  3|RDBMS Security Store [ ]


Enter index number to select OR [Exit][Previous][Next]> 1


Select Optional Configuration:
------------------------------

  1|Administration Server [x]
  2|Managed Servers, Clusters and Machines [ ]
  3|RDBMS Security Store [ ]

Enter index number to select OR [Exit][Previous][Next]>


Configure the Administration Server:
------------------------------------

Each WebLogic Server domain must have one Administration Server. The
Administration Server is used to perform administrative tasks.

    |      Name      |        Value        |
  _|__________________|_____________________|
  1|      *Name:      |    AdminServer    |
  2| *Listen address: | All Local Addresses |
  3|  Listen port:  |        7001        |
  4| SSL listen port: |        N/A        |
  5|  SSL enabled:  |        false        |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "Listen address"
    3 - Modify "Listen port"
    4 - Modify "SSL enabled"

Enter option number to select OR [Exit][Previous][Next]>


Creating Domain...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]


**** Domain Created Successfully! ****


四:weblogic的使用

1、启动服务时无需输入用户名和密码

进入到你新建的域中:cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer

然后在该文件夹下新建名为security的文件夹:mkdir security

在刚刚新建是文件夹中新建名为boot.properties文件:vi boot.properties

然后在该文件中输入:

username=weblogic

password=weblogc123

保存后退出。重启weblogic。此时你会发觉,weblogic再也不会提示要求你输入weblogic管理台的用户名和密码了。

重启后我们来到刚刚的新建的文件夹中查看新建的文件:
cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/security

vi boot.properties发现它的内容已经变成下面这个样子了:

#Sun Aug 04 10:23:54 CST 2013

password={AES}KWRQeICbIyJLO3zh+v+/9JeJtCzpK9ge6j4pqf9sSqA=

username={AES}ICJVfwErXU5MOQyVPzcvVpKBkK6gI6UFlwqkkEuVgBg=

Weblogic把它给加密了,因此只有装Weblogic的那个人即System Admin才真正知道Weblogic控制台的登录信息,这样就很安全了。

2、启动weblogic服务

cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain

./startWeblogic.sh

nohup ./startWeblogic.sh &(nohup命令:如果你正在运行一个进程,而且你觉得在退出帐户时该进程还不会结束,那么可以使用nohup命令。
该命令可以在你退出帐户/关闭终端之后继续运行相应的进程。nohup就是不挂起的意思( no hang up))


找台服务器 启动浏览器 输入 http://10.85.31.242:7001/console

WebLogic 12c下配置节点管理器管理受管理服务器

WebLogic重新设置管理员账号和口令

CentOS 6.3安装配置Weblogic 10 

Oracle WebLogic 11g 安装部署文档 PDF

Linux部署Weblogic11g

Oracle基础教程之安装与配置Weblogic单实例

Linux下Weblogic卸载

Weblogic多机器集群的配置

Weblogic的安装和配置


    
 
 

您可能感兴趣的文章:

  • 在VMWare Linux虚拟机中安装了WebLogic,如何在外部XP系统中访问WebLogic控制台?
  • linux下安装weblogic,之后卸载。再次安装,建域之后。启动weblogic,报错。找不到文件:servers/AdminServer/tmp/Admi
  • linux5 下安装weblogic
  • 急求Linux下oracle 10g和weblogic 9的安装
  • 请问在linux下如何安装Weblogic 6.1?
  • Linux系统 Weblogic 10.3 部署 PHR.war 项目
  • 求WebLogic7.0 for linux的完全破解
  • 救命!哪里有weblogic for linux下载啊?
  • linux 安装weblogic时提示权限不够
  • 红旗linux 的客户端 怎么通过机器名访问weblogic 7.0 的主页?
  • linux安装weblogic10 error
  • linux as3 _weblogic8_oracle系统访问50万/日,常常ping不通,分析原因
  • Linux常用命令介绍:更改所属用户群组或档案属性
  • linux中有没有什么命令能列出所有linux的内部命令
  • linux命令大全详细分类介绍及常用linux命令文档手册下载
  • linux在脚本执行命令和直接在命令行执行命令有什么区别
  • linux下nm命令(显示可执行文件的符号信息)介绍以及常见nm命令用法举例
  • 有没有在windows下模拟Linux命令系统的软件! 我想学习Linux的基本命令!
  • Linux下chmod命令详细介绍及用法举例
  • linux 的命令操作和 windows的命令提示行有什么不同呢?? 为什么windows一般都不用命令提示行操作呢??
  • linux bash shell命令:grep文本搜索工具简介
  • linux系统安装测试命令oslevel,lsdev命令不识别
  • Linux_centos_redhat下tar命令解压tgz文件方法
  • 在Linux下使用ftp命令,被提示命令没有找到
  • linux下利用(cat,strings,head,sed)命令生成随机字符串
  • linux命令行下使用curl命令查看自己机器的外网ip
  • linux下free命令显示的内存使用情况分析
  • linux中的用户,用什么命令修改密码(要一条命令做到)???
  • mount命令(linux操作系统)挂载卸载文件系统(cifs,光驱,nfs等)方法介绍
  • linux 中查看过去运行的命令的命令是什么?
  • Linux下curl的下载,安装以及curl命令的详细参数,用法介绍
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux/centos下安装nginx(rpm安装和源码安装)详细步骤
  • 在win分区上安装linux和独立分区安装linux有什么区别?可以同时安装吗?(两个linux系统)
  • linux/centos安装nginx常见错误及解决办法
  • 在windowsxp安装完vm后,想安装linux(作为guest os),是不是需要linux安装盘?
  • linux/centos源码安装nginx编译配置选项参数介绍
  • 安装vmware软件,不用再安装linux系统,就可以模拟linux系统了,然后可以在其上学习一下LINUX下的基本操作 了?
  • Linux下通过rpm安装软件详细介绍以及如何将软件安装到指定目录
  • 先安装了redhat linux ,后来安装了windows,如何恢复redhat linux ?
  • Linux下c/c++ boost安装及并发编程库mpi介绍
  • 我C盘安装win2k,在E盘安装linux。安装后,如何进入linux系统?
  • 我没有linux安装光盘!可不可以通过网络在我的电脑上安装一个linux操作系统!
  • 在linux下面怎么安程序啊?我刚裝了一个 linux,下了一个迅雷安装程序,可是不知道怎么安装啊?真心请教。
  • 我安装linux时 为什么直接按Enter后就 linux text 安装?
  • 听说安装linux要很小的空间,我在网上看到,安装linux要3张光盘啊!
  • 请问在vmstation下怎么安装linux??但不想从头安装linux,不知在windows下怎么办?
  • 安装LINUX时,GRUB没有安装到主MBR,而是安装到了hdb7(/boot分区)上,请问怎样才能进入LINUX
  • linux安装nagios,安装nrpe时候,先安装了openssl再从安装nrpe出错。
  • Red Hat linux如何 安装,当我要划分区来安装的时候,提示我说要划和""linux根区,才可以继续安装.请问如何处理?
  • 在已经安装了windows2000server的机器上安装红旗linux时,如何配置引导记录安装位置?急
  • 请问如何安装一个LINUX内核到我的电脑上,成为一个系统比如安装linux-2.2.16-高分
  • 如何在LINUX下安装MSSQL 是否可以在LINUX下安装MSSQL
  • linux c/c++ IP字符串转换成可比较大小的数字
  • linux中有没有什么命令能列出所有linux的内部命令 iis7站长之家
  • linux哪个版本好?linux操作系统版本详细介绍及选择方案推荐
  • 我重装window后,把linux的引导区覆盖了,进不了linux怎么办?急啊,望热心的人帮助 (现在有linux的盘)
  • secureCRT下Linux终端汉字乱码解决方法
  • 红旗Linux主机可以通过127.0.0.1访问,但如何是连网的Win2000机器通过Linux的IP去访问Linux
  • Linux c字符串中不可打印字符转换成16进制
  • 我重装window后,把linux的引导区覆盖了,进不了linux怎么办?急啊,望热心的人帮助 (现在没有linux的盘,只有DOS启动盘)
  • Linux Kernel 'sctp_v6_xmit()'函数信息泄露漏洞
  • 如何让win2000和linux共存。我装好WIN2000,再装LINUX7.0,但LILO只能找到LINUX,不能引导WIN2000


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3