If you have your own Ubuntu server running you may encounter the maximal file size upload limit in php scripts which is set to 2Mb as default. In order to change that we first have a look what the size actually is. In /var/www (standard www directory) create a file called info.php with the following [...]
You are at the archive for the MacOSX category &rarr
Mounting directory from Mac OS X host in Ubuntu Gutsy Gibbon guest in VirtualBox
There is a new beta version of VirtualBox for Mac OS X available and installing Ubuntu Gutsy Gibbon worked like a charm (in opposition to Parallels). The only problem I encountered was, that it was not possible to mount a directory from the Mac OS X host in the guest system with either the internal [...]
Universal binary of netcdf library for Mac OS X (10.5)
In order to create a universal binary of netcdf first read this post. Than issue this configure command: ./configure CFLAGS=”-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386″ CXXFLAGS=”-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386″ LDFLAGS=”-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386″ –disable-dependency-tracking –disable-f77c This will correctly build a universal binary of the netcdf library (C and C++). I had to use “–disable-f77″ since I [...]
Compiling universal binaries in Mac OSX 10.5 (Leopard) against 10.4u SDK problem
The hint below is actually a hack. The correct solution would be to add “-mmacosx-version-min=10.4″ to the compiler and linker command as mentioned in this post or follow the comment below this post. If you compile a programm/library on Mac OS X 10.5 (Leopard) against the 10.4u SDK as suggested in this technote to create [...]
Where is the damn \ and { in Mac OS X?
I recently got a new shiny iMac at work with Mac OS X 10.5 on it. Very nice. I like it. If you are used to the Windows/Linux keyboard, you run into troubles though, since some keys are not there where they should be. In order to find out where the are use the virtual [...]
