include "template.class.php";
$template = new Template;
$template->load("layout_knowledge.html");
$template->replace("keywords", "");
$template->replace("title", "");
$template->replace("description", "");
$template->replace("h1", "operating system");
$template->replace("leftcopy", "
Although many of the applications on this site can be run in either Windows or Mac environments, we suggest installing Ubuntu Studio, a multimedia creation flavor of Ubuntu which is an open source Linux based operating system. Ubuntu Studio is aimed at the GNU/Linux audio, video and graphic enthusiast as well as professional. Ubuntu Studio is completely free to use.
Download Ubuntu Studio here
");
$template->publish();
?>