posted @
2013-03-18 21:58 聂文龙 阅读(1030) |
评论 (0) |
编辑 收藏
posted @
2013-03-18 21:11 聂文龙 阅读(1492) |
评论 (0) |
编辑 收藏
posted @
2013-03-18 15:19 聂文龙 阅读(345) |
评论 (0) |
编辑 收藏
posted @
2013-03-17 20:10 聂文龙 阅读(413) |
评论 (0) |
编辑 收藏
posted @
2013-03-17 19:51 聂文龙 阅读(5477) |
评论 (0) |
编辑 收藏
摘要: --SQL语句开xp_cmdshell
-- To allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO
-- To disallow advanced options to be changed.
EXEC sp_configure 'show advanced options', 0
GO
<
阅读全文
posted @
2013-03-07 16:00 聂文龙 阅读(585) |
评论 (0) |
编辑 收藏
摘要: root@mysqlmaster:~# cat /etc/issue
Debian GNU/Linux 6.0 \n \l
root@mysqlmaster:~# cat /proc/version
Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
root@mysqlmaster:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.2 (squeeze)
Release: 6.0.2
Codename: squeeze
阅读全文
posted @
2013-02-15 12:59 聂文龙 阅读(873) |
评论 (0) |
编辑 收藏
摘要: 第一、到这个链接http://cdimage.debian.org/debian-cd/6.0.5/i386/iso-cd/,下载debian-6.0.5-i386-CD-1.iso,就下这一个,其他的不要下,当然,这是针对i386架构的,选择与自己的CPU相符的就ok。
第二、这个iso文件要放在一个分区的顶层里!用虚拟光驱打开这个iso文件,执行它的setup.exe程序,它会在C盘下产生个win32-loader文件夹
第三、网络上说,拷贝2个文件到win32-loader文件夹下,即hd-media/initrd.gz与hd-media/vmlinuz,debian官网上说,这2个文件要拷贝到iso文件的同一层目录下。其实setup.exe生成的win32-lader文件夹下有个initrd.gz文件,我一开始也没拷贝这2个文件,可重启进入安装程序后,老是找不到iso文件,解决方法是,一定要将这个iso文件放到FAT32格式的分区下!这2个文件也最好拷贝一下,可以从这个地址下载,http://archive.debian.org/debian/dists/sar
阅读全文
posted @
2013-01-29 00:45 聂文龙 阅读(15050) |
评论 (0) |
编辑 收藏
posted @
2013-01-28 00:21 聂文龙 阅读(409) |
评论 (0) |
编辑 收藏
摘要: 首先,将server 2008光盘镜像(ISO)解压到D盘s(新建一个s目录)目录;然后,将s目录中的bootmgr和boot拷贝到C盘根目录下;最后,在C盘根目录下建个sources文件夹,将s\sources中的boot.wim复制到sourse文件夹。
——运行c:\boot\bootsect.exe /nt60 c: ,重启计算机:启动安装程序,加载boot.wim,启动PE环境。这个过程可能比较长,请等待……
——出现“开始安装界面”(注意:不要点选“现在安装”),点选左下角“修复计算机”(repair my computer)。 进入“系统恢复选项”,选择最后一项“命令提示符”(command prompt),进入DOS窗口。
——执行格式化命令format c:/q 。
——执行安装命令d:\s\sources\setup.exe,即可进入安装过程。
阅读全文
posted @
2013-01-27 20:34 聂文龙 阅读(9846) |
评论 (0) |
编辑 收藏