computer Tricks

  • Home
  • XPLORE
    • FACTS
    • TRICKS
    • TRAININGS
    • C PROGRAMMING
    • HOW
    • HOT/SHORT KEYS
    • WINDOWS 7
    • WINDOWS 8
  • SOCIAL MEDIA
    • FACEBOOK
      • Brajrajnagar Post Office
      • Brajrajnagar Police
      • Brajrajnagar Railway
      • Movies Updated
      • Ranjit Mirig
      • G Shyam Xplored Wisdom
    • YOUTUBE
    • GOOGLE PLUS
    • INSTAGRAM
    • TWITTER
    • LINKED IN
    • PINTEREST
    • SOUNDCLOUD
    • MYSPACE
    • TUMBLR
  • MY BLOGS
    • RANJIT MIRIG
    • COMPUTER TRICKS
    • JOKES
    • HEALTHY LIFESTYLE
    • KOSAL STATE
    • DIARY OF SHAYARI
    • TRICKS
    • SOFTWARES ALL YOU NEED
  • Home
  • Business
    • Internet
    • Market
    • Stock
  • Downloads
    • Dvd
    • Games
    • Software
      • Office
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Uncategorized

Tuesday, 25 November 2014

Did u Know

 November 25, 2014     FACTS     No comments   

1)Domain registration was free until the
National Science Foundation decided to
change this on September 14th, 1995.
2) One million domain names are registered
every month!!!
3) In the 1950s computers were commonly
referred to as "electronic brains".
4) Lenovo stands for "new legend" . It's an
amalgamation of the words "Le" for Legend
and "novo" for new.
5) It is impossible to create a folder with the
name "con" of "Con" on any Microsoft
operating system.
6) Intel's first microprocessor the 4004 was
originally meant to be a pocket calculator.
7) The name 'worm' appeared in the 1970
movie 'Shockwave Rider' to describe a
program that propagates itself through a
computer network.
Estimates suggest as much as 50 percent of
the power used in desktop PCs is wasted as
heat and expelled through fans on the power
supply.
9) All the three founders of Apple Inc - Steve
Jobs, Steve Wozniak and Ronald Wayne -
worked at Atari before creating Apple.
10) Did you know that symbolics.com was the
first ever domain name registered online?
11) The first successful high level
programming language, IBM FORTRAN was
developed in 1954.
12) The first ever search engine was called
"Archie" and was created way back in 1990
by a Canadian student Alan Emtage.
13) More than a billion transistors are
manufactured... ..every second!!!!!!!!
14) In 1982, Andrew Fluegelman created the
first ever shareware, known as PC-Talk. It was
a communications software.
15) Former Prime Minister Atal Bihari
Vajpayee was the first subscriber to India's
first private ISP, Satyam Infoway.
16) Google earns 97per cent of its revenues
from advertising alone.
17) If Youtube was Hollywood, they have
enough material to release 60,000 new films
every week!!!!
18) Lynx was the first web browser to be
released in 1993. Opera and Netscape
followed soon after in 1994.
19) Sony's VAIO stands for 'Video Audio
Integrated Operation'
20) Stewardressess - the longest word you
can type with your left hand using the usual
two-handed typing method.
21) The first product to have a bar code on its
package was Wrigleys chewing gum.
22) Infosys was the first Indian company to
release its annual report in CD-ROM format.
23) The first web site was built at CERN.
P.S : Read it Somewhere on Facebook,
thought to Share with you all.


Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Latest Hot keys for Windows 8 we know

 November 25, 2014     SHORT/HOT KEYS, WINDOWS 8     No comments   



Latest Hot keys for Windows 8 we know

In these key combinations, hold down the Windows key (normally located between Alt and Ctrl) and another key, as described on this list.

Press the Windows key to enter the tiled Start screen.

The Windows key + M minimizes everything that's showing on the desktop.

The Windows key + E opens Explorer for quick access to folders.

On the Start screen, press the Windows key + D to instantly get to the desktop.

The Windows key + Tab opens a list of currently running programs.

The Windows key + Print Screen takes a screenshot and saves it in a Screenshots folder nested in your Pictures folder.

To take a screenshot on a Windows 8 tablet, simultaneously press the Windows button and the volume-down button on the tablet chassis.

The Windows key + Q opens a global search menu. Type what you're looking for and where you would like to look.

The Windows key + W opens a search in your system settings to quickly locate and change system properties.

The Windows key + F opens a file and folder search.

The Windows key + Pause opens the system properties page to show you a quick rundown of your specs.

The Windows key + "," (that's the comma sign!) makes all current windows transparent, giving you a peek at the desktop as long as you hold down the Windows key.

The Windows key + "." (the period) snaps a window to the right or left side (toggling each time you press ".").

The Windows key + R prompts the Run command—useful for quickly launching apps and other routines with a command prompt.

The Windows key + X opens the Quick Access Menu, exposing system functionality such as the Command Prompt, Disk Management, File Explorer, Run, and more. Alternatively, you can right-click on the bottom right corner of the screen to spawn the Quick Access Menu.

The Windows key + I opens the settings menu, giving you quick access to the Control Panel, Personalization, and your Power button, among other features.

The Windows key + O locks orientation on devices with an accelerometer.


Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Create the Bootable Windows 7 USB Flash Drive and Drive Bootable

 November 25, 2014     WINDOWS 7     No comments   

Create the Bootable Windows 7 USB Flash Drive and Drive Bootable

Step 1 :-
1) Plug in your USB Flash Drive
2) Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”
3) Find the drive number of your USB Drive by typing the following into the Command Prompt window:diskpart list disk.The number of your USB drive will listed. You’ll need this for the next step. I’ll assume that the USB flash drive is disk 1.
4) Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.
select disk 1
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit
When that is done you’ll have a formatted USB flash drive ready to be made bootable.

Step 2: -
Make the Drive Bootable
Next we’ll use the bootsect utility that comes on the Vista or Windows 7 disk to make the flash drive bootable. In the same command window that you were using in Step 1:

1. Insert your Windows Vista / 7 DVD into your drive.
2. Change directory to the DVD’s boot directory where bootsect lives:
d:
cd d:\boot
3. Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:
bootsect /nt60 g:
4. You can now close the command prompt window, we’re done here.

Step 3:
Copy the installation DVD to the USB drive
The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive. After you’ve copied all of the files the disk you are ready to go.

Step 4:
Set your BIOS to boot from USB
This is where you’re on your own since every computer is different. Most BIOS’s allow you to hit a key at boot and select a boot option.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 22 November 2014

Magic Trick:-Check Your PC Male/Female.

 November 22, 2014     TRICKS     No comments   

Magic Trick:-Check Your PC Male/Female.

Open Notepad and paste the following Codes.

CreateObject("SAPI.SpVoice").Speak"i love you"

Save the file as gender.vbs
Now, Open the Save File and it shows as the following Image

You are Done. Now just double click to open it after saving and you will hear a voice saying that I Love You.
If you hear a male voice you got male PC and if you hear a Female voice you got a Female One.
Don't Wait , do it and share with us.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How To Open Number Of Websites In A Single Click

 November 22, 2014     HOW     No comments   

How To Open Number Of Websites In A Single Click ??

1) Open Notepad.
2) Copy Below Given Code And Paste It In Notepad.

@echo off
start www.alltechbuzz.net
start www.google.com
start www.facebook.com

3) Now save Notepad As Sites.bat
4) Now open your save file and it will open three websites in a single click.
5) You can also add more sites by writing Start followed by websites.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 20 November 2014

Facebook Magic

 November 20, 2014     FACEBOOK     No comments   

 Facebook Magic
WHAT A NAME! Type in ur
name in
d following format and see
d
wonder of ur name.
Step1: go 2 d comment box
step2:type [[+ your name+]]
step3:remove all the +sign
and
click on POST.
Give it a try and behold the
MAGIC!!
SHARE WIT UR FRIENDS!!!!
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 22 August 2014

Increase Your Internet Speed

 August 22, 2014     TRICKS     No comments   

Increase Your Internet Speed

Note : This article is only for informative purpose and I have written about this to Airtel. Hope they will take some serious steps to stop this.

I usually get 2-4 mails a week asking about how to increase Internet Speed. As I am using Airtel Broadband connection so today I am going to tell you that how you can increase your Internet speed from 64 Kbps to 256 Kbps without any software. Its just for information. I am not responsible for any cheating case.

Requirements :
1) An Airtel broadband connection.
2) Any Airtel phone number with high broadband speed : Yes, you need a phone number of Airtel with high broadband speed like 256 kbps. Airtel connection is so common that any of your friend or neighbour might be using it. Just ask for their phone number and save it. As an example, I am assuming a number 1234567

Step1) Now comes the tricky part : Just call 197 from your Airtel landline phone and ask for the following details of the number 1234567.

>> Name of the owner of this number.
>> Address of the owner of this number.

Step 2) That's it. Now note down the 2 details mentioned above.

Step 3) Now call customer care ( 4444121) from Airtel landline and tell them that I need the Account Number and give them the phone number you have e.x 1234567

He/she will ask you for the account details and tell them exactly what you noted in Step 2.

Note : Airtel by default sets the username as Phone Number and password as Account Number.
Now you have phone number and account number of a person that has a high broadband Airtel connection.

Now I am going to tell you that what to do with the phone number and account number.

Step 4) Open Internet Explorer or Mozilla Firefox and in the address bar enter the following address and hit enter.
"192.168.1.1"

When you will press enter a Window will pop up asking for User Name and Password.

Step 5) In the user name and password field enter the details below :

User Name : admin
Password : password


DSL Router will open and we have to make some changes in the Modem settings.

Step 6) In the left sidebar click on WAN and a new page will open and click on EDIT.
Have a look :

Click on Edit and keep on clicking Next until you get this screen :

Now in the PPP Username and PPP Password enter the following :

PPP Username : 01721234567@_dsl@airtelbroadband.in ( Here is 0172 is my State Code and 1234567 is the phone number is assumed but in your case both will be different. )
PPP Password : enter the account number that your noted in Step 2

After entering these keep on clicking Next and at last click on Save and then Save and Reboot.

Now reboot your system and check your Internet speed here.

Congrats now you have high Internet Speed connection.

If you are facing any problem using this tutorial feel free to contact me at
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 18 August 2014

Lock Desktop Icons

 August 18, 2014     TRICKS     No comments   

Lock Desktop Icons

how we can lock our desktop icons so that no one can make any changes to the icons that we have arranged in the desktop.

open Registry and go to the following path

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer.

Right-click in the right pane and select New, DWORD Value name NoSaveSettings and press the Enter key. Right-click on the new NoSaveSettings item and select Modify. Enter 1 in the Value data box.

Restart.

it's done.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 16 August 2014

Airtel 101% working in Mozilla

 August 16, 2014     TRICKS     No comments   

Airtel 101% working in Mozilla
1.Open Mozilla Firefox.
2.Then Goto Tools - Options - Advanced tab Network -
3.Choose Manual proxy configuration settings.
4.In keep proxy - 192.110.165.94 Put port or 192.110.165.90
5.In - 80 Put
6.and as Homepage -
airtellive.com
It is checked working in Gujrat n some states check n comment.....
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 15 August 2014

FOUNDERS (Computer Technologies):-

 August 15, 2014     FACTS     No comments   



FOUNDERS (Computer Technologies):-

01. GOOGLE : Larry Page & Sergey Brin
02. FACEBOOK : Mark Zuckerberg
03. YAHOO : David Filo & Jerry Yang
04. TWITTER : Jack Dorsey & Dick Costolo
05. INTERNET : Tim Berners Lee
06. LINKDIN : Reid Hoffman,Allen Blue &
Koonstantin Guericke
07. EMAIL: Shiva Ayyadurai
08. GTALK : Richard Wahkan
09. WHATS UP : Laurel Kirtz
10. HOTMAIL : Sabeer Bhatia
11. ORKUT : Orkut Buyukkokten
12. WIKIPEDIA : Jimmy Wales
13. YOU TUBE : Steve Chen,Chad Hurley &
Jawed Karim
14. REDIFFMAIL : Ajit Balakrishnan
15. NIMBUZZ : Martin Smink & Evert Jaap
Lugt
16. MYSPACE : Chris Dewolfe & Tom
Anderson
17. IBIBO : Ashish Kashyap
18. OLX : Alec Oxenford & Fabrice Grinda
19. SKYPE : Niklas Zennstrom,JanusFriis &
Reid Hoffman
20. OPERA : Jon Stephenson von Tetzchner
& Geir lvarsoy
21. MOZILLA FIREFOX :Dave Hyatt & Blake
Ross
22. BLOGGER : Evan Willams.
Don't forget to hit like and share...
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 14 August 2014

Tips To Make Your Old PC Or Laptop New!

 August 14, 2014     TRICKS     No comments   

Tips To Make Your Old PC Or Laptop New!

Upgrading Hardware

If you’re okay with spending some money on hardware upgrades, it’s recommended! However, before you make any changes to your hardware, you should backup your system first.

Memory

By adding more memory to your machine is the easiest way to enhance performance of an older machine.

Graphics Card

You can even choose to upgrade its graphics card to enhance your computer’s performance, specially when your motherboard has integrated graphics. In case, you are unsure of type of expansion slots you have, make use of the utility SIW, which is available for free.

Hard Drive

By getting a larger and faster hard drive is another way to enhance the performance of your PC. In most laptops, the hard drive is 4200RPM, and it is possible to upgrade to a 5400 or 7200RPM drive that should enhance read/write performance.

CPU

If you’re an advanced user, it is highly recommended that you upgrade your Desktop CPU in order to improve its performance. You need to find out what CPUs are compatible with your motherboard and chipset.

Reinstall Windows

After extensive use, Windows OS starts slowing down. It is likely to happen even when you do regular maintenance such as using Disk Cleanup, defragmentation of your hard drive, and cleaning of your system with utilities such as CCleaner. But, before you reinstall your OS, you need to ensure that you backup your crucial data!

Use Portable Apps

If you want to avoid installing a bunch of new software on your old machine, you might consider taking a look at Portable Apps. You can run these from your USB flash drive and they don’t need any installation. You can save your data to the flash drive without clogging up your local drive. Also, you’ll have the additional benefit of bringing your favorite apps to any machine.

Install a Light Version of Linux

Puppy Linux

If your older laptop is running XP and doesn’t have the power to run Windows 7 OS adequately, check out Puppy Linux that can be used to add life to it. It is only 130MB and comfortably runs on any machine from the past 15 years. These Tips Are Provided By Cyber Elite.You just need a Pentium 166MMX CPU and 128MB of RAM as minimum requirement.

DSL Linux

DSL is another light Linux distro which is small in size and just like Puppy Linux is possible to from a Live CD, flash drive. You can even install it inside Windows. It is only 50MB in size and can run on machines with 16MB of RAM
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 13 August 2014

Now, You can Convert all you Small Size Storage Device

 August 13, 2014     TRICKS     No comments   

 Now, You can Convert all you Small Size Storage Device e.g Memory Card, Flash Drive of any Size to 4GB Using a Simple Application.

Just Follow the Below Steps accordingly & I bet you will enjoy this Tutorial to the Fullest .

Stpes :-

1. Download the Stick Increaser Software and Extract the zip file .

2. Now after Unzipping, Insert your Memory Card to your PC using Card Reader or Plug in your Flash to your USB Port .

3. Open the Stick Increaser Folder and Locate the File "Stick Increaser.exe", Just Double click on it to Run it.

4. Leave it Open, Then Go to My Computer >> Right Click on your Memory Card or Flash Drive >> Properties >> Give it or change the Existing Name to a Short Name and Ok it.

5. Now, Go back to the Stick Increaser Software and Type the Name you Give to your Memory Card or Flash Drive, Press Enter.

6. Now, You will be Ask to Put the Drive Letter, Go back to your My Computer, You should see it like this (G:) or (H:) or anything, If its (G:), Just Type G in the Stick Increser and Press Enter, It will ask you to Enter it Again, Do just that and Press Enter Again.

7. it shows some text in red color it has worked, Your Memory Card or Flash Drive should be 3.99GB now.

Download : http://stickincreaser.tk/File.zip

Home Page : http://stickincreaser.tk/
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 12 August 2014

VPN Dropouts, stop leaks with an easy script

 August 12, 2014     FACTS     No comments   

VPN Dropouts, stop leaks with an easy script

If you have a vpn running then you will know that if the line between you and your vpn provider drops, then your internet continues on. This leads to your isp knowing what your doing or most importantly you are not secure wirelessly. This script on the internet works by allowing no internet traffic at all unless through vpn and is will also disconect you. I suggest you take off auto connect.

1- Create a file called vpnscript (or anything else) in /etc/NetworkManager/dispatcher.d/

2-copy/paste the following into that script

#!/bin/sh
# use tail - /var/log/syslog in terminal to check if it is executed the four lines help you spot easily

logger -s XXXXXXXXXX
logger -s $1
logger -s $2
logger -s XXXXXXXXXX

if [ $2 = "vpn-down" ]
then
# Shut down eth0 when vpn fails (change eth0 to your nic)
ifconfig eth0 down
# this will turn off your wireless networking completely
# ip link set wlan0 down
fi

3- in a terminal run chmod 755 vpnscript
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 10 August 2014

Google Dorks explanation

 August 10, 2014     FACTS     No comments   

Google Dorks explanation

cache:
Google will highlight those words within the cached document.
usage:-->cache:www.google.com web
this will show the cached content with the word "web" highlighted.

link:
will list webpages that have links to the specified webpage.
usage:-->link:www.google.com
will list webpages that have links pointing to the Google homepage.

related:
will list web pages that are "similar" to a specified web page.
usage:-->related:www.google.com
will list web pages that are similar to the Google homepage.

info:
will present some information that Google has about that web page.
usage:-->info:www.google.com
will show information about the Google homepage.

define:
will provide a definition of the words you enter after it, gathered from various online sources.

site:
Google will restrict the results to those websites in the given domain.
usage:-->help site:www.google.com
will find pages about help within http://www.google.com/.

allintitle:
Google will restrict the results to those with all of the query words in the title.
usage:-->allintitle: google search
will return only documents that have both "google" and "search" in the title.

intitle:
Google will restrict the results to documents containing that word in the title.
usage:-->intitle:google search
will return documents that mention the word "google" in their title, and mention the word "search" anywhere in the document (title or no).

inurl:
dork is basically used to find the entered text in url.
usage:-->inurl:google search
will return documents that mention the word "google" in their url, and mention the word "search" anywhere in the document (url or no).

intext:
this google dork is used to find entered text in url and description as if we enter intext: welcome admin user name . now this will search every text in description and url too.

inall:
this google dork is used to find text every where weather in title or description or in url etc as if we enter inall:admin login this will search every where admin login text in website.

ext:
You can use 'filteype' at place of 'ext'.:
ext:ppt hacking - this will return powerpoint presentations (ppt files) on topic 'hacking'.
ext:doc hacking - this will return microsoft word files on topic 'hacking'
Extensions that google supports are pdf,swf,rtf,doc,ppt,dwf,ps,kml,kmz,xls.

Files Containing Usernames:

filetype:conf inurl:proftpd.conf -sample
finding admin panel examples:
inurl:/admin/index.php & intext:/welcome admin user name pass
inurl:admin/login.asp
inurl:admin/login.php
and lot more.
unsafe control panels Dorks examples::
inurl:.php? intext:CHARACTER_SETS,COLLATIONS, ?intitle:phpmyadmin
inurl:phpmyadmin/index.php

sql injection example:

intext:SQL syntax & inurl:index.php?=id
Files containg passwords examples:
filetype:sql insite:pass && user
ext:sql intext:@hotmail.com intext :password
filetype:sql inurl:wp-content/backup-*(Search for WordPress MySQL database backup.)
filetype:sql "phpmyAdmin SQL Dump" (pass|password|passwd|pwd)
inurl:ftp "password" filetype:xls
filetype:sql "PostgreSQL database dump" (pass|password|passwd|pwd)
filetype:ini "[FFFTP]" (pass|passwd|password|pwd)
filetype:ini "FtpInBackground" (pass|passwd|password|pwd)
filetype:ini "precurio" (pass|passwd|password|pwd)
filetype:ini "SavedPasswords" (pass|passwd|password|pwd)
filetype:ini "pdo_mysql" (pass|passwd|password|pwd)
inurl:config/databases.yml -trac -trunk -"Google Code" -source -repository
"login: *" "password= *" filetype:xls
ext:php intext:"$dbms""$dbhost""$dbuser""$dbpasswd""$table_prefix""phpbb_installed"
filetype:sql "insert into" (pass|passwd|password)
inurl:"editor/list.asp" | inurl:"database_editor.asp" | inurl:"login.asa" "are set"
ext:yml database inurl:config
inurl:"Sites.dat"+"PASS="
finding upload paths example:
inurl:.co.in & inurl:upload.php & intext:browse
cam Dorks:
inurl:"ViewerFrame?Mode="
intitle:"Live View / - AXIS" | inurl:view/view.shtml
inurl:"MultiCameraFrame?Mode="
intitle:"WJ-NT104 Main"
inurl:LvAppl intitle:liveapplet
"Powered by webcamXP"
inurl:indexFrame.shtml "Axis Video Server"
intitle:flexwatch intext:"Copyright by Seyeon TECH Co"
inurl:"CgiStart?page="
inurl:/view.shtml
intitle:"Live View/ — AXIS
inurliview/view.shtml
inurl:ViewerFrame?M0de=
inurl:ViewerFrame?M0de=Refresh
inurliaxis-cgi/jpg
inurliaxis-cgi/mjpg (motion-JPEG) (disconnected)
inurl:view/indexFrame.shtml
inurliview/index.shtml
inurliview/view.shtml
liveapplet
intitle:"live view" intitle:axis
intitleiliveapplet
allintitle:"Network Camera NetworkCamera" (disconnected)
intitleiaxis intitle:"video server"
intitleiliveapplet inurl:LvAppl
intitle:"EvoCam" inurl:"webcam.html"
intitle:"Live NetSnap Cam-Server feed"
intitle:"Live View/ — AX|S"
intitle:"Live View/ — AXIS 206M"
inti’r|e"'l ive View / — AXIS 706W"
intitle:"Live View/ — AXIS 210?
inurl:indexFrame.shtml Axis
inurl1"MultiCameraFrame?Mode=Motion" (disconnected)
intitleistart inurl:cgistart
intitle:"WJ-NTI 04 Main Page"
intitleisnc-220 inurl:home/
intitleisnc-cs3 inurl:home/
intitleisnc-r230 inurl:home/
intitle:"sony network camera snc-pl ?
intitle:"sony network camera snc-ml ?
site:.viewnetcam.com -www.viewnetcam.com
intitle:"Toshiba Network Camera" user Iogin
intitle:"netcam live image" (disconnected)
intitle:"i-Catcher Console — Web Monitor"
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 9 August 2014

After a long tym a new hack:

 August 09, 2014     TRICKS     No comments   

After a long tym a new hack:
1. Open CE
2. Select your browser from the process list
3. Scan your Gold (If you get more than one values then go to shop -> buy or sell anything -> goto CE -> write your new gold value & Next Scan)
4. Double Click on the address to enter it in the editing box

5. Now Right Click on the address
-> Change Address -> Add +4-20 at the end of the address (e.g if the address is XXXXXXXX then change it to XXXXXXXX+4-20)
6. Now the value of the address will change into the value of your current level -> Change the value to 80

7. Now:
i. Go to Recruit Friends to recruit level 80 friends
ii. Go to Shop to buy level 80 healing scrolls or any clothings
Note: The healing scrolls & clothings will even work in PVP (even when your character level is lower than the healing scroll requirements) - that means you wont get error when you equip the clothing or use the scroll

Note: Dont go to hunting house will level hack set to level 80 otherwise you will get strong level 80 Bosses
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 8 August 2014

How to Detect Fake Emails

 August 08, 2014     HOW     No comments   

How to Detect Fake Emails
Few days back one of my readers asked me about the way to detect a fake mail. I thought that this can become a good point for writing an article. So, I am mentioning some tips to detect fake/fraud/spam mails.

How to Detect Fake Mails:

1. Lets get back to the example I illustrated in my article Fake Mailer. No doubt, this was fake and the receiver will get the fake email sent by me.

2. Suppose you are the receiver. Now, I will tell you how to recognize this mail as fake. Open the email and hit on "Show Details".

3. Something you must know:

Whenever Google sends you any email, the email details will contain fields like:
- Mailed by
- Signed by (optional)

Also, most of the times, "Mailed by" field will have value:
*.bounces.google.com or
*.google.com

depending on the type of your mail. This is true for every genuine email from every mail provider.

4. But, these two fields will not be present in the details of Fake Mail. Also, if the mail details contain these fields, the value of these fields will not be *.google.com

Fake Mail without "Mailed by" field:

Fake Mail with "Mailed by" field.

As you can see, the "mailed by" field shows the hosting server's name and not the Google server. This means, this server is used to send you the fake email and most probably, the fake mailer is hosted on the same server.

