Tuesday, December 28, 2010

Thursday, October 28, 2010

THIS IS WHAT A GUY WROTE TO A SYSTEM ANALYST

Dear Systems Department,

I am desperate for some help! I recently upgraded my program from "Girlfriend 7.0" to "Wife 1.0" and found that the new program began unexpected child processing and also took up a lot of space and valuable resources.

This wasn't mentioned in the product brochure.

In addition "Wife 1.0" Installs itself into all other programs and launches during systems Initialization and then it monitors all other system activities.

Applications such as "Boys' Night out 2.5" and "Golf 5.3" no longer Run, and crashes the system whenever selected. Attempting to operate Selected "Saturday Rugby 6.3" always fails and "Saturday Shopping 7.1" runs instead.

I cannot seem to keep "Wife 1.0" in the background, whilst attempting to run any of my favourite applications. Be it online or offline.

I am thinking of going back to "Girlfriend7.0", but uninstall doesn't work on this program. Can you please help?

........... AND THIS IS WHAT THE ANALYST SAID;

Dear Customer,

This is a very common problem resulting from a basic misunderstanding of the functions of the "Wife1.0" program.

Many customers upgrade from "Girlfriend 7.0" to "Wife 1.0" thinking that "Wife 1.0" is merely a UTILITY AND ENTERTAINMENT PROGRAM.

Actually, "Wife 1.0" is an OPERATING SYSTEM designed by its Creator to Run everything.

You are unlikely to be able to purge "Wife 1.0" and still convert back to "Girlfriend 7.0", as "Wife 1.0" was not designed to do this and it is Impossible to uninstall, delete or purge the program files from the System once it is installed.

