Overview of FAT, HPFS, and NTFS File Systems

This article explains the differences between FAT, HPFS, and NTFS under Windows NT, and their advantages and disadvantages. It is divided into the following sections: FAT Overview HPFS Overview NTFS Overview NOTE: HPFS is only supported under Windows NT versions 3.1, 3.5, and 3.51. Windows NT 4.0 does not support and cannot access HPFS partitions. Also, the FAT32 file system is only supported in the Windows 98/95 and Windows 2000. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); FAT OVERVIEW loadTOCNode(2, \'moreinformation\'); FAT is by far the most simplistic ... Read more..

February 23rd, 2010 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

CECT T689 hidden trick

CECT T689 hidden trick Type :    *#3646633# You will get to a hidden factory screen where you can edit some phone parameters. For the people that had troubles with the sound (too low) this is the only solution It worked for me , and i share it with you . Read more..

February 15th, 2010 admin Posted in Misc Tips 4 Comments »

AddThis Social Bookmark Button

Online safety tips for kids ages 11 to 14

Children who are 11-14 years old generally have accepting attitudes. Kids at this age may be very capable at following commands on the computer, using the mouse, and playing computer games. They are, however, highly dependent on adults or older siblings to help them interpret online information. When your kids are at this young age you should supervise their computer use and use tools such as Windows Live OneCare Family Safety or Windows Vista Parental Controls. Safety tips Here are some safety tips to ... Read more..

February 12th, 2010 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Tip : Conserving battery power

Get the most from a single charge Ever run out of battery power in the middle of a meeting? Has the urgent beep of your mobile PC's battery alarm made you the center of attention during an executive presentation? Even with recent advancements in battery cell technology and in software that makes efficient use of power, you can do only so much work on a single charge. The trick is to get the most out of the power that's available. Chances are, ... Read more..

February 5th, 2010 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

10 tips for safer instant messaging

Communicating by using an instant messaging (IM) program has some of the same security and privacy risks as e-mail, but there are a few unique dangers that you should be aware of. 1. Be careful when creating a screen name. Each IM program asks you to create a screen name, which is similar to an e-mail address. Your screen name should not provide or allude to personal information. For example, use a nickname such as SoccerFan ... Read more..

January 19th, 2010 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

Description of the standard terminology that is used to describe Microsoft software updates

SUMMARY loadTOCNode(1, \'summary\'); This article describes the standard terminology that Microsoft is adopting to describe software updates. This terminology is also included in the Microsoft Security and Privacy Glossary. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Microsoft is adopting the following standard terminology to describe software updates: ConnectorDefinition: A connector is a software component that is designed to support connections between software. Critical UpdateDefinition: A critical update is a broadly released fix for a specific problem that addresses a critical, non-security-related bug. Additional ... Read more..

January 18th, 2010 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Unix and Linux IP Command Lines

LINUX : Display Current Config for all NIC's: ifconfig Display Current Config for eth0: ifconfig eth0 Assign IP: ifconfig eth0 192.168.1.2 Assign IP/Subnet: ifconfig eth0 192.168.1.2 netmask 255.255.255.0 Assign Default Gateway: route add default gw 192.168.1.1 Assign multiple IP's: ifconfig eth0:0 192.168.1.2 Assign second IP: ifconfig eth0:1 192.168.1.3 Disable network card: ifconfig eth0 down Enable network card: ifconfig eth0 up View current routing table: route "or" route -n View arp cache: arp "or" arp -n Ping: ping -c 3 192.168.1.1 Trace Route: traceroute www.ossmall.info Trace Path: tracepath www.ossmall.info DNS Test: host www.ossmall.info Advanced DNS Test: ... Read more..

December 30th, 2009 admin Posted in Linux and Unix, Misc Tips No Comments »

AddThis Social Bookmark Button

Age-based guidelines for kids’ Internet use

If your children use the Internet at home, you already know how important it is to help protect them from inappropriate content and contact. Family Safety from Windows Live OneCare and the parental controls included in Windows Vista can help you create a safer online environment for your children. The American Academy of Pediatricians (AAP) helped Microsoft develop age-based guidance for Internet use that's included in both of these products. To learn more, click the links below. Up to age 10: High settings Supervise ... Read more..

December 29th, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Disable right mouse click on your site or pictures

This is Perfect for stoping people copying your site content and pictures If you want to disable the right click mouse button on your pages , please read the following JavaScript Code to Disable Right Mouse Click <SCRIPT LANGUAGE="JavaScript"> function noRightClick(buttonClicked) { if (navigator.appName == 'Netscape' && (buttonClicked.which == 2 || buttonClicked.which == 3)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 3 || event.button == 2)) { alert("Your Message Goes Here"); return false; } return true; } document.onmousedown=noRightClick; document.onmouseup=noRightClick; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=noRightClick; window.onmouseup=noRightClick; </script> Please note A message will appear when anyone clicks the ... Read more..

December 26th, 2009 admin Posted in Misc Tips, Programing and Coding No Comments »

AddThis Social Bookmark Button

10 tips for dealing with game cyberbullies and griefers

Known as griefers, snerts, cheese players, twinks, or just plain cyberbullies, chances are one of these ne'er-do-wells has bothered a kid near you at least once while playing online multiplayer video games such as Halo 2, EverQuest, The Sims Online, SOCOM, and Star Wars Galaxies. Griefers are the Internet equivalent of playground bullies, who find fun in embarrassing and pushing around others. What griefers do Typical griefer behavior includes: taunting others, especially beginners; thwarting fellow teammates in the game; using inappropriate language; cheating; ... Read more..

December 26th, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Home Wireless Network Tips

Home Wireless Network Tips 1. Position your wireless router (or wireless access point) in a central location. 2. Move the router off the floor and away from walls and metal objects (such as metal file cabinets). 3. Replace your router's antenna. (May not be possible) 4. Replace your computer's wireless network adapter. (May not be possible) 5. Add a wireless repeater. 6. Change your wireless channel. 7. Reduce wireless interference. 9. Pick equipment from a single vendor. (Router and Adapter) 10. Upgrade 802.11b devices to 802.11g. Source: Microsoft Read more..

December 12th, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

How to use Telnet to test an Internet Mail Connection

This article describes how to use the Telnet terminal program to test a connection to a POP3 server. The following topics are covered: Establishing a Telnet session to the POP server Using POP commands in a Telnet session Some Internet Service Providers (ISP) may have implemented security features that may prevent Telnet access to servers within their domain. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Establishing a Telnet Session to the POP Server loadTOCNode(2, \'moreinformation\'); Telnet is a terminal emulation program supplied with Microsoft Windows. With Telnet, ... Read more..

November 21st, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Google Tricks and Easter Egs

Enter each word below in the Google search engine , and click the "I'm feeling lucky" button You will be surprised  of the result google l33t google loco google gothic elgoog ewmew fudd xx-klingon xx-piglatin google bsd google linux google easter egg Read more..

October 27th, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Where To Find the MAC Address | Nokia N800/N810

This HowTo is for those who need the MAC address of the phone the wireless routing . 1. Enter Task Navigator, click Applications , then Settings and after that go to Control panel. 2. ClickAbout product. 3. You will see the  MAC address of the phone near the WLAN MAC address zone Enjoy Read more..

July 31st, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Explanation of Regsvr32 usage and error messages

SUMMARY loadTOCNode(1, \'summary\'); You can use the Regsvr32 tool (Regsvr32.exe) to register and unregister OLE controls such as DLL or ActiveX Controls (OCX) files that are self-registerable. This may be necessary to troubleshoot some issues with Windows, Microsoft Internet Explorer, or other programs. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Regsvr32.exe is included with Microsoft Internet Explorer 3.0 or later versions, Windows 95 OEM Service Release 2 (OSR2) or later versions, and Windows NT 4.0 Service Pack 5 (SP5) or later versions. Regsvr32.exe is ... Read more..

June 29th, 2009 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

5 steps to help avoid instant message viruses

Using an instant messaging (IM) program—such as Windows Live Messenger (formerly MSN Messenger), Windows Messenger, AOL Instant Messenger, Yahoo Messenger, or others—you and a friend can type messages to each other and see the messages almost immediately. Because IM is so popular, virus writers can use it to spread malicious programs. Understanding instant message viruses Like e-mail viruses, instant message viruses are malicious programs that are designed to travel through IM. These viruses are spread, in most cases, when a person opens an infected ... Read more..

June 15th, 2009 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

How to handle suspicious e-mail

Follow these guidelines to help protect yourself from phishing scams sent through e-mail. 1. If you think you've received a phishing e-mail message, do not respond to it. 2. Report suspicious e-mail. Report the e-mail to the faked or "spoofed" organization. Contact the organization directly-not through the e-mail you received-and ask for confirmation. Or call the organization's toll-free number and speak to a customer service representative. Report the e-mail to the proper authorities, including the FBI, the Federal Trade Commission (FTC), and the Anti-Phishing ... Read more..

June 12th, 2009 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

What is Bluetooth wireless technology?

Bluetooth technology uses radio transmissions to enable devices such as computers, printers, mice, or mobile phones to communicate wirelessly over a short distance. Some of the ways to use Bluetooth technology are: To transfer files between computers or between a computer and another device To print using a Bluetooth enabled wireless printer To use a Bluetooth enabled wireless keyboard or mouse To listen to music using Bluetooth enabled wireless headphones To synchronize a Bluetooth enabled personal digital assistant (PDA) to a computer or another device To ... Read more..

May 2nd, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Online safety tips for kids up to age 10

If your children are between the ages of 2 and 10 years old, the Internet is a great place for them to learn and to play. When your kids are at this young age, you should supervise their computer use. It's also a good idea to use tools such as Windows Live OneCare Family Safety or Windows Vista Parental Controls. Safety tips Here are some safety tips to consider when you go online with your 2-10 year old: 1. It's never too early to foster ... Read more..

April 26th, 2009 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

10 things you can teach kids to improve their Web safety

Before you allow your child to go online without your supervision, make sure you establish a set of rules that you can all agree on. If you're not sure where to start, here are some ideas on what to discuss with your kids to teach them about using the Internet more safely. 1. Encourage your kids to share their Internet experiences with you. Enjoy the Internet along with your children. 2. Teach your kids to trust their instincts. If they feel nervous about ... Read more..

April 20th, 2009 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button


Page 1 of 212