Sunday, June 10, 2012

Characteristics of mobile devices


Characteristics of mobile devices;

1.      portability
2.      small size
3.      wireless communication
4.      startup time
5.      responsiveness

Limitation of mobile devices

1.      Limited Memory Space
2.      Limited processing power
3.      small keyboard and input method
4.      Screen size and Color resolution
5.      Battery consumption
6.      Limited bandwidth
7.      Lack of Mobile OS
8.      Speed of processing
9.      unable to open large pages sometime
10.  cost

GUITAR CHORDS AND TABS FOR HINDI SONG CHAND MERA DIL BY RAHUL


GUITAR CHORDS AND TABS FOR HINDI SONG CHAND MERA DIL BY RAHUL

INTRO....
E -----------0-------------------------------------
B -------------1-----------------------------------
G ------0-2------0--0------------------------------
D --0-2---------------2-0--------------------------
A ------------------------3-0----------------------
E ------------------------------------------------


E ---------------0--------------------------------
B -------0--1-3------3-----------0---3----1-------
G ---2---------------------0--2-------------------
D ------------------------------------------------
A ------------------------------------------------
E ------------------------------------------------

Chaand mera dil Chaandni ho tum
E ----------------------------------------------
B ---1---0-----0-1--------------------0---------
G ----------2------------------0--2--------2----
D ------------------3-------3-------------------
A ----------------------------------------------
Chaand se hai door chaandni kahaan
E -----------0----------------------------------------------
B ----0--1--3--3-----------0--3---1----1----0-----0-1-------
G -2---------------0---2-----------------------2------------
D ----------------------------------------------------3-----
A ----------------------------------------------------------
Laut ke aana hai yahin tumko jaa rahe ho tum
E -------------------------------------------------------------
B --------------0----------------------------------------------
G -------0---2------2------------------------------------------
D ---3---------------------------------------------------------
A -------------------------------------------------------------

Jaaao meri jaan..
Am..............Dm G.................C
Chaand mera dil Chaandni ho tum
Am.................F....F...............Am
Chaand se hai door chaandni kahaan
Am.........Dm G................C
Laut ke aana hai yahin tumko

Am...............F F...............Am
jaa rahe ho tum Jaaao meri jaan..
E ------------------------------------------------
B ------------------------------------------------
G ---0--0--0--2-- 2--2---------------2----2---2---
D --------------------------3--3--3---------------
A ------------------------------------------------
E ------------------------------------------------
Waise to har kadam milenge log sanam
E ------------------------------------------------------
B ----0-1---1--1--3-----1-------------------------------
G --2----------------------2----2---0---0-----0-2--0----
D ----------------------------------------------------3-
A ------------------------------------------------------



Milega sachchaa pyaar mushkil se... ho O O
Dil ki dosti khel nahin koi
Dil se dil hai milta yaar mushkil se
E ------------------------------------------------------
B ----------0---0--0----1--0--1--0--1-0-----------------
G --0--0-0------------------------------2---------------
D ------------------------------------------------------
yahi to hai sanam pyaar ka thikana..
E ------------------------------------------------------
B ------------------------------------------------------
G ---0----0----1----1------2----2-----------------------
D ------------------------------------------------------
main hoon main hoon main hooon....

Characteristics of mobile devices


Characteristics of mobile devices;

1.      portability
2.      small size
3.      wireless communication
4.      startup time
5.      responsiveness

Limitation of mobile devices

1.      Limited Memory Space
2.      Limited processing power
3.      small keyboard and input method
4.      Screen size and Color resolution
5.      Battery consumption
6.      Limited bandwidth
7.      Lack of Mobile OS
8.      Speed of processing
9.      unable to open large pages sometime
10.  cost

HOMEMADE TOMATO CAPSICUM PIZZA RECIPE

HOMEMADE TOMATO CAPSICUM PIZZA RECIPE




So, you finally got yourself into making a pizza at home...
Pizza is a fairly easy recipe and a lot tasty...


let's begin with the recipe let's check on some prerequisites which are


You should have a Convection Oven and the better the oven I mean the oven which could be heated to 300-500 degree Celsius would be recommended..


Now for the base (Alternatively you could buy a ready made pizza base from a nearby bakery)


Ingredients:


2 tsp Olive Oil
500 gms all purpose/White Flour(Maida) 
10 gms Dry yeast
1 tsp salt
1 tsp sugar




Let's get started with the base:


