Category: Information Technology
MCSA – 8 – Configure TCP/IP
MCSA – 9 – Use Virtualization in Windows Server 2012
Clue Console App
Program.cs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 […]
Last Assignment Example
dirName [code language=”shell”] #!/bin/bash if [ -z $1 ]; then dir="/home/mhesser01" else dir=$1 fi function listdir() { for i in `find $dir -type d` do if [ -d $i ]; then echo $i fi done } listdir [/code] Find Stuff [code language=”shell”] #!/bin/bash function setDir() { if [ -z $1 ]; then dir=/home/mhesser01 else dir=$1 […]
Bash Worksheet
Security Final Project
Over the last 11 weeks you have acquired additional information regarding TCP/IP, protocols, and specifically how this all plays a vital role in networking. I realize that some of the material is “dry”, but when it comes down to it… having a knowledge base of the content, how it is setup, along with how to […]
Shell Script Notes
Game Play Final
C# Programming Final Using the topics covered throughout the entire term (Arrays, Methods, Classes, Objects, InHeritance, etc….) Your task is to pick ONE of the two games below to create a console Game based off of the game play of the traditional board game. Pick your Game Using LucidChart (like program) – create a working […]