Quote |
Hi all! Has any of you ever had any luck installing no-ip's updater? The readme says to run Make, but Make doesn't seem to be included in DSL :/ Thanks for all the help |
Quote | ||
If you do not have 'make' installed and you have an i686 Linux machine with libc6, a binary for i686 systems is located in the binaries directory called noip2-Linux. Copy that binary to the build directory
|
Code Sample |
cp binaries/noip2-Linux /usr/local/bin/noip2 |
Quote |
########################################################################### HOW TO USE THE CLIENT WITHOUT READING THE REST OF THIS TEXT Usual operation? /usr/local/bin/noip2 -C configure a client <==Do this after you've copied the binary to /usr/local/bin /usr/local/bin/noip2 run a client /usr/local/bin/noip2 -S display info about running clients /usr/local/bin/noip2 -D pid toggle the debug state for client pid /usr/local/bin/noip2 -K pid terminate client pid Have more than one internet access device? /usr/local/bin/noip2 -M -c file start additional instances ########################################################################### |