TCP/IP is a set of protocols used to access the Internet and other networks. It is possible for the Windows software that deals with TCP/IP to become corrupt. This video uses Windows 7, but these commands work on Microsoft Windows Vista, XP, 2000, Windows Server 2003 and 2008. This video resets both the TCP/IP stack [...]
This is a video about how to deploy an image to your windows 7 machine from the FOG server. The client machine must be PXE boot compliant. This allows you to create a copy of windows and back it up. Then it may be restored to the one or many machines. FOG Project (http://fogproject.org) is [...]
FOG Project is a free imaging solution. To make a disk image for a computer is to copy it’s hard drive while it is in a working state. Then if the computer should fail, you can always restore the operating system to a previously working version. If the hardware fails, this does not help! This [...]
This is a video on the DHCP console for Windows Server 2008. There are many settings to be configured in the console that are complex and hard to understand. DHCP stands for Dynamic Host Configuration Protocol. It is the service that leases IP addresses to clients. You can choose what cards to bind the DHCP [...]
A Media Access Control (MAC) address is burned into every network card made. With Windows Server 2008, it is possible to allow or deny a computer or client from getting an IP Address based on a list of MAC Addresses. This is controlled by the DHCP server and is a new feature in Windows Server [...]
When a computer receives an IP Address from the DHCP server, it often receives extra information such as listings for DNS server, Default gateway, BootP server, etc. Dynamic Host Configuration Protocol is a way of assigning IP Addresses to clients on a network, but networking is often useless without this extra information.
DHCP reservations are used similar to static IP Addresses. The DHCP server is programmed that when a certain MAC address shows up, that MAC address is always assigned the same IP Address. The client is configured for DHCP configuration. This video is made using Microsoft Windows Server 2008 and Windows 7. DHCP is a networking [...]
DHCP (dynamic host configuration protocol) is a service that gives IP Addresses to clients. To have that service you need a DHCP server. Here I build a DHCP scope. A scope is the term used for the range of addresses given to the DHCP server. Windows Server 2008 uses server manager to manage these roles.
FTP (File Transfer Protocol) is a protocol used to transfer files in a client/server model. The most common use for it is to transfer a made webpage into a server for a website. FTP is an old protocol that predates TCP/IP. It runs on TCP ports 20 and 21. 21 is the port that handles [...]
Installing SSH server on Ubuntu. I use a program called Putty to access the Linux machine from my Windows machine. Secure Shell (SSH) runs on port 22 and is a widely accepted protocol. It allows remote access to a computer, but it is command line only. Unlike Remote Desktop (RDP) which is mostly graphical. All [...]
This is a video on how to backup and restore your WordPress website. In this video I use FileZilla, phpMyAdmin, and my HostGator cPanel to back up a sub domain and restore that website to a completely different sub domain. It is important to backup and restore your website. YOu want to back it up [...]
Active Directory Domain and Trusts: Manages trusts, domain and forest functional levels, and user principal name suffixes. It is located in administrative tools from either the control panel or the start menu Active Directory Schema Snap-in: This tool will not appear unless is is enabled with the command “regsvr32.exe schmmgmt.dll”. Then it is only available [...]