当前位置: 操作系统/服务器>linux
本页文章导读:
▪linux托盘不断闪烁之解决方法
这大概是 红旗6sp1的系统托盘和网络状态显示方面的不协调造成的。目前解决的办法只有将网络状态显示模块删除。 网络状态显示模块 是 netconfigstatus 可以通过 软件包管理器 找到此模.........
▪IIS重定向使用图文教程
设置:
注意:转向地址是最后不需要加/,如果加了,访问原地址:http://www./mypic/logo/index.asp时,转向后的地址就是http://pic./logo//index.asp
状态:
用Flashget 下载,可以看到转向是301,这样搜索.........
▪无人值守安装IIS 6.0的原理分析
基本命令:Sysocmgr.exe /i:sysoc.inf /u:c:\iis.txt c:\iis.txt是IIS要安装的组件列表 代码如下:[Components] iis_common = ON iis_www = ON iis_asp = ON iis_inetmgr = ON aspnet= ON 包括IIS组件在内的所有.........
[1]linux托盘不断闪烁之解决方法
来源: 互联网 发布时间: 2013-12-24
这大概是 红旗6sp1的系统托盘和网络状态显示方面的不协调造成的。目前解决的办法只有将网络状态显示模块删除。
网络状态显示模块 是 netconfigstatus
可以通过 软件包管理器 找到此模块然后删除之,在重新进入 X 图形界面。
如果还想在 adsl 登录以后在系统托盘出现联网图标,可以使用 红旗6sp1-tool光盘附带的 网络工具 PoseidonPPP(kdial) 软件包 这个软件包的概要是
This is the first Global Data Transfer Library, Which implement the Clipboard
for all Linux X Window Application
安装以后会在kde菜单上出现一个名为“ internet拨号程序 ”的东东。我们可以通过它设置pppoe adsl上网,而且会显示在系统托盘上。但是值得注意的是这个软件默认使用权限是 root ,所以如果在 一般用户下使用,需要进入 root shell 然后输入 kdial 指令。也可以通过修改 “internet拨号程序” 快捷方式的运行用户为 root 来达到在普通用于中直接调用kdial的目的。
[2]IIS重定向使用图文教程
来源: 互联网 发布时间: 2013-12-24
设置:
注意:转向地址是最后不需要加/,如果加了,访问原地址:http://www./mypic/logo/index.asp时,转向后的地址就是http://pic./logo//index.asp
状态:
用Flashget 下载,可以看到转向是301,这样搜索引时也会自动转到新的地址。
以前功能在IIS5.0及IIS6.0中都可以实现。
[3]无人值守安装IIS 6.0的原理分析
来源: 互联网 发布时间: 2013-12-24
基本命令:Sysocmgr.exe /i:sysoc.inf /u:c:\iis.txt
c:\iis.txt是IIS要安装的组件列表
[Components]
iis_common = ON
iis_www = ON
iis_asp = ON
iis_inetmgr = ON
aspnet= ON
包括IIS组件在内的所有组件列表:
Mplay
Rec
Vol
fullscreenconsole
fax
wms_admin_mmc
wms_svrtyplib
wbem
dtc
com
complusnetwork
iis_common:CommonFiles - 安装需要 IIS 程序文件
iis_inetmgr:Internet 信息服务管理单元: MMC 中安装 IIS 管理界面
netfx
iis_www:万维网服务
wms_admin_asp
wms_server
wms_isapi
rootautoupdate
autoupdate
licenseserver
certsrv_client
certsrv_server
authman
cluster
ieaccess
iehardenadmin
iehardenuser
msmq_core
msmq_localstorage
msmq_adintegrated
msmq_mqdsservice
msmq_triggersservice
msmq_httpsupport
msmq_routingsupport
bitsserverextensionsmanager:安装 BITS 管理扩展中 Microsoft 管理控制台 (MMC)
bitsserverextensionsisapi:安装 IIS ISAPI 以允许上载后台智能传输服务 (BITS)
sakit_web
iis_asp
iis_internetdataconnector
iis_serversideincludes
iis_webdav
tswebclient:远程桌面 Web 连接
iis_ftp:FTP 服务
iis_smtp:简单邮件传输协议 (SMTP) 服务
iis_nntp:网络新闻传输协议 (NNTP) 服务
inetprint:Internet 打印
fp_extensions:FrontPage2002ServerExtensions
appsrv_console
dtcnetwork
aspnet Asp.Net
oeaccess
mswordpad
calc
charmap
clipbook
deskpaper
mousepoint
paint
templates
imegen
chat
hypertrm
accessopt
rstorage
indexsrv_system
uddiweb
uddidatabase
uddiadmin
terminalserver
wbemmsi
snmp
wbemsnmp
netmontools
netcmak
netcps
wins
dns
dhcpserver
simptcp
ias
netcis
macprint
macsrv
lpdsvc
reminst
pop3service
pop3admin
display
ntcomponents
WMPOCM
k
scw
computeserver
netrqs
storageserver
注意:
Windows 总是寻找服务器最初安装该媒体。 如果从 CD, 安装服务器无人参与安装提示对于 Windows CD。 如果要运行无人参与安装并使用媒体, 并存储在网络共享, 必须更改为以下注册表子项中 ServicePackSourcePath 子项 SourcePath 子项和值:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup
更改用于 ServicePackSourcePath 子项 SourcePath 子项和值对合适网络共享。 路径必须包含 i 386 文件夹。
下面是一个完整的IIS安装文件:IISSetup.bat
第一步:更改windows安装文件位置
第二步:生成安装选项文件
第三步:开始安装
echo "更改windows安装文件的路径"
echo Windows Registry Editor Version 5.00 > c:\setupreg.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup] >> c:\setupreg.reg
echo "ServicePackSourcePath"="D:\\Win2003\\" >> c:\Win2003setupPath.reg
echo "SourcePath"="D:\\Win2003\\" >> c:\Win2003setupPath.reg
regedit /S c:\Win2003setupPath.reg
del c:\Win2003setupPath.reg
echo "生成IIS无人值守安装选项文件"
echo [Components] > c:\iis.txt
echo iis_common = ON >> c:\iis.txt
echo iis_www = ON >> c:\iis.txt
echo iis_asp = ON >> c:\iis.txt
echo iis_inetmgr = ON >> c:\iis.txt
echo aspnet= ON >> c:\iis.txt
Sysocmgr.exe /i:sysoc.inf /u:c:\iis.txt
del c:\iis.txt
echo IIS安装完毕
pause
c:\iis.txt是IIS要安装的组件列表
代码如下:
[Components]
iis_common = ON
iis_www = ON
iis_asp = ON
iis_inetmgr = ON
aspnet= ON
包括IIS组件在内的所有组件列表:
Mplay
Rec
Vol
fullscreenconsole
fax
wms_admin_mmc
wms_svrtyplib
wbem
dtc
com
complusnetwork
iis_common:CommonFiles - 安装需要 IIS 程序文件
iis_inetmgr:Internet 信息服务管理单元: MMC 中安装 IIS 管理界面
netfx
iis_www:万维网服务
wms_admin_asp
wms_server
wms_isapi
rootautoupdate
autoupdate
licenseserver
certsrv_client
certsrv_server
authman
cluster
ieaccess
iehardenadmin
iehardenuser
msmq_core
msmq_localstorage
msmq_adintegrated
msmq_mqdsservice
msmq_triggersservice
msmq_httpsupport
msmq_routingsupport
bitsserverextensionsmanager:安装 BITS 管理扩展中 Microsoft 管理控制台 (MMC)
bitsserverextensionsisapi:安装 IIS ISAPI 以允许上载后台智能传输服务 (BITS)
sakit_web
iis_asp
iis_internetdataconnector
iis_serversideincludes
iis_webdav
tswebclient:远程桌面 Web 连接
iis_ftp:FTP 服务
iis_smtp:简单邮件传输协议 (SMTP) 服务
iis_nntp:网络新闻传输协议 (NNTP) 服务
inetprint:Internet 打印
fp_extensions:FrontPage2002ServerExtensions
appsrv_console
dtcnetwork
aspnet Asp.Net
oeaccess
mswordpad
calc
charmap
clipbook
deskpaper
mousepoint
paint
templates
imegen
chat
hypertrm
accessopt
rstorage
indexsrv_system
uddiweb
uddidatabase
uddiadmin
terminalserver
wbemmsi
snmp
wbemsnmp
netmontools
netcmak
netcps
wins
dns
dhcpserver
simptcp
ias
netcis
macprint
macsrv
lpdsvc
reminst
pop3service
pop3admin
display
ntcomponents
WMPOCM
k
scw
computeserver
netrqs
storageserver
注意:
Windows 总是寻找服务器最初安装该媒体。 如果从 CD, 安装服务器无人参与安装提示对于 Windows CD。 如果要运行无人参与安装并使用媒体, 并存储在网络共享, 必须更改为以下注册表子项中 ServicePackSourcePath 子项 SourcePath 子项和值:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup
更改用于 ServicePackSourcePath 子项 SourcePath 子项和值对合适网络共享。 路径必须包含 i 386 文件夹。
下面是一个完整的IIS安装文件:IISSetup.bat
第一步:更改windows安装文件位置
第二步:生成安装选项文件
第三步:开始安装
代码如下:
echo "更改windows安装文件的路径"
echo Windows Registry Editor Version 5.00 > c:\setupreg.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup] >> c:\setupreg.reg
echo "ServicePackSourcePath"="D:\\Win2003\\" >> c:\Win2003setupPath.reg
echo "SourcePath"="D:\\Win2003\\" >> c:\Win2003setupPath.reg
regedit /S c:\Win2003setupPath.reg
del c:\Win2003setupPath.reg
echo "生成IIS无人值守安装选项文件"
echo [Components] > c:\iis.txt
echo iis_common = ON >> c:\iis.txt
echo iis_www = ON >> c:\iis.txt
echo iis_asp = ON >> c:\iis.txt
echo iis_inetmgr = ON >> c:\iis.txt
echo aspnet= ON >> c:\iis.txt
Sysocmgr.exe /i:sysoc.inf /u:c:\iis.txt
del c:\iis.txt
echo IIS安装完毕
pause
最新技术文章: