Apache [Apache]VirtualHost 設定通常在一台Web Server上,會有數個不一樣的網站要執行,這時候各個網站的domain name Read more… By johnson, 14 年18 11 月, 2010 ago
Cisco [Cisco]backup config設備1 192.168.1.1 本機 192.168.1.2 設備2 192.168.1.3 ( Read more… By johnson, 14 年17 11 月, 2010 ago
Cisco [Cisco]查看本機MAC以往都習慣利用arp去查看各個設備的mac, 但有時突發狀況是在沒有接線的空機上面看mac, 這是只 Read more… By johnson, 14 年12 11 月, 2010 ago
Hadoop [Hadoop]Hadoop及HBase程式編譯與執行編譯: 若單純只是存取到HDFS,編譯時只需要用到hadoop的jar檔 javac -classp Read more… By johnson, 14 年11 11 月, 2010 ago
Hadoop [Hadoop]HBase 編譯環境設定在編譯存取HBase的Java程式之前,需先將HBase的部份檔案複製到Hadoop的lib才能順利 Read more… By johnson, 14 年11 11 月, 2010 ago
Wordpress [WordPress]讀取文章清單在製作樣板時,首頁部份常會遇到需要讀取特定分類文章的問題, 只要使用query_posts函式即可自 Read more… By johnson, 14 年9 11 月, 2010 ago
Hadoop [Hadoop]PHP access HBase請先參考HBase + Thrift + PHP 首先要先引用Thrift <? //incl Read more… By johnson, 14 年9 11 月, 2010 ago
Apache [Apache]htaccess tricks常常在其他網站看到一些沒有副檔名的網址, 其實這是可以用RewriteEngine做到的, 只要在網 Read more… By johnson, 14 年4 11 月, 2010 ago
Linux [Ubuntu]查看硬體資訊查看cpu資訊 cat /proc/cpuinfo 查看磁碟與目錄的容量 df -h 查看i/o裝置 Read more… By johnson, 14 年 ago
MySQL [MySQL]匯出資料庫匯出資料庫 mysqldump -u root -p DBname > file_name 匯 Read more… By johnson, 14 年3 11 月, 2010 ago