CHECK YOUR INTERNET SPEED

Hi friends in this tutorial i will tell you how to check your internet speed. You can click the following link to see your speed test.

Click here to check your Internet speed.

YOU CAN MORE INFORMATION ABOUT LINUX

Hi friends now i am talking about linux operating system.the linux is a operating system which is developed in 1991 by linus torwald,a finish graduate student.before the linux the unix is a paid O.S.linus torwald want to cerate a free O.S for all the people's.the linus torwald create a post based on the linux. he is told that he wants to create a free O.S for all the people's please help me in this and the idia is working he will get the reply from many people's and after some time he creates the O.S named LINUX.it is the O.S which is CLI based and it works with its basic commands.the basic commands of LINUX are;

 mkdir: make directory (a directory is often called a folder in windows). A directory is
a special le on the storage device that can contain other les. For instance, `mkdir
cs1073' will create the directory/folder cs1073 in the present working directory.
 pwd: print working directory. Shows where you are in the le system (i.e. are you at
your top directory, or deep in nested folders)? For instance, right after I log in, if I
type `pwd', I get:
main205>pwd
/home/whaley
 cd : change directory. This is the way to move around in the lesystem. For instance,
if I type cd cs1073 then I will change into the subdirectory (a subdirectory is a folder
which is contained within another folder) cs1073.
 ls : list. Prints out what les are available in the present working directory. Important
