Category Archives: Software

JasperReport: Stretch with overflow

If you wish for your textfield to expand vertically, use Stretch with overflow while editing your JasperReport with iReport.

Warning: No matter what your report orientation is (Portrait or Landscape), you’ll need Print order = Vertical.

Trad FR ZoneAlarm

Instant d’incompréhension pendant l’installation de ZoneAlarm : “Temps à gauche: 10 secondes”.

Temps à gauche, wtf ?

Oh my…

Bon, bah voilà ce qui arrive quand on confie la localization à Google Trad.

Internet Explorer Compatibility View

Internet Explorer is not always friendly with Dojo objects, and may not be completely loaded (some Dijit buttons will appears, but the content panes won’t show up).

If you are using IE 8 or 9, check if it’s using the Compatibility View:

Compatibility View OFF:

Compatibility View ON:

1998 files in FileZilla

FileZilla cannot display more than 1998 files per folder, but if you use the ls -l | wc –l command in Putty, you will obtain the real file count (x fichiers + 1 link to the parent-folder).

 

Source: http://forum.filezilla-project.org/viewtopic.php?f=2&t=14688 : The server intentionally cripples the directory listing. In order to “save bandwidth”, some servers truncate listings at exactly 2000 files (1998 files and the two special entries . and ..). That is a decision made my the server, FileZilla can’t do anything about it.

[plink] The server’s host key is not cached in the registry

I was trying to open a SSH tunnel through a .bat file launching Plink, when I got the following error:
The server’s host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server’s rsa2 key fingerprint is:
ssh-rsa 1024 xxxxxxxxxxxxxxxxxxxxxxxxxxx
If you trust this host, enter “y” to add the key to
PuTTY’s cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter “n”.
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n)
I tried to press Y, N, y, n, Return: no key seemed to respond.

Solution: Download Putty, open a normal SSH connection on the server, accept to store the new key in the cache, and Plink will be thrilled to use it next time you launch your BATCH..