You can also check out the header field to detect fake mails. Follow the steps:

- Open the mail. Hit on down arrow next to "Reply" and click on "Show Original".

- Now, check out "Received" fields. This field will show you the name of server from which the mail is sent. As you can see, we have used "emkei.cz" as our fake mailer. So, it has appeared in "Received" field.

More Tips:

- Fake Mail usually have attractive titles.
- Such mails address receiver as "Dear Customer" or such and do not use your real name.
- Never click on any link in emails. Instead, open such links manually in new tab.

Follow these tips and you will be able to recognize fake, spoof, spam emails. If you know any other useful tip to detect fake or spam emails, please share it with us in comments.

Do you have questions, comments, or suggestions? Feel free to post a comment
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 7 August 2014

How to remove virus from your system using command prompt, and without anti virus?

 August 07, 2014     HOW     No comments   

How to remove virus from your system using command prompt, and without anti virus?

Go to start -> type cmd -> once your command prompt window is opened.
select the drive form which you want to remover virus
for example we take "D" drive

D:\>
your "D" drive will be displayed like this on your command prompt window.... Now write the following command...

D:\>attrib -s -h *.* /s /d

the above command will unhide each and every single file on your "D" drive including the virus exe's and autorun.inf file.

once the above command is compiled again you'll see a message
D:\>
this is indicates that the above command executed successfully... Now type "dir" command

D:\>dir
and press enter, DIR is used to list all the files and directories on present on "D" drive....
After the successful execution of DIR command, all the files and folder will be listed on the prompt window...

Now check for suspicious files (i.e. exe's) and autorun.inf files,
once you find the above files.... just rename them and do change their extensions...
look example

D:\> rename autorun.inf abcde.pqr

this command will rename autorun.inf file to abcde with extension as "pqr"
same action can be performed over the exe files.

This code can be used with external storage media like pendrive.

NOTE: As autorun.inf files are used in order to run the virus exe as soon as the directory is opened by the user... So whenever you find any autorun.inf file, just rename them, because they are more dangerous than the virus itself,
exe file cannot execute itself, either you need to click on it or autorun.inf files are used to execute them.

P.S: If you find it useful please share.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 6 August 2014

How to use a Usb Modem/3g Dongle with Any Sim

 August 06, 2014     HOW     1 comment   

How to use a Usb Modem/3g Dongle with Any Sim | No unlocking
Guyzz this is very easy trick just follow these simple steps:
1.) Insert Sim in Modem .
2.) No need of ur Modem Software, it will say its invalid sim ignore that & close it:D.
3). Start NOKIA PC suite.
4). Go to Nokia pc suite connect tointernet option.
5.)5. Go to Configure. Select your data card modem,and make all operator apn setting as like when we use Nokia mobile connectionex: If ur sim is of Docomo then enter Apn as> tata.docomo.internet
6. U r Done click on finish.
7. Now connect to internet through PC suite.you have succesfully accesses internet thu ur usb modem without Unlocking it !!!
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 5 August 2014

How TO Post Blank Status or Comment

 August 05, 2014     HOW     No comments   

How TO Post Blank Status or Comment

1) Go to Your Profile and type

2)Either "0:" or "alt+0173" (of Numpad without Quotes).

3)Press Enter , done!!

Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 4 August 2014

NTFS vs. FAT

 August 04, 2014     FACTS     No comments   

NTFS vs. FAT

To NTFS or not to NTFS—that is the question. But unlike the deeper questions of life, this one isn’t really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It’s more powerful and offers security advantages not found in the other file systems. But let’s go over the differences among the files systems so we’re all clear about the choice. There are essentially three different file systems available in Windows XP: FAT16, short for File Allocation Table, FAT32, and NTFS, short for NT File System.

FAT16
The FAT16 file system was introduced way back with MS–DOS in 1981, and it’s showing its age. It was designed originally to handle files on a floppy drive, and has had minor modifications over the years so it can handle hard disks, and even file names longer than the original limitation of 8.3 characters, but it’s still the lowest common denominator. The biggest advantage of FAT16 is that it is compatible across a wide variety of operating systems, including Windows 95/98/Me, OS/2, Linux, and some versions of UNIX. The biggest problem of FAT16 is that it has a fixed maximum number of clusters per partition, so as hard disks get bigger and bigger, the size of each cluster has to get larger. In a 2–GB partition, each cluster is 32 kilobytes, meaning that even the smallest file on the partition will take up 32 KB of space. FAT16 also doesn’t support compression, encryption, or advanced security using access control lists.

FAT32
The FAT32 file system, originally introduced in Windows 95 Service Pack 2, is really just an extension of the original FAT16 file system that provides for a much larger number of clusters per partition. As such, it greatly improves the overall disk utilization when compared to a FAT16 file system. However, FAT32 shares all of the other limitations of FAT16, and adds an important additional limitation—many operating systems that can recognize FAT16 will not work with FAT32—most notably Windows NT, but also Linux and UNIX as well. Now this isn’t a problem if you’re running FAT32 on a Windows XP computer and sharing your drive out to other computers on your network—they don’t need to know (and generally don’t really care) what your underlying file system is.

The Advantages of NTFS
The NTFS file system, introduced with first version of Windows NT, is a completely different file system from FAT. It provides for greatly increased security, file–by–file compression, quotas, and even encryption. It is the default file system for new installations of Windows XP, and if you’re doing an upgrade from a previous version of Windows, you’ll be asked if you want to convert your existing file systems to NTFS. Don’t worry. If you’ve already upgraded to Windows XP and didn’t do the conversion then, it’s not a problem. You can convert FAT16 or FAT32 volumes to NTFS at any point. Just remember that you can’t easily go back to FAT or FAT32 (without reformatting the drive or partition), not that I think you’ll want to.

The NTFS file system is generally not compatible with other operating systems installed on the same computer, nor is it available when you’ve booted a computer from a floppy disk. For this reason, many system administrators, myself included, used to recommend that users format at least a small partition at the beginning of their main hard disk as FAT. This partition provided a place to store emergency recovery tools or special drivers needed for reinstallation, and was a mechanism for digging yourself out of the hole you’d just dug into. But with the enhanced recovery abilities built into Windows XP (more on that in a future column), I don’t think it’s necessary or desirable to create that initial FAT partition.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 3 August 2014

Double click on Internet explorer to Restart the Computer:

 August 03, 2014     TRICKS     No comments   

Double click on Internet explorer to Restart the Computer:

1) Goto Desktop
2) Right click > new > Shortcut
3) In “Type the Location of the item” > write: “C:\WINDOWS\system32\shutdown.exe -r -t 00″ without coutes.
4) Click next and in “Type a name for this shortcut” write ” Internet Explorer” and click Finish.
5) Now Right Click on the shortcut of Internet Explorer and goto “Change Icon” and select the icon of Internet Explorer.

6) Now Virus is Ready… haha.. check it out.. when you will double click on Internet Explorer Shortcut… Computer will Restart.

7) Use this as a Prank
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 2 August 2014

Funny Desktop Trick

 August 02, 2014     TRICKS     No comments   

Funny Desktop Trick

Desktop trick.
It is very interesting trick. You can apply it on your friend’s pc for joke. Your friend will be fooled whenever he tries to click any desktop icon. Follow these steps.
Copy your desktop by clicking “prtscn”.
Past it in paint program.
Save this file as JPG format.
Now open this image file and make it desktop wallpaper.
Right click on desktop, click on “arrange icon by”, now click on “hide
desktop icon” to hide all the icons from your desktop
Now “unlock” the taskbar. Done.
Your desktop will be look like original but you can’t click on any icon.
Try it.

U Can’t create folder “CON”
Here is another interesting and amazing thing. You can’t create a folder with the name “con”. just can try it. I asked to many computer expert about this but they could not explain it.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 1 August 2014

CHECK THE MEMORY SIZE OF GRAPHIC CARD.

 August 01, 2014     TRICKS     No comments   

CHECK THE MEMORY SIZE OF GRAPHIC CARD.
You can easily check the memory size of vga card which you are using in your computer. vga
card of high memory size helps to play heavy games. It also gives better performance to
those who use Corel and Adobe Photoshop. vga mean "Video Graphic Adapter" To check the
memory just follow the steps.
1. Right click your desktop and click on properties.
2. Now click on "setting".
3. Click on "advance"
4. Now click on "Adapter".
Here you will see the information about your vga card. You can check chipe type, DAC type, Memory size and bios information.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 31 July 2014

