I-List: Create Your Own Lists of Links
I-List is a very helpful links share platform to share your collected links. It provides
I-List is a very helpful links share platform to share your collected links. It provides
由於大量資訊的時代來臨,越來越多公司想要利用Hadoop的處理能力來幫他們解決商業或是科學計算上的問題。知名的Hadoop由於其開放原始碼的特性,讓許多公司能夠針對它做客製化與商業化。目前,Hadoop相關專案以及其相關發行版為以下:Apache HadoopCloudera’s Distribution including Apache Hadoop (that’s the official name)IBM Distribution of Apache HadoopDataStax BriskAmazon
Using Pthread 1. Pthread Tutorial 2. Pthread Spec. 3. Wait for function of Pthread 4.
在開啟hadoop ,load namenode的時候,系統會先停在safe mode,使得data node在回報其資料完整性之前,data blocks不會提早做複製的動作。系統若在safe mode,則所有的blocks都是唯讀 (read only)屬性,不能做任何寫入或是修改。直到data node都做出正常回報之後,才會離開safe mode,進行data blocks的複製行為。 若hadoop因某些意外不正常啟動或是關閉,則系統會鎖在safe mode。使得你無法對HDFS做任何變更的動作。因此,如果你要離開safe mode,可下達以下指令:
由於需要使用到json_encode的關係,迫使我將PHP版本升級到5.2.10。 升級方法主要採用以下這篇來做即可順利升級成功。 http://joomlab15.exonsoft.com/zh-tw/articles/general/83-upgrade-php-to-52x-on-centos 2011/02/24 Modified: 之前的連結,解釋比較不清楚,加上phpmyadmin一直報告說php-mcrypt沒有正確安裝。因此換成這個比較清楚的連結上來。 ^^
上網找硬碟相關指令,無意間發現這個好東西。可以透過硬碟的S.M.A.R.T. 查看硬碟的健康狀態。 若需知詳情,請至:Smartmontools-硬碟狀態監控 關鍵字:smartctl
只要一個指令就好:sudo apt-get install ttf-linux-libertine ttf-mscorefonts-installer msttcorefonts 然後重新登入即可。
Linux下也有類似fineprinter之類的列印好幫手。讓我慢慢解說怎麼使用… 如果是橫式的投影片,想要列印成 1 2 3 4 的這種順序,只要使用psnup (psnup在Ubuntu的套件名為psutils) ; 執行如下指令: psnup -n 4 -d1 -b1
最近管理的CentOS Server下yum指令時,都會出現db->close()不正常訊息。查了一下發現可能是因為yum安裝/移除/更新途中不正常停止造成暫存檔無法刪除,下次執行yum 時系統發現有這些暫存檔就出現錯誤了。 修正方法請參照 http://edumeme.blogspot.com/2009/04/yum.html
調了好久,統整好的vim設定終於完成。(有更新設定) 我的vim 設定檔,存放在~/.vimrc : set nocompatible colorscheme asmanian2 “colorscheme elflord syntax on set hls set