OS within an OS!
This is a base project and therefore one only needs a common understanding of his surroundings and an open mind.
Virtualization intals a host computer running one or many guest operating systems at any given time. Today our computers have far more processing capability then a short time ago, because of this we now have the ability to run several virtualized operating systems within one PC.
Virtualization is environmentally safe and economically sustainable.
Linux VM Server install, One star
Before we go on we must grab a proper package manager within lab46 to do this follow these commands:
vmserver03:# cd /etc/apt vmserver03:/etc/apt# rm sources.list vmserver03:/etc/apt# wget web.lair.lan/files/student/sources.list sources.list vmserver03:/etc/apt# aptitude install nano vmserver03:/etc/apt# nano sources.list
We're going to change all our sources to lenny in this case so any reference of “squeeze” over-wright with “lenny” '^x' to save when you're done.