VIBES UNLEASHED (VOL.6)

Author: ramees vk Labels:: , , , , , ,

THE ELECTRO MAESTRO ALBUM "VIBES UNLEASHED (VOL.6)" BY Ribin Richard is |OUT NOW|
GRAB YOUR EXCLUSIVE COPIES AND SHARE THE MUSIC AROUND
Support Artist : www.facebook.com/RibinRichardOfficial



1) ABCD ( Yaariyan ) - Ribin Richard Mix

2) Akhiyan nu Rehn De ( Quratulain Baloch ) - Ribin Richard Mix

3) Baarish ( Yaariyan ) - Ribin Richard Mix

4) Besharam - Jecin George & Ribin Richard Mix

5) Dilliwali Girlfriend - Bsp & Ribin Richard Mix

6) Gulabi - Dj Neon & Ribin Richard Mix

7) Kabhi Jo Baadal Barse ( Jackpot ) - Ribin Richard Mix

8) Kangna ( Dr Zeus ) - Shiven & Ribin


9) Nacha Onda Nei - Ribin Richard Mix


Album : VIBES UNLEASHED (VOL.6)
Artist : RIBIN RICHARD
Genre : Bollywood Dance Music
            :Bollywood Dance Remix

Bit Rate : 320 KBPS
Released On : 27/12/2013







0 comments |

How to Send Colorful Text in Facebook Chat

Author: ramees vk Labels::

How to Send Colourful Text in Facebook Chat:
Facebook has restricted its user to chat in black text due concerns of server overloading and speed. But now you are no longer bound to chat in black text. There are some special codes for you that empower you to send colourful text in chat. This trick is solely based on the fact that when profile ID’s are inserted in between square brackets, it automatically transforms into the profile picture. These ID’s are specially created for this purpose.
You can also send messages in colourful text but these codes will not work in Status update. This will also not work if the other person is using chat from his mobile.


Here is the list of codes with their alphabets.
[[107015582669715]] = A
[[116067591741123]] = B
[[115602405121532]] = C
[[112542438763744]] = D
[[115430438474268]] = E
[[109225112442557]] = F

[[111532845537326]] = G
[[111356865552629]] = H
[[109294689102123]] = I
[[126362660720793]] = J
[[116651741681944]] = K
[[115807951764667]] = L
[[106596672714242]] = M
[[108634132504932]] = N
[[116564658357124]] = O
[[111669128857397]] = P
[[107061805996548]] = Q
[[106699962703083]] = R
[[115927268419031]] = S
[[112669162092780]] = T
[[108983579135532]] = U
[[107023745999320]] = V
[[106678406038354]] = W
[[116740548336581]] = X
[[112416755444217]] = Y
[[165724910215]] = Z


How to Use it:

To create a word of colourful text copy the codes of alphabets and make sure to insert single space between the each alphabetic code.

0 comments |

How To Access Blocked Site Using Calculator

Author: ramees vk Labels::

Open Command prompt and type ping facebook.com You will see the IP address as shown below.
















IP address of facebook.com = 69.171.224.11

Start your PC’s calculator, and change it to scientific mode for XP and Programmer mode for windows 7 (using the “View” menu)


Convert each of the 4 numbers (69, 171, 224 and 11) into an 8-digit binary value. In order to do this open your Windows calculator, select Scientific view.












Make sure ‘Dec’ is selected and enter the first number and select ‘Bin’. This would give you 8 digit binary value of 69 = 1000101.












Repeat the process of 3 Number as well. you will get Four 8-Digit binary Equivalent . Put them all together.

  • Notice how any binary number less than 8 digit long have had leading zeroes added to pad them out. reassembled into IP address order, you get 1000111.10101011.11100000.1011

  • Remove the Dots, so you get one huge line of Binary, thus 100011110101011111000001011

  • Convert 100010110101011111000001011 into a decimal value. Select Bin and input100010110101011111000001011 (copy-paste) and then Click on the “Dec” button on your calculator, and you will get the converted value of 73055755











Add the hypertext protocol prefix and paste into your browser’s address bar: http:// 73055755

Go to your browser and in the address bar type http://73055755, this should open http://facebook.com/


0 comments |

A beginners guide to Hacking UNIX

Author: ramees vk Labels::

A beginners guide to Hacking UNIX



In the following file, all references made to the name Unix, may also be

substituted to the Xenix operating system.

Brief history: Back in the early sixties, during the development of third

generation computers at MIT, a group of programmers studying the potential of

computers, discovered their ability of performing two or more tasks

simultaneously. Bell Labs, taking notice of this discovery, provided funds for

their developmental scientists to investigate into this new frontier. After

about 2 years of developmental research, they produced an operating system they

called "Unix".

Sixties to Current: During this time Bell Systems installed the Unix system

to provide their computer operators with the ability to multitask so that they

could become more productive, and efficient. One of the systems they put on the

Unix system was called "Elmos". Through Elmos many tasks (i.e. billing,and

installation records) could be done by many people using the same mainframe.

