Windows Command Line Tools
With a remote dedicated server, sometimes being able to access it from the command line can be your greatest asset. Like Linux and other Unix-like operating systems, Windows servers also have command line programs that can make managing your server from afar a lot easier.
Attrib – Allows you to display and modify file attributes
Chkdsk – Checks the disk and lists any errors found
Comp – Compare the contents of two files or groups of files
FTP – File Transfer Protocol – similar to Unix command-line FTP
Hostname – Shows the local system’s name
Ipconfig – Shows the current network configuration settings
Net Pause – Pauses a running service
Net Continue – Resumes a paused service
Rd/Rmdir – Removes a directory
Ren – Renames the specified file
These are just a few of the useful command line options. For a more extensive list, see techotopia
Tag: attrib, chkdsk, command line, ftp, ifconfig, net pause, server, tools, windows
Test the speed of your website

Once you have successfully developed a website, you will need to perform periodic evaluations to ensure that it continues to meet web standards, accessibility guidelines, and is usable on multiple platforms. You can have the most beautiful website ever created, but if it is too slow and crashes a user’s browser, you have lost a visitor, and possibly a customer.
An easy way to test your website’s speed in the worst conditions, is to load it on the slowest computer you can find, on the slowest possible connection. The more single-page text, styles, images, and animations you have, the longer it will take for a browser to process it and display it.
There are also two website speed tool tests you can try: iWebTool has a speed test that will measure up to 10 domains at once. It will download your website’s actual pages and tell you how long it takes. Pingdom has a test that will examine the entire page, telling you the load times for each content item, including images. Both tools are useful, and after you have your results, compare them with other websites of similar size and content. Finally, make the necessary changes to your site, and reap the benefits.
Tag: domains, evaluation, images, speed, test, tools, website