From within R :
If the destdir argument is used, the downloaded packages are not deleted after the installation (or if the compilation fails) :
> install.packages("rJava", dep = T, destdir = "/home/user/Downloads/") :
If the compilation fails, one can get back later on the process by specifying the source file on disk :
> install.packages("/home/user/Downloads/rJava_0.8-4.tar.gz", repos=NULL)
Nothing fancy. Just a scratchboard for Open Source Geospatial manipulations. Involves (although not limited to) Linux, R, gdal, Quantum GIS, Geoserver etc.
Thursday, July 22, 2010
Sunday, July 11, 2010
Embedding fonts in a PDF with pdflatex
Embedding fonts in a PDF with pdflatex
http://thomer.com/howtos/embed_font_in_pdf.htmlThursday, June 24, 2010
Shrinking Vista Partition
The "Shrink Volume" option of "Computer Management" tool in Windows Vista would not shrink as much as you want it to. To improve the situation, one can download the trial version of PerfectDisk Professional and perform 3 different types of defragmantation :
- Consolidate Free Space
- Boot Time defragmentation
Monday, May 10, 2010
DNS now working in VirtualBox client after network switch
I have a laptop and regularly change network connections. I don't shut the machine down but let it hibernate in between. I use VirtualBox, windows host (sorry, this is it for now but I promise it will change soon ;o), Linux guest.
I had to configure the Google free DNS service in the Linux guest so that the DNS works even when I change network (going home from work, etc.) :
http://code.google.com/speed/public-dns/docs/using.html
I had to configure the Google free DNS service in the Linux guest so that the DNS works even when I change network (going home from work, etc.) :
http://code.google.com/speed/public-dns/docs/using.html
Friday, May 7, 2010
Wednesday, May 5, 2010
Tuesday, May 4, 2010
Subscribe to:
Posts (Atom)