Posted on January 23, 2009 by kurniawano
I finally managed to set up skype on Kubuntu 8.10 with KDE 4.2 RC1. I installed Skype from its website which asked me to download the .deb file. I install using right click and “install using GDebi package installer”.
The problem I had was that I couldn record my voice. When I made a test call, [...]
Filed under: Uncategorized | Tagged: kubuntu, linux, ubuntu | 3 Comments »
Posted on January 23, 2009 by kurniawano
to upload your web contents to sourceforge web project server:
$ rsync -avz myhtml/ ,@web.sourceforge.net:htdocs/
Filed under: Uncategorized | Leave a Comment »
Posted on January 15, 2009 by kurniawano
I tried to use the PPA package:
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
However, OpenOffice 3.0 cannot open any file. I can start a new file, but cannot open file. So I remove them and tried the one from the openoffice.org website.
I downloaded the *deb.tar.gz file, then before installing it, I remove .openoffice* folder from my home directory.
Then unzip [...]
Filed under: Uncategorized | Tagged: kubuntu, linux, openoffice, ubuntu | Leave a Comment »
Posted on January 14, 2009 by kurniawano
For a detail instruction to install the plugin in Eclipse which enable Subversion, go to:
http://www-128.ibm.com/developerworks/opensource/library/os-ecl-subversion/
There are some differences with the version which I am using in Kubuntu. So I will list down again briefly.
1. Open Eclipse, click menu “Help->Software Updates->Find and Install”
2. click the option, “Search for new features to install”, and then “Next” button.
3. [...]
Filed under: Uncategorized | Tagged: programming | Leave a Comment »
Posted on January 14, 2009 by kurniawano
I am developing C/C++ codes in Linux, and luckily Eclipse has a plugin called CDT to be used for C/C++ language. To install Eclipse and CDT plugin in Kubuntu/Ubuntu, just type:
sudo apt-get install eclipse eclipse-cdt
Filed under: Uncategorized | Tagged: c/c++, kubuntu, linux, programming, ubuntu | Leave a Comment »
Posted on January 14, 2009 by kurniawano
I installed Opera and I began to love it. However, it can’t detect the flash player which firefox detect. It turns out that it is not in the path. If you visit a page that has flash, it will ask you to install the flash player. After you go to the Adobe site, select “.deb [...]
Filed under: Uncategorized | Tagged: opera | 1 Comment »