Difference between revisions of "Documentation"
From Linux-VServer
(→Guides and Howtos) |
(cleanup + introduce new namespaces for util-vserver and vcd) |
||
Line 10: | Line 10: | ||
* [[Overview|Virtualization Overview]] | * [[Overview|Virtualization Overview]] | ||
* [[Usage Scenarios]] | * [[Usage Scenarios]] | ||
+ | * [[Feature Matrix]] | ||
− | == Installation | + | == Installation == |
* [[Installation Considerations]] | * [[Installation Considerations]] | ||
* [[Installation on Linux 2.6]] | * [[Installation on Linux 2.6]] | ||
+ | * [[Installation on ArchLinux]] | ||
+ | * [[Installation on CentOS]] | ||
+ | * [[Installation on Debian]] | ||
+ | * [[Installation on Fedora]] | ||
+ | * [[Installation on Gentoo]] | ||
+ | * [[Installation on Mandrake]] | ||
+ | * [[Installation on Redhat]] | ||
+ | * [[Installation on Slackware]] | ||
+ | * [[Installation on SuSE/OpenSUSE]] | ||
+ | * [[Installation on Ubuntu]] | ||
− | + | == Configuration == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | * [[util-vserver:Documentation|util-vserver Documentation]] | |
− | + | * [[vcd:Documentation|VServer Control Daemon Documentation]] | |
− | + | ||
− | + | ||
− | * | + | == Guides and Howtos == |
+ | |||
+ | * [[HOWTO "virtualize" an existing Linux server]] | ||
+ | * [[VCMD HowTo]] | ||
+ | |||
+ | == Listings & Theory == | ||
+ | |||
+ | * Basic configuration | ||
** [[Capabilities and Flags]] | ** [[Capabilities and Flags]] | ||
− | |||
** [[CPU Scheduler]] | ** [[CPU Scheduler]] | ||
** [[Disk Limits and Quota]] | ** [[Disk Limits and Quota]] | ||
** [[Resource Limits]] | ** [[Resource Limits]] | ||
+ | *** [[Memory Limits]] | ||
+ | ** [[Virtual System Information]] | ||
** [[Unification]] | ** [[Unification]] | ||
− | |||
* Security Considerations | * Security Considerations | ||
Line 47: | Line 53: | ||
** [[Secure Device Nodes]] | ** [[Secure Device Nodes]] | ||
** [[Secure ProcFS Entries]] | ** [[Secure ProcFS Entries]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* Performance and Stability | * Performance and Stability | ||
** [[Virtualization Overhead]] | ** [[Virtualization Overhead]] | ||
− | * | + | * Implementation Details |
+ | ** [[Context Accounting]] | ||
** [[Filesystem Attributes]] | ** [[Filesystem Attributes]] | ||
** [[Filesystem Tagging]] | ** [[Filesystem Tagging]] | ||
+ | ** [[Filesystem Namespaces]] | ||
** [[Kernel Userspace Helper]] | ** [[Kernel Userspace Helper]] | ||
− | ** [[ | + | ** [[Mainline Kernel Virtualization]] |
+ | ** [[ProcFS]] | ||
** [[Syscall Command Switch]] | ** [[Syscall Command Switch]] | ||
== External Resources == | == External Resources == |
Revision as of 17:25, 30 November 2006
We are currently migrating to MediaWiki from our old system, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or look at the old wiki to find the information not migrated yet.
To ease migration we created a List of old Documentation pages.
Contents |
Introduction
Installation
- Installation Considerations
- Installation on Linux 2.6
- Installation on ArchLinux
- Installation on CentOS
- Installation on Debian
- Installation on Fedora
- Installation on Gentoo
- Installation on Mandrake
- Installation on Redhat
- Installation on Slackware
- Installation on SuSE/OpenSUSE
- Installation on Ubuntu
Configuration
Guides and Howtos
Listings & Theory
- Basic configuration
- Security Considerations
- Performance and Stability
- Implementation Details