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 linux
December 7, 2016
aureport utility The aureport utility allows you to generate summary and columnar reports on the events recorded in Audit log files. By default, all audit.log files in the /var/log/audit/ directory are queried to create the report. You can specify a different file to run the report against using the aureport options -if file_name command. But […]
+
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 […]
+