Linux : HowTo check the DNS server entries?

You can simply use that commands to find your DNS servers on a Linux/Unix/BSD based OS

by usign: # cat /etc/resolv.conf

or

using: # less /etc/resolv.conf

Possibly Related Posts:

Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
Cisco Datacenter /Nexus 1000V Videos

news : Linux Journal Insider – March 2011

This month, Shawn and Kyle talk about the tools they keep in their pockets.  Smart phones are much more than just phones, and with Linux you’ve got multiple choices for handset operating systems — and this multiple choice test has only correct answers!  Get a taste of the “Linux in Your Pocket” issue of Linux [...]

News : The New Features in LibreOffice 3.3

The Document Foundation launches LibreOffice 3.3

The first stable release of the free office suite is available for download

The Internet, January 25, 2011 – The Document Foundation launches LibreOffice 3.3, the first stable release of the free office suite developed by the community. In less than four months, the number of developers hacking LibreOffice [...]

Security : fail2ban and dependencies

I like to install fail2ban on my Server for securing ssh and Asterisk .

Installed: fail2ban.noarch 0:0.8.4-23.el5

Dependency Installed: shorewall.noarch 0:4.0.15-1.el5       shorewall-common.noarch 0:4.0.15-1.el5 shorewall-perl.noarch 0:4.0.15-1.el5  shorewall-shell.noarch 0:4.0.15-1.el5

Possibly Related Posts:

Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
News : Have Facebook accounts been hacked in Bangalore?

Linux :setting up NFS shares

On server:

vi /etc/exports

add:

/home/data 192.168.170.0/255.255.255.0(rw)

# chkconfig nfsd on # service nfsd start

On Client:

#mkdir /home/data

#mount -t nfs 192.168.170.1:/home/data /home/data

Make it automount:

#vi /etc/fstab

192.168.170.1:/home /home nfs rw,bg,hard,intr 0 0

Possibly Related Posts:

Linux local privilege escalation via SUID How to uninstall Vmware workstation v 8.0.0.471780.bundle Linux : Flash fullscreen doesn’t work on Ubuntu 10.10
VCP Home LAB : Part -3
VCP Home LAB – part-2