When you get reports that some people get e-mails from Roundcube that have ATT####.dat attachments, check if they’re using Microsoft programs, especially Outlook Express. They don’t (of course) implement the most recent RFCs, so if attachment name contains diacritical characters (such as Polish ą, ć, ś, etc.) it gets corrupted. When using Roundcube, the solution is quite simple — search the main config file for „mime_param_folding” and change its value from 0 to 1.
Archiwum kategorii: Krótkie
[en] Force Netbeans 7.2 to use UTF-8 when editing .properties files
[en] Java: File.renameTo() doesn’t work on Linux between partitions
I have /tmp and /home on different partitions. When trying to move a file from /tmp to /home using File.renameTo() — it fails. Turns out one has to copy and delete the file himself, renameTo works only inside single partition.
Notka dla siebie – układanie okienek w Ubuntu
Dużo RAMu na Ubuntu i sysctl.conf
Notka dla siebie – czy takie zmiany w /etc/sysctl.conf faktycznie przyspieszą działanie Ubuntu na komputerze z mnóstwem ramu?
vm.swappiness=10
vm.vfs_cache_pressure=50
