+64-3-3595735

Home » Articles posted by Web Kiwi Webhosting

Author Archives: Web Kiwi Webhosting

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 […]

Fixing The 256 Character File Name Limit In windows 10 / 11

If a file refuses to open in a folder (e.g. PDF) or copying it in Windows Explorer causes Explorer to crash then the issue might be file length. Symptoms: Most versions of Microsoft Windows  since Windows 7 can handle a file path and name length of up to 256 characters. If a file name (including the […]

Convert MailDir Emails To Eml or Mbox Format

The Problem: I have a client who is trying to find emails that have gone missing. The mail server they have their emails on stores emails in an MailDir Email format, the format commonly used by Amivs / Postfix. My first thought was “How can I full text index MailDir emails”. Other than install new […]

Mount A VBox VDI Disk File With LVM Structure

The problem: A vbox virtual machine had failed to start. It was not recovering itself and was in an environment where the vbox image was being run headless. The data needed recovering so we needed to mount the vdi virtual disk file. Mounting The VDI Disk File The first step was to convert it to […]

Ubuntu 22.04.3 SSH Unable To Disable Password Authentication – Solved

The Problem ( Summary) Disabling ssh password authentication in sshd_config, no longer works. After disabling it you can still log into an Ubuntu server (22.04.3 in my case) using a password. There is a description of my process and a fix below. My Experience I’ve just installed Ubuntu 22.04.3 LTS. Set up SSH as I […]

Recover A Chrome Device Or Fix Issues

To enter recovery mode on a Chrome Device ( Chromebook, ChromeTablet, Chromebit) there are several options. Offical Devices: Chromebook: Press and hold Esc + Refresh , then press Power . Let go of Power. On some Chromebook models: Press and hold Esc + Maximize , then press Power. Let go of Power. When a message […]