Archiwum kategorii 'Krótkie'

May 11 2011

[en] Java: File.renameTo() doesn’t work on Linux between partitions

Napisał(a) Grzegorz w kategorii English, Informatyka, Krótkie, Porady

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.

Brak komentarzy

Dec 20 2010

Notka dla siebie - układanie okienek w Ubuntu

Napisał(a) Grzegorz w kategorii Informatyka, Krótkie, Porady

http://www.giuspen.com/x-tile/

Brak komentarzy

Dec 17 2010

Dużo RAMu na Ubuntu i sysctl.conf

Napisał(a) Grzegorz w kategorii Informatyka, Krótkie

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

Brak komentarzy

Dec 11 2010

Hmmm

Napisał(a) Grzegorz w kategorii Humor, Informatyka, Krótkie

NerdTests.com says I'm an Uber Cool Nerd King.  Click here to take the Nerd Test, get nerdy images and jokes, and write on the nerd forum!

Brak komentarzy

Dec 10 2010

[en] Fix jQuery’s $.get() not working in IE (Internet Explorer)

Napisał(a) Grzegorz w kategorii English, Informatyka, Krótkie, Porady

It turns out that Internet Explorer caches AJAX requests (how clever). If you’re using $.ajax(), you can pass cache: false option to it, but if - like me - you’re using $.get() and $.post(), just use

$.ajaxSetup({cache: false});

somewhere at the start of your script.

Brak komentarzy

Następne »