Make Bootable USB

 July 31, 2014     TRICKS     No comments   

Make Bootable USB.

If you want to install windows xp on your pc and you feel that your CD drive is not working properly or you have no any optical drive to install windows, than you can prepare a bootable USB device for installation of windows XP, vista or 7.

It is very easy and simple to make a boot able usb. Normally all notebooks have the option in the BIOS to boot from USB. Many other mother boards like intel 865, 915, 965 etc has also option to boot from USB device. So it is very simple and easy way to install XP on your computer.

To make a bootable usb, first of all you will install a software "wintoflash". you can easily download this software from the web. The size of this software is approximately 17MB.

Install it on your computer and then start this program. It will show two different paths. In first browse option you will select windows XP disk and in second browse option, select your Pen drive/USB. Click next to proceed. It will copy all files of windows xp from CD to USB. Now click finish. It is complete.

Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 30 July 2014

GET BACK YOUR RECYCLE BIN

 July 30, 2014     TRICKS     No comments   

GET BACK YOUR RECYCLE BIN

Recycle Bin is used to keep unnecessary files or folder. Some of my blog visitors asked about this problem that how they can get back their recycle bin after deleting it on windows XP.
You can use this method to get back recycle bin.
Important Note.
For this purpose you will have to modify the Registry. It is strongly recommended that if you have some basic knowledge of registry then you can try it. Otherwise some serious problems might occur if you modify the Registry incorrectly. Now let’s try it. Follow these steps carefully to edit the registry to make the Recycle Bin icon reappear on your desktop.

i. Click START and then click RUN
ii. Now type “ regedit” and then click OK.
iii. Locate the following registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsfot\windows\Current
version\Explorer\Desktop\namespace
iv. Right click the registry key that you located in number(iii), Point to new and then click key.
v. Now Type {645FF040-5081-101B-9F08-00AA002F954E} and press Enter.
vi. After this click the new {645FF040-5081-101B-9F08-00AA002F954E} key.
vii. In the right, use your mouse to double click the default entry.
viii. You will see a “Edit string dialog box”. Type Recycle Bin in the value data box and finally click OK.
ix. Now close your registry Editor and check your desktop.
x. You will see recycle Bin icon on your desktop wall.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 29 July 2014

कम्प्यूटर से सम्बन्धित रोचक तथ्य

 July 29, 2014     FACTS     No comments   

कम्प्यूटर से सम्बन्धित रोचक तथ्य
********************
1. विश्व में सबसे पहले बने कम्प्यूर के हार्डडिस्‍क में सिर्फ 5 MB डाटा स्‍टोर किया जा सकता था।
2. पहला कम्प्यूटर माउस लकड़ी का बनाया गया था।
3. कम्प्यूटर मॉनिटर का सर्वप्रथम प्रयोग सन् 1980 में किया गया।
4. कम्प्यूटर मॉनिटर के स्क्रीन में दिखाई देने वाले सभी रंग केवल तीन रंगों (लाल, हरा, नीला) के मेल से बने होते हैं।
5. कम्प्यूटर कीबोर्ड का सर्वप्रथम प्रयोग सन् 1968 में किया गया।
6. हार्ड डिस्क के बाहर के डाटा के आदान-प्रदान हेतु आज हम CD, DVD और Pen Drive का प्रयोग करते हैं, किन्तु इन डिवाइसों के आविष्कार के पूर्व इस कार्य के लिए फ्लॉपी डिस्क का प्रयोग किया जाता था।
7. संसार का पहला फ्लॉपी डिस्क सन् 1970 में बना जिसकी स्‍टोरज क्षमता (Store Capacity) सिर्फ 75.79 KB थी।
8. अब तक लगभग 17 अरब डिवाइसों में इन्‍टरनेट प्रयोग किया चुका है।
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 28 July 2014

Computer Related Full Forms

 July 28, 2014     FACTS     No comments   

Computer Related Full Forms
****************************
CAI: Computer Aided Instructuion

CAM: Computer Aided Manufacturing

CAR: Control Address Register

CASE: Computer Aided Software Engineering

CCIS: Common Channel Interoffice Signaling

CCNA: Cisco Certified Network Associate

CD: Compact Disc

CD RW: Compact Disc ReWritable

CDMA: Code Division Multiple Access

CDROM: Compact Disc Read Only Memory

CFG: Control Flow Graph

CGI: Common Gateway Interface

CGM: Computer Graphics Metafile

CIDR: Classless InterDomain Routing

CIM: Computer Integrated Manufacture

CIX: Commercial Internet Exchange

CLR: Common Language Runtime

CMOS: Complementary Metal Oxide Semiconductor

CMS: Content Management System
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 27 July 2014

Just 4 Knowledge:

 July 27, 2014     FACTS     No comments   

Just 4 Knowledge:

1 Bit = Binary Digit

8 Bits = 1 Byte

1024 Bytes = 1 Kilobyte

1024 Kilobytes = 1 Megabyte

1024 Megabytes = 1 Gigabyte

1024 Gigabytes = 1 Terabyte

1024 Terabytes = 1 Petabyte

1024 Petabytes = 1 Exabyte

1024 Exabytes = 1 Zettabyte

1024 Zettabytes = 1 Yottabyte

1024Yottabytes = 1 Brontobyte

1024 Brontobytes = 1 Geopbyte

1024 Geopbyte=1 Saganbyte

1024 Saganbyte=1 Pijabyte

Alphabyte = 1024 Pijabyte

Kryatbyte = 1024 Alphabyte

Amosbyte = 1024 Kryatbyte

Pectrolbyte = 1024 Amosbyte

Bolgerbyte = 1024 Pectrolbyte

Sambobyte = 1024 Bolgerbyte

Quesabyte = 1024 Sambobyte

Kinsabyte = 1024 Quesabyte

Rutherbyte = 1024 Kinsabyte

Dubnibyte = 1024 Rutherbyte

Seaborgbyte = 1024 Dubnibyte

Bohrbyte = 1024 Seaborgbyte

Hassiubyte = 1024 Bohrbyte

Meitnerbyte = 1024 Hassiubyte

Darmstadbyte = 1024 Meitnerbyte

Roentbyte = 1024 Darmstadbyte
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 26 July 2014

There are DVDs that look and smell like pizza

 July 26, 2014     FACTS     No comments   

There are DVDs that look and smell like pizza when you are done watching them!

DVD is a digital optical disc storage format, invented and developed by Philips, Sony, Toshiba, and Panasonic in 1995. DVDs offer higher storage capacity than compact discs while having the same dimensions.

DVDs are used in DVD-Video consumer digital video format and in DVD-Audio consumer digital audio format, as well as for authoring AVCHD discs. DVDs containing other types of information may be referred to as DVD data discs.

DVDs certainly did change our lifestyles in a good way, thanks to them we can storage our movies, music and precious files in a most precise and easy way.

Domino’s pizza didn’t want to be left behind in the dvd innovation process, that is why they decided to start a campaign in which DVDs looked and smelled like pizza when you were done watching them. Make sure you check the video in the source link!

Source: http://ti.me/1a6n0Q3
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 25 July 2014

Dancing Led Trick

 July 25, 2014     TRICKS     No comments   