tags include `-A', which says to list hidden les as well as normal les, and `-l' which
says to list with long format (providing more information about all les.
 man : manual. Print man page of provided command. For instance, `man ls' provides
the system help on using the command ls.
 cp: copy. Copy a le to another le. For instance `cp c2f.f90 f2c.f90' will copy
the le c2f.f90 so that the same data exists as the le f2c.f90 in the same directory.
{ Linux lename commands have the special character `.', which means \Using the
same lename" when given as a target for commands like cp or mv. For instance
`cp c2f.f90 ../.' will duplicate the le c2f.f90 into the directory above this
one, using the lename c2f.f90.
 mv: move. Copy a le to a new le/path, and delete the original le. For instance, `mv
c2f.f90 celc2fair.f90' will result in replicating the le c2f.f90, and then deleting
the original lename (c2f.f90).
 rm: remove. Delete the provided le(s). For instance `rm c2f.o' will permenently
delete the le c2f.o. Use this command with care, since you can delete every le
you own if you are not careful. I recommend that you always use the -i 
ag, which will cause rm to ask you if you really want to delete. You can ensure this by typing
`alias rm rm -i' before ever using rm.
 rmdir: remove directory. Delete the speci ed directory. This command only works if
the directory is empty.
 history: print a listing of most recent commands the user has entered. You can then
repeat a command using the !. For instance !110 will repeat the command with the
label 110 from the history listing. ! For most shells, hitting the up arrow will take you one command back in your history, the down arrow will take you one command forward in your history,
and the left and right arrows allow you to move around in these remembered
commands so that you can edit them.
 cat : concatonate. Takes a list of text les, and prints them to screen, starting with
the rst le in the list and ending with the last. If used with only one le, it types its
contents to the screen.
 diff: di erence. Compares two di erent text les, and displays any di erences line-
by-line to the screen. If there is no output, then the les contain the exact same text.
Very useful for making your output match someone else's exactly, or to see what has
changed between versions of a program.
 grep: global regular expresion print: search for given pattern/patterns in the provide
list of les and print any occurances line-by-line to the screen. Has simple form grep
pattern [files].
 gfortran : invoke the Fortran 95 compiler. For example: `gfortran -g -Wall -o
xc2f celc2fair.f90' will compile the program that has been saved to the lename
celc2fair.f90 in the present working directory, and place the executable in the
lename xc2f in the same directory (under windows, a .exe le extension will be
automatically added to the lename, but this is not true for linux).
 pine: a simple non-graphical e-mail client.
 find: search for files in a directory hierarchy
Usage: find [OPTION] [path] [pattern]
eg. find file1.txt, find name
file1.txt
 history: prints recently used commands
echo: display a line of text
Usage: echo [OPTION] [string] ...
eg. echo I love India
echo $HOME
 wc print:the number of newlines, words, and bytes in files
Usage: wc [OPTION]... [FILE]...
eg. wc file1.txt
wc L
file1.txt
sort: sort lines of text files
Usage: sort [OPTION]... [FILE]...
eg. sort file1.txt
sort r
file1.txt
chmod: change file access permissions
Usage: chmod [OPTION] [MODE] [FILE]
eg. chmod 744 calculate.sh
 chown: change file owner and group
Usage: chown [OPTION]... OWNER[:[GROUP]] FILE...
eg. chown remo myfile.txt
su – change user ID or become superuser
Usage: su [OPTION] [LOGIN]
eg. su remo, su
 passwd: update a user’s authentication tokens(s)
Usage: passwd [OPTION]
eg. passwd
who: show who is logged on
Usage: who [OPTION]
eg. who , who b
, who q
ps: report a snapshot of the current processes
Usage: ps [OPTION]
eg. ps, ps el
 kill: to kill a process(using signal mechanism)
Usage: kill [OPTION] pid
eg. kill 9
2275
tar: to archive a file
Usage: tar [OPTION] DEST SOURCE
eg. tar cvf
/home/archive.tar /home/original
tar xvf
/home/archive.tar
zip: package and compress (archive) files
Usage: zip [OPTION] DEST SOURSE
eg. zip original.zip original
unzip: list, test and extract compressed files in a ZIP archive
Usage: unzip filename
eg. unzip original.zip
reboot: reboot the system



Usage: reboot [OPTION]
eg. reboot
poweroff: power off the system
Usage: poweroff [OPTION]









eg. poweroff.

HOW TO EDIT PHOTO ON FACEBOOK ONLINE


How to edit Photo in facebook


Online photo editor for facebook u can directly edit photos of your choice easily and download photos by using photon -facebook editor.

1. Go to chrome webstore and search phone photo editor for fb

2. click on add button extension will be added .

3. Reload facebook account.open the image you want to edit .

4. You can find horzontal buttons download , Edit.

5. Click on the edit and then edit as per your wish it is easy and simple.

HOW TO COPY DATA FROM PENDRIVE ON INSERT



HI all, Hope you all are fine, Today i am
back with awesome trick.
Today we will learn How to copy Data From
Pendrive On Insert,
We sometime wish that if someone insert
his/her pendrive or Dvd Into your pc then
its data automatically copy in to your
system in hidden Form.
there is no need of software in this. we will
make it possible with the help of some Dos
commands.


lets get started, Follow the below steps.


1. open cmd
3. type copy con filename.bat
3. now type “xcopy
i: f:\copied /h /s /c /q /i” remove ” “
4. type Exit
4. press f6
5. now it will create a batch file named
filename.bat
here
xcopy is a command which is used to copy
file and folder
i: is the name of your pen-drive drive name
replace with your drive name
f:\copied is the name of folder where you
wish to copied data is to be placed replace
with your own folder or path
/h is used to copy hidden files also
now copy this file into desktop now
whenever someone insert his/her pendrive
into your system then click on this file his
data is automatically copied into the folder
specified by you.
isn’t it cool, Try it yourself, dont forget to g
+1 this.
Keep visiting, Stay updated.

HOW TO HACK WINDOWS ADMIN. PASSWORD WITHOUT KNOWING OLD PASSWORD




How To Hack Windows Admin. Password

With the following awesome trick you can change the Windows Administrator Password in case you forgot or want to hack Administrator password.

STEP-1 Open the command prompt.
STEP-2 Now type( net user )and hit enter..
STEP-3 Now the computer show you a list of user accounts on the computer. For example you need to change the password of user account named rohit just do the following steps.
STEP-4 Type( net user rohit* )and hit enter. Now system will ask you to enter a new password for the account.
(If you find any error Like Access denied Run cmd As Administrator and try it)
That's it now you have successfully changed user password without knowing his old password..

How To Use Whatsapp on Phone And Pc at Same Time


  1. Download and install WhatsRemote on your rooted android phone.
  2. Now registered your email id on application. You will get 3 days trial pack to try this service.
  3. Now after step 1 & 2 , open whatsremote.com and continue login withGoogle account [Make sure email account which you enter in app and website should be same.]
  4. Now website’s application ask for confirmation just allow it. After that you will get list of your whatsapp friends in your browser. You can use this on multiple computers.
so here is all HOW TO USE WHATSAPP ON PHONE AND PC AT SAME TIME simple and easy steps enjoy %SEO friendly image.jpeg How To Use WhatsApp on Phone And Pc at Same Time

Hacking your Friends WhatsApp Conversation




Hacking your Friends WhatsApp Conversation 


Well now the same trick mentioned in the first step can be used in order to hack your friends WhatsApp conversation. You can easily snatch the .crypt files from your friends SD Card and then view them online using the RecoverMessages website.
  1. Just try to explore the friends SD Card and navigate to SD Card > Whatsapp > Database folder.
  2. Here you will two files -msgstore-yyyy..dd..db.crypt which will exactly contain date and year when the backup was created.
  3. Simply copy this files to your computer and then upload this file to “RecoverMesages.com” to view them online.
That’s it now you have easily hacked your friends Whatsapp Database, now you can view all the conversation and even ask him about his or her crush ;p, so guys this how hacking Whatsapp conversation works, so enjoy.