Another Great Application is - ClockSync - for Android Mobile Phone see it here:-
$ sudo systemctl enable ntp##
## file: /var/replace-ntp.conf.sh
##
## CronJob:-
## */15 */4 * * * sh /var/replace-ntp.conf.sh
##
##
cd /tmp
rm -vf ntp.conf
wget http://ntp.snails.email:80/v1/ntp.conf
if [ -s "/tmp/ntp.conf" ]
then
rm -vf /etc/ntp.conf
mv /tmp/ntp.conf /etc
chmod -fv 0644 /etc/ntp.conf
else
echo " ntp.conf was returned empty or not existing! "
fi
####################################################[ 2019-05-07 19.19, Tue, 17:10:21 ]######
mynamesnot@marrickville:~/eclipse-workspace/xoopscore.localhost$ php ~/composer.phar installLoading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
Endroid Installer did not detect a compatible project type
mynamesnot@marrickville:~/eclipse-workspace/xoopscore.localhost/xoops_lib$ php composer.phar installNo composer.json in current directory, do you want to use the one at /home/mynamesnot/eclipse-workspace/xoopscore.localhost? [Y,n]? Y
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
Endroid Installer did not detect a compatible project type
Fatal error: Uncaught Error: Class 'Doctrine\DBAL\Configuration' not found in /home/mynamesnot/eclipse-workspace/xoopscore.localhost/htdocs/install/include/functions.php:318 Stack trace: #0 /home/mynamesnot/eclipse-workspace/xoopscore.localhost/htdocs/install/page_dbconnection.php(95): getDbConnection('') #1 {main} thrown in /home/mynamesnot/eclipse-workspace/xoopscore.localhost/htdocs/install/include/functions.php on line 318
