Online Computer Tips Home
Search:
Home All Tips PC Tools OCT Forums Tech News Resources
Computer Help
Free Computer Tutorials
Term Glossaries
Visitor's Q&A
 

Online Computer Tips Monthly Newsletter - December 2006

Subscribe to our Newsletter:
Email Address:

 

Latest Virus Alerts: Back to the Top

MySpace Attack

MySpace.com is under what one computer security analyst calls an "amazingly virulent" attack caused by a worm that steals login credentials and spreads spam that promotes adware sites.

Close to a third of MySpace users were infected. MySpace.com is estimated to have at least 73 million registered users.

The worm exploits a weakness found around two weeks ago in MySpace and a feature within Apple's QuickTime multimedia player.

The exploit starts with a user who visits a MySpace profile infected with an embedded QuickTime movie. The movie loads JavaScript code that overlays a row of menu options on a MySpace profile with a bogus menu. If an option in the bogus menu is clicked, the user is directed to a fake login page hosted on another server where the person's login details are captured.

More Information

November's Poll: Back to the Top

Do you use a wired or wireless mouse?



October's Poll Results:
How big is your monitor ?
4%
17 inch - 68%
- 19 inch - 18%
- 20+ inch - 10%


Tip of the Month: Back to the Top

Windows 2000 Automatic Login

Windows 2000 Professional has a feature that automatically logs you into your computer without having to enter a username or password. This feature is not available on any of the Windows 2000 Server editions and cannot be used if your computer logs into a domain.

Here is how you set it up:

1. Go to Start, Settings then Control Panel
2. Open Users and Passwords.
3. Click to clear the Users must enter a user name and password to use this computer check box. (This option does not appear on a system that is a member of a domain)
4. Click the Advanced tab.
5. Click to clear the Require users to press Ctrl-Alt-Del before logging on check box.

Another way of doing this would be to download and install Microsoft’s TweakUI program. With this handy utility you can do the same thing and even allow your computer to log onto the domain.
http://www.microsoft.com/ntworkstation/down....TweakUI.asp

You can even have it do the same for your Windows XP computer with the XP version.

All Tips

Hot Tech Product: Back to the Top

Product Name:
Biometric Fingerprint ID Mouse

Biometric Finger Print ID Mice are not only regular USB mice, but they also have the feature that limitizes the access to your computer by memorizing your initial fingerprint scan. It can then, only grant access to the connected computer by using the traits of that person's fingerprint.

Features

  • USB 1.1
  • Mouse Type: Optical
  • Number of Buttons: 3 buttons, including a scrolling wheel
  • Resolution: 800 cpi
  • Cable Length: 1.5m

More Info

Important Windows and Office patches: Back to the Top

New Microsoft Word attack

Microsoft is investigating a new report of a zero-day attack using a vulnerability in Microsoft Word 2000, 2002, 2003, Word Viewer 2003, Word 2004 for Mac, and Word v. X for Mac, as well as Microsoft Works 2004, 2005, and 2006.

In order for this attack to be carried out, a user must first open a malicious Word file attached to an e-mail or provided to them in another form by an attacker. When a user opens a specially crafted Word file using a malformed string, it may corrupt system memory in such a way that an attacker could execute arbitrary code.

Microsoft is developing a security update for Word that addresses this vulnerability. Until the fix is released you should not open or save Word files that you receive from untrusted people or that are received from untrusted sources. This vulnerability could be exploited when a user opens a file.

For more detailed information and other steps you can take to keep your computer safe click here.

More Resources

OCT Forums Member of the Month: Back to the Top
Member's Name:TechGuy
OCT Member Highlight:

TechGuy has been provding helpful suggestions and solutions to a variety of questions.

Member Post highlight:
Interesting site of the Month: Back to the Top

Learn the history of the comptuer

Ever want to know how your PC got to be where it is today? The Computer History Museum is the world's largest and most significant history museum for preserving and presenting the computing revolution and its impact on the human experience. Click here for details.

Readers Question of the Month: Back to the Top

Setting up a network

Mark writes in with a networking question
Q. 1. I am in need of a suggestion on how to handle this network project for my school project.  The network currently consists of 40 clients, including some laptops, some desktop PCs, and some peripherals, such as printers.  Many of the laptops are used by employees at home also, so they have been configured for use with a dial up internet connection.  At headquarters, a router connects the LAN to the company's ISP  through a T-1 link.  Connected to the router a are five switches positioned at different locations throughout the building.  Each network client connects to its nearest switch.   Every client is assigned a static IP address based on the group of addresses the company leases from its ISP.  The IT staff complains that maintaining these static IP addresses has become burdensome, and will only grow more difficult as the company tries to expand.  What steps should the company take to simplify its client IP assignment process?  What measures could the company take to help conserve IP addresses as the company grows?  


2. Months later, the IT manager calls and complains the network is experiencing
such heavy traffic that performance across the LAN is suffering.  They suspect that one device is issuing a barrage of requests, perhaps due to a software application malfunctioning or a virus.  They are unable to locate the node in question.  Using TCPIP utilities what command would you use to identify the troublesome computers IP address?  After discovering the IP address, what command would you use to identify the computers host name?

 

A. 1. Using static IP address is not too difficult if you keep track of what is used where and plan it out before hand and keep track of it in a spreadsheet or building/computer layout mapping. You should base your IP scheme on your current and future needs. Certain class IP addresses will get you a certain number of maximum hosts and subnets. Here is a breakdown of the 3 main IP classes and their maximum hosts and subnets.

