×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Paul Allies Allies
Added: Aug 15, 2012 8:23 AM
Views: 1730
Tags: no tags
  1. //Make a directory
  2. $ mkdir noip
  3. $ cd noip
  4.  
  5. //fetch the client
  6. $ wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
  7.  
  8. //Decompress the file
  9. $ tar zvxf noip-duc-linux.tar.gz
  10.  
  11. //Go into the directory
  12. $ cd no-ip-duc-linux
  13.  
  14. //become root
  15. $ sudo su
  16.  
  17. // compile and install
  18. $ make
  19. $ make install
  20.  
  21. //Next you will be prompted for credentials for No-IP
  22. //and thats it. Done