How to use ChatGPT to understand a technical discussion

It’s widely acknowledged that Large Language Models are having a significant impact and cause disruption, and indeed many tech luminaries are calling for controls. Used correctly it can be used to give useful advice on everything from code to legal advice, but the risks are significant. Today we explore how it can be used by …

Make an RSA key for certificate based access

Access your LEMP server from Windows using PuttyGEN and Filezilla. Real servers don’t use passwords, they use certs to control access. So you want to get access to work on your WordPress file system, because maybe you’ve blocked access to your admin panel with a bad plugin? Read on how to do that. 1. Download …

Trash Talk

Matt Cutt’s says speed is important to Google rankings. Google want to send their organic search visitors to the most useful result first. It makes sense to make sure your CMS platform is serving superfast content. So lets compare www.failteireland.ie with one our our superfast clients – tridentholidayhomes.ie Lets see how they match up looking …

Fast WordPress server with CDN

Client: Trident Holiday Homes Brief: Build Fast WordPress for https://blog.tridentholidayhomes.ie for global audience Theme: Hueman (Free) Technology: LEMP Stack, Cloudflare CDN, WordPress with cache Performance Results: This score could be improved by better image post processing before uploading to the site.

Nimblebuilder Templates

Page builders like Nimble Builder and Visual Composer (now WP Bakery) can help you make beautiful layouts for your website. Using templates in your page builder can maintain design consistency and save time – in this video we show you how to use this in the Hueman Free theme to do just that.

Deploy Win10 Pro with WDS and DISM

Windows 7 is being replaced with Windows 10. Let’s do with with PXE boot. Do go to Microsoft an grab an image of Windows 10 Powershell this with admin privilige: dism /Get-WimInfo /WimFile:C:\path\to\folder\sources\install.esd Check which version you want, this gives the source index. Then export it to make a wim file. dism /Export-Image /SourceImageFile:C:\path\to\folder\sources\install.esd /SourceIndex:6 …