PDF Watermarking Software for Windows and Linux
Wednesday, June 11th, 2008It’s a Windows application but it also works perfectly on Linux using Wine.
http://www.coolpdf.com/pdfwatermark.html
It’s a Windows application but it also works perfectly on Linux using Wine.
http://www.coolpdf.com/pdfwatermark.html
Open Source Analytics
http://piwik.org/blog/piwik-open-source-web-analytics/
You can use:
TrueCrypt
Home page of this piece of software.
Very easy-to-follow how-to.
The encryption doesn’t use a public key algorithm because the purpose doesn’t require it.
GPG
Basically:
To encrypt myfinancial.info file, type the command:
$ gpg -c myfinancial.info
Output:
Enter passphrase:<YOUR-PASSWORD> Repeat passphrase:<YOUR-PASSWORD>
This will create a myfinancial.info.gpg file.
To decrypt file use gpg command:
$ gpg myfinancial.info.gpg
N.B.: GPG is mostly used for asymmetric key encryption.
Coppermine is a good application but it comes with not that good settings. These are the changes I made from the default.
Width of the table for file display (pixels or %)
> 100% o 700
Max width or height of an intermediate picture/video:
> 700
The content of the main page:
> breadcrumb/catlist/alblist
To resize the photos in a massive manner, this program is marvellous:
http://www.rw-designer.com/picture-resize
[you can find it attached to this post]
To add a description to a photo:
The aim is having a very good email system (Gmail is OK for this) with a sound notification for incoming mails(Thunderbird in suitable for this, from version 2).
You can download Thunderbird here.
GMail allows you POP access but before you have to say it you want this opportunities (Settings->Forwarding and POP) .
The way to create a GMail account in Thunderbird is explained here (from GMail help).
Aptana for debugging purpose in Eclipse.