To block the Reply to All button with an on/off toggle switch in Microsoft Office 2007-2016, you have to install NoReplyAll Outlook Add-In by Microsoft Research.
Category Archives: Computers
Ubuntu Linux 4.4 kernel installation guide
This short walkthrough describes how to install the Ubuntu Linux Kernel 4.4.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
Installation Guide (GUI)
- Download the kernel headers package:
linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb - And the appropriate headers package for your system
- AMD64: linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb
- ARMHF: linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_armhf.deb
- I386: linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_i386.deb
- PowerPC: linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_ppc64el.deb
- And the kernel image
- AMD64: linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb
- ARMHF: linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_armhf.deb
- I386: linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_i386.deb
- PowerPC: linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_ppc64el.deb
- Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
I will post the latest version of the 4.4 branch and 4.5 release candidates in comments below.
How-To Install WP-CLI on shared hosting (updated)
This is the second update version of How-To Install WP-CLI on shared hosting and How-To Install WP-CLI on shared hosting 2. This guide has been tested and is working for my provider and WP-CLI 0.22.0
rm -rf ~./wp-cli
cd ~.
mkdir wp-cli
cd ~./wp-cli
curl -sS https://getcomposer.org/installer | php
alias composer='php composer.phar'
composer create-project wp-cli/wp-cli --no-dev
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
alias wp='php ~./wp-cli/wp-cli.phar'
How-To Install Node-RED on the Raspberry Pi
This short guide describes how to install Node-RED on your Raspberry Pi running Raspbian OS.
In the terminal run the following commands:
sudo apt-get update
sudo apt-get install -y nodered
Firewire legacy driver for Windows 8.1 and 10
To use legacy (Windows XP-7) FireWire drivers on Windows 8, 8.1 and 10, you have to install KB2907191 and manually select to use these drivers for your product. This driver is installed in c:\program files (x86)\1394 OHCI Compliant Host Controller (Legacy)