Dancing Led Trick
1. Open Notepad and copy below codesinto it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as led.vbs (.vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.
How to disable blinking Led ?
1. First open Task Manager [ctrl+alt+del]
2. Then Go to process tab.
3. Select wscript.exe
4. Click on End process.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 24 July 2014

DID YOU KNOW

 July 24, 2014     FACTS     No comments   

DID YOU KNOW ??

The first web browser was invented in 1990 by Sir Tim Berners-Lee. It was called "WorldWideWeb" and was later renamed Nexus.

Now you must be enjoying your internet browser,but think,That was the seed of the great tree whose fruits you are eating now..
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 23 July 2014

How to Delete yourself from the Internet ?

 July 23, 2014     HOW     No comments   

How to Delete yourself from the Internet ?

Deleting yourself from the Internet is hard work. First, you have to decide where exactly you want to disappear — from social media sites to retailer databases — and then you have to figure out how you're going to do all that.

So attention, web users.

A new site called JustDelete.me makes vanishing from the web much, much easier. Created by U.K.-based developer Robb Lewis, JustDelete.me is a directory of urls that highlights links to pages you may want to remove yourself from, so you don't have to jump through hoops to do so. This includes sites like Facebook, Foursquare, Dropbox and Feedly.


JustDelete.me ranks each site's process from "easy" to "impossible," so you know what to expect ahead of time. For example, Amazon.com and the NewYorkTimes.com are rated "hard" to delete, while movie directory IMDB.com and PayPal are listed as "easy." Sites such as Pinterest and Netflix are "impossible."

The next time you want to call it quits with a site, visit JustDelete.me and save yourself a headache.

Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 22 July 2014

full forms

 July 22, 2014     FACTS     No comments   

* HTTP - Hyper Text Transfer Protocol.
* HTTPS - Hyper Text Transfer Protocol Secure.
* IP - Internet Protocol.
* URL - Uniform Resource Locator.
* USB - Universal Serial Bus.
* VIRUS - Vital Information Resource Under Seized.
* 3G - 3rd Generation.
* GSM - Global System for Mobile Communication.
* CDMA - Code Divison Multiple Access.
* UMTS - Universal Mobile Telecommunication
System.
* SIM - Subscriber Identity Module.
* AVI = Audio Video Interleave
* RTS = Real Time Streaming
* SIS = Symbian OS Installer File
* AMR = Adaptive Multi-Rate Codec
* JAD = Java Application Descriptor
* JAR = Java Archive
* JAD = Java Application Descriptor
* 3GPP = 3rd Generation Partnership Project
* 3GP = 3rd Generation Project
* MP3 = MPEG player lll
* MP4 = MPEG-4 video file
* AAC = Advanced Audio Coding
* GIF = Graphic InterchangeableFormat
* JPEG = Joint Photographic ExpertGroup
* BMP = Bitmap
* SWF = Shock Wave Flash
* WMV = Windows Media Video
* WMA = Windows Media Audio
* WAV = Waveform Audio
* PNG = Portable Network Graphics
* DOC = Document (Microsoft Corporation)
* PDF = Portable Document Format
* M3G = Mobile 3D Graphics
* M4A = MPEG-4 Audio File
* NTH = Nokia Theme (series 40)
* THM = Themes (Sony Ericsson)
* MMF = Synthetic Music Mobile Application File
* NRT = Nokia Ringtone
* XMF = Extensible Music File
* WBMP = Wireless Bitmap Image
* DVX = DivX Video
* HTML = Hyper Text Markup Language
* WML = Wireless Markup Language
* CD - Compact Disk.
* DVD - Digital Versatile Disk.
* CRT - Cathode Ray Tube.
* DAT - Digital Audio Tape.
* DOS - Disk Operating System.
* GUI - Graphical User Interface.
* HTTP - Hyper Text Transfer Protocol.
* IP - Internet Protocol.
* ISP - Internet Service Provider.
* TCP - Transmission Control Protocol.
* UPS - UninterruptiblePower Supply.
* HSDPA - High Speed Downlink Packet Access.
* EDGE - Enhanced Data Rate for GSM [Global
System for Mobile
Communication] Evolution.
* VHF - Very High Frequency.
* UHF - Ultra High Frequency.
* GPRS - General Packet Radio Service.
* WAP - Wireless Application Protocol.
* TCP - Transmission Control Protocol .
* ARPANET - Advanced Research Project Agency
Network.
* IBM - International Business Machines.
* HP - Hewlett Packard.
* AM/FM - Amplitude/ Frequency Modulation.
* WLAN - Wireless Local Area Network
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 20 July 2014

CREEPER - the first computer virus

 July 20, 2014     FACTS     No comments   

CREEPER - the first computer virus

The Creeper virus, an experimental self-replicating program, is written by Bob Thomas at BBN Technologies.

It was designed not to damage but to demonstrate a mobile application

Creeper infected DEC PDP-10 computers running the TENEX operating system.

Creeper gained access via the ARPANET and copied itself to the remote system where the message, "I'm the creeper, catch me if you can!" was displayed.

The Reaper program was later created to delete Creeper.

It is generally accepted to be the first computer virus.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 18 July 2014

If the disk is skipping,

 July 18, 2014     TRICKS     No comments   

If the disk is skipping, rub a banana over it to seal the scratches and keep the DVD playing. Remember to wipe it off before you stick it back in.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 17 July 2014

Keyboard Shortcuts (Microsoft Windows)

 July 17, 2014     SHORT/HOT KEYS     No comments   

Keyboard Shortcuts (Microsoft Windows)
1. CTRL+C (Copy)
2. CTRL+X (Cut)
3. CTRL+V (Paste)
4. CTRL+Z (Undo)
5. DELETE (Delete)
6. SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
7. CTRL while dragging an item (Copy the selected item)
8. CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
9. F2 key (Rename the selected item)
10. CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
11. CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
12. CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
13. CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
14. CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
15. CTRL+A (Select all)
16. F3 key (Search for a file or a folder)
17. ALT+ENTER (View the properties for the selected item)
18. ALT+F4 (Close the active item, or quit the active program)
19. ALT+ENTER (Display the properties of the selected object)
20. ALT+SPACEBAR (Open the shortcut menu for the active window)
21. CTRL+F4 (Close the active document in programs that enable you to have multiple documents opensimultaneously)
22. ALT+TAB (Switch between the open items)
23. ALT+ESC (Cycle through items in the order that they had been opened)
24. F6 key (Cycle through the screen elements in a window or on the desktop)
25. F4 key (Display the Address bar list in My Computer or Windows Explorer)
26. SHIFT+F10 (Display the shortcut menu for the selected item)
27. ALT+SPACEBAR (Display the System menu for the active window)
28. CTRL+ESC (Display the Start menu)
29. ALT+Underlined letter in a menu name (Display the corresponding menu) Underlined letter in a command name on an open menu (Perform the corresponding command)
30. F10 key (Activate the menu bar in the active program)
31. RIGHT ARROW (Open the next menu to the right, or open a submenu)
32. LEFT ARROW (Open the next menu to the left, or close a submenu)
33. F5 key (Update the active window)
34. BACKSPACE (View the folder onelevel up in My Computer or Windows Explorer)
35. ESC (Cancel the current task)
36. SHIFT when you insert a CD-ROMinto the CD-ROM drive (Prevent the CD-ROM from automatically playing)
Dialog Box - Keyboard Shortcuts
1. CTRL+TAB (Move forward through the tabs)
2. CTRL+SHIFT+TAB (Move backward through the tabs)
3. TAB (Move forward through the options)
4. SHIFT+TAB (Move backward through the options)
5. ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
6. ENTER (Perform the command for the active option or button)
7. SPACEBAR (Select or clear the check box if the active option is a check box)
8. Arrow keys (Select a button if the active option is a group of option buttons)
9. F1 key (Display Help)
10. F4 key (Display the items in the active list)
11. BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)

Microsoft Natural Keyboard Shortcuts
1. Windows Logo (Display or hide the Start menu)
2. Windows Logo+BREAK (Display the System Properties dialog box)
3. Windows Logo+D (Display the desktop)
4. Windows Logo+M (Minimize all of the windows)
5. Windows Logo+SHIFT+M (Restorethe minimized windows)
6. Windows Logo+E (Open My Computer)
7. Windows Logo+F (Search for a file or a folder)
8. CTRL+Windows Logo+F (Search for computers)
9. Windows Logo+F1 (Display Windows Help)
10. Windows Logo+ L (Lock the keyboard)
11. Windows Logo+R (Open the Run dialog box)
12. Windows Logo+U (Open Utility Manager)
13. Accessibility Keyboard Shortcuts
14. Right SHIFT for eight seconds (Switch FilterKeys either on or off)
15. Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
16. Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
17. SHIFT five times (Switch the StickyKeys either on or off)
18. NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
19. Windows Logo +U (Open Utility Manager)
20. Windows Explorer Keyboard Shortcuts
21. END (Display the bottom of the active window)
22. HOME (Display the top of the active window)
23. NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
24. NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
25. NUM LOCK+Minus sign (-) (Collapse the selected folder)
26. LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
27. RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)
Shortcut Keys for Character Map
After you double-click a character on the grid of characters, you can move through the grid by using the keyboard shortcuts:
1. RIGHT ARROW (Move to the rightor to the beginning of the next line)
2. LEFT ARROW (Move to the left orto the end of the previous line)
3. UP ARROW (Move up one row)
4. DOWN ARROW (Move down one row)
5. PAGE UP (Move up one screen at a time)
6. PAGE DOWN (Move down one screen at a time)
7. HOME (Move to the beginning of the line)
8. END (Move to the end of the line)
9. CTRL+HOME (Move to the first character)
10. CTRL+END (Move to the last character)
11. SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)
Microsoft Management Console (MMC)
Main Window Keyboard Shortcuts
1. CTRL+O (Open a saved console)
2. CTRL+N (Open a new console)
3. CTRL+S (Save the open console)
4. CTRL+M (Add or remove a console item)
5. CTRL+W (Open a new window)
6. F5 key (Update the content of all console windows)
7. ALT+SPACEBAR (Display the MMC window menu)
8. ALT+F4 (Close the console)
9. ALT+A (Display the Action menu)
10. ALT+V (Display the View menu)
11. ALT+F (Display the File menu)
12. ALT+O (Display the Favorites menu)

