You can edit your cron jobs by running
crontab -e
Related Posts
20 Netstat Commands for Linux Network Management
http://www.tecmint.com/20-netstat-commands-for-linux-network-management/
failed to create directory via template ‘/var/lock/apache2.XXXXXXXXXX’: No such file
Create the directory with mkdir -p /run/lock The install should now work (you may need…