Info Level: Beginner Presenter: Eli the Computer Guy Date Created: March 24, 2010 Length of Class: 42 Minutes Tracks Servers Prerequisites None Purpose of Class This class explains the basics of licensing for servers and the common pitfalls that are run into Topics Covered Open Source Server Licenses Access Licenses Overview of Microsoft Licensing The Problems with Piracy Class Notes Open Source Open Source does not mean free!!! Free Speech vs. Free Beer Service Contracts may be required Non commercial use may be free Types of Server Per server — Per Physical Server, or Virtual instance of a Server Per socket — Per CPU in Server Per core — Per Total Number of Cores in Server. Access Licenses Microsoft refers to Access Licenses as CAL’s Seat — Per device that will connect to the server Session — Per concurrent connection to the server User — per user account on the server Microsoft Licenses OEM — Cheapest, but only good for 1 computer Retail — Very expensive, but can be used for life Volume — Best bet for companies with 10 or more employees. Allows for ghosting of computers Pirating Just don’t do it If they are too cheap to use legitimate software they’re probably too cheap to pay you. Final Thoughts For Volume Licensing always call CDW. They will give you a free quote so you make sure you’re buying the right licenses. Resources My Account Rep at CDW is Lauren Booth at 877-741-4552 . She’ll treat you well. Just tell her Eli the Computer Guy sent you.
Posts Tagged ‘ topics-covered ’
Linux Network Configuration
Info Level: Intermediate Presenter: Eli the Computer Guy Date Created: September 16, 2010 Length of Class: 51 Mintues Tracks Linux Prerequisites Introduction to Linux Installing Linux Basic Linux Tasks VIM for File Editing Navigation in Linux Purpose of Class This class teaches students how to configure their Linux servers networking. Topics Covered ifconfig Command DHCP Releae and Renew Restarting the Network Service Editing the interfaces File to Setup a Static IP Address Editing the resolv.conf File for DNS Changing the Serves Hostname’ Ping for Troubleshooting UFW Firewall Configuration Class Notes Basic Tasks To Show Current IP Addresses and Network Configuration = sudo ifconfi To Release and Renew IP Address = sudo dhclient To Restart the Networking Service = sudo /etc/init.d/networking restart Always Restart the Networking Service After Changing Network Configurations Network Config file To Edit the Network Adapter Configurations = sudo vim /etc/network/interfaces auto eth0 = Auto Negotiate Speed for Ethernet Card 0 iface eth0 inet static /dhcp = Ethernet Card 0 Either Static or DHCP Address. If DHCP Don’t Go Further. address 192.168.1.100 = Static IP Address netmask 255.255.255.0 = Subnet Mssk network 192.168.1.0 = Network (Generally Your IP Address Siply with a 0 in the Last Octet)) broadcast 192.168.1.255 = Broadcast Address (The Last Address in Your Subnet. Generally Your IP Address with a 255 in the Last Octet.) gateway 192.168.1.1 = Default Gateway. Generally …
How to Build a Computer
Info Level: Beginner Presenter: Eli the Computer Guy Date Created: May 14, 2010 Length of Class: 80 Minutes Tracks Computer Repair Prerequisites Computer Anatomy Purpose of Class This classes teaches students how to build a computer. Topics Covered Deciding on What Parts to Purchase Building the Computer Common Problems and Mistakes Class Notes Planning Your New System Determine what software you will be using and then buy what the software manufacturer recommends. Buy high quality parts from well known manufacturers Building the Computer You only need a philips head screw driver and thermal paste to build a computer. Install the CPU and Heat Sink before you put the motherboard in the case. Common Problems Make sure read voltage switch is correct on power supply Make sure power supply is turned on Make sure power button connection is right on the motherboard Make sure CPU fan is plugged in Final Thoughts… It is usually cheaper to buy a PC vs. build one now Building a PC is very easy just take your time and make sure to buy the right parts. Building a PC is the same as building a Server Resources NewEgg.com