Category: Geek

Fix Undefined index: HTTP_X_FORWARDED_PROTO with WP-CLI

Are you running your WordPress install behind an SSL proxy or load balancer like HAProxy? You may also be running WP-CLI on the internal site.

Dual Sim iPhone 11 Pro Service Issues

For those of you who know me, you'll know that I can push my hardware to the limits and often passed those limits. The brand new dual sim iPhone 11 Pro I just bought is no different.

How to have Office 365 Shared Mailbox with Multiple Domains

If you're hosting your email with Microsoft's Office 365 service, you may be using shared mailboxes. You should if you aren't, they're a great way to create email addresses that don't consume a license.

Ubuntu Magic Mouse 2 scroll not working [SOLVED]

I've been trialing Ubuntu 19.04 on my Dell XPS15 for the last couple of weeks and I was wanting to use an external mouse with the machine. I dug around in my drawers and found an unused Magic Mouse 2 not being used.

OS X Mobile Account Admin Off Network Fix

I came across an issue with one of my mobile users that was unable to get admin access off network. As soon as they connected to the corporate network their admin rights would return.

Raspberry Pi 1080p Resolution Fix

I recently wrote up my new raspberry pi workstation with a nice new ViewSonic VA2246M but by default the Pi would only output 1600x1200. The configuration for the HDMI lives in the config.txt file in /boot.

Raspberry Pi – failed to open vchiq instance [Solved]

I've been working on my timelapse camera setup with my raspberry pi and when trying to run my python script I got the following error. This is a permissions error because I had created a new user that wasn't in the video group.

Raspberry Pi Workstation

After a few weeks of using my 50" television as a display while working on my time-lapse project it quickly became hard to work with. I decided to downsize to a desktop workstation solution.

BuddyPress and Wordpress Search

I had a site that needed private messaging so I decided to use BuddyPress as it already has a great messaging system. It appeared to work well with all the existing plugins until I tried to use the site search.

Gems when using Ruby via Software Collections

In my previous article I outlined how to get Ruby installed via RedHat Software Collections (SCL) and this works for basic ruby commands until I tried to install my backup gem. I got an install error when trying to build the native extensions.