Sony A7 IV Review – The Hybrid King?

As a photographer, I’ve shot with everything from DSLRs to film and the latest mirrorless systems. The Sony A7 IV caught my attention as the follow-up to the legendary A7 III, a camera that redefined full-frame mirrorless for enthusiasts and professionals alike. After spending time with the A7 IV,…

How to Install OpenVPN on a VPS

In this guide we will be installing ‘OpenVPN Access Server’ onto a VPS. 1. Get a VPS You are going to need a VPS with full root access. You can get one here. In our guide we will be using a 512MB VPS running ‘Ubuntu 14 64bit’ as our operating…

How to Setup a SeedBox on a Linux VPS

In this guide we will be setting up a SeedBox (for BitTorrent downloading) on a Linux VPS in just four easy steps. 1. Get a VPS First, you will need to get a VPS (virtual private server) to host your SeedBox. In this guide we will be using a 1GB…

The Difference Between a Slurpee and a Slushie

You may think that a Slurpee and a Slushie are two words to describe the same thing. If so, you would be wrong. A Slurpee and a Slushie are actually quite different. Slurpee A Slurpee is a frozen beverage exclusively sold at 7-11. It has a smooth texture of tiny…

OpenVZ (Virtuozzo) vzctl Commands

Useful vzctl commands for your server: List all VM’s vzlist -a Shutdown a specific VM vzctl stop CTID Shutdown all VM’s on a node for ctid in 'vzlist -Ho ctid'; do vzctl stop $ctid; done Boot a specific VM vzctl start CTID Boot all VM’s…