Developing An Interactive Computerized Networking System For Web Architecture - First Thoughts
Introduction
A
large Client Server system with voluminous amount of access points both onsite
and offsite to the servers will be implemented.
Large amounts of data, including video, will flow both to and from the
clients and the servers. Both hardwired
and wireless systems will be required.
There are numerous security concerns making a three-tier system ideal;
thus one will be implemented. Employee
and public access to data will be implemented with the appropriate security
concerns addressed.
Linux Administrator Account Set-up For admin@drv.edu
1.
Create a
virtual machine.that runs Linux
2.
Open a
shell prompt.
3.
If you are
not logged in as root, type the command su - and enter the root password.
4.
Type
useradd followed by a space and the username for the new account you are creating
at the command line (for example, useradd jsmith).
Comments
Post a Comment