How to Enable exFAT in Ubuntu
1 | sudo apt-get install exfat-fuse exfat-utils |
How to Mount EXT4 Linux Partition on MacOSX
http://omaimac.blogspot.com/2012/10/how-to-mount-ext4-linux-partition-on-mac.html
Get and add APT key:
1 | wget -q -O - http://emacs.naquadah.org/key.gpg | sudo apt-key add - |
Add repo to your APT:
1 | apt sources |
Update and install Emacs-snapshot
1 | apt update |
Reference:
http://emacs.naquadah.org/
Commandline:
1 | lxc-info -n containerName -s | awk '{print $2}' |
Bash scripting:
1 | rt="$(lxc-info -n containerName -s | awk '{print $2}')" |
Reference:
http://www.cyberciti.biz/faq/bash-scripting-using-awk/