+64-3-3595735

Home » Articles posted by Web Kiwi Webhosting (Page 4)

Author Archives: Web Kiwi Webhosting

Covid-19 Lock Down Coping Strategy And Advice

Setting up an auto responder in SmarterMail

Auto-responder Users can set up auto-responders to automatically send a prewritten response when an email message is received. They are commonly used to notify senders that the recipient is out of the office or on vacation. To set up an auto-responder: 1 – Log into Smartermail ( https://mail.postbox.net.nz ) 2 – Click the settings icon. […]

Recursive Actions On Folders using BASH in Linux

Previously I posted how to reset file permissions recursively using Linux Bash / Command Line. Building on that is how to recursively remove files and folders using bash on a Linux box. find . -type d -name ‘folder_*_name’ -exec rm -r {} + Using find to find a folder (-type d) or a file (-type […]

Installing Apple Apps on old iOS

At home we use an old iPhone (version 4) as it is both green to use old stuff and not just throw it away, but it is also a lot less expensive if it gets stolen (school bags are not he most secure of places to have equipment). Recently Apple just messed up iTunes (again!!) […]

Reset permissions for files and folders in Linux / Bash

Three simple command lines to sort out folder and file permission and ownership issues in Linux. The reason for using two different commends for the files and folders is you don’t want executable bit set on files (unless you plan on running it) and folders don’t work well without it. To change all the directories […]

Configure Adobe Reader to go straight to your email program

Adobe Acrobat Reader DC has changed functionality around sending PDFs to email. Originally there was a button that sent the PDF directly to your email app. Now it opens an intermediary screen that asks if you want to send links, or private links, or URL. In short it is no longer one click but a […]

Changing Your Email Password

The steps to change your Postbox.Net.Nz password are found below.  If you don’t know your password or are having problems start a help ticket  or feel free to call on 022 626 5084.  The chat may also be open in the bottom right hand corner of this screen. There is a PDF summary of these instructions […]

Office 2016 Install Stuck At 51%

We have a had a complete ‘mare with Office today. 6 hours in and still trying to get it installed. Steps (reboots inbetween): Standard install – Created live.microsoft.com account, downloaded installer and started. Error 30088-16 Un-installed every version and component of Office individually, rebooted and tried again. Failed – Error 30088-16 Ran Ms clean up […]

Reset Default File Permissions: Windows 7, Windows 10 – SubInACL

Fix default permissions on windows 7 or Windows 10 machines using SubInACL  and the script below. 1 – Download SubInACL.  https://www.microsoft.com/en-nz/download/details.aspx?id=23510   NOTE: Take note of where you save the installer. 2 – Create a file on your desktop using notepad. I called mine resetPerms.bat 3 – Put the following script in the file then save […]

Booting TRK from USB or other medium – Fixing Can’t find TRK medium error

Can’t find TRK Medium If you are using the TRK (Trinity Rescue Kit) to boot up a machine you may run into a message saying: Seems we didn’t find the TRK medium Manually enter the device on which TRK can be found (e.g. sda1): If you don’t know what partition name your USB is showing […]