- Oct 12 Wed 2016 09:11
-
用 linux havp 當 porxy 防毒牆 (用 Trend Micro 趨勢防毒)
- Oct 07 Fri 2016 16:46
-
AD網域主機故障時5大角色轉+移轉移DNS 兩大角色 ---- linux 的 zentyal

root@zentyal-ad:~# samba-tool fsmo show
params.c:pm_process() - Processing configuration file "/etc/samba/shares.conf"
ldb_wrap open of secrets.ldb
InfrastructureMasterRole owner: CN=NTDS Settings,CN=WIN-AD1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=tw2,DC=test
RidAllocationMasterRole owner: CN=NTDS Settings,CN=WIN-AD1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=tw2,DC=test
PdcEmulationMasterRole owner: CN=NTDS Settings,CN=WIN-AD1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=tw2,DC=test
DomainNamingMasterRole owner: CN=NTDS Settings,CN=WIN-AD1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=tw2,DC=test
SchemaMasterRole owner: CN=NTDS Settings,CN=WIN-AD1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=tw2,DC=test
- Oct 07 Fri 2016 15:40
-
AD網域主機故障時5大角色轉移+移轉移DNS 兩大角色
- Oct 06 Thu 2016 12:17
-
tw.archive.ubuntu.com 連不上
- Oct 03 Mon 2016 13:38
-
An error occurred while taking a snapshot: msg.snapshot.error – QUIESCINGERROR.
- Oct 03 Mon 2016 12:17
-
話說我備份Esxi guest 都是用 Script .重點是免費

話說我備份Esxi guest 都是用 Script .... 免錢 .... 哈哈
當然要裝 VMware vSphere PowerCLI ......用 powershell ...
- Oct 03 Mon 2016 11:56
-
Hy-per server core 2012 R2 安裝 MSSQL 2012 R2 ..不必買 OS 版權開機也快
- Sep 30 Fri 2016 16:05
-
windows 7 update 慢 ...原來是微軟搞的鬼
http://www.infoworld.com/article/3086811/microsoft-windows/microsoft-releases-kb-3161647-kb-3161608-to-fix-slow-windows-7-update-scans.html
參考這文章....下載 安裝後 很快就 Update 了 ....
參考這文章....下載 安裝後 很快就 Update 了 ....
- Sep 29 Thu 2016 15:35
-
SysPrep Fatal error: dwRet = 31,
- Sep 29 Thu 2016 15:18
-
WIn7 移除 MSE 後無法 sysprep 要先 ........

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Cleanup
裡面的 c:\Program Files\Microsoft Security Client\MSESysprep.dll 機碼
如果還有其他 ERROR 看是哪個檔 ...刪了它 !!!!
- Sep 14 Wed 2016 17:08
-
PHP 介面(interface)&虛擬類別
interface action{
public function run();
}
// animal 這 class (類別)
// implements(接到)
// action 的 interface(介面) 上
class animal implements action{
function run(){
}
}
public function run();
}
// animal 這 class (類別)
// implements(接到)
// action 的 interface(介面) 上
class animal implements action{
function run(){
}
}


