mac
I just got a Crucial C300 SSD to plug in my Mac. And it came in revision 02 ; but the latest bug free firmware is revision 07.
To upgrade, just go to the Crucial website and get the “C300_FW0006.zip” archive. Unzip and burn the ISO file. Reboot, use ‘alt’ to drop to the boot selector and select the CD drive ; it appears as “Windows”. Let the process find your drive and upgrade the firmware to 06.Continue reading...
While testing Linux KVM on Debian 6, I choose to access the management tool, virt-manager, from my Mac, running OSX Lion, through an SSH connexion. I’m using a french keyboard and discovered that it was sending garbage to the virtual machines console. I couldn’t even use the default Ctrl+Alt key binding to get out of the console.
There are a few tricks to apply to solve this.Continue reading...
Mac OS X is build on UNIX. As such, it should be able to export it’s data using NFS. Although I couldn’t find the GUI to enable it, it can be done via the Terminal.Continue reading...
I had the opportunity to get a Crucial RealSSD C300 256GB at a really decent price. According to its specs, it features TRIM. This should make a perfect disk for my MacBook Pro 13".
Indeed, after a clean OS X Lion installation and the use of the TRIM Enabler utility, I have TRIM enabled of the cat:
Model Name: MacBook Pro
Model Identifier: MacBookPro5,5
(...)
Boot ROM Version: MBP55.00AC.B03
SMC Version (system): 1.Continue reading...
I am used to using ksh on my *BSD box. I have configured a tweaked .profile with colors and aliases. I already used it with the default bash. But today, I want to switch to ksh on the Mac too.
And that’s quite simple:
# chsh -s /bin/ksh That’s All!Continue reading...