terça-feira, 30 de outubro de 2012

L P S


Hi every one! i"m not a good programmer and doing MSc in Geo Informatics, I just follow the step on Windows 7 ultimate its work fine! consider already i have install on my machine ArcGis 9.3 it does not make any problem.
here the step!
1.Install Drdas Imagine
2.Dwonload ftp://65.168.209.140/updates/i92/Released/LGGI_VistaLicenseServer.exe and Install.
Copy the license.dat and ERDAS.exe to C:\Program Files\Leica Geosystems\Shared\Bin\NTx86
and overwrite.

sexta-feira, 26 de outubro de 2012

debian

SE:
Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid root. Please see more information at http://tuxera.com/community/ntfs-3g-faq/#unprivileged
----------------------
INFOS:

# fdisk -l
/dev/sdb1  bla bla bla ntfs

# cat /etc/fstab
/dev/sdb1       /media/usb0    auto    rw,user,noauto  0       2

# lsb_release -a

Distributor ID: Debian
Description: Debian GNU/Linux testing (wheezy)
Release: testing
Codename: wheezy


# uname -a

Linux eu 3.2.0-2-amd64 #1 SMP Mon Jun 11 17:24:18 UTC 2012 x86_64 GNU/Linux


ENTÃO:
# vim /etc/fstab
/dev/sdb1       /media/usb0     ntfs-3g    rw,user,noauto  0       2

REBOOT THE SYSTEM

solved!
works!
funciona!

sexta-feira, 19 de outubro de 2012

Pdfcrop

Cortas as margens de arquivo pdf:
pdfcrop --margins '40 30 25 30' --clip      entrada.pdf      saida.pdf


Montar um pdf com 3 páginas por folha:
pdfnup --nup 3x1 --frame true --landscape --outfile    saida.pdf    entrada.pdf 

Para imprimir:
Escolher o Short Edge (Flip) ou Lado Curto.