TECH TIPS
DNS Problems – How to Clear Your DNS Cache
If you are having DNS issues, try this command: dnscmdServerName/clearcache Related article: http://technet.microsoft.com/en-us/library/cc782459.aspx
Problems with Napster after downloading latest update on Vista
1. Double click on My Computer2. Double click on your Local C: drive 3. Double click on the Program Files folder4. Double click on the Napster folder--' Double click on the User Data folder 5. Locate db2.bin and lastdb2.bin, delete these files: If you could not locate...
Problems with IIS on Windows 2003
Quick tip that might save you some time - make sure that the web extensions that you need are not prohibited.
View Gmail Tasks from Your Mobile Phone
Google comes through again -- go to http://gmail.com/tasks and voila!
Running Multiple FTP Sites on a Single Windows 2003 Server
Choose non-isolation mode and place the folder in the root of the drive instead of a folder that contains other directories. Sounds dumb but that is the only way I got it to work.
How Do I Create a Batch File to Perform Several Traceroutes and Save the Output to a File
It's very simple. Open Notepad. Type the following: tracert www.cnn.com >> C:tracert.txttracert www.espn.com >> C:tracert.txt Save the .txt file as a .bat file. To run batch file, right click and click Run as an Administrator. ...