Music of Pakistan

30 January, 2006

The Rough Guide to the Music of Pakistan
“The music traditions of Pakistan are rich and varied. While qawwali, the ancient Sufi song style popularized by Nusrat Fateh Ali Khan, has overtaken almost every other kind of Pakistani music in terms of popularity and exportability, there are a great many other significant styles. The country is justifiably proud of its many outstanding ghazal singers, with film and pop music also playing key roles in modern Pakistani music. This album explores all these styles to provide a striking insight into the deep-rooted music of Pakistan.”

Track List:
1. Mera Isqh Bhi Tu – Pathane Khan
2. Yaar Di Gharoli – Abida Parween
3. Popular Melodies – Tsiganes de Sind
4. Aaj Jane Ki Zid Na Karo – Farida Khanum
5. Traditional Pashtoun Song – Sultan Muhammed Channe & Shah Wali
6. Thumri in Raag Desh – Mehdi Hassan
7. Guzray Zamaney Waley – Vital Signs
8. Jhullay Lal – Sajjad Ali
9. Dil Na Lagay – Faakhir
10. Lift Kara De – Adnan Sami Khan
11. Jis Din Se Piya – Noor Jehan
12. Aj Rang Hai Hai Maa – Nusrat Fateh Ali Khan

Download-1

Download-2


Windows Xp Professional X64 Original Iso

28 January, 2006

SMS Symbols

28 January, 2006

Smiling
:-) Smily
(-: Also smiling

Smiling without a nose
:’ ) Happy and crying
:-( ) Smiling with mouth open Smily’s
8-) Smiling with glasses
[:-) Smiling with walkman
:-) 8 Smiling with bow tie
{:-) Smiling with hair
d:-) Smiling with cap
C|:-) Smiling with top hat
(:-) Smiling with helmet
:-) = Smiling with a beard
&:-) Smiling with curls
#:-) Smiling with a fur hat
;-) Twinkle

Twinkle, without nose
:-* Kiss
@}–\——,— A rose

Angry/unhappy
:-( Sad

Sad, without nose
:’-( Crying
:-c Unhappy
:-| | Angry
:-( 0) Shouting
:-< Cheated
:’-( Crying
>:-( Very angry

Emotional
:-O Wow
:-| Determined
:-* Bitter
O :-) An angel
:-9 Salivating
:-| /:-I No face/poker face
:-<> Surprised
%-6 Not very clever
:-( ) Shocked
:-~) Having a cold
:-o zz Bored
:-\ Sceptical
: @ Shouting
:-o Appalled
:-X Not saying a word
|-I Sleeping
|-O Snoring
%-} Intoxicated
:-v Talking
:-w Talking with two tongs

Look
B-) Sunglasses
B:-) Sunglasses on head
8:-) Glasses on head
{:-) Toupee
}:-( Toupee blowing in the wind
=|:-)= Uncle Sam
<:-| Monk / Nun
:^) Broken nose
-:-) Punk
@:-) Using a turban
:=) Two noses
:-# Razes
<|-) Chinese
:-{) With a moustache
:-{} Lip stick
:-Q Smoking
:-? Smoking a pipe


Microsoft Office 12

27 January, 2006

RapidLeacher v4.4

27 January, 2006

 

This new RapidLeacher v4.4 is working on new rapidshare satting.

You can download it from

http://rapidshare.de/files/9677639/Rap_v_4.4_FINAL.rar.html

Rar Password is : www.thecavernforum.com 

Fantastic Work.

 


Change your ip in less than 1 min

26 January, 2006

How To: Change Your Ip In Less Then 1 Minute

1. Click on “Start” in the bottom left hand corner of screen
2. Click on “Run”
3. Type in “command” and hit ok

You should now be at an MSDOS prompt screen.

4. Type “ipconfig /release” just like that, and hit “enter”
5. Type “exit” and leave the prompt
6. Right-click on “Network Places” or “My Network Places” on your desktop.
7. Click on “properties”

You should now be on a screen with something titled “Local Area Connection”, or something close to that, and, if you have a network hooked up, all of your other networks.

8. Right click on “Local Area Connection” and click “properties”
9. Double-click on the “Internet Protocol (TCP/IP)” from the list under the “General” tab
10. Click on “Use the following IP address” under the “General” tab
11. Create an IP address (It doesn’t matter what it is. I just type 1 and 2 until i fill the area up).
12. Press “Tab” and it should automatically fill in the “Subnet Mask” section with default numbers.
13. Hit the “Ok” button here
14. Hit the “Ok” button again

You should now be back to the “Local Area Connection” screen.

15. Right-click back on “Local Area Connection” and go to properties again.
16. Go back to the “TCP/IP” settings
17. This time, select “Obtain an IP address automatically”
tongue.gif 18. Hit “Ok”
19. Hit “Ok” again
20. You now have a new IP address

