Thought of the day!!

FAIL is like a steps ,PASS is Like a Lift ,a lift may fail sometimes But, steps will always get u 2 top....!!!
----------------------------------------"A.P.J Abdul Kalam"

Search now!!

Sunday, August 14, 2011

MPICH2 Configuration in UBUNTU 10.10 Meveric Meerkat


Step 1: Go to System->About Ubuntu check the version, whether it is mentioned above or not??

Step 2:
Go to the following link and download the MPICH2 package

change user to root or user super user privilege on every command

sudo -i


cd to the package location :
#cd /location

Then uncompress the package
# tar xzvf filename.tar.gz

go to the 'package root' :
# cd filename

then configure environment
#./configure
 If you are getting the error regarding the gcc compiler or c++ compiler then write following command in terminal
sudo apt-get install build-essential

compile the package
# make


install the compiled package
#make install

Another small thing to do to start the mpich2 daemon:


then, make the user specific configuration file:
cd $HOME
touch .mpd.conf
chmod 600 .mpd.conf
gedit .mpd.conf

add the following line to the newly created .mpd.conf file

MPD_SECRETWORD=secret

now do the following steps

type the command mpd or mpd &
now create the example file to run

#include
#include "mpi.h"


int main(int argc,char** argv)
{
int p_id,size;
MPI_Init(&argc,&argv);
MPI_Comm_rank(MPI_COMM_WORLD,&p_id);
MPI_Comm_size(MPI_COMM_WORLD,&size);
printf("Hello from prpcess %d of %d \n",p_id,size);
MPI_Finalize();
return 0;
}




save this in a 'hpc.c' file.

compile the application

mpicc hpc.c -o hello

change access to executable of the output file

chmod +x ./hello

run the application

mpirun -np 4 ./hello

Friday, January 21, 2011

How to Trace an Email and IP

You can trace an email coming to your inbox and can get all the details including the ip address, country, state, city and the exact location of the person as well.
Just follow the following steps only!!
Step1: First find the Header of your email that you want to find.
How to find the header?
For Gmail:
Detecting the Gmail headers is very simple but the process depends on the version of the email client.
For HTML Version:
  1. Log in your email account.
  2. Click the email you want to read.
  3. Click on "Show Original" on top of the email body.
After steps 1 and 2;
  1. Click on the arrow beside the "Reply" button on the upper right side of the email.
  2. Additional actions for the email will appear. Click on "Show original"






For Outlook Users:
  Outlook Express 4, 5 and 6

1. Open the Message
2. Click on the "File" menu
3. Click on "Properties"
4. Click the "Details" tab
5. Click on "Message Source"
6. Now you can copy and paste everything (press Ctrl-A, Ctrl-C)
 
For yahoo users:
Click on the Full Header at the end of the email at right side panel.

 
· For  Mozilla Thunderbird

1. Open the email.
2. Click in the menu on VIEW / Headers and select All.
3. Now you can copy and paste the Email header
 
For Hotmail users:
Log in to your email account.
Click on "Inbox" in the upper-left column of the webpage.
Right Click on any email you want to read in the 2nd column from the left. A drop down box will appear with options.
Click on "View message source" to display the header
 
 
Step2: After getting the header of the email copy all header Details.


Step3:Go to the Url http://www.ip-adress.com/trace_email and paste all the header content.

Step4: Now Click on trace email button.

For trace an IP just insert IP in the box.

Wednesday, January 19, 2011

MAKE YOUR SEARCH FASTER...

Now a days everyone is using GOOGLE as a search engine. But some of you don’t know how to use GOOGLE in efficient way & how to utilize it in proper way. In the end you fed up with it because u can’t get the proper word or phrase which you want. Here I am going to illustrate some of the simple techniques which helps you a lot 2 & make your search more faster & accurate.& somehow efficient also.

1. Suppose if you want to find any proper word, then write it in “ ” (inverted comma) & you can get the particular pages which shows the meaning of your word.

2. Suppose if you want to know specifically about mobile applications but not about the computer applications, then write applications minus computer.

3. if you want to know about sachin tendulkar between some specific duration, then search sachin tendulkar 2000…2010.

4. Suppose if you don’t have enough time to surf the particular sites to get the information about related word or phrase, then search define:antivirus. With the help of this you can get different dictionaries & reference books related to the antivirus.

5. Suppose if you want only PPTs related to your topic, then search topic:ppt & you can get only PPTs related to your topic.

6. If you want to do any conversion between two parameters , then search parameter1 in parameter2. & you can get the converted value.

7. Suppose if you want the site which contain particular domain then search topic:domain name.

Ex: university papers:edu

8. If you want to know about the related word of your word , then simply search `topic. & you can get all the related word.

-thank you…see you soon…

Ads

Popular Posts