I can now create Android apps. One small silver lining resulting from the UK’s CV-19 lockdown. My first app, is an “app” version of Aetherweb’s password generator/manager “aeKee” which you can learn more about here… Currently, aeKee is pending review by Google prior to going live on the Google Play (Android) App Store. How exciting!
Expedition to Svalbard with The IK Foundation
In May 2019 I was extremely privileged and proud to be able to travel to Svalbard, Norway as part of a team put together by The IK Foundation – one of Aetherweb’s oldest clients – to design, configure and install a state of the art remote weather and wildlife monitoring station. The station is (at time of writing) taking 100s … Read More
Bulk Editing PHP-FPM .yaml Files on a cPanel Server
When running all or most of ones client accounts on a cPanel server under PHP-FPM, making a change to PHP.INI in the usual ways has no effect. WHM Multi-PHP INI Editor does not work in the ‘normal’ way and nor do individual users’ cPanel account INI editors; in fact the way to make changes is (at time of writing) to … Read More
GDP Aaaaaargh! (aka GDPR)
This website is now, I think, fully GDPR compliant. Unless explicit consent is granted, it sets no cookies and performs no tracking other than that required for keeping the site and the server it sits on secure. I didn’t want to force visitors to have to click to hide yet another nagging cookie request slide-over and I didn’t want to … Read More
CouchCMS Shortcode for Automatic Image Resizing In RichText
I have a client that wants to use CouchCMS (an open source content management system) to add content to their website. The content varies, and the pages contain many images of different sizes – the originals of which are often very large. Manually resizing these images to create appropriately sized thumbnail and larger versions would be a very onerous task. … Read More
aeKee Offline Vault – No Account Needed
As an offline, working, vault backup for our registered users we’ve created a fully functional offline version which can be run from any form of storage you wish – for example it’s ideal run from a USB stick. (For ultimate security you can install a live OS on a USB stick (such as Elementary Linux, Porteus, Tails or Puppy Linux) … Read More
aeKee
A few days ago I launched Aetherweb’s latest project live on the web, aeKee. A secure vault, password generator and sharer I developed because of my dissatisfaction with other commercial options available. I’d used LastPass up until early this year when I was made aware of their incompetence – technical and customer service. Google had identified, very very easily, gaping … Read More
LastPass and SaltThePass
Password managers are obviously attractive targets for cybercriminals – but they’re considered by most to be better than any alternative. The thought of having my entire password manager vault/archive compromised was giving me cold sweats in the wee small hours. What else could I do though!? Then LastPass’s browser plugin was repeatedly shown to be highly insecure by Google Project … Read More
Solved: cPanel’s CPHULK, CloudFlare and X-Forwarded-For
At the time of posting, there is a feature request on the cPanel website which, if approved, would enable the admin of a cPanel server to have CPHULK act on the content of the X-Forwarded-For header in HTTP requests. https://features.cpanel.net/topic/have-option-for-cphulkd-to-action-on-x-forwarded-for cPanel feel this is a bad idea because the X-Forwarded-For header is easily spoofed. Which could lead to all sorts … Read More
Deleting Per Account cPanel Error Logs
cPanel does not rotate or in any way limit the size of the per-account error_logs which are created for each folder of each account on the server by Apache. Apache can be configured not to create them at all but they are extremely handy for debugging. They can of course become very large and hog a lot of disk space, … Read More