Wednesday, February 5, 2014

Install qt Latest Ubuntu

Qt adalah sebuah GUI frameworks yang cross platform dan juga mendukung untuk berbagai bahasa pemrograman. Cara penginstalan di Ubuntu:
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qt-sdk

Di windows, download installer di sini
http://qt-project.org/downloads

Wednesday, September 4, 2013

Uninstall or Remove WPS / Kingsoft Office

Untuk versi 8.10:
sudo apt-get purge wps-office

Untuk versi 9.10:
Sudo apt-get purge kingsoft-office

source: Remove

Tuesday, September 3, 2013

Menghapus, Meremove, Uninstall Tuxcut Ubuntu

Saat artikel ini ditulis, Tuxcut belum masuk dalam repository ubuntu. Di software center juga belum ada. Di beberapa artikel ada yang mencoba untuk menggunakan apt-get remove yang ada hanyalah package yang eror. Bagaimana cara menghapusnya? Simak langkah di bawah ini.

Sunday, September 1, 2013

Tidak Bisa Menulis Ke Harddisk Ext4

Pernahkah ada yang baru saja memformat harddisknya dengan format ext4 dengan tujuan untuk menyimpan data? Namun apa yang terjadi setelah itu? Kita palah tidak bisa mengcopy file ke dalam partisi tersebut. Bagaimana cara mengatasinya?

Monday, May 27, 2013

Fix Error Wingdings 1, Wingdings 2, Wingdings 3, MT Extra Ms. Office Font WPS Kingsoft

If you get an font error when you launch wps office, just follow these steps:
  1. Download missing font from "ms-truetype"
  2. Extract the content.
  3. sudo mv ms-truetype/ /usr/share/fonts/
  4. Relaunch your office :D
Give me a comment if you fail do the step above :D

Install WPS Kingsoft "Office Microsoft Office Clone" Ubuntu

Hey guys, there is a Office application that very similar to Ms. Office. Its name is WPS Office or also called Kingsoft Office. Here is the screenshoot.



Tuesday, April 23, 2013

Connect Nexus And Other Android Device Via MTP Support In KDE

UPDATE : MTP SUPPORT IS AVAILABLE IN UBUNTU 13.04 AND HIGHER WITHOUT ANY INSTALLATION

Confusing how to transfer file from your android device? Connecting it to computer based on KDE desktop but it doesn't appear? Try using MTP protocol :D
  • sudo apt-add-repository ppa:philschmidt/ppa-kio-mtp-daily
  • sudo apt-get update
  • sudo apt-get install kio-mtp
Then just plug your Android device and open it with dolphin in Network > MTP Devices.


 Note: You can't make a folder in your Android devices. So you must make a folder first from your android, and then copy the file you want to it.

Tested on Kubuntu 12.04 and 12.10 with Nexus 7 device. In Kubuntu 13.04 there is an issue that MTP will be added in dolphin, so you are not necessary to install kio-mtp again :D