Boot from live usb. I use Debian 8. Open terminal and type sudo su Install LVM apt-get install lvm2 List all logical volumes in all volume groups lvscan I have such a LVM structure ACTIVE '/dev/v1/boot' [100.00 MiB] inherit ACTIVE '/dev/v1/root' [10.00 GiB] inherit ACTIVE '/dev/v1/tmp' [500.00 MiB] inherit ACTIVE '/dev/v1/var' [30.00 GiB] inherit Now mount devices to mnt folder mount /dev/v1/root /mnt mount /dev/v1/boot...
Run in Sublime menu Package Control: Install Package command, type Emmet and install it. First type code in Emmet syntax, after that press Tab on your keyboard and view result. ul.nav <ul class="nav"></ul> li{some text}*2 <li>some text</li> <li>some text</li> ul.nav>li{some text}*2 <ul class="nav"> <li>some text</li> <li>some text</li> </ul> a{link...