search for: rnichol

Displaying 3 results from an estimated 3 matches for "rnichol".

Did you mean: rnichols
2009 Mar 11
5
Disk usage for small files in ext3 in CentOS 5
Hello, I noticed something unusual today. If I "du" a small file (couple of bytes) in CentOS 5, it tells me the file is using 8kb, while I was expecting 4kb which is the block size I'm using. I tried this on several CentOS 5 machines, both x86_64 and i386: $ echo test >test.txt $ ls -l test.txt -rw-rw-r-- 1 filbranden filbranden 5 Mar 11 17:24 test.txt $ du -h test.txt 8.0K
2006 Mar 01
6
Rails on 2003
The site describing how to set up IIS on Windows 2003 for Rails appears to be down: http://www.bitslapped.nl/articles/2005/06/05/rails-on-windows-2003 Does anyone know anywhere else where this information can be found? -- Posted via http://www.ruby-forum.com/.
2006 Feb 28
4
number_to_currency UK pounds
I work in the UK and therefore most of my currency figures will be in UK pounds. I realise that to format a number to a currency format I can use: number_to_currency(amt, :unit => "?") but it would be more convenient to set ? as the default currency symbol. What is the best way to do that? Should I edit line 39 of this file: