<?xml version="1.0" encoding="GB2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[stdmis]]></title>
<link>http://blog.5dmail.net/user1/7/index.html</link>
<description><![CDATA[stdmis]]></description>
<item>
<title><![CDATA[Trustview 只能離線登入]]></title>
<link>http://blog.5dmail.net/user1/7/2012112092218.html</link>
<description><![CDATA[<P>會計電腦出現只能離線登入的狀況，確認帳號密碼無誤，有誤離線也無法登入。</P>
<P>經檢查登陸方式沒問題，全部是LDAP方式，服務器沒問題 192.168.123.6</P>
<P>注意到LDAP登入方式下輸入的服務器地址會被轉換成<A href="https://192.168.123.6/XXXXX">https://192.168.123.6/XXXXX</A> 的格式，懷疑與IE的設置有關，進入IE的internet選項－連線－局域網設置，發現IE的局域網設置被設置了代理，改為自動檢測後，保存，重新進行Trustview登入，不再提示是離線登入,打開加密的文件也正常了。</P>]]></description>
<author>stdmis</author>
<pubDate>2012-11-20 9:22:18</pubDate>
</item>
<item>
<title><![CDATA[TCL精鼎E2420&nbsp;&nbsp;ASUS&nbsp;P5SD2－TVM/S&nbsp;BIOS]]></title>
<link>http://blog.5dmail.net/user1/7/2010121715155.html</link>
<description><![CDATA[<P><A href="http://blog.5dmail.net/UploadFile/2010-12/1217943527.rar">http://blog.5dmail.net/UploadFile/2010-12/1217943527.rar</A></P>
<P>&lt;A href="http://blog.5dmail.net/<A href="http://user.qzone.qq.com/26564564/blog/1292568688%22%3Ehttp://user.qzone.qq.com/26564564/blog/1292568688%3C/A">http://user.qzone.qq.com/26564564/blog/1292568688"&gt;http://user.qzone.qq.com/26564564/blog/1292568688&lt;/A</A>&gt;</P>]]></description>
<author>stdmis</author>
<pubDate>2010-12-17 15:15:05</pubDate>
</item>
<item>
<title><![CDATA[删除特定文件的脚本]]></title>
<link>http://blog.5dmail.net/user1/7/200891015141.html</link>
<description><![CDATA[<P>::--------------Start-------------------------<BR>@ Echo off<BR>::產生日誌文件的檔名<BR>for /f "tokens=1,1" %%a in ('date/t') do set dt=%%a<BR>set dt1=%dt:~0,4%<BR>set dt2=%dt:~5,2%<BR>set dt3=%dt:~8,2%<BR>set log=\\dg-svr03\mis\log\%dt1%%dt2%%dt3%.log<BR>echo 日誌文件：%log%<BR>::得到開始掃描時間<BR>set tm1=%time:~0,2%<BR>set tm2=%time:~3,2%<BR>set tm3=%time:~6,2%<BR>echo =====開始掃描 %computername% 於 %date% %tm1%時%tm2%分%tm3%秒=====&gt;&gt;%log%<BR>::僅適用於繁體XP/2000/2003系統和簡體2000系統(不必區分是否為Server)<BR>::針對2000的系統復制所需的fsutil.exe fsutil.dll文件<BR>if exist %syst<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-9-10 15:01:41</pubDate>
</item>
<item>
<title><![CDATA[Debian+samba+winbind+postfix+dovecot+2003AD的配置]]></title>
<link>http://blog.5dmail.net/user1/7/20088511108.html</link>
<description><![CDATA[<H2><FONT face=宋体 size=3>网络环境： <BR>網段 10.136.74.0/24<BR>網<SPAN class=t_tag onclick=tagshow(event) href="http://blog.5dmail.net/tag.php?name=%D3%F2%C3%FB">域名</SPAN>稱 XXX.COM.CN<BR>域控 ：WINDOWS <SPAN class=t_tag onclick=tagshow(event) href="http://blog.5dmail.net/tag.php?name=2003">2003</SPAN> Server，另DNS、WINS、DHCP均在此電腦，IP地址：10.136.74.64<BR>工作站： windowXP <SPAN class=t_tag onclick=tagshow(event) href="http://blog.5dmail.net/tag.php?<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-8-5 11:10:08</pubDate>
</item>
<item>
<title><![CDATA[debian 自動安裝]]></title>
<link>http://blog.5dmail.net/user1/7/20088511112.html</link>
<description><![CDATA[<P>debian 若要实现自动安装，需有一个预配置文件供安装程序调用，安装时使用相应的参数</P>
<DIV class=HtmlCode title=点击运行该代码！ style="CURSOR: pointer" onclick="preWin=window.open('','','');preWin.document.open();preWin.document.write(this.innerText);preWin.document.close();" ;>
<P>install preseed/url=ftp://10.136.74.63/debian/syslinux.cfg</P></DIV>
<P>因我使用的安裝方式是通過PXE啟動電腦進行的netinstall,所以預配置文件被調用的時間如下圖</P>
<P><img src="http://blog.5dmail.net/UploadFile/2008-8/85657072.png" onmousewheel="http://blog.5dmail.net/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://blog.5dmail.net/CURSOR: pointer" onload="javascript:if(this.width>450){this.resized=true;this.style.width=450;}"></P>
<P>所以，配置语言、键盘布局和网络设备项目应该是没用的。</P>
<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-8-5 11:01:12</pubDate>
</item>
<item>
<title><![CDATA[将LINUX服务器加入win2003网域做为文件服务器(2)]]></title>
<link>http://blog.5dmail.net/user1/7/200871116362.html</link>
<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-outline-level: 2"><FONT size=3><B><SPAN lang=EN-US style="FONT-FAMILY: Arial; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN; mso-fareast-font-family: SimSun"><U><FONT color=#800080>上篇 </FONT></U></SPAN></B></FONT><B><SPAN lang=EN-US style="FONT-FAMILY: Arial; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN; mso-fareast-font-family: SimSun"><U><FONT color=#800080 size=2><A href="http://blog.5dmail.net/user1/7/20087111682.html">将LINUX服务器加入win2003<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-7-11 16:36:02</pubDate>
</item>
<item>
<title><![CDATA[将LINUX服务器加入win2003网域做为文件服务器(1)]]></title>
<link>http://blog.5dmail.net/user1/7/20087111682.html</link>
<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><FONT face=细明体><B><SPAN lang=ZH-CN style="FONT-SIZE: 13.5pt; FONT-FAMILY: SimSun; mso-font-kerning: 0pt; mso-bidi-font-family: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-language: ZH-CN">网络环境：</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P>

<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-7-11 16:08:02</pubDate>
</item>
<item>
<title><![CDATA[这种人可真让人恼火！]]></title>
<link>http://blog.5dmail.net/user1/7/200877232520.html</link>
<description><![CDATA[<P><BR><FONT size=4>今晚上网时看到防火墙不断闪烁，点击查看，防火墙显示如下：</FONT></P>
<P><FONT size=4><img src="http://blog.5dmail.net/UploadFile/2008-7/77699905.jpg" onmousewheel="http://blog.5dmail.net/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://blog.5dmail.net/CURSOR: pointer" onload="javascript:if(this.width>450){this.resized=true;this.style.width=450;}"></FONT></P>
<P><FONT size=4>感觉不太对，就使用ARP -a 查看， 如下：</FONT></P>
<P><FONT size=4><img src="http://blog.5dmail.net/UploadFile/2008-7/77560722.jpg" onmousewheel="http://blog.5dmail.net/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://blog.5dmail.net/CURSOR: pointer" onload="javascript:if(this.width>450){this.resized=true;this.style.width=450;}"><BR></FONT></P>
<P><FONT size=4>这是不可能的事啊，两个IP的MAC地址一样！因之前帮人设置过上网共用的SOHU路由，知道路由的帐号和密码，进入设置界面看到如下：</FONT></P>
<P><FONT size=4><img src="http://blog.5dmail.net/UploadFile/2008-7/77530578.jpg" onmousewheel="http://blog.5dmail.net/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://blog.5dmail.net/CURSOR: pointer" onload="javascript:if(this.width>450){this.resized=true;this.style.width=450;}"></FONT></P>
<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-7-7 23:25:20</pubDate>
</item>
<item>
<title><![CDATA[回流焊机的COM口问题]]></title>
<link>http://blog.5dmail.net/user1/7/2008628123533.html</link>
<description><![CDATA[<P>实验室的做实验用的回流焊机,出现不能通过电脑控制的问题,初步估计是两个COM口出了问题,刚好有备用一片pci的串口卡,就插到电脑上.安装驱动,多出了COM3和COM4两个串口.把控制线插上,仍没有反应,在软件中也找不到修改控制端口的地方.</P>
<P>解决方法如下 :</P>
<P>依次卸载主板自带的COM1和COM2,提示重启时先不要重启,等全部卸载了再重启.</P>
<P>重启时马上进入BIOS,禁用主板自带的两个COM口,再重启.</P>
<P>重新进入系统,在设备管理器中找到COM3,将其端口名改成COM1,把COM4改成COM2.</P>
<br/>……]]></description>
<author>stdmis</author>
<pubDate>2008-6-28 12:35:33</pubDate>
</item>

</channel>
</rss>