brazilfw

!!重要!! 請使用2.31.10版以後 mt是掛上實體硬碟 (mount) umnt 移除實體硬碟(用不用都可以) web control http://192.168.11.254:8180/ 外部ssl web control https://xxx.xxx.xxx.xxx:8181/ UTF-8 重要:brige、QOS 1、更新網卡動作(因為剛灌完的網卡會比較舊,所以要更新) mt cd /mnt wget http://brazilfw.com.br/users/Bender/addons/addnic/addnic.tgz cd / umt reboot etc/addnic/addnic.sh PS:實際做更新 2、抓(為了讓外網也能連到web control) mt cd /mnt wget http://brazilfw.com.br/downloads/addons/sslwrap.tgz cd / umt reboot 3、 澎湖人網路 外掛說明 衝突項目: squid VS MRTG squid VS FTP ?! 4、如果開機有問題,通常進etc改設定檔 5、IMSPECTOR http://www.brazilfw.com.br/forum/viewtopic.php?f=2&t=68354&p=167850&hilit=imspector+wget#p167850

2009-12-12 · 1 min · 52 words · Me

vmware 6.52以後

要使用vmware 6.52以後比較好

2009-12-12 · 1 min · 2 words · Me

mysql技術轉運站

http://groups.google.com.tw/group/mysql_tech?lnk=srg

2009-12-11 · 1 min · word · Me

上Mysql HA課程 Day1 12/10 DIY

可參考 http://www.osslab.org.tw/User:Alang/%E8%8D%89%E7%A8%BF%E6%96%87%E4%BB%B6/MySQL_Cluster http://dev.mysql.com/downloads/ MySQL Cluster http://dev.mysql.com/downloads/select.php?id=14 MySQL Cluster Support http://www.mysql.com/support/supportedplatforms/cluster.html 1、C:\mysql\mysql-cluster-gpl-7.0.9-win32 2、sample\my1.ini my2.ini -> C:\mysql\mysql-cluster-gpl-7.0.9-win32 3、create config.ini -> C:\mysql\mysql-cluster-gpl-7.0.9-win32 3-1、create mgmd-log -> c:\mysql 4、edit config.ini PS:大小寫沒差 Management node [NDBD DEFAULT] NoOfReplicas 幾台dataNode # Number of replicas DataMemory # How much memory to allocate for data storage IndexMemory # How much memory to allocate for index storage [NDB_MGMD] ID PS:只有一台時,不用打ID DataDir 放剛建立mgmd-log目錄 # Directory for MGM node logfiles HostName 看IP,如果在同一台就locahost PS:必需 [NDBD] 有幾個就建幾個 ID HostName 看IP,如果在同一台就locahost PS:必需 ServerPort PS:有需要再加 DataDir PS:看你把資料放那 ...

2009-12-10 · 2 min · 326 words · Me

上Mysql HA課程 Day1 12/9

介紹HA、cluster 用HA之前要先做評估 replcation 介紹master、slave master->slave正常方式 master<->master 會有問題(警告) 多master->slave 不可行 replcation過程中,不會傳資料,只會傳bindlogs 當master有異動,會把bindlogs傳到slave,slave的IO 會寫到replay bindlog,之後另一個sql turning會去讀replay bindlog,把異動部份寫到data IO和sql turning不會直接溝通,所以當master有大量資料時,IO會waiting sql turning讀bindlogs,,造成slave的資料延遲和master同步 下午 實作 DRBD LINBIT MySQL Cluster Components Data Nodes store redundant data fragments combined to form Node Groups Management Nodes Used at startup Re-Configuration MySQL Nodes Standard SQL interface Scale Out NDB API

2009-12-09 · 1 min · 52 words · Me