Category Archives: 工具軟體

[Intellij] Can’t start git

After Mac OS X upgrading, something happen in the Intellij. screenshot Then we should enable the Xcode license again. sudo xcodebuild -license Ref. OSX Mavericks and Git Error

Posted in Intellij, Mac | Tagged , | Leave a comment

[Vim] Turn on/off line numbers

Ref. stackoverflow: how to take off line numbers in vi turn on :set nu turn off :set nu!

Posted in Vim | Tagged | Leave a comment

[.Net] OLEDB in Windows x64 error.

Ref. 解決64位元主機上IIS無法跑32位元的元件:Jet OLEDB 4

Posted in Visual Studio | Leave a comment

Install Windows 10 preview in virtualbox

Ref: http://www.sysprobs.com/install-windows-10-on-virtualbox-and-its-guest-additions

Posted in Virtualbox, Windows | Leave a comment

[Cloudera HBase] Install Cloudera HBase in Ubuntu 14.04 x64

Install Oracle Sun Java 1.7. Add Repository.

Repository update.

Install Java 1.7.

Install Java Environment Variable.

Cloudera HBase Ref 1. – Installing the Latest CDH 5 Release Ref 2. – Starting HBase in Standalone Mode Download … Continue reading

Posted in Cloudera, HBase | Leave a comment

[Java] Eclipse IDE.

Download and install JDK. Edit Windows Environment setting. (Advanced system settings => Advance => Environment variables => Choose Path and click edited => Add the location of the bin folder of the JDK installation.) Ex: “C:Program Files (x86)Javajre1.8.0_31bin” Check the … Continue reading

Posted in Eclipse, Java | Leave a comment

[Excel] Find the latest value

If we want use excel to get the value F.

The common method is using the upper mathematical formulas. But if we adjust the columns, we may get the wrong value because there are some exceptions in the reference … Continue reading

Posted in Excel | Leave a comment

[Sublime Text] Enable BIG5 support

In default, sublime text editor does not support BIG5 character, so you must install “ConvertToUTF8” package.

Posted in Sublime Text 2 | Leave a comment

[Splunk] Get the quota exceeded count

When we want to find some way to get the count of the quota exceed event, we might find this page “Splunk > Wiki : Community:TroubleshootingIndexedDataVolume Troubleshooting Indexed Data Volume”. Then we could use the following to get the count. … Continue reading

Posted in Splunk | Leave a comment

Sublime Text 安裝 SFTP 模組

ctrl + shift + p => 輸入 install package,選擇 輸入 SFTP 進行安裝 開啟要同步的資料夾 View => Side bar => Show Side bar 點選 Side bar 中的資料夾按右鍵,SFTP/FTP => Map to Remote 設定 “host”、”user”、”port”、”remote_path”,並將 “save_before_upload” 設定為 true 點選 Side bar 中的資料夾按右鍵,SFTP/FTP => Download … Continue reading

Posted in Sublime Text 2 | Leave a comment