Use the bluetooth port with ubuntu

Making bluetooth work on my Dell Latitude D820 with my Sony Ericsson T630 phone was rather easy. I just needed to enable bluetooth in bios and then install the following packages: apt-get install bluetooth gnome-bluetooth apt-get install bluez-gnome bluez-utils After the install I started the bluetooth-applet. A bluetooth icon appeared in the notification area and I was able to add the laptop to my phone as a bluetooth friend and send a file from the phone to the laptop....

<span title='2007-04-30 15:46:09 +0000 UTC'>April 30, 2007</span>&nbsp;·&nbsp;len

Use the IR port with ubuntu

This is more of a fuss as I wanted to connect to my Sony Ericsson T630 phone over infrared, hopefully at some point I will be able to use it’s modem for GPRS access. Activate the ir (COM2 – /dev/ttyS1) in bios Install the irda-utils and openobex packages apt-get install irda-utils obexfs obexftp openobex-apps Load the needed kernel modules modprobe irda modprobe ircomm modprobe ircomm-tty modproble irtty-sir edit /etc/modules and add...

<span title='2007-04-29 12:31:03 +0000 UTC'>April 29, 2007</span>&nbsp;·&nbsp;len

Install ubuntu feisty fawn: migrate data

Here are the steps I used to install needed applications and migrate data from my old laptop to the new one after the previous install of ubuntu feisty fawn on a D820. Mozilla Just copied the .mozilla directory from my old Dell Inspiron 8600. This includes all configuration, bookmarks, saved passwords and installed plugins (local installations). It does not apply to system wide plugins. Skype For skype I had to download the ....

<span title='2007-04-29 12:26:32 +0000 UTC'>April 29, 2007</span>&nbsp;·&nbsp;len

Install ubuntu feisty fawn on a dell latitude d820

The arrival of my new Dell D820 was not something which could be shadowed by the fact that I am sick with chickenpox for the last few days. So, almost in a good mood I decided to install the new Ubuntu Feisty Fawn which I downloaded in preparation a few days ago. The system DELL Latitude D820 with Intel Core 2 Duo at 2GHz, 2GB RAM, 100 GB HDD, 1680×1050 screen, nVidia GeForce Go 7400....

<span title='2007-04-29 12:11:38 +0000 UTC'>April 29, 2007</span>&nbsp;·&nbsp;len

Koha ISSN search

By default koha (2.2.5) does not implement Z3950 search based on data entered in the ISSN field in the import MARC page. This is a simple way of adding this functionality: Here is the list of data parameters transfers: the PopupZ3950() javascript function calls the search.pl with parameters the intranet/cgi-bin/z3950/search.pl function takes the parameters and uses the intranet/modules/C4/Z3950.pm module to store a search in the database the intranet/scripts/processZ3950queue daemon monitors the database and performs the actual search....

<span title='2007-04-18 14:59:06 +0000 UTC'>April 18, 2007</span>&nbsp;·&nbsp;len

Won’t trade deadlines for fat anymore

As many other times, I am faced a deadline. Putting together various stuff, testing, making order into a big mess to create a line of work. This is an analysis deadline, must try, must test, must evaluate, must decide upon the way to go, must write down all decisions in the form of a technical specification. It’s nothing clear, using components which won’t work, using code which won’t compile but finally a decision must be taken....

<span title='2007-04-17 23:33:10 +0000 UTC'>April 17, 2007</span>&nbsp;·&nbsp;len

My first flash (flex) application

How come? As I am currently evaluating a Digital Signage project which makes heavy usage of Flash movies I decided to re-evaluate this technology. Until now I was rather reticent for the following reasons: it is proprietary and does not have any free development tools and (most disturbing) it requires Windows. However today while browsing the Adobe site I found out some rather cool things. There is a product called flex which allows to freely develop flash applications on Linux....

<span title='2007-04-13 00:21:11 +0000 UTC'>April 13, 2007</span>&nbsp;·&nbsp;len

Solaris 2 Linux migration troubles

I recently started on a new project to migrate almost 10 years of Solaris developments on Linux. The oldest code I found dates almost from 1992. It is of course a mess of C, C++ written by tens of people on different stages, various internal libraries and external libraries. A complicated Makefile structure which was supposed at some time to support multiple architectures in a rather complicated way. For now the code compiles mostly on solaris 2....

<span title='2007-04-12 14:57:53 +0000 UTC'>April 12, 2007</span>&nbsp;·&nbsp;len

Zero G installer error

Everything started with this simple Roguewave SourcePro demo installer but the problem surely applies to many other installers. Upon running the installer it exits with the following errors: ./linux/install_linux.bin<br></br>Preparing to install...<br></br>Extracting the JRE from the installer archive...<br></br>Unpacking the JRE...<br></br>Extracting the installation resources from the installer archive...<br></br>Configuring the installer for this system's environment...<br></br>nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory<br></br>dirname: error while loading shared libraries: libc....

<span title='2007-04-10 22:26:08 +0000 UTC'>April 10, 2007</span>&nbsp;·&nbsp;len

Koha AMS integration

This describes the modifications which have been done to a standard Koha 2.2.5 installation in order to be provide a basic AMS integration for IMAR: “Simion Stoilow” Institute of Mathematics of the Romanian Academy library system. AMS integration One of the requirements of the customization was to allow a basic AMS integration. For each ISBN code the corresponding AMS code had to be found using a crawler. This was achieved by a value_builder plugin which consists of 3 parts:...

<span title='2007-03-21 23:18:21 +0000 UTC'>March 21, 2007</span>&nbsp;·&nbsp;len