Sunday, February 24, 2013

How-to: Install Ubuntu SDK in Ubuntu 12.04 64Bit


Step-by-step:
  1. Install Qt 5 via Ubuntu PPA
  2. sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper
  3. Install the Ubuntu SDK Preview
  4. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml

    If you got the problem as like the following:
    The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-qtcreator-qt5libs but it is not going to be installed Depends: ubuntu-qtcreator-plugins but it is not going to be installed E: Unable to correct problems, you have held broken packages.

    Try to install the android-adb-tools via this ppa
    sudo add-apt-repository ppa:phablet-team/tools
    sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot

  5. If you still got like the following,

  6. E: /var/cache/apt/archives/qtchooser_0.0.1~git20121229.g8f08405-0ubuntu1~precise1~test5_amd64.deb: trying to overwrite '/usr/bin/qdbusxml2cpp', which is also in package libqt4-dev

    Then, try this one to solve the problem
    sudo dpkg --force all -i /var/cache/apt/archives/qtchooser_0.0.1~git20121229.g8f08405-0ubuntu1~precise1~test5_amd64.deb sudo apt-get -f install
  7. Get started to make Ubuntu apps like in here.

Ubuntu SDK interface via Qt Creator


Sources:

Saturday, February 16, 2013

Pesta Rakyat Indonesia 2013 in Yokkaichi, Mie Prefecture


In January 4th, 2013, Indonesian community in Mie Prefecture hold a party which is called "Pesta Rakyat Indonesia 2013". This event was presented to celebrate the new year of 2013 as well as the communication forum for Indonesian life in Mie or in Japan generally. What make it different with the other Indonesian festival, just indexing annual Indonesia festival in Nagoya, the Indonesian party in Yokkaichi show most of Indonesian band performed by some Indonesian trainee (kensyusei) in whole Japan. Some cultural dances also were performed in this event including tari Betawi, Jaipong, Bali and others. 

Music Perfomance in Pesta Rakyat Indonesia 2013, Yokkaichi

As local Indonesian event in Japan, this Indonesian party successively made Indonesian people to come to Yokkaichi. However, the limitation of time in preparing the event make the organization of the event (Ori Management) not to perfectly shown the distinguish Indonesian show. Some mistakes was occurred in stage by some band personnel and by dancer. Located in Yokkaichi bunka kaikan, the place was the perfect stage. By paying 1000 yen, the people are welcome to this event, especially for Indonesian who wants to meet other Indonesians in Yokkaichi. Some Japanese and other nations are also present in that time.

Monday, February 11, 2013

Ayo Belajar Bahasa Jepang [6]:Ginko Ni Itte Kara, Kaisha Ni Kimasu

Pada pelajaran ke-6 ini, Kuon akan memberitahu atasannya tentang jadwal kegiatannya besok. Karena ada sesuatu hal yang akan dia kerjakan, dia akan terlambat datang ke kantor, dan Kuon memberitahukan alasan akan keterlambatan-nya itu.
Kuon bebicara (Jp:話-hanashi) dengan atasannya

Ungkapan yang digunakan Kuon adalah 'Ginko ni itte kare, kaisha ni kimasu' (銀子に行ってかれ会社に着ます). Berikut teks percakapan lengkapnya.

Saturday, February 09, 2013

Store Permanently Ubuntu Multiple Displays Setting

In Ubuntu 12.04 and maybe others, if we set displays for multiple monitor it just works for the current session. It means, if we restart our PC, the setting was gone and we need to set up again via display setting as shown from the picture below.


Ubuntu Display Setting
To store permanently the multiple monitors setting in Ubuntu, we can manually set the xrandr by making file .xprofile in home directory (~/.xprofile). For example, to set extra monitor in the left side of main monitor permanently (as shown by the picture above), type the following in ~/.xprofile
xrandr --output VGA1 --left-of LVDS1
For complete instruction, you can follow the Ubuntu wiki here. The ~/.xprofile will be executed by xrandr every single start of Ubuntu. The example script above will locate the extra monitor to the left of main monitor, here are the sreenshot of mine.

Extra monitor on the left of main monitor as set in ~/.xprofile



Thursday, February 07, 2013

Doa Ketika Takut Akan Seseorang (Doa Minta Perlindungan)

Saat pulang ke Indonesia setahun yang lalu, dan sebelum berangkat lagi ke Jepang, seorang bapak, teman ngaji saya tiba-tiba memberi saya secarik kertas yang isinya sebuah doa. Ceritanya, anak si bapak tersebut diterima beasiswa kuliah di fakultas kedokteran di universitas negeri ternama di kota Surabaya. Nah, saat pemberkasan daftar ulang, entah bagaimana caranya, berkas anaknya hilang di administrasi universitas. Singkat cerita, karena si anak panik dimarahi petugas administrasi dan terancam gagal masuk FK, dia menghubungi ayahnya, dan si bapak tadi menyarankan untuk membaca doa ini. Alhamdulillah, setelah membaca doa ini, si anak kemudian maju ke tumpukan berkas daftar ulang, dan secara acak mengambil salah satu berkas, dan... ternyata itu berkasnya.

Karena masih menyimpan secarik kertas yang bertulis amalan doa ketika takut akan seseorang itu, saya memfotonya lewat handphone, agar tidak lupa. Sebetulnya doa ini simple dan mudah di hafal, insyaAllah dibaca 5 kali saja sudah hafal.

Doa ketika takut seseorang

Wednesday, February 06, 2013

Facebook Via Command Line

As one of the fans of command line interface (CLI), there are some application running on my terminal. One of them is fbcmd or facebook command line. By this application we can update status, view stream, upload photos and many more as we can do in facebook via website application.

Here are step-by-step to install and use facebook via command line (from Ubuntu OS-based). All is via command line or termial.
  1. sudo apt-get install php5-cli php5-curl
  2. cd && wget https://raw.github.com/dtompkins/fbcmd/master/fbcmd_update.php
  3. php fbcmd_update.php
  4. sudo php fbcmd_update.php sudo
  5. php fbcmd_update.php install
  6. fbcmd go access #this will open new tab on your browser to ask permission accessing your facebook account
  7. fbcmd go auth #If you agree, choose generate and this will generade CODE for you
  8. fbcmd auth CODE   #replace the CODE with the code from the previous step
  9. fbcmd addperm
  10. fbcmd
Those are all steps! By "fbcmd" command you can see list of available command such to update your status, upload photos, comments and other. The screenshot below show "fbcmd stream" on my terminal and example of updated status via command line (courtesy of webupd).

Facebook via command line

Updated Status via Command Line (Picture Credit By Webupd8)


Related Posts Plugin for WordPress, Blogger...