Linux counter client
http://linuxcounter.net http://linuxcounter.net/user/207256.html Register new machine and get LiCo “Machine ID” and “Update key”. 1. Login to your profile. userid 207256 password xyz 2. Add user cron to launch Linux counter update script. useradd -m cron 3. Install lico-update.sh script. cd /usr/local/bin wget -N –no-cache https://github.com/alexloehner/linuxcounter-update-examples/raw/master/_official/lico-update.sh chown root:root /usr/local/bin/lico-update.sh chmod 755 /usr/local/bin/lico-update.sh 4. Install cron.d job. … Read more