Archive for the 'Uncategorized' Category
March 3, 2008
How to wire your own ethernet cables and connectors.
What You Need:
Required:
CAT 5 Cable – bulk Category 5, 5e or 6 cable
RJ45 Ends
Crimper for RJ45
Wire Cutters – to cut and strip the cable if necessary
Recommend:
Wire Stripper
Cable Tester
About the Cable:
You can find bulk supplies of the cable at many computer stores or most electrical [...]
March 3, 2008
How to troubleshoot the following message in Windows XP: “A network cable is unplugged“
MORE INFORMATION
loadTOCNode(1, \’moreinformation\’); This message generally appears after you lose a network signal. You may lose a network signal for several reasons. Use the following options to determine the cause of this issue:
•
The network cable is loose or unplugged. [...]
March 3, 2008
How To Set Up an FTP Server in Windows Server 2003
Install Internet Information Services and the FTP Service
Because FTP depends on Microsoft Internet Information Services (IIS), IIS and the FTP Service must be installed on the computer. To install IIS and the FTP Service, follow these steps.
NOTE: In Windows Server 2003, the FTP Service is [...]
March 3, 2008
How To Set Up an FTP Server in Windows Server 2003
Install Internet Information Services and the FTP Service
loadTOCNode(2, ’summary’); Because FTP depends on Microsoft Internet Information Services (IIS), IIS and the FTP Service must be installed on the computer. To install IIS and the FTP Service, follow these steps.
NOTE: In Windows Server 2003, the [...]
March 3, 2008
How do I install the DHCP Server Service?
Start the Network Control Applet by clicking on Network from Control Panel (Start – Settings – Control Panel) or right click on Network Neighborhood and select Properties
Click on the Services tab and click Add
Select “Microsoft DHCP <!–[if !vml]–><!–[endif]–> Server” and click OK
You will be prompted to insert the [...]
March 3, 2008
How to use Group Policy to remotely install software in Windows Server 2003
SUMMARY
This step-by-step article describes how to use Group Policy to automatically distribute programs to client computers or users. You can use Group Policy to distribute computer programs by using the following methods:
•
Assigning Software
You can assign a program distribution to users or computers. [...]
March 3, 2008
Step-by-Step Guide to a Common Infrastructure for Windows Server 2003 Deployment
Introduction
Step-by-Step Guides
The Microsoft Windows Server 2003 Deployment step-by-step guides provide hands-on experience for many common operating system configurations. The guides begin by establishing a common network infrastructure through the installation of Windows Server 2003, the configuration of Active Directory, the installation of a Windows XP [...]
March 3, 2008
How To Install and Configure a File and Print Server in Windows Server 2003
Install File and Printer Sharing
loadTOCNode(2, \’summary\’); By default, a Windows Server 2003-based computer is installed with Client for Microsoft Networks, File and Printer Sharing for Microsoft Networks, and TCP/IP.
NOTE: You can view these services in the properties for the local area [...]
List of FTP commands for the Microsoft command-line FTP client
February 29, 2008List of FTP commands for the Microsoft command-line FTP client
Command-line options
As you’re starting the program from a DOS prompt:
ftp [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-w:windowsize] [computer]
-v – Suppresses verbose display of remote server responses.
-n – Suppresses auto-login upon initial connection.
-i – Turns off interactive prompting during multiple file transfers.
-d – Enables debugging, displaying [...]