Some people have tried to install "Girlfriend 8.0" or "Wife 2.0" but have ended up with even more problems. (See manual Under Alimony/Child Support and Solicitors' Fees).

Having "Wife 1.0" installed, I recommend you keep it installed And deal with the difficulties as best as you can. When any faults or problems Occur, whatever you think has caused them, you must run the C:\APOLOGIZE\FORGIVE ME Program and avoid attempting to use the *Esc-Key for it will freeze the entire system.

It may be necessary to run C:\APOLOGIZE\FORGIVE ME for a number of times, and eventually hope that the operating system will return to normal.

"Wife 1.0", although a very high maintenance program, can be very rewarding.

To get the most out of it, consider buying additional Software such as "Flowers 2.0" and "Chocolates 5.0" or "HUGS\KISSES 600.0" or "TENDERNESS \UNDERSTANDING 1000.0", or even "Eating Out Without the Kids 7.2.1" (if child processing has already started).

DO NOT under any circumstances install "Secretary 2.1" (Short Skirt Version) or "One Nightstand 3.2" (Any Mood Version), as this is not a supported Application for "Wife 1.0" and the system will almost certainly CRASH.

BEST OF LUCK!

Yours Systems Analyst

Wednesday, August 25, 2010

Temporarily Assign Yourself Administrative Permissions

Many programs require you to have Administrative permissions to be able to install them. Here is an easy way to temporarily assign yourself Administrative permissions while you remain logged in as a normal user.

Hold down the Shift key as you right-click on the program’s setup file.

Click Run as.

Type in a username and password that have Administrative permissions.

This will also work on applications in the Start menu.

Forgetting What Your Files Are?

This procedure works under NTFS.

As times goes along you have a lot files on your computer. You are going to forget what they are. Well here is way to identify them as you scroll through Windows Explorer in the future.

This procedure works under NTFS.

1.. Open up a folder on your system that you want to keep track of the different files you might one to identify in the future.

2.. Under View make certain that you set it to the Details.

3.. Highlight the file you want to keep more information on. Right click the file and you will get a pop up menu. Click on properties.

4.. Click on the Summary Tab (make sure it says simple not advanced on the button in the box), You should now get the following fields,

Title,Subject, Author, Category, Keywords, Comments

You will see advanced also if you have changed it to simple, Here will be other fields you can fill in.

5.. Next you can fill in what ever field you want.

6.. After you finished click the apply button then OK.

7.. Next right click the bar above your files, under the address barand you should get a drop down menu. Here you can click the fields you want to display.

8.. You should now see a list with the new fields and any comments you have done.

9.. Now if you want to sort these just right click a blank spot and then you sort the information to your liking.

Group Policy for Windows XP

One of the most full featured Windows XP configuration tools available is hidden right there in your system, but most people don't even know it exists. It's called the Local Group Policy Editor, or gpedit for short. To invoke this editor, select Start and then Run, then type the following:

gpedit.msc

After you hit ENTER, you'll be greeted by gpedit, which lets you modify virtually every feature in Windows XP without having to resort to regedit. Dig around and enjoy!

Change Web Page Font Size on the Fly

If your mouse contains a wheel for scrolling, you can change font size on the fly when viewing a Web page. To do so:

Press and hold Ctrl. Scroll down (or towards yourself) to enlarge the font size. Scroll up (or away from yourself) to reduce the font size.

You might find it useful to reduce font size when printing a Web page, so that you can fit more content on the page.

Monday, June 21, 2010

How to Run Multiple OSs Simultaneously on a Single PC?







VMware Player is free software that enables users to easily run any virtual machine on a Windows or Linux PC. VMware Player runs virtual machines created by VMware Workstation, VMware Server, or VMware ESX and also supports Microsoft virtual machines and Symantec LiveState Recovery disk formats.

Run virtual machines on your Windows or Linux PC with VMware Player 2.5. This free desktop virtualization software application makes it easy to operate any virtual machine created by VMware Workstation, VMware Fusion, VMware Server or VMware ESX, as well as Microsoft Virtual Server virtual machines or Microsoft Virtual PC virtual machines. You can also use Player to evaluate one of the many virtual appliances available from the VMware Virtual Appliance Marketplace.

Run multiple operating systems simultaneously on a single PC
Experience the benefits of preconfigured products without any installation or configuration hassles
Share data between host computer and virtual machine

Thursday, May 13, 2010

Create One-Click Shutdown and Reboot Shortcuts


First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.

But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:

shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:

shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "Ill be back m8 ;)!"

Switch
What it does

-s
Shuts down the PC.

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f
Forces any running applications to shut down.

-r
Reboots the PC.

Friday, May 7, 2010

GET ON BLOCKED WEBSITES ANYWHERE!!!

Do you know how you can Unblock any kind of Blocked Website? Either Facebook, myspace, bebo, twitter etc once they block them at School or Office? Here we go..

First.. Open www.fluffmypillow.com

Secondly.. Select from the page the site you want (ie: facebook, myspace, bebo etc), or type it there in search area..

Then you are done!!

Sunday, May 2, 2010

Google Search Tips and Tricks



  • Search all Pages of a Site:-
site:"name of site"
for example.
site:http://www.greatdesign.co.tz/
Using site: operator we can search all pages of site.
  • Search Title of Web Pages:-
intitle:"search string"
for example.
intitle:"search free ebooks"
using intitle: operator we can search title of web pages for a particular string.


intitle:index.of? (pdf|chm) "ebook name"
For example.
intitle:index.of? (pdf|chm) networking
above command search all Open directory for ebooks. NOTE: Check the first result and open the *.pdf files (I used to do that!)
  • Search Free Music and Movies:-
intitle:index.of? (mp3|dat|mpg|mpeg|rm|rmvb|3gp|flv|mkv|avi) "Music or Movie name"

For example.
intitle:index.of? (mp3|dat|mpg|mpeg|rm|rmvb|3gp|flv|mkv|avi) songs
above command is used to search music and movies. if you want movie in a format other than listed above then add yourself using | after avi.
  • Search Particular Type of File(filetype:):-
"file to search" filetype:"file type"
For example.
syllabus filetype:pdf
filetype: operator is used to search a particular type of file for example pdf(ebook), txt(text file) etc.
  • Search words in url of web pages(inurl):-
inurl:"string to search"
For example.
inurl:hacking
inurl: operator is used to search some words in the url of web pages.

Create strong passwords






Strong passwords are important protections to help you have safer online transactions.

Keys to password strength: length and complexity

An ideal password is long and has letters, punctuation, symbols, and numbers.

  • Whenever possible, use at least 14 characters or more.
  • The greater the variety of characters in your password, the better.
  • Use the entire keyboard, not just the letters and characters you use or see most often
Short and Weak passwords can be Hacked or Cracked very easily than you expect, for security purpose, I'm afraid to show many ways to Hack Windows password here, but what I can say is "Make your password strong, secret and change it frequently"

Saturday, May 1, 2010

Turn ON/OFF Num Lock on Startup


Most of standard keyboards come with a small numeric keypad which identified by the numbers from 0 to 9. However, this numeric keypad is also served for some other functions such as "Page Up", "Page Down", "End", "Home", etc... depending on which mode of the "Num Lock" is being used. Many Windows users find this numeric keypad useful to type the numbers faster. But oopps... after hitting a several keys on the numeric keypad, you recognize the outcomes are not what you expected. Then you recognize the "Num Lock" mode is "OFF", so you just need to switch it on, and... start over your typing! The bad news is, by default, Windows turns the Num Lock off; however, the good news is, you can configure Windows to turn this Num Lock ON so that whenever you mean "number", you really get a number.

Read on, you'll get the details how to set Windows to keep the Num Lock status "ON" as default. In fact, you will need to make a small change on your Windows Registry to turn the Num Lock ON everytime Windows starts up.

IMPORTANT This article will guide to some steps to modify your Windows Registry. Stop if you're not familiar with the Windows Registry. Making a wrong change on the Windows Registry could cause critical problems to your computer.

Proceed at your own risks

This tip modifies the Windows Registry. So be aware and careful when following the steps. Damage the Windows Registry might damage your Windows.

  1. Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
  2. Expand to the following key:
    HKEY_CURRENT_USER\Control Panel\Keyboard\
  3. Within the keyboard folder, you should have a string value named "InitialKeyboardIndicators" with a value of 0, 1, or 2.
  4. Double-click on this string value "InitialKeyboardIndicators" and edit the value to what you want. Below is the explaination of the values:
    0: Num Lock is turned OFF on startup
    1: Disable Num Lock
    2: Num Lock is turned ON on startup

Find Product Key for Windows and Office













If you are looking for a way to retrieve the product keys of your MS Windows or MS Office, you are on the right page!

The following is a tool to detect the product keys of Microsoft Windows and Microsoft Office installed on your machine. This tool is free to download at Magical Jelly Bean.

The tool also provides some nice features let you change your Windows product key, or detect the key remotely to another computer.

To download a copy of this tool. Click Here.


Hidden Programs In Windows XP !

Is it strange to hear , but true that some good programs are hidden in Windows XP !!!

Programs :

1. Private Character Editor :

Used for editing fonts,etc.
** start>>Run
** Now, type eudcedit

2. Dr. Watson :

This an inbuilt windows repairing software !
** start>>Run
** Now, type drwtsn32

3. Media Player 5.1 :

Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
** start>>Run
** Now, type mplay32

4. iExpress :

Used to create Setups. You can create your own installers !
** start>>Run
** Now, type iexpress

Friday, April 30, 2010

Clean out the prefetch folder

Windows XP uses a system called 'prefetch' to organize and preload some of the data necessary for commonly used applications and files. A folder called prefetch is used to store the information the operating system needs to carry out this operation.
After several months of use, the prefetch folder may become quite overloaded with older references to software and files that may no longer be in use.It's a good idea to manually empty the older files out of the prefetch folder every few months or so.
To do this: Navigate to 'c:\windows\prefetch' and delete all .
PF files that are older than a week or two.

Recover the lost administrators password in Windows XP

Slightly more work needed if you lose or forget the Windows XP administrator password.

1.First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up.

2.Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.

3.You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.

4.Just click the administrators user account, and then click Reset Password.

5.You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.


All done, you have recovered the lost adminitrators password!

What is Blade Server?















A blade server is a server chassis housing multiple thin, modular electronic circuit boards, known as server blades. Each blade is a server in its own right, often dedicated to a single application. The blades are literally servers on a card, containing processors, memory, integrated network controllers, an optional fiber channel host bus adaptor (HBA) and other input/output (IO) ports.

IBM BladeCenter - The Right Choice


A blade server is sometimes referred to as a high-density server and is typically used in a clustering of servers that are dedicated to a single task, such as:

File sharing
Web page serving and caching
SSL encrypting of Web communication
The transcoding of Web page content for smaller displays
Streaming audio and video content

Is It On?












Is-It-On

A tiny FreeWare program showing details of all Network connections running on your PC.

Tiny single exe file requiring a very low amount of system resources.

Shows ALL your Intranet/Internet IP / DNS / DHCP / WINS / Adaptors name & description etc...

Detects your LAN connection.

Detects your LAN behind a Network proxy connection.

Identifies an Internet DISCONNECTED PC.

Forces Remote Access Service (RAS) to Disable & Disconnect.

Does NOT require any setup or configuration, just UnZip and run.

Compatible with most Windows® platforms. (NT4.0 not supported)

What is HDTV?



High definition television is the highest form of digital television. It has a 16:9 aspect ratio, which is the same as a movie theater screen.

This is possibly HD’s biggest selling point. The other is the resolution. High definition is the best available picture on a television. It comes in three different flavors: 720p, 1080i and 1080p.
Largest High Definition Televisions

Mitsubishi WD-73927
Panasonic TH-65XVS30U
Pioneer PRO-1410HD
Samsung HP-R6372
Sharp LC-65D90U
Toshiba 72MX195

What is the Difference Between an LCD TV and a Plasma TV?

Outward appearances are definitely deceiving when it comes to LCD and Plasma televisions. Although both types of televisions are flat and thin, they employ different technology in an attempt to deliver similar results.

DNS vs OpenDNS - Comparision






What is a DNS Server?

The Domain Name System (DNS) is a standard technology for managing the names of Web sites and other Internet domains. DNS technology allows you to type names into your Web browser like compnetworking.about.com and your computer to automatically find that address on the Internet. A key element of the DNS is a worldwide collection of DNS servers.

A DNS server is any computer registered to join the Domain Name System. A DNS server runs special-purpose networking software, features a public IP address,and contains a database of network names and addresses for other Internet hosts.

What is OpenDNS?

It is a free DNS service that translates the URLs of Web pages into IP addresses.
OpenDNS theoretically helps speed up Web browsing by using better DNS servers to resolves URLs faster than your Internet Service Provider (ISP). The increase is probably too small for you to notice on a regular basis, however. More importantly, the service gives you better control over the Web sites you and your family visits, and contains built-in controls to protect against hackers hijacking your browser.

What is dynamic DNS?

Many people get a dynamic Internet Protocol (IP) address assigned to them by their ISP or network operator. It is difficult for public Internet resources to know how to find a webserver or mailserver or other Internet-addressable resource located at a dynamic IP address. DDNS provides a workaround, giving an individual a method of registering their current IP address with a third-party service on the web so they are publicly accessible and addressable, even as their IP address changes over time.

What is FileZilla?





FileZilla is a free FTP solution with FTP client and FTP server programs developed by Kim Kosse. FileZilla supports FTP, FTPS and SFTP protocols and multiple platforms: Windows, Linux, Mac OS X and more. FileZilla is open source software distributed under the terms of the GNU General Public License.

Filezilla is a pair of programs, an FTP server and an FTP client. They are used for transferring files over a network. The software is legal. Transferring files may or may not be depending on if they are protected by copyright or not and (if they are) if the owner of the copyright has granted permission.

Download FileZilla from here : http://filezilla-project.org/index.php

What is InstaCalc?






InstaCalc is a new, refreshingly different calculator.

Fast, Easy and Shareable.
Vision for a fast, simple and powerful calculator.
Online calculator but all the calculations are done in client side.

It's called InstaCalc for a reason:

answers appear as you type. Your time is important, the computer's time is not. Spend less time waiting, more time doing.

Normal calculators and spreadsheets make you type and press Enter. Change the numbers, press Enter. Change the numbers again, press Enter.

Why this extra step?

Imagine having to press "Enter" every time you typed a key in Word. Decades of spreadsheets and desk calculators have conditioned us to tolerate this pause between entering numbers and getting an answer. Break free

Facilities available :
Angle Calculator
Various Ways to Calculate Pi
Título
rounding decimals
Real Drive Size
leas honda
Real Estate Agent Pay Calc
Salary
Real Estate Agent Calc
Home Loan & Mortgage