Class A max networks 126
Class A max hosts 16,777,214

Class B max networks 16,384
Class B max hosts 65,534
 
Class C max networks 2,097,152
Class C max hosts 254

When you say "Every client is assigned a static IP address based on the group of addresses the company leases from its ISP" that shouldn’t be the case since you are most likely using internal private IP addresses for your network hosts (or at least you should be). You should only be using your public ISP assigned addresses for external connections for remote clients.

If you are running out of public addresses or its getting too expensive you can consider a Terminal Server for your remote clients assuming you have a Windows based network. This will allow multiple users to log onto one computer at the same time and use it as if they were sitting in the office on a local machine.
http://www.microsoft.com/windowsserver2003/techinfo/overview/termserv.mspx

If you do not want to have to manage static IP addresses you can have them assigned dynamically using DHCP. This is where a DHCP server assigns the IP address, subnet mask, gateway and other IP information to your client computers when they boot up. You assign the DHCP server a pool of addresses to hand out to clients as they boot. All you need to do for the clients is set them to obtain an IP address automatically. If all your computers are on the same subnet then this is a simple process. If you use multiple subnets then you will have to install a DHCP relay agent, which can assign IP addresses across routers. Just make sure to assign your servers and IP printers with static IP addresses since you want them to be the same at all times or else clients will have trouble finding them.
http://www.microsoft.com/technet/network/dhcp/default.mspx

 

2. If you are using Windows servers you can use Network Monitor to capture and analyze traffic on your network.
http://support.microsoft.com/?kbid=812953

You may need to invest in a network packet sniffer or protocol analyzer to narrow the problem down. These issues can be tough to find without serious trial and error without one. There are many hardware and software solutions that you can purchase. Many will have free trials or be free themselves. I suggest you try a few of them to find the best one for your network. Here is a listing of that I pulled from one of my favorite support forums that you can check out.

*****Hardware*****

Fluke Gear

One Touch (approx $5000)
http://portweb.flukenetworks.com/storage/efulfillment/.....pdf

NetTool (approx $1400)
http://portweb.flukenetworks.com/storage/efulfillment/.....pdf

OptiView (approx $17000)
http://portweb.flukenetworks.com/storage/efulfillment/.......pdf

Optiview Workgroup analyzer
http://portweb.flukenetworks.com/storage/efulfillment/.....pdf

DSP-4300 Tester (approx $5000)
https://myvision.flukenetworks.com/edocs/efile.asp?oid=1626542

Wave Runner Wireless Tester (For Compaq Ipaq) (approx $4000)
http://portweb.flukenetworks.com/storage/efulfillment/.....pdf

 

*****Software*****

Netflow
http://www.ntop.org

Fluke Optiview (Network Inspector) (approx $8000)
http://portweb.flukenetworks.com/storage/efulfillment/....pdf

http://tomshardware.bizrate.com/Fl...9426,rf--wgg.html

Ethereal (FREEWARE) - Best for sniffing traffic in and out of an interface
http://www.ethereal.com/

Sniffer Pro - Investigator (approx $5000)
http://www.snifferpro.co.uk/

Sniffer Basic (approx $1000)
http://www.networkassociates.com/us/products/sniffer/field/sniffer_basic.htm

Solarwinds Engineers Toolkit (price £688.00 sterling)
http://www.solarwindsuk.co.uk/products/engineers.htm

MTRG (Multi Router Traffic Grapher) (FREEWARE)
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/users.html

IPERF (FREEWARE)
http://dast.nlanr.net/Projects/Iperf/

NetworkActiv Scanner 4.0  (FREEWARE)
http://www.networkactiv.com/Scanner.html

NetIQ (FREEWARE)
http://www.ixiacom.com/enterprise/Qcheck.php

 

All Questions

Tech News of the Month: Back to the Top

iPod vs. Zune

Apple and Microsoft go head to head in a bout to establish supremacy in the MP3 player market. Both claim to be the ultimate musical accessory, capable of carrying your entire music collection in one easy to use device.

Apple claims to have sold 70 million iPods since launch in 2001. Microsoft has spent millions developing the Zune player.

Zune holds around 5,000 songs on its 30GB hard disk, boasts decent sound quality, and plays music either ripped from CDs or downloaded from a new iTunes-style online store and costs around $250.

Both were tested in a head to head test in 5 categories.

Pracitality
iPod 5/5
Zune 2/5

Fun Factor
iPod 5/5
Zune 2/5

Sound and vision
iPod 2/5
Zune 4/5

Online store
iPod 3/5
Zune 2/5

Special features
iPod 3/5
Zune 4/5

Full Story

Go to The OCT News Blog

Wallpaper of the Month: Back to the Top

Fill up on these Christmas and Hanukkah wallpapers

Examples:
Suggestion Box: Back to the Top

Is there something you would like to see on the newsletter or OnlineComputerTips.com?

Please send us a suggestion

Newsletter Archives:
Search Tips
Search:
Stay Informed:

Corporate Consulting:
We offer corporate computer consulting for small to medium to large businesses. We specialize in the Southern Ventura County area of Southern California

Learn More

Resources and Fixes:
Find the latest resources, fixes and updates for your comptuer.

Learn More

Copyright © 2005-2008 OnlineComputerTips.com
HOME | ALL TIPS | TECH SHOPPING | OCT FORUMS | TECH NEWS | RESOURCES | ADVERTISING