2015-01-05

LINUX - How to mount an apple hard drive in read-write mode

sudo apt-get install hfsprogs
sudo mount -t hfsplus -o remount,force,rw /CURRENT_READ_MOUNT/LOCATION_HERE


LINUX - How to retrieve the group a given username belongs to

groups USERNAME_HERE