Alexandre

R - spgrass6 install

Submitted by aleswa on Wed, 2009-12-23 22:55.

Notes on install spgrass6 -- ubuntu 9.10

errors related to package XML

Cannot find xml2-config

you need libxml2 and libxml2-dev too.

Scaling Soil Survey

Submitted by dylan on Sat, 2009-01-31 20:56.

Background and Justification

babylon and stardict

Submitted by aleswa on Sat, 2008-10-25 00:06.

http://www.vivaolinux.com.br/dica/Convertendo-os-dicionarios-do-Babylon-para-o-Stardict/

instale o stardict e stardict-tools:

synaptic or apt-get stardict startdict-tools

( categories: )

working with aliases

Submitted by aleswa on Thu, 2008-09-25 22:05.

Aliases are custom commands which can be used to make the work with the shell easier.

( categories: )

fix on opening .r extensions with nautilus on Ubuntu gusty

Submitted by aleswa on Tue, 2008-08-26 01:09.

I don't know if it's a bug or what, but an error message will pop-up when trying to double click on a .r extension file.

to fix it:

cd to ~/.local/share/applications

nano defaults.list

( categories: )

link on conecting R to PostgreSQL

Submitted by aleswa on Tue, 2008-08-19 23:49.

http://grass.itc.it/statsgrass/r_and_dbms.html

don't forget

Sys.setenv("PG_LIB_DIR"="/usr/local/pgsql/lib")
Sys.setenv("PG_INCLUDE_DIR"="/usr/local/pgsql/include")

( categories: )

link on PostgreSQL instalation

Submitted by aleswa on Tue, 2008-08-19 23:27.

http://www-css.fnal.gov/dsg/external/freeware/pgsql_Install.html

( categories: )

problems with root login - su

Submitted by aleswa on Thu, 2008-08-14 22:32.

If you want to use 'su' instead of sudo to gain root privileges, you must:

1) assign a password to root: 'sudo passwd root'
2) setuid /bin/su: 'chmod 4750 /bin/su'

( categories: )

Instaling kwrite on Ubunut Gusty

Submitted by aleswa on Thu, 2008-08-14 01:49.

1 - Add this line to Synaptic > Settings > Repositories > Third-Party Software > Add > Enter url 'deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main' > Add Source > Update > Close

( categories: )