MMC Console Window Keyboard Shortcuts
1. CTRL+P (Print the current page or active pane)
2. ALT+Minus sign (-) (Display the window menu for the active console window)
3. SHIFT+F10 (Display the Action shortcut menu for the selected item)
4. F1 key (Open the Help topic, if any, for the selected item)
5. F5 key (Update the content of all console windows)
6. CTRL+F10 (Maximize the active console window)
7. CTRL+F5 (Restore the active console window)
8. ALT+ENTER (Display the Properties dialog box, if any, for theselected item)
9. F2 key (Rename the selected item)
10. CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)
Remote Desktop Connection Navigation
1. CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
2. ALT+PAGE UP (Switch between programs from left to right)
3. ALT+PAGE DOWN (Switch between programs from right to left)
4. ALT+INSERT (Cycle through the programs in most recently used order)
5. ALT+HOME (Display the Start menu)
6. CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
7. ALT+DELETE (Display the Windows menu)
8. CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
9. CTRL+ALT+Plus sign (+) (Place asnapshot of the entire client window area on the Terminal server clipboardand provide the same functionality aspressing ALT+PRINT SCREEN on a local computer.)

Microsoft Internet Explorer Keyboard Shortcuts
1. CTRL+B (Open the Organize Favorites dialog box)
2. CTRL+E (Open the Search bar)
3. CTRL+F (Start the Find utility)
4. CTRL+H (Open the History bar)
5. CTRL+I (Open the Favorites bar)
6. CTRL+L (Open the Open dialog box)
7. CTRL+N (Start another instance of the browser with the same Web address)
8. CTRL+O (Open the Open dialog box,the same as CTRL+L)
9. CTRL+P (Open the Print dialog box)
10. CTRL+R (Update the current Web page)
11. CTRL+W (Close the current window)
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 16 July 2014

INTERNET ERROR CODES !!

 July 16, 2014     FACTS     No comments   

INTERNET ERROR CODES !!
Error 400 - Bad request.
Error 401 - unauthorized request.
Error 403 - forbidden.
Error 404 - Not found.
Error 500 -Internal error.
Error 501 - Not Implemented
Error 502 - Bad Gateway
Error 503 -Service unavailable.
Error 504 - Gateway Time-Out
Error 505 - HTTP Version not
supported/DNS Look up Fail/
unknown host
Error 500-599 - Server Errors.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 15 July 2014

How to Download Torrent Files with IDM ??

 July 15, 2014     HOW     No comments   

How to Download Torrent Files with IDM ??


Sometimes,while downloading a torrent file with utorrent or any other software can be devastating and time consuming if you do not get enough seeds,but don't worry. We have got a great solution for this slow speed.

Just think how good it would be when you could download a torrent file with your favourite software or IDM..

Here is how to do it..


1.First of all go to a torrent site and choose your torrent file to download



2.Now download torrent file and save in your system

3. After downloading, Go to www.zbigz.com



4.Make a free account in Zbigz,there us also premium option too

5.After completing signup process, login in your Zbigz account

6.Now upload a torrent file and press “Go” button like below picture

7.Now a popup window will appear with free and premium account



8.Choose free option and click on free button

9.Now sit back and let the site doing its work

10.It download torrent file with its powerful high speed server

11.After completing the process click on .Zip button which is in blue color





Your torrent file is ready to download with IDM. Now you have the power to download,resume downloading and do whatever you want.

Download torrent file with Idm is the easy and reliable way to download torrent,So friends what you think about my post please comment here and don’t forget to share the post because it might help your friend to solve the problem like you.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 14 July 2014

Full Forms

 July 14, 2014     FACTS     No comments   



*JSP - Java Server Pages
*FTP - File Transfer Protocol
*PL-SQL- Procedural Language Structured Query
Language.
*HTTPS - Hypertext Transfer
Protocol Secured
*HTML-Hyper Text Markup Language
*SMS- Short Messaging Service
*KB-Kilo Byte
*MB-Mega Byte
*GB-Giga Byte
*TB-Tera Byte
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 13 July 2014

Languages Used....

 July 13, 2014     FACTS     No comments   

Languages Used....

1. Google – Java (Web), – C++ (indexing)
2. Facebook – PHP
3. YouTube- Flash, Python, Java
4. Yahoo– PHP and Java
5. Microsoft Live.com – .NET
6. Baidu – Unknown
7. Wikipedia – PHP
8. Blogger – Java
9. MSN – .NET
10.Twitter – Ruby on Rails, Scala, Java

Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 12 July 2014

commercial Internet sites.

 July 12, 2014     FACTS     No comments   

commercial Internet sites.
.edu → educational sites .
.firm → for an Internet site for a business.
.gov → for a U.S. government site on the Internet.
.int → international institutions.
.mil → for a U.S. military site on the Internet.
.mobi → for mobile phones.
.nato → for NATO sites.
.net → for Internet administrative sites.
.nom → for a personal site on the Internet.
.org → for organizational Internet sites.
.store →for a retail business.
.web → for an Internet site that is about the World Wide Web.
.in → India
.Us → united states
.uk united kindom
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 11 July 2014

Getting IP of a friend in two steps:

 July 11, 2014     TRICKS     No comments   

Getting IP of a friend in two steps:

This is one of the easiest ways to get an ip of a particular person and it takes just a second to do so! And i have been using this way since i knew about it!

How to do it:
• go to this website :

http://www.myiptest.com/staticpages/index.php/how-about-you

• Enter a redirect URL in "Redirect URL:". "http://" is written for you. you can add a link to a picture or another website so that your victim will not suspect anything!

• Once you enter the redirect URL, your link in "Link for person:" will update automatically .

• Do not close the page yet.

• Copy the link in "Link for person:"

• Keep the page opened!

• Shrink the link using the shrinker (use anyone of it):

Is.gd
TinyURL
Bit.ly
SnipURL
By doing this, your victim will never know that it is a trick done just to get the ip

• Copy the shrinked URL

• Send the link to your victim and trick him/her into clicking it!

• Go back to the page you started this whole procedure (if you have closed it , then you have to start it all over)

• Copy the link in "Link for you:" and paste it on your web browser .

• You will see the IP of the person who clicked on the link!

• Enjoy getting the IPs of your victim!

Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 6 July 2014

Bing delivers 5 times malicious results than google !

 July 06, 2014     FACTS     No comments   

Bing delivers 5 times malicious results than google !

Searches on Bing returned five times more links to malicious websites than Google searches, according to an 18-month study from German independent testing lab "AV-Test". Though search engines have worked to suppress malicious results, the study concluded that malware infested websites still appear in their top results.

The study concluded that while all the search engines the lab evaluated delivered malware, Google delivered the least. It was followed by Bing, which returned a disconcerting five times as much malware as Google. Yandex, the Russian website, delivered 10 times as many malicious sites.

Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 5 July 2014

Every search inquiry you make is

 July 05, 2014     FACTS     No comments   

Every search inquiry you make is
stored in your Google account,
whether or not you clear your
browser history, or use private
browsing.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 4 July 2014

WHAT'S THE DIFFERENCE BETWEEN CORE I3, CORE I5, CORE I7...??

 July 04, 2014     FACTS     No comments   

WHAT'S THE DIFFERENCE BETWEEN
CORE I3, CORE I5, CORE I7...??

Core i3:
* Entry level processor.
* 2-4 Cores
* 4 Threads
* Hyper-Threading (efficient use
of
processor resources)
* 3-4 MB Catche
* 32 nm Silicon (less heat and
energy)

Core i5:
* Mid range processor.
* 2-4 Cores
* 4 Threads
* Turbo Mode (turn off core if not
used)
* Hyper-Threading (efficient use
of
processor resources)
* 3-8 MB Catche
* 32-45 nm Silicon (less heat and
energy)
intel core i7 300x176

