Experiences With Open Source

Linux, Android, Python…

  • About

Tag: dhcp

IP Modification Through Command Line

By admimin
September 18, 2017September 20, 2017LinuxLeave a Comment on IP Modification Through Command Line

Here is the way to change or modification ip address through command line. Do all the command in root privileged. To set a static ip #ip addr add 192.168.xxx.xxx dev eth0 to delete a static ip #ip addr del 192.168.xxx.xxx dev eth0 to set dynamic ip #dhclient eth0 to set route for static ip #route […]

Continue Reading

OpenDNS

By admimin
September 24, 2010November 4, 2017LinuxLeave a Comment on OpenDNS

Open dns is one of the free dns server in this planet. OpenDNS is a company and service that extends the Domain Name System (DNS) by adding features such as phishing protection and optional content filtering. Sign it up. I sign up in www.opendns.org in username xxxx@xxxxxxxxx and ********** password. I use this site as a […]

Continue Reading

Archives

Categories

  • Android (4)
  • Articles (4)
  • Blogwalking (1)
  • Iseng (6)
  • Linux (447)
  • Programming (19)
  • Python (3)
  • ReactJs (1)
  • Thoughts (3)
  • Windows (13)
© Copyright 2021 Experiences With Open Source. Powered by WordPress.