Download the driver from :
http://download.pogoplug.com/install/linux/pogopluginstall.tar.gz
Create a conf file .pogoplugfs.conf under the same directory as the driver :
svcuser=your_email_registered_with_pogoplug.com
svcpassword=PASS
To mount the file system in a non-empty direcory :
./pogoplugfs --mountpoint /home/acizmeli/Pogoplugfs/
Nothing fancy. Just a scratchboard for Open Source Geospatial manipulations. Involves (although not limited to) Linux, R, gdal, Quantum GIS, Geoserver etc.
Monday, May 30, 2011
Monday, May 16, 2011
use lapply to modify a list of lists in R
modifyList package:utils R Documentation
Recursively Modify Elements of a List
Description:
Modifies a possibly nested list recursively by changing a subset
of elements at each level to match a second list.
Recursively Modify Elements of a List
Description:
Modifies a possibly nested list recursively by changing a subset
of elements at each level to match a second list.
Sunday, May 8, 2011
querying a samba server and mounting a share
smbclient -L server
sudo /sbin/mount.cifs //server/Data /home/me/mountplace -o user=acizmeli%pass,rw
sudo /sbin/mount.cifs //server/Data /home/me/mountplace -o user=acizmeli%pass,rw
Saturday, May 7, 2011
Stream an image file from a web server and restore it to a partition:
Stream an image file from a web server and restore it to a Linux partition:
wget -qO - http://server/backup.img | \
ntfsclone --restore-image --overwrite /dev/hda1 -
wget -qO - http://server/backup.img | \
ntfsclone --restore-image --overwrite /dev/hda1 -
Subscribe to:
Posts (Atom)