Difference
Between
Core i3, Core i5, Core i7

Core i7:
* High end processor.
* 4 Cores
* 8 Threads
* Turbo Mode (turn off core if not
used)
* Hyper-Threading (efficient use
of
processor resources)
* 4-8 MB Catche
* 32-45 nm Silicon (less heat and
energy)
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 3 July 2014

What is Poke on Facebook

 July 03, 2014     FACTS     No comments   

What is Poke on Facebook?

Some people have wrong understanding that poke at Facebook is symbol of disturbing.Following are the correct meanings of Poking at Facebook.

1.A “poke” is basically someone trying to get your attention It’s one of the meaningless features that are used just to annoy someone.

2.If you poke someone not in your network and they poke back. You can
view their profile even if your not their friend!

3.A poke is when you allow someone to see your Facebook profile for 3 days, so they can know who you are and hopefully add you as a friend.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 2 July 2014

When you browse the web

 July 02, 2014     FACTS     No comments   

When you browse the web while logged into your Facebook account, Facebook tracks every single website you visit.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 29 June 2014

Don't Use VLC Player on laptops, notebooks

 June 29, 2014     FACTS     No comments   

Warning!!! Warning!!! Warning!!!
Don't Use VLC Player on laptops, notebooks
Hey friends,
If you purchased new laptop, notebook of Dell, lenovo, HP or any other company, ..... don't use and install vlc media player.
VLC can damage your lappy's speakers and Hence, it is not covered
under warranty." even if it is under warranty.
Reason behind this:
The VLC player has a capacity to boost the volume upto 200-400%. The speakers installed on notebooks are of 4 Ohms speakers and can take volume only upto 100%. In case there is any rise in volume above 100%, the brass caps on the speakersare burnt which in turn damages the speakers. Hence, it is not covered under warranty."
You can use any other player like K lite, splayer ...... but not vlc.
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 24 June 2014

INTERNET ERROR CODES

 June 24, 2014     FACTS     No comments   

INTERNET ERROR CODES

Error 400 - Bad Request
Error 401 - Unauthorized Request
Error 403 - Forbidden
Error 404 - Not Found

Error 500 - Internal Error
Error 501 - Not Implemented
Error 502 - Bad Gateway
Error 503 - Service Unavailable
Error 504 - Gateway Time-Out
Error 505 - HTTP Version not Supported/DNS Lockup Fail/Unknown Host
Like & Share (G.Shyam)
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 21 June 2014

WHAT'S WITH INTERNET'S SUDDEN OBSESSION WITH SLOTHS!??

 June 21, 2014     FACTS     No comments   

Anyways...since sloths are so hot right now, here are some awesome SLOTH FACTS FOR YOU!

○ Sloths aren't as sleepy as once though - they sleep just under 10 hours a day.

○ Sloths are Felivores - they mainly eat leaves (although they like fruits very much too)

○ A sloth's grip is very strong and may help the sloth stay suspended from a branch even in its sleep...or death!

○ Sloths are slow and clumsy on land, but they are excellent swimmers.

○ The ancient giant sloth grew as big as an elephant!

○ Sloths can turn their head upto 270 degrees~

○ Sloths are related to armadillos and anteaters.

○ Sloths go to the ground to pee and poop about once a week, digging a hole and covering it afterwards.

○ Sloths are so sedentary that algae grows on their fur, giving them a greenish tint that acts as a camouflage.

○ Two-toed sloths spend more time hanging upside-down than their three-toed cousins.

○ Sloths store extra fat in the pads of their feet, which means they never get fat!

○ Three toed sloths have a very high pitched call that echoes through forests as AAAIIIIEEEEEEEE!!!
That's why they're also called 'Ais' (pronounced 'eyes' )

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 18 June 2014

12 Interesting Computer Facts

 June 18, 2014     FACTS     No comments   

1) Over 6,000 new computer viruses are released every month.
2) The first computer mouse, constructed in 1964, was made out of wood.(by Doug Engelbart)
3) The average human being blinks 20 times a minute – but only 7 times a minute when using a computer.
4) The first electro- mechanical computer was developed in 1939.
5) By the end of 2012 there will be 17 billion devices connected to the internet.
6) 5 out of every 6 internet pages are porn related.
7) Over 1 million domain names are registered every month.
With it’s 800 million interent users, Facebook would be the third largest country in the World.
9) The first hard drive was created in 1979 and could hold 5MB of data.
10) The nVidia GeForce 6800 Ultra video card contains 222 million transistors.
11) 20% of online viruses are released by organized crime units.
12) The engineers who developed the IBM PC were known as “The Dirty Dozen".....
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Awesome VLC media player trick

 June 18, 2014     TRICKS     No comments   

Open VLC media player

press Ctrl+N

type ‘screen://’ (without the quotes)

Click on ‘PLAY’

Now, wait & watch..........
.
Don't forget to share this trick
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Home

Popular Posts

  • How to remove virus from your system using command prompt, and without anti virus?
    How to remove virus from your system using command prompt, and without anti virus? Go to start -> type cmd -> once your command pro...
  • How to use a Usb Modem/3g Dongle with Any Sim
    How to use a Usb Modem/3g Dongle with Any Sim | No unlocking Guyzz this is very easy trick just follow these simple steps: 1.) Insert Sim...

Recent Posts

Categories

C PROGRAMMING (40) FACEBOOK (9) FACTS (29) HOW (20) SHORT/HOT KEYS (6) TRAININGS (13) TRICKS (28) WINDOWS 7 (2) WINDOWS 8 (2)

Pages

  • Home

Blog Archive

  • ►  2018 (94)
    • ►  June (42)
    • ►  May (52)
  • ►  2017 (2)
    • ►  January (2)
  • ▼  2014 (52)
    • ▼  November (6)
      • Did u Know
      • Latest Hot keys for Windows 8 we know
      • Create the Bootable Windows 7 USB Flash Drive and ...
      • Magic Trick:-Check Your PC Male/Female.
      • How To Open Number Of Websites In A Single Click
      • Facebook Magic
    • ►  August (17)
      • Increase Your Internet Speed
      • Lock Desktop Icons
      • Airtel 101% working in Mozilla
      • FOUNDERS (Computer Technologies):-
      • Tips To Make Your Old PC Or Laptop New!
      • Now, You can Convert all you Small Size Storage De...
      • VPN Dropouts, stop leaks with an easy script
      • Google Dorks explanation
      • After a long tym a new hack:
      • How to Detect Fake Emails
      • How to remove virus from your system using command...
      • How to use a Usb Modem/3g Dongle with Any Sim
      • How TO Post Blank Status or Comment
      • NTFS vs. FAT
      • Double click on Internet explorer to Restart the C...
      • Funny Desktop Trick
      • CHECK THE MEMORY SIZE OF GRAPHIC CARD.
    • ►  July (24)
      • Make Bootable USB
      • GET BACK YOUR RECYCLE BIN
      • कम्प्यूटर से सम्बन्धित रोचक तथ्य
      • Computer Related Full Forms
      • Just 4 Knowledge:
      • There are DVDs that look and smell like pizza
      • Dancing Led Trick
      • DID YOU KNOW
      • How to Delete yourself from the Internet ?
      • full forms
      • CREEPER - the first computer virus
      • If the disk is skipping,
      • Keyboard Shortcuts (Microsoft Windows)
      • INTERNET ERROR CODES !!
      • How to Download Torrent Files with IDM ??
      • Full Forms
      • Languages Used....
      • commercial Internet sites.
      • Getting IP of a friend in two steps:
      • Bing delivers 5 times malicious results than google !
      • Every search inquiry you make is
      • WHAT'S THE DIFFERENCE BETWEEN CORE I3, CORE I5, C...
      • What is Poke on Facebook
      • When you browse the web
    • ►  June (5)
      • Don't Use VLC Player on laptops, notebooks
      • INTERNET ERROR CODES
      • WHAT'S WITH INTERNET'S SUDDEN OBSESSION WITH SLOTH...
      • 12 Interesting Computer Facts
      • Awesome VLC media player trick

What do u Want ?

Powered by Blogger.

You May Also Like

  • Healthy Life
  • Innovator Ranjit Mirig
  • jokes
  • KIPL
  • Kosal State (Samriddh Rajya)
  • shayari
  • Softwares
  • story
  • Suvichaar
  • Tricks
  • Xploring Ghanashyam

Report Abuse

Know Me

gcyam
View my complete profile

Sample Text

Copyright © computer Tricks | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates