cat_ID) != "") {
?>
Subcategories
";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "
";
?>
Posts Tagged LVM examples
July 3, 2013
How to configure LVM in Linux server. LVM or Logical Volume Management is a tool used by Unix/Linux administrators to manage disk resources. LVM provides a layer of abstraction between the underlying physical disk/volume and the host operating system. LVM partitions can span across physical hard drives and can be re-sized. We can use the […]
+