Category Tech, Net, and Solutions

Crontab and Cronjob work

ed35b4082df11c3e81584d04ee44408be273e5d410b2134597f0 640 lawn

When I upgraded from Ubuntu 14.04 to 16.06, my cron jobs stopped running, apparently due to bad syntax. What used to be OK: 0/5 (run every 5 minutes) What needed to be changed: */5 So here are some resources for…

Upgrading Ubuntu 14.04 to 16.04

Upgrading between Ubuntu LTS releases can be a nightmare. Even with proper backups, a lot of software and configurations change, and hunting down settings that have broken is extremely time consuming. I suppose that’s why experts say it’s easier to…

Facebook Logins

ee33b40c2ee91c72d252440dee4a5b97e771e5dc1ab513459c 640 Social

I’ve been playing around with Facebook Logins (Developer Apps) so that I can get social logins to work with WordPress. There have been a few problems with it so far: Facebook tells me there is an OAuth error, but it…

Google and iFrames

Well, apparently, WordPress supports iframes by default now. I updated an old post that needed an iframe, and spent a lot of time looking for plugins for it, but it turns out, that wasn’t necessary. Read more here.