NordVPN vs IPVanish

NordVPN vs IPVanish – Which Reigns Supreme? In the hunt for the best value in a VPN service, there’s a pretty broad, confusing market. We compared NordVPN to IPVanish in 9 categories that are important when selecting a VPN. Though some comparisons were close, there is a clear winner between the two. Protect Your Privacy …

Read more

Categories VPN

What Is a VPN?

It’s no secret that cybercrime plagues the internet, and there’s no shortage of bad guys out there trying to do us harm. This used to be a subject we’d only tangentially hear about, but nowadays you’d be hard-pressed not to read in major news publications the latest epic hacks that caused companies millions of dollars …

Read more

Categories VPN

Possible responses from Sendy’s subscribe API call

Sendy is a self-hosted email marketing tool; while hooking up a subscription form, I needed to work out what all the possible responses are to a user subscribing, depending on their current status in the Sendy database. Version The version documented here is 2.0.7. The previous version had a bug in it which prevented the 'Already …

Read more

Run a cron command every 15 minutes

Cron is a time based scheduling service on Linux and Unix computers which allows you to run process at specific times for example once a day, once every hour and so on. This brief post looks at how to run a cron command every 15 minutes.

How to log into an SSH Server Using PuTTY

PuTTY is a free telnet and SSH client for Windows and UNIX. This article covers how to log into an SSH server using PuTTY on Windows and also covers how to use private rsa and dsa keys when logging into an SSH server using PuTTY.