Posts by Giovani • 21 points
2 posts
-
2
votes4
answers8186
viewsA: How to schedule a recurring task on linux?
Remembering that when you use the crontab -e no need to put user in the execution of the activity. With the crontab -e it is already native to run root. Already in /etc/crontab it is necessary to…
-
0
votes2
answers5931
viewsA: How to hide a visible sub-menu by clicking on another JS menu?
Your code was almost correct. The error was in the value assignment in the display variable. Look at mine below. Works perfectly. function aparece(id){ var e = document.getElementById(id);…