on Windows 2003。
Visual Studio 2008
安裝 Visual Studio 2008 → 安裝 vcredist_x86_for_vc2008sp1 → VS90sp1-KB945140-CHT。
flashplayer
install_flashplayer11x32ax_gtbd_chrd_dn_aih.exe
flyfox 發表在 痞客邦 留言(0) 人氣(111)
使用 SPFDisk。
用 SPFDisk 建立一個 50GB 的主分割,把 2008 R2 安裝在此主分割區。
(Win7 可變更 UAC 為不要通知,並開啟 administrator 帳號,net user administrator /active:yes)
重開機後切一塊 SRC 專用的空間(約 20GB),因為 SRC 所使用的 Ghost 只支援 FAT32,
所以格式化時需指定檔案系統為 FAT32,否則無法使用,切好後以系統管理員執行 SRC 安裝,
執行還原硬碟的 MBR,SRC 即安裝完成,重開機後按 F2 即可進入還原系統。
flyfox 發表在 痞客邦 留言(0) 人氣(668)
使用 SPFDisk。
用 SPFDisk 建立兩個主分割並將其格式化,要用來安裝系統的這兩個分割區都必須是主分割,
其它的可另外建立擴充分割跟邏輯分割。
將第一個主分割區設為啟動,第二個分割區設為隱藏,把 2008 R2 安裝在第一個主分割區。
將第二個主分割區設為啟動,第一個分割區設為隱藏,把 Win 7 安裝在第二個主分割區。
都安裝好後,用 SPFDisk 光碟片開機,將之前被隱藏的分區解除隱藏,開始建立開機選單。
選擇硬碟 → 移到第一個主分割區 → Enter → Win2008R2 → 選擇硬碟 →
移到第二個主分割區 → Enter → Win7 → 進行安裝,將其安裝在 MBR → 儲存檔案 →
重開機後即可使用雙系統。
flyfox 發表在 痞客邦 留言(0) 人氣(1,322)
on Windows 2008 R2。
開啟 FileZilla Server.xml
<Settings>
<Item name="Serverports" type="string">21</Item>
<Item name="Number of Threads" type="numeric">2</Item>
<Item name="Maximum user count" type="numeric">0</Item>
<Item name="Timeout" type="numeric">120</Item>
<Item name="No Transfer Timeout" type="numeric">600</Item>
<Item name="Allow Incoming FXP" type="numeric">0</Item>
<Item name="Allow outgoing FXP" type="numeric">0</Item>
<Item name="No Strict In FXP" type="numeric">0</Item>
<Item name="No Strict Out FXP" type="numeric">0</Item>
<Item name="Login Timeout" type="numeric">60</Item>
<Item name="Show Pass in Log" type="numeric">0</Item>
<Item name="Custom PASV IP type" type="numeric">1</Item>
<Item name="Custom PASV IP" type="string">127.0.0.1</Item>
<Item name="Custom PASV min port" type="numeric">6000</Item>
<Item name="Custom PASV max port" type="numeric">6010</Item>
<Item name="Initial Welcome Message" type="string">%v
written by Tim Kosse (Tim.Kosse@gmx.de)
Please visit http://sourceforge.net/projects/filezilla/</Item>
<Item name="Admin port" type="numeric">14147</Item>
<Item name="Admin Password" type="string"></Item>
<Item name="Admin IP Bindings" type="string"></Item>
<Item name="Admin IP Addresses" type="string"></Item>
<Item name="Enable logging" type="numeric">1</Item>
<Item name="Logsize limit" type="numeric">0</Item>
<Item name="Logfile type" type="numeric">1</Item>
<Item name="Logfile delete time" type="numeric">14</Item>
<Item name="Use GSS Support" type="numeric">0</Item>
<Item name="GSS Prompt for Password" type="numeric">0</Item>
<Item name="Download Speedlimit Type" type="numeric">0</Item>
<Item name="Upload Speedlimit Type" type="numeric">0</Item>
<Item name="Download Speedlimit" type="numeric">10</Item>
<Item name="Upload Speedlimit" type="numeric">10</Item>
<Item name="Buffer Size" type="numeric">32768</Item>
<Item name="Custom PASV IP server" type="string">http://ip.filezilla-project.org/ip.php</Item>
<Item name="Use custom PASV ports" type="numeric">1</Item>
<Item name="Mode Z Use" type="numeric">0</Item>
<Item name="Mode Z min level" type="numeric">1</Item>
<Item name="Mode Z max level" type="numeric">9</Item>
<Item name="Mode Z allow local" type="numeric">0</Item>
<Item name="Mode Z disallowed IPs" type="string"></Item>
<Item name="IP Bindings" type="string">*</Item>
<Item name="IP Filter Allowed" type="string"></Item>
<Item name="IP Filter Disallowed" type="string"></Item>
<Item name="Hide Welcome Message" type="numeric">0</Item>
<Item name="Enable SSL" type="numeric">0</Item>
<Item name="Allow explicit SSL" type="numeric">1</Item>
<Item name="SSL Key file" type="string"></Item>
<Item name="SSL Certificate file" type="string"></Item>
<Item name="Implicit SSL ports" type="string">990</Item>
<Item name="Force explicit SSL" type="numeric">0</Item>
<Item name="Network Buffer Size" type="numeric">65536</Item>
<Item name="Force PROT P" type="numeric">0</Item>
<Item name="SSL Key Password" type="string"></Item>
<Item name="Allow shared write" type="numeric">0</Item>
<Item name="No External IP On Local" type="numeric">1</Item>
<Item name="Active ignore local" type="numeric">1</Item>
<Item name="Autoban enable" type="numeric">1</Item>
<Item name="Autoban attempts" type="numeric">10</Item>
<Item name="Autoban type" type="numeric">0</Item>
<Item name="Autoban time" type="numeric">1</Item>
<Item name="Service name" type="string"></Item>
<Item name="Service display name" type="string"></Item>
<Item name="Enable HASH" type="numeric">1</Item>
<Item name="Disable IPv6" type="numeric">0</Item>
<SpeedLimits>
<Download />
<Upload />
</SpeedLimits>
</Settings>
flyfox 發表在 痞客邦 留言(0) 人氣(611)
on Windows 2008 R2。
FileZilla Server → Edit → Settings → Passive mode settings →
Use custom port range 7000-7010 → OK
在 Windows 防火牆開啟 Filezilla passive mode 對應埠即可。
flyfox 發表在 痞客邦 留言(0) 人氣(333)
on Server 2008 R2。
cmd → gpedit.msc → 電腦設定 → 系統管理範本 → Windows元件 → Windows登入選項 →
停用或啟用軟體 Secure Attention Sequence → 已啟用 → 服務 → 確定 →
gpupdate → 完成
flyfox 發表在 痞客邦 留言(0) 人氣(1,442)
以月為基準及以週為基準。
每月第一天執行一次完整備份 (AM 2:00)
每個星期天執行一次差異備份 (AM 4:00)
每 15 分鐘執行一次交易記錄備份
flyfox 發表在 痞客邦 留言(0) 人氣(218)
On Server 2003、XP。
Server 端採預設安裝,語言記得選英文,裝好會要求重開機,
重開之後進入 SoftEther Virtual HUB Administration,勾選 localhost 進入操控台,
第一次進入會要求設定密碼,輸入兩次後就可以進入管理畫面,
選 1 - User Administration → 2 - Create User →
Create New User.
Username :flyfox
Password :****
Confirmation :****
Virtual HUB ID :test
You can set user's Security Option.
Enter Y or 1 to enable option.
Enter N or 0 to disable option.
Press only Enter key to no change.
Deny Connect (Off) :
Disable Session Reconnect (Off) :
Force to use IP Addess allocated by DHCP Server (Off) :
Limit to 1 IP Address to use. (Off) :
Limit to 1 MAC Address to use. (Off) :
Do not use existing IP Address (Off) :1
Do not use existing MAC Address (Off) :1
Do not send Broadcast Packet (Off) :
Do not send DHCP ACK Packet (Off) :1
Filter ALL DHCP Packets (Off) :1
Security Option was set.
Follow Security Options are Enabled:
Do not use existing IP Address
Do not use existing MAC Address
Do not send DHCP ACK Packet
Filter ALL DHCP Packets
User flyfox Created.
flyfox 發表在 痞客邦 留言(0) 人氣(126)
System error 1067 in Windows。
delete C:\mongodb\data\mongod.lock
C:\mongodb\bin>mongod.exe --repair
C:\mongodb\bin>net start mongodb
flyfox 發表在 痞客邦 留言(0) 人氣(54)
on Windows。
於 http://www.mongodb.org/downloads 下載適合版本,解壓縮至 C:\ 並更名為 mongodb,
cd \mongodb
C:\mongodb>mkdir data
C:\mongodb>mkdir log
flyfox 發表在 痞客邦 留言(0) 人氣(742)