The Curious Website Designer

Latest

Install OpenVPN Connect on Firestick

Posted by: The Curious Website Designer
on Fri 27 Jan 2023

Install OpenVPN Connect on Firestick

Having installed OpenVPN Access Server on my VPN, I now want to install the OpenVPN client on my Firestick so that I can access my apps and files securely.

FireStick TV - How To Install The Mouse Toggle App

Posted by: The Curious Website Designer
on Tue 22 Nov 2022

FireStick TV - How To Install The Mouse Toggle App

Sometimes you need to install an app on your firestick that is not available on the FireTV app store.

And in some cases, the app you want to install is designed to work with a mouse rather than a firestick remote which prevents you accessing the full functionality of the app (such as scrolling to the bottom of the 'page').

HTACCESS - A mod_rewrite Tutorial For Beginners

Posted by: The Curious Website Designer
on Fri 2 Jul 2021

HTACCESS - A mod_rewrite Tutorial For Beginners

Every now and again, I find myself having to revisit the process of redirecting webpages for any number of reasons. This is usually effected by editing (or creating) a file named .htaccess. The instructions in .htaccess are interpreted and executed by an Apache module called mod_rewrite.

Bash - Recursively Removing Files and Folders

Posted by: The Curious Website Designer
on Sun 10 Jan 2021

Bash - Recursively Removing Files and Folders

Another reminder how to perform a routine task from the command line or in a Bash script.

This time it's deleting files & folders. Also how to remove a group of files that are older than (x) days.

Bash - How To Recursively CHMOD Files And Folders

Posted by: The Curious Website Designer
on Sun 10 Jan 2021

Bash - How To Recursively CHMOD Files And Folders

Occasionally, especially after extracting an archive, the file and folder permissions are not as they should be; I had a recent example where many files were left with 640 permission instead of 644.

As a reminder to myself, here's how to do it.

Install OpenVPN Access Server

Posted by: The Curious Website Designer
on Wed 6 Jan 2021

Install OpenVPN Access Server

If you're a skinflint like me, and you want a reliable VPN but don't want to have to pay a subscription for it, why not install OpenVPN on your VPS server. It's free if you're happy to be limited to two connections at any one time, otherwise you need to pay.

Opencart - Unable To Login [Solved]

Posted by: The Curious Website Designer
on Fri 26 Jun 2020

Opencart - Unable To Login [Solved]

I recently had a problem logging in to an Opencart administrators control panel. I entered the username and password correctly, and although the url in the browser address bar changed to the correct dashboard url , the page displayed was still the login page.

Setting Up Data Binding With Android Studio 3.5

Posted by: The Curious Website Designer
on Thu 29 Aug 2019

Setting Up Data Binding With Android Studio 3.5

Having just started exploring Android Studio 3.5, I was working through the basic tutorials and got stuck with getting Data Binding to work. The video tutorials, although great, frequently assume much more knowledge than I possess.

How To Fix 403 Forbidden Error

Posted by: The Curious Website Designer
on Fri 28 Jun 2019

How To Fix 403 Forbidden Error

Following an update, I started getting random 403 Forbidden errors on some of my (and my clients) sites.

In this situation, I would normally check the Apache error log to see what was causing the problem, but there was nothing in the log to suggest anything was amiss. This is how I resolved my situation.

Local php.ini File Not Loading

Posted by: The Curious Website Designer
on Thu 17 Jan 2019

Local php.ini File Not Loading

I recently experienced a problem overriding the main PHP configuration file with a php.ini file containing the changes I wanted in the individual site's root directory.

This is how I fixed the problem