Error piping emails cPanel

I had an issue where emails were no longer being imported into WHMCS. Child process of cagefs_virtual_address_pipe transport returned 255 (could mean shell command ended by signal 127 (Unknown signal 127)) from command: /bin/cagefs_enter Turned out when WHMCS upgraded to version 7 some of the permissions were reset on the cron files. Changing the /cron/cron.php…

Install Software through Command Line

Many companies use Ninite as their defacto app installer for new computers. However, unless you are using Ninite Pro you are in breach of its terms.   Just-Install is a free opensource alternative and allows installation of many applications via command line making it perfect for installing software through RMM tools. How do you use…

Outlook 2016 Lagging when typing

A customer called with an issue when typing in outlook. According to a few articles it appears there was an update released in Febuary that caused the smooth typing effect to lag. Updating Office using the command below seemed to do the trick. cd %programfiles%\Common Files\Microsoft Shared\ClickToRun officec2rclient.exe /update user  

SQL Express Query Capture/Spy

I had an issue last night with a POS system that froze after login. Its old software and no documentation so I thought I could trace the transaction in the database and see what was up. MSSQL has SQL profiler but is not included in SQL 2005 Express, so I found this awesome utility that lets you…

Group Pinned Applications in Taskbar

A while ago I came across a program called bins that appeared to fill my desire to group pinned icons in my taskbar. Unfortunately, Windows 10 had just been out and there was no support for it. I decided to buy it anyway and give it a shot. Despite installing ok, the program was not acting as…

Windows 10 – Dark Theme

Windows 10 Had a dark theme which is much easier on your eyes. To enable it run the following command: REG ADD “HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize” /v AppsUseLightTheme /t REG_DWORD /d 0 /f Log off and back on again and presto! The background colour for the Windows 10 menus will be dark.   If you decide you don’t…