Freitag, 30. Dezember 2011

high CPU usage of nepomuk

partly solved the problem by modifying ~/.kde/share/config/nepomukserverrc

[main Settings]
Storage Dir[$e]=$HOME/.kde/share/apps/nepomuk/repository/main/
Used Soprano Backend=virtuosobackend

[Service-nepomukmigration1]
autostart=false

[Service-nepomukstrigiservice]
autostart=false

[Basic Settings]
Configured repositories=main
Start Nepomuk=false

Sonntag, 25. Dezember 2011

add EMF update website
http://download.eclipse.org/modeling/emf/updates/releases/
choose 2.5 for eclipse 3.5

Follow the instruction of UIMA
cp apps/apache-uima/

xml editor
http://editorxml.sourceforge.net/updates/

Copy home directory to a new machine

1. create a new partition /dev/sda3 for the new home directory
2. mount /dev/sda3 to /local/home/user_name
3. copy files to the new home directory
cd
/local/home/user_name
find . -depth -print0 | cpio --null --sparse -pvd /mnt/newhome/
4. add a new user by using adduser
5. chown -R user_name:users
/local/home/user_name
6. add the mount to fstab see http://www.tuxfiles.org/linuxhelp/fstab.html