With a little practice, you can easily get this process down to 15 seconds.

P.S:
This only changes your dynamic IP address, not your ISP/IP address.
HACKERS TIP:- If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back


MyComputer Bar

26 January, 2006

We can make My Computer Bar.

Just Drag the My Computer Icon on Desktop to The Top of  the Monitor Screen. And Release the mouse Button.

It will be changed in to a Menu Bar, Like this

And Just Click the Drives Latter and Explore will be open with this Drive.

In my view this is fantastic idea.

 


Boot Linux From Windows Boot Menu

25 January, 2006

Booting into Windows 98 is simple, as LILO will load and execute the specified Windows drive boot sector, as indicated in lilo.conf. However, LILO cannot directly boot into Windows XP, as Windows XP uses the NT boot loader, NTLDR. To be able to successfully multi-boot Windows XP and Linux with LILO, you will need to tweak NTLDR. This way, you can boot into Windows XP or Linux easily. To boot into Linux, you have to get NTLDR to transfer control to LILO. Remember, this technique works only if you run Windows XP on the FAT32 filesystem; LILO does not work with NTFS.

In our example, Windows XP resides on the /dev/hda1 partition, the /boot partition is /dev/hda2 and the /(root) partition is /dev/hda5.

First, you need to create an image of the Linux boot partition. As root, enter the following
command: dd if=/dev/hda2 of=/bootsect.lnx bs=512 count=1

This command copies the first 512 bytes of the /boot partition into a file—bootsect.lnx, in the /(root) partition.

Next, you need to copy this file to the Windows XP drive. You can do this either by copying the bootsect.lnx file into a floppy, booting into Windows XP and copying it to the ‘C:’ drive, or by mounting the XP filesystem using the ‘mount’

command:  mkdir /windowsxp

This creates a directory, a mount point for Windows XP. Now mount the drive using the
command: mount -t vfat /dev/hda1 /windowsxp

Copy bootsect.lnx to the C drive by typing:
Command: cp /bootsect.lnx /windowsxp

Now you need to boot into Windows XP to tweak the NTLDR. You can do this by adding an entry into the boot.ini file—the NTLDR equivalent of the lilo.conf file.
Normally, this is not visible in the C drive. You can edit it by going to Start > Run and typing in cmd.exe, and at the command prompt typing edit boot.ini. Add the following line to the end of the file:

C:\bootsect.lnx=”Linux”

Now, save the file and close it. Do not edit any other settings, or you may not be able to boot into Windows XP. The edited file should look like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Microsoft Windows XP Professional” /fastdetect
C:\bootsect.lnx=”Linux”

Now reboot the system. NTLDR will prompt you to choose between Windows XP—which is default—and Linux. If you choose Linux, LILO will kick into action and present you with its boot menu—this again gives you the option of booting into Linux or DOS. Selecting DOS will take you back to the NTLDR boot menu.

 


MS Access Connection Method

25 January, 2006

 Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\stcode.mdb;Persist Security Info=True;Jet OLEDB:Database Password=ilovemyindia"

Dim conn As New OleDb.OleDbConnection(connectionString)

Dim customersTableAdapter As New OleDb.OleDbDataAdapter("Select station, code from tblstCode", conn)

Dim customerTable As New DataTable()

customersTableAdapter.Fill(customerTable)

Me.TblStCodeBindingSource.Filter = "Station Like" & "'*" & Me.TextBox1.Text & "*'"

Me.TblStCodeBindingSource.DataSource = customerTable

DataGridView1.DataSource = Me.TblStCodeBindingSource


Install Reg Hat Linux From ISOs

24 January, 2006
  • Copy the three Red Hat images (rh1.iso, rh2.iso, rh3.iso) onto your Windows partition.
  • Extract the ‘dosutils’ directory from rh1.iso to the Windows partition using any ISO image extraction utility such as UltraISO (www.ultraiso.com), WinISO (www.winiso.com), ISO Buster (www.isobuster.com), WinRar (www.rarlab.com).
  • Next boot into the MS-DOS mode and run the autoboot.bat file from the extracted dosutils directory. This batch file contains a ‘loadlin’ command that redirects to the initrd.img in the dosutils/autoboot directory. To boot into MS-DOS mode in Windows 98, go to Start>’Shut Down…’ and select ‘Restart in MS-DOS mode’ in the dialoag bob that comes up.
  • Since you cannot boot into true DOS mode in Windows XP, you need to create and MS-DOS bootable floppy.
  • This brings up the text based install of Red Hat Linux.
  • Start by choosing ‘English’ as the installation Language and a ‘us’ keyboard type. Next Select ‘Hard Drive’ as the installation media.
  • Specify the location of the directory storing the ISO images.
  • if C:Drive then partition will be (/dev/ha1) and path of folder.
  • Rest of the installation steps are similar to those in the graphical installation of Red Hat Linux 9.