Try to remount it with the command :
sudo mount -o remount,rw /dev/mmcblk0p1 /media/microSD/
Nothing fancy. Just a scratchboard for Open Source Geospatial manipulations. Involves (although not limited to) Linux, R, gdal, Quantum GIS, Geoserver etc.
Saturday, July 24, 2010
Thursday, July 22, 2010
installing a downloaded R source package file
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)
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)
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.html
Subscribe to:
Posts (Atom)