Input Output Console App

[code language=”csharp”] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Input_Output { class Program { static void Main(string[] args) { // Declarations string Name; string temp; int Age; double Temperature; bool goodInput; // input a string Console.Write("Please enter your name: "); Name = Console.ReadLine(); // output a string Console.WriteLine("You entered " + […]

VirtualBox Guest Additions on Fedora, CentOS & RHEL

This is guide, howto install Oracle VirtualBox Guest Additions on Fedora, CentOS and Red Hat (RHEL). This guide should work with Fedora 26/25/24/23/22/21/20/19/18/17/16, CentOS 7.3/6.9/5.11, Red Hat (RHEL) 7.3/6.9/5.11. VirtualBox Guest Additions is special software that can be installed inside Linux virtual machines to improve performance and make integration much more seamless. Among the features […]

Mediums / Cable Plant Study Guide

Transmission Media general terminology 4 primary types of transmission media discussed Twisted Pair Coaxial Fiber Optics Wireless Terms: EMI – Electro magnetic Interference Crosstalk – jumping of data from one line to the next Attenuation – loss of signal strength over a distance Twisted Pair shielded / unshielded colors of wires cost effective 100 meters […]