Wednesday 23 January 2013

Reinstalling GRUB2 (Manjaro)

Load up a live distro of Manjaro. Determine the partition where Manjaro is installed. (Example /dev/sda2).
blkid
Mount the partition:
mount /dev/sda5 /mnt
Mount the swap:
swapon -a

Sunday 13 January 2013

Sigil - WYSIWYG Codes

The insert a blank line in SIGIL, rather than using <br> or <p> -- which won't show up in epub on certain devices -- use: <div>&#160;<br />&#160;<br /></div>