+64-3-3595735

Home » Articles posted by Web Kiwi Webhosting

Author Archives: Web Kiwi Webhosting

Microsoft Edge — Autofill Not Working on a Specific Site

Microsoft Edge — Autofill Not Working on a Specific Site Category: Desktop Support / Browser Applies To: Microsoft Edge on Windows 11 (also Windows 10) Author: ManagedTech Date: 2026-03-20 Problem Microsoft Edge autofill (password dropdown) does not appear on a specific website login page, but works correctly on other sites. Cause The website has set […]

How secure is using Updraft for commercial backups? Not very at all.

I’ve been an Updraft client for over a decade yet recent events have caused me to stop and consider how secure using Updraft for commercial backups is. The occasion of my re-thinking this was taking on a new client whose prior hosting provider is using Updraft for backups. It didn’t go well. Here is why. […]

How to Unlock or Switch out of Windows 11 S mode

What is Windows 11 S Mode Microsoft have introduced windows 11 S. The S stands for secure or streamlined. What this means is Microsoft have altered the operating system so it will not allow you to install applications, except through the Microsoft Store. They have also made Microsoft Edge the only allowable web browser.  S […]

Adding Throttling Notifications For iRedAdmin Mail

By default iRedMail doesn’t send out notifications if throttling has occurred. There is no clear documentation on how to set it up. So here is what i found works : Assuming you have fail2ban loaded (which I believe iRedMail has by default): 1. Update the Jail Configuration Edit the Fail2Ban jail configuration: sudo nano /etc/fail2ban/jail.local […]

Locking And Restoring Desktop Icons In Mint Linux Mate / Caja Desktop

I wanted a way to lock my desktop icons in place in Mint Linux Mate ( Linux Mint 22 Wilma base: Ubuntu 24.04 noble) I also wanted a way to restore them to a set position if they got moved, maybe after a monitor failed or my laptop was off dock. I tried a few […]

SSH / SSHD will not change port

The Problem Running up a new Ubunutu 24.04 LTS server I changed the SSH port in /etc/ssh/sshd_conf  in the normal way: Port 1234 I restarted ssh sudo systemctl restart ssh but the port had not changed. A recheck, restart, reboot and much frustration later I discovered that Ubuntu 22.10 onward now uses ‘socket-based’ activation not […]

Manually adding an autodiscover record to your DNS

If you are trying to manually setup an autodiscover record for a mail service then the format is as follows: Record NameTypePriorityValue _autodiscover._tcp SRV 5 0 443 mailserver.example.com [RECORD] [RECORD TYPE] [priority] [weight] [port] [target] If your DNS provider doesnt have SRV records available to you – it might theoretically be possible to use a […]

How do you stop a Bootstrap accordion from closing all tabs

Summary This how to demonstrates how to stop  a Bootstrap accordion from closing all tab which leaves an empty space in your page which can cause unsightly resizing. The Problem The Bootstrap accordion  allows you to display information by having a series of tabs which can be clicked to display the information under them. When […]

Coding an HTML button that works on mobile and desktop ( touch and mouse)

Summary This howto demonstrates one method for getting a button to work on both mobile and desktop ( touch and mouse click) without using jQuery. it uses vanilla JavaScript and should work on most platforms. The Problem While coding a site I wanted a button to fire an event that hid some items on the […]