<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/FuzzyBot"/>
	<updated>2026-04-10T23:52:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Quick_installation_(legacy)/&amp;diff=22458</id>
		<title>Quick installation (legacy)/</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Quick_installation_(legacy)/&amp;diff=22458"/>
		<updated>2016-12-01T00:16:09Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Quick installation/ to Quick installation (legacy)/ without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT:[[Quick installation]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/34/en&amp;diff=22456</id>
		<title>Special:Badtitle/NS1198:Quick installation/34/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/34/en&amp;diff=22456"/>
		<updated>2016-12-01T00:15:58Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/34/en to Translations:Quick installation/34/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using Virtuozzo ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Quick_installation/en&amp;diff=22457</id>
		<title>Quick installation/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Quick_installation/en&amp;diff=22457"/>
		<updated>2016-12-01T00:15:58Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Virtuozzo}}&lt;br /&gt;
&lt;br /&gt;
{{Note|See [[Quick installation]] if you are looking to install the current stable version of OpenVZ.}}&lt;br /&gt;
&lt;br /&gt;
This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine.&lt;br /&gt;
&lt;br /&gt;
There are a few ways to install Virtuozzo:&lt;br /&gt;
&lt;br /&gt;
=== Bare-metal installation ===&lt;br /&gt;
&lt;br /&gt;
OpenVZ project builds its own Linux distribution with both hypervisor and container virtualization.&lt;br /&gt;
It is based on our own Linux distribution, with the additions of [[Download/kernel/rhel7-testing|our custom kernel]], OpenVZ management utilities, [[QEMU]] and Virtuozzo installer. It is highly recommended to use OpenVZ containers and virtual machines with this Virtuozzo installation image. See [[Virtuozzo]].&lt;br /&gt;
[http://download.openvz.org/virtuozzo/releases/7.0-beta2/x86_64/iso/ Download] installation ISO image.&lt;br /&gt;
&lt;br /&gt;
=== Using Virtuozzo in the Vagrant box ===&lt;br /&gt;
&lt;br /&gt;
[https://www.vagrantup.com/ Vagrant] is a tool for creating reproducible and portable development environments.&lt;br /&gt;
It is easy to run environment with Virtuozzo using Vagrant:&lt;br /&gt;
&lt;br /&gt;
* Download and [https://docs.vagrantup.com/v2/installation/ install Vagrant]&lt;br /&gt;
* Download and install [https://www.virtualbox.org/wiki/Downloads Virtualbox], VMware Fusion or VMware Workstation&lt;br /&gt;
* Download [https://atlas.hashicorp.com/OpenVZ/boxes/Virtuozzo-7.0 Virtuozzo box]:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant init OpenVZ/Virtuozzo-7.0&lt;br /&gt;
&lt;br /&gt;
* Run box:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant up --provider virtualbox&lt;br /&gt;
&lt;br /&gt;
and in case of VMware hypervisor:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant up --provider vmware_desktop&lt;br /&gt;
&lt;br /&gt;
and in case of Parallels hypervisor:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant up --provider parallels&lt;br /&gt;
&lt;br /&gt;
* Attach to console:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant ssh&lt;br /&gt;
&lt;br /&gt;
* Use ''vagrant/vagrant'' to login inside box&lt;br /&gt;
&lt;br /&gt;
=== Using Virtuozzo in the Amazon EC2 ===&lt;br /&gt;
&lt;br /&gt;
Follow steps in [[Using Virtuozzo in the Amazon EC2]].&lt;br /&gt;
&lt;br /&gt;
=== Setup on pre-installed Linux distribution ===&lt;br /&gt;
&lt;br /&gt;
{{Note|Pay attention, this installation method currently blocked by broken network after installation - {{OVZ|6454}}.}}&lt;br /&gt;
&lt;br /&gt;
Alternatively, one can install OpenVZ on a pre-installed RPM based Linux distribution.&lt;br /&gt;
Supported Linux distributions: Cloud Linux 7.*, CentOS 7.*, Scientific Linux 7.* etc&lt;br /&gt;
&lt;br /&gt;
Follow step-by-step instruction below:&lt;br /&gt;
&lt;br /&gt;
Package ''virtuozzo-release'' will bring meta information and YUM repositories:&lt;br /&gt;
&lt;br /&gt;
   # yum localinstall http://download.openvz.org/virtuozzo/releases/7.0/x86_64/os/Packages/v/virtuozzo-release-7.0.0-10.vz7.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
EPEL is a requisite:&lt;br /&gt;
&lt;br /&gt;
   # yum install -y epel-release&lt;br /&gt;
&lt;br /&gt;
Then install mandatory Virtuozzo RPM packages:&lt;br /&gt;
&lt;br /&gt;
   # yum install -y prlctl prl-disp-service vzkernel&lt;br /&gt;
&lt;br /&gt;
See OpenVZ [[Packages]] available in various Linux distributions.&lt;br /&gt;
&lt;br /&gt;
=== OpenVZ with upstream Linux kernel ===&lt;br /&gt;
&lt;br /&gt;
See article [[OpenVZ with upstream kernel]] if you want more details about support of upstream kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using Virtuozzo ==&lt;br /&gt;
&lt;br /&gt;
Page with [[screencasts]] shows demo with a few Virtuozzo commands. Feel free to add more.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://docs.openvz.org/ Official Virtuozzo documentation]&lt;br /&gt;
&lt;br /&gt;
[[Category: Installation]]&lt;br /&gt;
[[Category: HOWTO]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/4/ru&amp;diff=22455</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/4/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/4/ru&amp;diff=22455"/>
		<updated>2016-12-01T00:15:55Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/4/ru to Translations:Quick installation (legacy)/4/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Out|Если Вы хотите попробовать новую версию [[Virtuozzo]] 7, которая еще в разработке, то смотрите [[Quick installation of Virtuozzo 7]].}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/14/en&amp;diff=22454</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/14/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/14/en&amp;diff=22454"/>
		<updated>2016-12-01T00:15:52Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/14/en to Translations:Quick installation (legacy)/14/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Kernel installation ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/15/en&amp;diff=22453</id>
		<title>Special:Badtitle/NS1198:Quick installation/15/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/15/en&amp;diff=22453"/>
		<updated>2016-12-01T00:15:52Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/15/en to Translations:Quick installation/15/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;$ vagrant up --provider parallels&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/37/en&amp;diff=22452</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/37/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/37/en&amp;diff=22452"/>
		<updated>2016-12-01T00:15:51Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/37/en to Translations:Quick installation (legacy)/37/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download precreated template caches from [http://openvz.org/download/template/cache Downloads » Templates » Precreated], or directly from [http://download.openvz.org/template/precreated/ download.openvz.org/template/precreated], or from one of the [[Download mirrors|mirrors]]. Put those tarballs '''as-is (no unpacking needed)''' to the &amp;lt;tt&amp;gt;/vz/template/cache/&amp;lt;/tt&amp;gt; directory.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/8/en&amp;diff=22451</id>
		<title>Special:Badtitle/NS1198:Quick installation/8/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/8/en&amp;diff=22451"/>
		<updated>2016-12-01T00:15:51Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/8/en to Translations:Quick installation/8/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Download and [https://docs.vagrantup.com/v2/installation/ install Vagrant]&lt;br /&gt;
* Download and install [https://www.virtualbox.org/wiki/Downloads Virtualbox], VMware Fusion or VMware Workstation&lt;br /&gt;
* Download [https://atlas.hashicorp.com/OpenVZ/boxes/Virtuozzo-7.0 Virtuozzo box]:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/7/en&amp;diff=22450</id>
		<title>Special:Badtitle/NS1198:Quick installation/7/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/7/en&amp;diff=22450"/>
		<updated>2016-12-01T00:15:31Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/7/en to Translations:Quick installation/7/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.vagrantup.com/ Vagrant] is a tool for creating reproducible and portable development environments.&lt;br /&gt;
It is easy to run environment with Virtuozzo using Vagrant:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/6/en&amp;diff=22449</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/6/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/6/en&amp;diff=22449"/>
		<updated>2016-12-01T00:15:23Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/6/en to Translations:Quick installation (legacy)/6/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide assumes you are running '''RHEL (CentOS, Scientific Linux) 6''' on your system. Currently, this is a recommended platform to run OpenVZ on.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/27/en&amp;diff=22448</id>
		<title>Special:Badtitle/NS1198:Quick installation/27/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/27/en&amp;diff=22448"/>
		<updated>2016-12-01T00:15:03Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/27/en to Translations:Quick installation/27/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EPEL is a requisite:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/31/en&amp;diff=22447</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/31/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/31/en&amp;diff=22447"/>
		<updated>2016-12-01T00:14:59Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/31/en to Translations:Quick installation (legacy)/31/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenVZ needs some user-level tools installed:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/3/ru&amp;diff=22446</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/3/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/3/ru&amp;diff=22446"/>
		<updated>2016-12-01T00:14:58Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/3/ru to Translations:Quick installation (legacy)/3/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Out|Коммерческая версия OpenVZ доступна с упрощенной установкой на одиночный диск и улучшенной установкой по сети через PXE. Что бы узнать больше о Virtuozzo и запросить бесплатную пробную лицензию смотрите http://www.odin.com/products/virtuozzo/}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/15/ru&amp;diff=22445</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/15/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/15/ru&amp;diff=22445"/>
		<updated>2016-12-01T00:14:42Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/15/ru to Translations:Quick installation (legacy)/15/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ограниченный функционал OpenVZ доступен с последними 3.x ядрами (смотрите  [[vzctl for upstream kernel]]), так что установка OpenVZ ядра опционально, но крайне рекомендована.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/2/en&amp;diff=22444</id>
		<title>Special:Badtitle/NS1198:Quick installation/2/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/2/en&amp;diff=22444"/>
		<updated>2016-12-01T00:14:41Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/2/en to Translations:Quick installation/2/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/13/en&amp;diff=22443</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/13/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/13/en&amp;diff=22443"/>
		<updated>2016-12-01T00:14:40Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/13/en to Translations:Quick installation (legacy)/13/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;rpm --import http://ftp.openvz.org/RPM-GPG-Key-OpenVZ&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/18/en&amp;diff=22442</id>
		<title>Special:Badtitle/NS1198:Quick installation/18/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/18/en&amp;diff=22442"/>
		<updated>2016-12-01T00:14:38Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/18/en to Translations:Quick installation/18/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Use ''vagrant/vagrant'' to login inside box&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/36/en&amp;diff=22441</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/36/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/36/en&amp;diff=22441"/>
		<updated>2016-12-01T00:14:09Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/36/en to Translations:Quick installation (legacy)/36/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An OS template is a Linux distribution installed into a container&lt;br /&gt;
and then packed into a gzipped tarball. Using such a cache, a new container&lt;br /&gt;
can be created in a minute.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/16/en&amp;diff=22440</id>
		<title>Special:Badtitle/NS1198:Quick installation/16/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/16/en&amp;diff=22440"/>
		<updated>2016-12-01T00:13:46Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/16/en to Translations:Quick installation/16/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Attach to console:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/21/en&amp;diff=22439</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/21/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/21/en&amp;diff=22439"/>
		<updated>2016-12-01T00:13:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/21/en to Translations:Quick installation (legacy)/21/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are a number of kernel parameters that should be set for OpenVZ to work correctly. These parameters are stored in &amp;lt;tt&amp;gt;/etc/sysctl.conf&amp;lt;/tt&amp;gt; file. Here are the relevant portions of the file; please edit accordingly.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/34/ru&amp;diff=22438</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/34/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/34/ru&amp;diff=22438"/>
		<updated>2016-12-01T00:13:12Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/34/ru to Translations:Quick installation (legacy)/34/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Теперь перезагрузите машину и выберите  &amp;quot;OpenVZ&amp;quot; в меню загрузчика (он должен быть выбран по умолчанию)&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/36/ru&amp;diff=22437</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/36/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/36/ru&amp;diff=22437"/>
		<updated>2016-12-01T00:12:59Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/36/ru to Translations:Quick installation (legacy)/36/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Шаблоны ОС это Linux дистрибутивы, которые устанавливаются на контейнеры. Они упакованы в tar.gz архивы и используются как кэш, так что новые контейнеры могут быть созданы за минуту.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/8/en&amp;diff=22436</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/8/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/8/en&amp;diff=22436"/>
		<updated>2016-12-01T00:12:15Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/8/en to Translations:Quick installation (legacy)/8/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is recommended to use a separate partition for containers (by default '''/vz''') and format it to '''ext4'''.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/24/en&amp;diff=22435</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/24/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/24/en&amp;diff=22435"/>
		<updated>2016-12-01T00:12:14Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/24/en to Translations:Quick installation (legacy)/24/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Enables the magic-sysrq key&lt;br /&gt;
kernel.sysrq = 1&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/11/ru&amp;diff=22434</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/11/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/11/ru&amp;diff=22434"/>
		<updated>2016-12-01T00:11:08Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/11/ru to Translations:Quick installation (legacy)/11/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;wget -P /etc/yum.repos.d/ http://ftp.openvz.org/openvz.repo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/10/ru&amp;diff=22433</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/10/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/10/ru&amp;diff=22433"/>
		<updated>2016-12-01T00:11:07Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/10/ru to Translations:Quick installation (legacy)/10/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Загрузите файл [http://ftp.openvz.org/openvz.repo openvz.repo] и поместите его в &amp;lt;code&amp;gt;/etc/yum.repos.d/&amp;lt;/code&amp;gt;:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/24/ru&amp;diff=22432</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/24/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/24/ru&amp;diff=22432"/>
		<updated>2016-12-01T00:10:56Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/24/ru to Translations:Quick installation (legacy)/24/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Enables the magic-sysrq key&lt;br /&gt;
kernel.sysrq = 1&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/16/en&amp;diff=22431</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/16/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/16/en&amp;diff=22431"/>
		<updated>2016-12-01T00:10:54Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/16/en to Translations:Quick installation (legacy)/16/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# yum install vzkernel&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/17/en&amp;diff=22430</id>
		<title>Special:Badtitle/NS1198:Quick installation/17/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/17/en&amp;diff=22430"/>
		<updated>2016-12-01T00:10:51Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/17/en to Translations:Quick installation/17/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;$ vagrant ssh&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/27/en&amp;diff=22429</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/27/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/27/en&amp;diff=22429"/>
		<updated>2016-12-01T00:10:10Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/27/en to Translations:Quick installation (legacy)/27/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SELinux should be disabled. Put &amp;lt;code&amp;gt;SELINUX=disabled&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;/etc/sysconfig/selinux&amp;lt;/code&amp;gt;:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/3/en&amp;diff=22428</id>
		<title>Special:Badtitle/NS1198:Quick installation/3/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/3/en&amp;diff=22428"/>
		<updated>2016-12-01T00:09:57Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/3/en to Translations:Quick installation/3/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are a few ways to install Virtuozzo:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/28/en&amp;diff=22427</id>
		<title>Special:Badtitle/NS1198:Quick installation/28/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/28/en&amp;diff=22427"/>
		<updated>2016-12-01T00:09:45Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/28/en to Translations:Quick installation/28/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# yum install -y epel-release&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/20/ru&amp;diff=22426</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/20/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/20/ru&amp;diff=22426"/>
		<updated>2016-12-01T00:09:33Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/20/ru to Translations:Quick installation (legacy)/20/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== sysctl ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/6/ru&amp;diff=22425</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/6/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/6/ru&amp;diff=22425"/>
		<updated>2016-12-01T00:09:30Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/6/ru to Translations:Quick installation (legacy)/6/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Это руководство предполагает, что у Вас уже запущен '''RHEL (CentOS, Scientific Linux) 6'''. На данный момент это единственная платформа, рекомендованная для запуска OpenVZ.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/19/en&amp;diff=22424</id>
		<title>Special:Badtitle/NS1198:Quick installation/19/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/19/en&amp;diff=22424"/>
		<updated>2016-12-01T00:08:49Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/19/en to Translations:Quick installation/19/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Using Virtuozzo in the Amazon EC2 ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/25/en&amp;diff=22423</id>
		<title>Special:Badtitle/NS1198:Quick installation/25/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/25/en&amp;diff=22423"/>
		<updated>2016-12-01T00:08:45Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/25/en to Translations:Quick installation/25/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Package ''virtuozzo-release'' will bring meta information and YUM repositories:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/2/ru&amp;diff=22422</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/2/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/2/ru&amp;diff=22422"/>
		<updated>2016-12-01T00:08:37Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/2/ru to Translations:Quick installation (legacy)/2/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Для систем основанных на '''Debian''', пожалуйста смотрите [[Installation on Debian]].&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/9/ru&amp;diff=22421</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/9/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/9/ru&amp;diff=22421"/>
		<updated>2016-12-01T00:08:34Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/9/ru to Translations:Quick installation (legacy)/9/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Подготовка yum к установке ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/5/en&amp;diff=22420</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/5/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/5/en&amp;diff=22420"/>
		<updated>2016-12-01T00:07:58Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/5/en to Translations:Quick installation (legacy)/5/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/18/en&amp;diff=22419</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/18/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/18/en&amp;diff=22419"/>
		<updated>2016-12-01T00:07:53Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/18/en to Translations:Quick installation (legacy)/18/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note|With vzctl 4.4 or newer there is no need to do manual configuration. Skip to [[#Tools_installation]].}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/35/en&amp;diff=22417</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/35/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/35/en&amp;diff=22417"/>
		<updated>2016-12-01T00:07:33Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/35/en to Translations:Quick installation (legacy)/35/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download OS templates ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/19/en&amp;diff=22418</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/19/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/19/en&amp;diff=22418"/>
		<updated>2016-12-01T00:07:33Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/19/en to Translations:Quick installation (legacy)/19/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please make sure the following steps are performed before rebooting into OpenVZ kernel.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/26/en&amp;diff=22416</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/26/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/26/en&amp;diff=22416"/>
		<updated>2016-12-01T00:07:32Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/26/en to Translations:Quick installation (legacy)/26/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== SELinux ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/22/ru&amp;diff=22415</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/22/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/22/ru&amp;diff=22415"/>
		<updated>2016-12-01T00:07:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/22/ru to Translations:Quick installation (legacy)/22/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# On Hardware Node we generally need&lt;br /&gt;
# packet forwarding enabled and proxy arp disabled&lt;br /&gt;
net.ipv4.ip_forward = 1&lt;br /&gt;
net.ipv6.conf.default.forwarding = 1&lt;br /&gt;
net.ipv6.conf.all.forwarding = 1&lt;br /&gt;
net.ipv4.conf.default.proxy_arp = 0&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/25/en&amp;diff=22414</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/25/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/25/en&amp;diff=22414"/>
		<updated>2016-12-01T00:07:17Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/25/en to Translations:Quick installation (legacy)/25/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# We do not want all our interfaces to send redirects&lt;br /&gt;
net.ipv4.conf.default.send_redirects = 1&lt;br /&gt;
net.ipv4.conf.all.send_redirects = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/11/en&amp;diff=22413</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/11/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/11/en&amp;diff=22413"/>
		<updated>2016-12-01T00:07:15Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/11/en to Translations:Quick installation (legacy)/11/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;wget -P /etc/yum.repos.d/ http://ftp.openvz.org/openvz.repo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/38/ru&amp;diff=22412</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/38/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/38/ru&amp;diff=22412"/>
		<updated>2016-12-01T00:07:09Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/38/ru to Translations:Quick installation (legacy)/38/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Следующие шаги ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/33/en&amp;diff=22411</id>
		<title>Special:Badtitle/NS1198:Quick installation/33/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation/33/en&amp;diff=22411"/>
		<updated>2016-12-01T00:06:57Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation of Virtuozzo 7/33/en to Translations:Quick installation/33/en without leaving a redirect: Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See article [[OpenVZ with upstream kernel]] if you want more details about support of upstream kernel.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/25/ru&amp;diff=22410</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/25/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/25/ru&amp;diff=22410"/>
		<updated>2016-12-01T00:06:21Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/25/ru to Translations:Quick installation (legacy)/25/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# We do not want all our interfaces to send redirects&lt;br /&gt;
net.ipv4.conf.default.send_redirects = 1&lt;br /&gt;
net.ipv4.conf.all.send_redirects = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/31/ru&amp;diff=22409</id>
		<title>Special:Badtitle/NS1198:Quick installation (legacy)/31/ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Special:Badtitle/NS1198:Quick_installation_(legacy)/31/ru&amp;diff=22409"/>
		<updated>2016-12-01T00:05:43Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: FuzzyBot moved page Translations:Quick installation/31/ru to Translations:Quick installation (legacy)/31/ru without leaving a redirect: Part of translatable page &amp;quot;Quick installation&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenVZ требует установки некоторых утилит уровня пользователя.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
</feed>