Dissolve your dried yeast and sugar in a bit of your lukewarm water and stir well. Let the yeast sit for 20 minutes. Sift the flour, add the olive oil and the salt to it, and then the yeast and the rest of the water. Knead well - this takes 10 to 15 minutes! Then let the dough sit for 2 hours for the yeast to work. Knead again, roll out and it's ready to use.But, Make corners more thicker for the crust
Bake your pizza in the oven at maximum temperature. Yes, that's full whack. A pizza oven does 400 C, so if your oven does less (and it does), pump it up to the max.



A Pizza Stone would really be very helpful to make the crust better.


Now bake the base for about 20-30 minutes, check occasionally


Now for the toppings 


Readymade Pizza Spread
250 gms Chopped Capsicum/Green Pepper
400 gms Chopped Tomatoes
Ground Black Pepper
250 gms Cheese preferably Mozzarella Cheese


1. Now Take out the Base and Spread the Pizza Spread evenly or alternatively you could use Tomato Sauce.
2. Spread chopped Tomatoes and Capsicum 
3. Now cover them with thin cheese slices and sprinkle the Black Pepper
4. bake it for another 10 minutes on low heat


and Wallah your Pizza is ready. Garnish it with grated cheese and serve hot with Mustard Sauce






  







COMMONLY USED LINUX COMMANDS

COMMONLY USED LINUX COMMANDS



File/Directory Basics

ls                List files
cp               Copy files
mv              Rename files
rm              Delete files
ln                Link files
cd               Change directory
pwd            Print current directory name
mkdir          Create directory
rmdir                    Delete directory

File Viewing

cat              View files
less            Page through files
head                    View file beginning
tail              View file ending
nl                Number lines
od               View binary data
xxd             View binary data
gv               View Postscript/PDF files
xdvi            View TeX DVI files

File Creation and Editing

emacs        Text editor
vim             Text editor
umask        Set default file protections
soffice        Edit Word/Excel/PowerPoint docs
abiword      Edit Word documents
gnumeric   Edit Excel documents

File Properties

stat             Display file attributes
wc              Count bytes/words/lines
du               Measure disk usage
file              Identify file types
touch          Change file timestamps
chown        Change file owner
chgrp         Change file group
chmod       Change file protections
chattr                   Change advanced file
attributes
lsattr           List advanced file
attributes

File Location

find             Locate files
slocate       Locate files via index
which         Locate commands
whereis      Locate standard files

File Text Manipulation
grep           Search text for matching
lines
cut              Extract columns
paste          Append columns
tr                 Translate characters
sort             Sort lines
uniq            Locate identical lines
tee              Copy stdin to a file and
to stdout simultaneously

File Compression

gzip            Compress files (GNU Zip)
compress Compress files (Unix)
bzip2          Compress files (BZip2)
zip              Compress files (Windows Zip)

File Comparison

diff              Compare files line by line
comm.        Compare sorted files
cmp            Compare files byte
by byte
md5sum    Compute checksums

Disks and Filesystems
df                Show free disk space
mount        Make a disk accessible
fsck            Check a disk for errors
sync           Flush disk caches
Backups and Remote Storage

mt               Control a tape drive
dump         Back up a disk
restore       Restore a dump
tar               Read/write tape archives
cdrecord    Burn a CD
rsync          Mirror a set of files

WELL KNOWN PORT NUMBERS IN COMPUTER NETWORKS

WELL KNOWN PORT NUMBERS IN COMPUTER NETWORKING


 ftp
 20
 FTP – data
 ftp
 21
 FTP – control
 ssh
 22
 SSH Remote Login Protocol
 telnet
 23
 TELNET
 smtp
 25
 Simple Mail Transfer Protocol
 domain
 53
 Domain Name Server
 bootps
 67
 Bootstrap Protocol – server
 bootpc
 68
 Bootstrap Protocol – client
 tftp
 69
 Trivial File Transfer
 http
 80
 World Wide Web
 pop3
 110
 Post Office Protocol - version 3
 sunprc
 111
 SUN Remote Procedure Call
 Netbios-ssn
 139
 NETBIOS Session Service (SMB)
 imap
 143
 Internet Message Access Protocol
 snmp
 161
 Simple Network Management Protocol
 bgp
 179
 Border Gateway Protocol
 irc
 194
 Internet Relay Chat Protocol
 ldap
 389
 Lightweight Directory Access Protocol
 https
 443
 http secure
 ipp
 631
 Internet Printing Protocol
 wins
 1512
 Windows Internet Name Service
 nfsd
 2049
 NFS server
 squid
 3128
 Squid Web Proxy
 mysql
 3306
 MySql