Hi,
This web site is great: http://linuxzoo.net/
I have been using it since I began learning UNIX / Linux.
Well, I have a question about it:
How does it work? How do we get a complete fresh installed machine ready for us to use as root?
It displays boot progress as we start it. The process is very fast and in a few seconds we are ready to log-in on the machine through ssh and telnet. If ssh and telnet are not availble then we can use the JavaScript Version which shows up the console direclty on a web page. This is really amazing!
Online Linux Console for Practice of UNIX and Linux Commands
Moderator: General Moderators
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: Online Linux Console for Practice of UNIX and Linux Comm
This is kind of like VMWare or other virtual machine except that it is linux running in linux as a process instead of installing separate virtual machines on to disk.
It is cool that they are offering this for people to learn.
It is cool that they are offering this for people to learn.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Re: Online Linux Console for Practice of UNIX and Linux Comm
AbraCadaver wrote:This is kind of like VMWare or other virtual machine except that it is linux running in linux as a process instead of installing separate virtual machines on to disk.
It is cool that they are offering this for people to learn.
Yes, it is a kind of VM. In fact, it is UML = User Mode Linux. I found that information on the said web site.