2014年5月14日 星期三

How to install Skype in Ubuntu 14.04

  1. I used operation system is 32Bit, Xfce.
  2. Download source code from Skype.
  3. $ apt-get install gdebi-core
  4. $ gdebi skype-ubuntu-precise_4.2.0.13-1_i386.deb

2014年5月5日 星期一

How to install Libreoffice used source code

  1. First Download Source Code.
  2. Decompress file.
  3. Go to path $ cd {your file path}/RPMS/ or $ cd {your file path}/DEBS/
  4. Install $ yum localinstall *.rpm (CentOS, Fedora) or $ dpkg -i *.deb (Ubuntu, Debian)
  5. Finish. 
P.S. Red words is command.

2014年5月2日 星期五

How to change Linux default Java compiler

  1. Linux Java default is OpenJDK, I want to change Oracle Java SDK.
  2. Download Oracle Java SDK
  3. $ /usr/sbin/update-alternatives --install /usr/bin/java java "your download path"/bin/java 99
  4. $ /usr/sbin/update-alternatives --config java
  5. Choice your Oracle Java SDK.
  6. Finish. 
P.S. Red words is command

Gcin 安裝嘸蝦米

1. 首先先上Google搜尋 nosseing,下載相關檔案.
2. 解壓縮後將nosseing.gtab覆製到 /usr/share/gcin/table/
3. 重新開機即可使用無蝦米.

2014年5月1日 星期四

OpenSUSE 13.1 64Bit Install flash player

User just need click this connection. then system will auto-install.

http://software.opensuse.org/package/flash-player

Nyamuk 用法

在 test case 裡面有兩個檔案, pubnya.py, subnya.py

Publish由abc送訊息Hello給ActiveMQ.Advisory.Connection.pin這個Topic: python pubnya.py localhost abc ActiveMQ.Advisory.Connection.pin Hello
Subscript為監聽:python subnya.py localhost test ActiveMQ.Advisory.Connection.pin

2014年4月28日 星期一

Google Compute Engine on Windows tutorial

1. First you need to install Cygwin 32 Bit version.
2. Running install Cygwin you need to install curl, wget, python library.
3. Use Cygwin run command "curl https://dl.google.com/dl/cloudsdk/release/install_google_cloud_sdk.bash | bash" to get fild.
4. Use Cygwin under google-cloud-sdk folder run command  "./install.sh".
5. Certification your account "gcloud auth login"
6. Open browser to Google Developers Console there have connection command.

~Finish~