PIXNET Logo登入

flyfox

跳到主文

flyfox's blog

部落格全站分類:

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 7月 19 週五 201300:14
  • 安裝 Teamcity

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)

  • 個人分類:非M$
▲top
  • 7月 07 週日 201300:06
  • Win 2008 R2 SRC F2 一鍵還原系統

使用 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)

  • 個人分類:非M$
▲top
  • 7月 04 週四 201300:05
  • 安裝 Win 2008 R2、Win 7 雙系統

使用 SPFDisk。
用 SPFDisk 建立兩個主分割並將其格式化,要用來安裝系統的這兩個分割區都必須是主分割,
其它的可另外建立擴充分割跟邏輯分割。
將第一個主分割區設為啟動,第二個分割區設為隱藏,把 2008 R2 安裝在第一個主分割區。
將第二個主分割區設為啟動,第一個分割區設為隱藏,把 Win 7 安裝在第二個主分割區。
都安裝好後,用 SPFDisk 光碟片開機,將之前被隱藏的分區解除隱藏,開始建立開機選單。
選擇硬碟 → 移到第一個主分割區 → Enter → Win2008R2 → 選擇硬碟 →
移到第二個主分割區 → Enter → Win7 → 進行安裝,將其安裝在 MBR → 儲存檔案 →
重開機後即可使用雙系統。
(繼續閱讀...)
文章標籤

flyfox 發表在 痞客邦 留言(0) 人氣(1,322)

  • 個人分類:非M$
▲top
  • 7月 01 週一 201300:01
  • Filezilla FTP Server HASH

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&#x0D;&#x0A;written by Tim Kosse (Tim.Kosse@gmx.de)&#x0D;&#x0A;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)

  • 個人分類:非M$
▲top
  • 6月 27 週四 201323:59
  • Filezilla FTP Server Passive mode

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)

  • 個人分類:非M$
▲top
  • 6月 13 週四 201300:55
  • 讓 UltraVNC 連線時能送出 Ctrl+Alt+Delete

on Server 2008 R2。
cmd → gpedit.msc → 電腦設定 → 系統管理範本 → Windows元件 → Windows登入選項 →
停用或啟用軟體 Secure Attention Sequence → 已啟用 → 服務 → 確定 →
gpupdate → 完成
(繼續閱讀...)
文章標籤

flyfox 發表在 痞客邦 留言(0) 人氣(1,442)

  • 個人分類:非M$
▲top
  • 4月 25 週四 201323:43
  • 資料庫備份策略

以月為基準及以週為基準。
每月第一天執行一次完整備份 (AM 2:00)
每個星期天執行一次差異備份 (AM 4:00)
每 15 分鐘執行一次交易記錄備份
(繼續閱讀...)
文章標籤

flyfox 發表在 痞客邦 留言(0) 人氣(218)

  • 個人分類:非M$
▲top
  • 4月 22 週一 201323:41
  • SoftEther 1.00

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)

  • 個人分類:非M$
▲top
  • 3月 28 週四 201323:32
  • Cannot start MongoDB

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)

  • 個人分類:非M$
▲top
  • 3月 26 週二 201323:31
  • 安裝 MongoDB

on Windows。
於 http://www.mongodb.org/downloads 下載適合版本,解壓縮至 C:\ 並更名為 mongodb,
cd \mongodb
C:\mongodb>mkdir data
C:\mongodb>mkdir log
(繼續閱讀...)
文章標籤

flyfox 發表在 痞客邦 留言(0) 人氣(742)

  • 個人分類:非M$
▲top
12...4»

自訂側欄

近期文章

  • 生日快樂
  • 安裝 Java SDK 開發環境
  • 擴充 Windows 2008 C、D 磁碟空間
  • 單網卡設定多 IP
  • 修改 hostname
  • Ubuntu 增加硬碟
  • MongoDB on Ubuntu
  • 安裝 Percona MySQL on Ubuntu
  • MongoDB 掛載於新增硬碟
  • 安裝 Mongodb on Ubuntu

留言板

個人頭像

flyfox
暱稱:
flyfox
分類:
好友:
累積中
地區:

文章彙整

文章分類

toggle Program (3)
  • PHP (1)
  • Shell (2)
  • Python (2)
toggle VM (3)
  • VirtualBox (2)
  • VMware (6)
  • AWS (2)
toggle Windows (2)
  • M$ (111)
  • 非M$ (35)
toggle BSD (1)
  • FreeBSD (2)
toggle Linux (4)
  • Fedora (10)
  • Debian (10)
  • CentOS (2)
  • Linux (13)
  • 網路 (20)
  • 硬體 (10)
  • 秘密 (0)
  • 故事 (1)
  • diary (14)
  • 小札 (8)
  • 勵志小品 (24)
  • 軍旅 (0)
  • 未分類文章 (1)

參觀人氣

  • 本日人氣:
  • 累積人氣: