Alexandre

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: )

nice link on how to install R on Ubuntu Gusty

Submitted by aleswa on Mon, 2008-08-18 23:05.

http://rh-mirror.linux.iastate.edu/CRAN/bin/linux/ubuntu/README.html

don't forget

sudo apt-get build-dep r-base

( 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: )

Installing R packages

Submitted by aleswa on Thu, 2008-08-14 21:13.

As you may already know you can download and install R packages in R using the install.packages() command.

( 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: )

small note on cleaning up on linux

Submitted by aleswa on Wed, 2008-08-13 20:06.

sudo apt-get install -f

( categories: )

How to import adress book from Thunderbird to Evolution

Submitted by aleswa on Wed, 2008-08-13 18:20.

In Thunderbird,
* Go to Address Book
* Select the address book you want to export, then
* Click "Export" from "Tools" menu (Tools --> Export)

( categories: )

Sensor Installation

Submitted by dylan on Thu, 2008-05-29 23:37.