Here is a Quick tip for people using Archlinux:

Sometimes we don’t want dhcpcd overwriting our resolv.conf anymore, since it is customized. We do, however, want dhcpcd to continue to automatically set out IP, default gateway, et cetera. To cause this effect we will edit /etc/conf.d/dhcpcd as root, with our favorite editor. The directive we are looking for is DHCPCD_ARGS and by default that directive should look like the following figure:

 
DHCPCD_ARGS="-t 30 -h $HOSTNAME"

To that directive, add the -R flag. Your directive line should look something like the following figure:

DHCPCD_ARGS="-t 30 -h $HOSTNAME -R"

Taken from Archwiki

Related posts:

  1. cdrtools vs cdrkit: The India-Pakistan of CD/DVD burning tools(Linux Only)
  2. Ubuntu Linux as Family PC
  3. Dummies Guide to Scheduling Downloads(Linux Version)

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 Gaurish Sharma Live Suffusion theme by Sayontan Sinha