Term
|
Definition
| lets you configure your interface |
|
|
Term
|
Definition
| shows the status of network interfaces |
|
|
Term
|
Definition
| command to toggle interfaces on or off |
|
|
Term
|
Definition
| lets you see routing table or create static routes |
|
|
Term
|
Definition
| to replace ifconfig, but not very popular |
|
|
Term
|
Definition
| swiss army knife does a lot but poorly. Bad web browser, port scanner, used for simple file transfer. |
|
|
Term
|
Definition
| alone shows all connections to your machine, if netstat -r shows routing tambe, netstat -l shows info about your network adapter interface. |
|
|
Term
|
Definition
| runs in shell, protocol analyzer sniffer"text based monitors network and reports every packet thati sees. Like Wireshark. |
|
|
Term
|
Definition
| similar to TCPdump: diagnosis tool that lets you analyze data packets through a network interface. Like Wireshark. |
|
|
Term
zone file record type
SOA |
|
Definition
| Start of authority: defines the domain |
|
|
Term
Zone file record types
NS |
|
Definition
| Name server: Name of one of the DNS servers for this domain. |
|
|
Term
|
Definition
| Mail exchanger: name and priority of a mail server for this domain. |
|
|
Term
|
Definition
| Address: ip address of a computer. |
|
|
Term
|
Definition
| Pointer: Name of a computer. |
|
|
Term
|
Definition
| Canonical Name: alias name for a computer. |
|
|
Term
|
Definition
| Holds the address and hostname information within that domain. |
|
|
Term
|
Definition
| the way to zone file is distributed to the other servers. Uses a serial number at the top of the zone file, and Name servers compare it to decide when to update. |
|
|
Term
|
Definition
| shows who your names servers are, also adds the search path ".byui.edu" search path appended. addresses for names servers and search path. |
|
|
Term
|
Definition
| you tell Linux where it should go to resolve names, if it says [ files dns ] then it will go to local host file first, then to DNS, order matters. |
|
|
Term
|
Definition
| test your name servers replaced nslookup. |
|
|
Term
|
Definition
| test your name servers, replaced nslookup (it does not append the search path) |
|
|
Term
|
Definition
| test your name servers older less powerful one. |
|
|
Term
|
Definition
| if used to Linux to Linux machines, allows you to mount a remote file system into any directory tree. |
|
|
Term
|
Definition
| where you create permanent export directories used by NFS. export is like sharing on the network. |
|
|
Term
|
Definition
| cna mount from fstab/home/marko and mount it. |
|
|
Term
|
Definition
| lets you find out which usres have a file open. |
|
|
Term
|
Definition
| Linux to windows machines. |
|
|
Term
|
Definition
| common internet file system: lets netbios run on top of tcpip. |
|
|
Term
|
Definition
| Server message block: portocol that lets linux communicate with windows like mapping network drives [NetBIOS//server/share] |
|
|
Term
|
Definition
| does a syntax check on /etc/samba/smb.conf |
|
|
Term
|
Definition
| displays registered names of a host. |
|
|
Term
|
Definition
| lets you connect linux client to the windows server. |
|
|
Term
|
Definition
| lists currently existing connections to the samba server. |
|
|
Term
|
Definition
| http://localhost:631[[[PORT 631]]]: Print server. |
|
|
Term
|
Definition
| Postscript printer definition, postscript = open standard for printing files. |
|
|
Term
printing commands
lpadmin |
|
Definition
| create printers from the cmd prompt |
|
|
Term
printing commands
lpoptions |
|
Definition
| to change properties of a printer |
|
|
Term
|
Definition
| to print something lp will print also |
|
|
Term
|
Definition
| or lp stat view the print queue |
|
|
Term
|
Definition
| remove a job or use [cancel] |
|
|
Term
|
Definition
| Network information services, do domain wide authentication services, replicated critical files only works on Linux and Unix. Originally called Yellow Pages (YP) |
|
|
Term
|
Definition
| NIS but works on everything, compatible with windows active directory. |
|
|
Term
|
Definition
| canonical name: user name printer file or directory. (lowest level name) |
|
|
Term
|
Definition
| organizational unit: group users together into an organization (enginerring, IT, finance) |
|
|
Term
|
Definition
| domain component: where you specify your domain, all orgs belong to BYUI --- requires two components dc=ybyui, dc=edu. |
|
|
Term
|
Definition
| Multi purpose Mail extension: way we can determine the type of a file, what kind of data and what should we use to open it. In windows we use an extension like .exe .txt. I node Mime flag to tell the OS what type it is. |
|
|
Term
|
Definition
| Simple mail transfer protocol: used to send mail, not to receive mail. |
|
|
Term
|
Definition
| Mail transfer agent, used to send the mail to its destination or destination server uses IMAP and POP. |
|
|
Term
|
Definition
| Mail delivery agent, compare the mail to a number of rules, and decide what to with it. so filters, Postfix and Sendmail. |
|
|
Term
|
Definition
| Mail user agent: your mail client. examples: Novell Evolution, KMail, Mozilla Thunderbird, Mutt(not gui), Pine (no gui), mail(no gui). |
|
|
Term
|
Definition
| once mail gets to the server it si distributed to the client with these. |
|
|
Term
|
Definition
| MDA newer easier to config and manage compadable with sendmail. |
|
|
Term
|
Definition
| MDA old an reliable and difficult to manage. |
|
|
Term
|
Definition
| setup file in /home/.procmailrc to configure soring options. |
|
|
Term
|
Definition
| super daemon: starts other daemons when they are needed. |
|
|
Term
|
Definition
| new and improved version of inetd. |
|
|
Term
|
Definition
| adds security to other less secure daemons, telnet daemon is insecure, so instead of rewriting, use tcp wrapper which wraps itself around it adding more security, uses host.allow and host.deny statements. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| Secure shell remote connections logins, that you can copy files using scp tunneling of other protocols within it (open tunnel between two hosts you can run less secure protocols) -x allows x server to run across this server. |
|
|
Term
|
Definition
| Dynamic Host Configuration Protocol: assigns a client a network/host address. Uses /etc.dhcpcd.conf and etc/sysconfig/dhcpcp. |
|
|
Term
|
Definition
| web server; home page is in /srv/www/htdocs. to start [rcapache2start] and stop [rcapache2stop]. |
|
|
Term
|
Definition
| which pages are currently in physical memory. |
|
|
Term
|
Definition
| number of pages in current memory. |
|
|
Term
|
Definition
| when you spend all time moving pages between physical and virtual memory and don't have any time to get real work done just moving everything. |
|
|
Term
|
Definition
| program and data references within a process tend to cluster. (even though I have a process that is this long, how much do i really need right now) |
|
|
Term
|
Definition
| take process and divide into fixed xize pages and divide memory into frames. |
|
|
Term
|
Definition
| physical bit, 0 (in physical memory) 1 (in virtual memory) |
|
|
Term
|
Definition
| modified bit, to know if we need to write something before you reuse the frame. if both aren't unmodified then replace the LRU file (least recently used) |
|
|
Term
|
Definition
| section fo the program that we need to protect with a semaphore, lock at beginning and unlock at the end. Instead just isolate the critical code. |
|
|
Term
|
Definition
| you have two processes concurrently and their contending with each other over some resoure, ex: create a boolean and set it true and other program sets it false, each changes truth value. |
|
|
Term
|
Definition
| if two processe are running at the same time running concurrently I get different results thatn if they were running separately. |
|
|
Term
|
Definition
| lock resources to a process to prevent deadlock, or any problems (check example with resources and queue) semwait and semsignal codes. |
|
|
Term
conditions for deadlock
mutual exclusion |
|
Definition
| only one process can do it at a time (printing, updating files) |
|
|
Term
conditions for deadlock
hold-and-wait
|
|
Definition
| if a process gets a resource it can hold it until it gets the one it needs. |
|
|
Term
conditions for deadlock
no preemption |
|
Definition
| resource cannot be removed from a process. |
|
|
Term
|
Definition
means you have a deadlock
|
|
|
Term
|
Definition
circles: processes
squares: resources
dots: how many instances of that resource exist.
arrow from process: request for the resource.
arrow from resource: resouce is held by that process.
make sure to watch directions fo arrows and number of dots. One extra dot can prevent a deadlock. |
|
|
Term
|
Definition
| how to write scripts, remember the whole shebang #!/bin/bash and in perl it is #!/usr/bin/perl. |
|
|
Term
|
Definition
| parameters get sored in $1 $2 |
|
|
Term
|
Definition
|
|
Term
|
Definition
lexicographical, compares the first character
if put inside a (()) then it interprets it as numberical. |
|
|