Note: Cosmos is accessed through the Elmos system.

Current: Today, with the development of micro computers, such multitasking

can be achieved by a scaled down version of Unix (but just as powerful).

Microsoft,seeing this development, opted to develop their own Unix like system

for the IBM line of PC/XT's. Their result they called Xenix (pronounced

zee-nicks). Both Unix and Xenix can be easily installed on IBM PC's and offer

the same functions (just 2 different vendors).

Note: Due to the many different versions of Unix (Berkley Unix, Bell System

III, and System V the most popular) many commands following may/may not work. I

have written them in System V routines. Unix/Xenix operating systems will be

considered identical systems below.

How to tell if/if not you are on a Unix system: Unix systems are quite common

systems across the country. Their security appears as such:

Login; (or login;)

password:

When hacking on a Unix system it is best to use lowercase because the Unix

system commands are all done in lower- case.

Login; is a 1-8 character field. It is usually the name (i.e. joe or fred)

of the user, or initials (i.e. j.jones or f.wilson). Hints for login names can

be found trashing the location of the dial-up (use your CN/A to find where the

computer is).

Password: is a 1-8 character password assigned by the sysop or chosen by the

user.

Common default logins

--------------------------

login; Password:

root root,system,etc..

sys sys,system

daemon daemon

uucp uucp

tty tty

test test

unix unix

bin bin

adm adm

who who

learn learn

uuhost uuhost

nuucp nuucp

If you guess a login name and you are not asked for a password, and have

accessed to the system, then you have what is known as a non-gifted account. If

you guess a correct login and pass- word, then you have a user account. And,

if you guess the root password, then you have a "super-user" account. All Unix

systems have the following installed to their system: root, sys, bin, daemon,

uucp, adm

Once you are in the system, you will get a prompt. Common prompts are:

 

$

%

#

 

But can be just about anything the sysop or user wants it to be.

Things to do when you are in: Some of the commands that you may want to try

follow below:

who is on (shows who is currently logged on the system.)

write name (name is the person you wish to chat with)

To exit chat mode try ctrl-D.

EOT=End of Transfer.

ls -a (list all files in current directory.)

du -a (checks amount of memory your files use;disk usage)

cd\name (name is the name of the sub-directory you choose)

cd\ (brings your home directory to current use)

cat name (name is a filename either a program or documentation your username

has written)

Most Unix programs are written in the C language or Pascal since Unix is a

programmers' environment.

One of the first things done on the system is print up or capture (in a

buffer) the file containing all user names and accounts. This can be done by

doing the following command:

 

 

cat /etc/passwd

 

 

If you are successful you will a list of all accounts on the system. It

should look like this:

root:hvnsdcf:0:0:root dir:/:

joe:majdnfd:1:1:Joe Cool:/bin:/bin/joe

hal::1:2:Hal Smith:/bin:/bin/hal

The "root" line tells the following info :

login name=root

hvnsdcf = encrypted password

0 = user group number

0 = user number

root dir = name of user

/ = root directory

In the Joe login, the last part "/bin/joe " tells us which directory is his

home directory (joe) is.

In the "hal" example the login name is followed by 2 colons, that means that

there is no password needed to get in using his name.

Conclusion: I hope that this file will help other novice Unix hackers obtain

access to the Unix/Xenix systems that they may find. There is still wide growth

in the future of Unix, so I hope users will not abuse any systems (Unix or any

others) that they may happen across on their journey across the electronic

highways of America. There is much more to be learned about the Unix system

that I have not covered. They may be found by buying a book on the Unix System

(how I learned) or in the future I may write a part II to this........

**************************************

* A beginners guide to: *

* H A C K I N G *

* *

* U N I X *

* *

* By Jester Sluggo *

* Written 10/08/85 *

**************************************


1 comments |

Docomo to Docomo balance transfer Tricks

Author: ramees vk Labels::

Docomo balance Transfer Tricks

Hai friends i am already shared about aircel,airtel balance transfer code.the codes are work properly.100% tested.
today i am shared about Tata Docomo balance transfer tricks.
It is very easy to one just follow below the instruction and transfer smoothly. type
GIFT<space>Target Mobile Number <space> Transfer Amount Send to 54321
maintained limited balance upto 50.
this transaction take more time. Minimum 1min to 1.30min.
charges: rs.1
check it and comments me.


0 comments |

facebook

Download Rameesvk's toolbar

Login

Facebook Badge

Chat Box

Tintumon sms Jocks...

Click here... get Tintumon Jocks

NO OF VISITORS

ramees vk

Categories

Followers

About Me

My Photo
ramees vk
calicut, kerala, India
hi.............. m muhammad ramees vk m doing ma bsc cs degree cms college of science & commerce coimbatore 08 batch....... more.......... ???????????
View my complete profile

get it........................

Educational Guidance

http://www.eduzoneeducation.com/

Search This Blog

banner 1 banner 2