Posted on October 31, 2008 by kurniawano
I found the md5sum for Kubuntu 8.10:
4dc5bad5ee18648cd9dfbb87d86880b5 *kubuntu-8.10-alternate-amd64.iso
04a2c5c8f394175e6d6579e626995c7a *kubuntu-8.10-alternate-i386.iso
b054fd985294c80dcd6400fede533c72 *kubuntu-8.10-beta-desktop-i386.iso
824de6bea59d41637a41f17c00d33f7d *kubuntu-8.10-desktop-amd64.iso
82c02dc7386dfb6858a9ec09a5059e1e *kubuntu-8.10-desktop-i386.iso
from this page.
Filed under: Uncategorized | Tagged: kubuntu, linux, ubuntu | Leave a Comment »
Posted on October 30, 2008 by kurniawano
I am fond with www.getdropbox.com, it just nice and works as needed. I use it to synchronize files between my laptop and my desktop at office. there is plugin to be used in Kubuntu. It’s great!
Filed under: Uncategorized | Tagged: kubuntu, linux, ubuntu | Leave a Comment »
Posted on October 29, 2008 by kurniawano
I found a package “subfig” which can be used to create “subfigures” within one floating figure in Latex. To do this simply type
\usepackage{subfig}
in the preamble, and then create a floating figure
\begin{figure}
\centering
\subfloat[]{\includegraphics[width=3.1in]{figures/gpEcUND.eps}}
\subfloat[]{\includegraphics[width=3.1in]{figures/gpgTND.eps}}
\caption{Potential for 0.5 V bias.}
\label{fig:EcUND}
\end{figure}
This will create figures (a) and (b) side by side. For more info, [...]
Filed under: Uncategorized | Tagged: latex | Leave a Comment »
Posted on October 14, 2008 by kurniawano
To install ARPACK from source, download the source code and the patch file as instructed in this page.
http://www.caam.rice.edu/software/ARPACK/
If you have retrieved arpack96.tar.gz and patch.tar.gz then issue the following command
zcat arpack96.tar.gz | tar -xvf -
zcat patch.tar.gz | tar -xvf -
and then edit the ARmake.inc to specify the $(home) variable (this is the home [...]
Filed under: Uncategorized | Tagged: linux, octave | Leave a Comment »
Posted on October 14, 2008 by kurniawano
Octave Forge provided an octave binding to Arpack to solve large scale sparse matrix. So first download from octave forge packages.
And to install the package, you need to have the header files for suitesparse and libarpack. So type this in console:
sudo apt-get install libsuitesparse-dev libarpack2-dev
after that go to the download folder of Octave’s arpack and [...]
Filed under: Uncategorized | Tagged: numerical, octave | 1 Comment »
Posted on October 6, 2008 by kurniawano
somehow my ./configure command for Octave 3.0.3 cannot find libreadline. I have specified in LDFLAGS and CPPFLAGS the directory of my non-standard installation. so in one of the forum, it was suggested to check the config.log, and I found this error message when testing readline:
libreadline.so: undefined reference to `PC’
…
..
and after googling around, It turns out [...]
Filed under: Uncategorized | Tagged: octave | Leave a Comment »
Posted on October 3, 2008 by kurniawano
Go to this Adobe website or google it.
Select “Linux” operating system,
and then select “Linux-x86 (.deb)” for the installer
and select the language. You will be directed to the download page. Save to desktop
After download Open Dolphin (KDE) and go to Home directory. Right click your “desktop” folder and choose “Actions”->”Open As Root”.
And then on the .deb [...]
Filed under: Uncategorized | Tagged: adobe, kubuntu, linux, ubuntu | Leave a Comment »