The Simpsons paid homage to Linux this week
Adding a Better Price Range Search using WP-Property
We have a client who uses the WP-Property plugin. BTW it's super awesome and I would highly suggest it to anybody who has a client in need of a property management plugin. It's also free, not the bull crap freemium, but free free. Anyways recently we ran into a problem where, on the search properties page, the prices on the dropdown looked like: Read More
Fix Grunt Fatal error: watch ENOSPC
Ran into this error this morning in Grunt. Basically it’s caused because the user is limited by how many files can be watched by one user. You can increase this limit with the following command: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p Or if for some… Read More
When somebody tries to explain something I already know
Wifi dropping with Ubuntu Linux 14.04 with RTL8723be fix
Recently we got a new Lenovo Z40 with XUbuntu which so far has been working awesome except for the wifi running the driver RTL8723be which keeps dropping out periodically and won't turn back on until the computer reboots. Obviously this has been a major disruption, so if you're experiencing the same difficulties here's how to fix it: Read More
When I’m allowed sudo access
Windows 10
The actual reason Microsoft went with Windows 9 rather then Windows 10
Managing Multiple WordPress Sites for Free
If you happen to be managing multiple Wordpress sites then you probably know how frustrating it can be to keep every site updated and you definitely don't want the client having to call you in case their site goes down. Here's what we do to keep all our sites updated and ensure that the client doesn't have to come to us in case their site goes down. Read More