Linux | Windows | Active Directory | Networking | Web |
---|---|---|---|---|
What is ls -l
The command shows a list of file in the directory, including permissions
|
What is the Event Viewer
The location of Windows system or application messages or errors
|
What is a Domain Controller
A server that runs the active directory domain services and contains all AD information
|
What is a loopback address
An address that resolves to 127.0.0.1
|
What is IIS
Software included with Windows Server 2008 that enables you to offer a complete Web site
|
What is cd
This command changes directories
|
What is the registry
a hierarchical database that stores configuration settings and options
|
What is a member server
Servers on a network managed by Active Directory
|
What is DHCP
This service grants an IP address to a server when it joins the network.
|
What is Linux, Apache, MySQL, and PHP
A combination of free, open source software creating the acronym LAMP
|
What is grep
This command allows you to filter a previous command
|
What is Distributed File System (DFS)
A set of client and server services that allow an organization using Microsoft Windows servers to organize many distributed SMB file shares
|
What is Group Policy
Enables you to standardize the working environment of clients and servers by setting policies in Active Directory
|
What is an A or AAAA record
Links a computer or network host name to its IP address in DNS.
|
What is CURL or WGET
These commands allow users to make calls to the web from a command line interface
|
What is yum
This command makes it easy to install applications by using repostories
|
What is Active Directory
This service authenticates and authorizes all users and computers in a Windows domain type network
|
What is the Global Catalog
Stores information about every object within a forest.
|
What is Storage Area Network (SAN)
This is a grouping of storage devices that forms a subnet.
|
What is TCP/IP
The most commonly used transport protocol, and so it is most typically encapsulated in a remote access protocol for transport over a WAN
|
What is sudo
This command allows ANY user to run commands as the root user, as long as they are a "sudoer"
|
What is a kernal
the main component of most computer operating systems. Versions include Windows 9x, NT and CE
|
What is a Forest
Consists of one or more Active Directory trees that are in a common relationship
|
What is a virtual private network (VPN)
This service acts as a tunnel from a larger network into a private network
|
What is port 80 and 443
These are the commonly used ports for running HTTP and HTTPS
|