martedì 17 maggio 2011

Restoring proper TextMate bindings for RoR and RSpec

If you cannot get TextMate to use the correct bundles for Ruby on Rails and RSpec code, then you may have manually modified the bindings in a way that confuses TM.

These instructions will fix the problem.

lunedì 9 maggio 2011

Ubuntu server: mounting a USB drive

Follow these directions!

In a nutshell, for an NTFS drive:
$ sudo fdisk -l
$ sudo mkdir /media/myusb
$ sudo mount -t ntfs-3g /dev/sdb1 /media/myusb
$ sudo umount /media/myusb