How to find dns,How to find dns server

>> Monday, March 16, 2009

-- We find the dns of the server with below mention commands.

First we will see how to find the dns on a linux machine.Type the below command

$ cat /etc/resolv.conf

this command output contains some thing like nameserver which is nothing but the DNS ip adress.


-- If you want find the dns server on the windows machine ,it is very simple...

One way is goto the command prompt[I.e start button -> run -> type cmd and click ok]

In the command prompt type below mention command..

ipconfig /all

which gets you the DNS server ip address .



one more way to find the dns server ip is

- Goto Start button --> Settings --> Network connections
- Double click on Local Area Connection
- Click on Properties button
- Select Internet Protocol (TCP/IP)
- Click on Properties button and Look for Preferred DNS Server:




If this is usefull Please leave your comments below...

Thanks

Read more...

How to USE accept linux command

>> Saturday, March 14, 2009


accept [option] destination


The accept function is used with connection-based socket types (SOCK_STREAM, SOCK_SEQPACKET and SOCK_RDM).
It extracts the first connection request on the queue of pending connections, creates a new connected socket with mostly the same properties as s, and allocates a new file descriptor for the socket, which is returned. The newly created socket is no longer in the listening state.
System administration command. Instruct printing system to accept jobs for the specified print queue or queues. Depending on queue settings, the system may prompt for a password. Also invoked as cupsaccept.



Option



-E

Require encryption when connecting.

Read more...

how to find out your ip address

>> Friday, March 13, 2009

Finding Ip address of your computer is easy.

Let us see on windows platform how we can find it..

- Goto to the command prompt.In the command prompt type the below command

"ipconfig"


- This command will display the

Windows IP Configuration


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . :
Subnet Mask . . . . . . . . . . . :
Default Gateway . . . . . . . . . :

Read more...

How to find ip addresses

Finding Ip address of your computer is easy.

Let us see on windows platform how we can find it..

- Goto to the command prompt.In the command prompt type the below command

"ipconfig"


- This command will display the

Windows IP Configuration


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . :
Subnet Mask . . . . . . . . . . . :
Default Gateway . . . . . . . . . :

Read more...

How To Download Files in command prompt

You can just download the file and Webpages from the Internet to your local computer from the command prompt.Following steps will guide you to the process of doing this .

Step 1 : download the wget.exe

Step 2: goto the localation where you are downloaded the wget.exe from the command prompt.

Step 3: Execute the command -> wget "http://www.aacharisu.com"

Step 4: The About command downloads the whole home page of the www.aacharisu.com website.

The wget can download almost all the file from the internet.

Your can download the file in a batch for example.

* If you want more the one URL/files to be downloaded then use the below option

wget -i file.txt

Where the file .txt contants the URL/File locations..

Read more...

How to Find Linux OS Version

>> Thursday, March 12, 2009

Following are the some of the methods to find the OS version on Linux machine.

Use uname command which print certain system information such as:
Kernel version and name,Print the machine hardware name and print the processor type.

a - Print basic information currently available from the system.

v - Print the operating system version.

r - Print the operating system release level.

Type the commands below to get the Linux OS verison.

* uname -avr

* uname -mrsn


More method


You can also obtain kernel version from /proc/version file:

$ cat /proc/version

Read more...

About This Blog

Lorem Ipsum

  © Blogger templates Palm by Ourblogtemplates.com 2008

Back to TOP