1)ssh to server.
2)enter your username and password
3)crontab -l (this will list already present cronjobs)
4)crontab -e
5) hit Insert Button from keyboard
6) enter
0 1 * * * cd /home/mydom/domains/mydomain.net/public_html/admin; /usr/local/bin/php cronTagcloud.php;
7) Press Esc, then :wq
then you are good to go.,
or you can always google how to add cronjob via ssh
|