July 14th, 2005
The most common disk images are ISO files, with extension .iso
Under Linux/Mac OS X, the following command can be used to mount the ISO image to the directory /mnt/iso
mount -o loop -t iso9660 filename.iso /mnt/iso
Windows doesn’t natively support disk images, so you’ll need a third-party software. I strongly recommend the FREE DaemonTools. It is light-weight (<500KB) but very powerful. It supports cue/bin, iso, ccd (CloneCD), bwt(Blindwrite), mds (Media Descriptor File), cdi (Discjuggler), nrg (Nero), pdi (Instant CD/DVD), b5t (BlindWrite 5).
Posted in Apple, Useful Tips | 12 Comments »
July 14th, 2005
Apple made a HUGE decision on using Intel CPUs for the next generation Macs.
According to the earlier development system test, the Mac OS X on Intel dev system boots up in 10 seconds, compared to more than 1 minute on my Power Mac G5 dual 2.5GHz.
Read the rest of this entry »
Posted in Apple | 2 Comments »
July 14th, 2005
Since the release of MATLAB 7, I have had problems with it running on Mac OS X.
The java interface in the original release crashes every 5 minutes or so, which makes it almost impossible to work. The 7.0.1 update fixed most of the problems, but still vulnerable in some occasions (mainly graphics related). Even the latest 7.0.4 update offers little improvement in that aspect.
The crashing problem I assume is mainly due to the vulnerability of the java engine on Mac OS X. I’d highly recommend users to run MATLAB without the java virtual machine.
Posted in Apple, MATLAB, LABVIEW | 4 Comments »
July 13th, 2005
Just found out the Apache 2 I installed didn’t enable mod_rewrite by default. This caused a Permalink Structure failure, namely
http://kingler.is-a-geek.net/2005/07/12/cool-softwares-on-mac-os-x/ simply wouldn’t work.
Anyway, by adding in the mod and restarting Apache, the problem is fixed.
Posted in WebDesign | 3 Comments »