Grub2 recovery from live USB (LVM)

0
  • 01.04.2023
  • Posted in: Linux
  • 1608 views

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...

read more

Emmet code examples in Sublime text

0
  • 01.03.2019
  • Posted in: CSS
  • 1746 views

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...

read more

Ajax message

0

This wordpress plugin allows you send messages to email from a page, post or from any other location that you specify in template. It can be used as a shortcode or a widget. Has a admin settings page where you can change the names of fields, enable or disable captcha, add custom CSS code. Download Live Demo [ae_message]

read more