GitLab and SSH keys

Git is a distributed version control system, which means you can work locally but you can also share or “push” your changes to other servers. Before you can push your changes to a GitLab server you need a secure communication channel for sharing...

How To: WordPress Browser Caching

Browser caching is a sore subject among many WordPress developers. Caching in your end-user’s web browser is hard to see and even harder to control at times, and yet it can affect their entire experience. What’s more, page performance testing will often instruct...

How to reset the SMC in a MacBook (and why you might want to)

If you find your MacBook acting strangely, and seemingly for no reason, resetting the SMC may help. There are a number of things that could signal an SMC issue, from screen resolution problems, to a PC that doesn’t seem to want to reboot. And while resetting the SMC...

Installing FFmpeg

Installing FFmpeg in Windows Download a static build from here. Use 7-Zip to unpack it in the folder of your choice. Open a command prompt with administrator’s rights.NOTE: Use CMD.exe, do not use Powershell! The syntax for accessing environment variables is...