Select Page

Writing PowerShell Scripts in Linux

You can administer Linux with PowerShell and run scripts with what you already know from using it in Windows. Install PowerShell in Linux Installation is done with one line: sudo snap install powershell –classic Once installed, run powershell from the command...

Take a Website Offline with .htaccess

How to make a web site or folder on the site offline in Apache through .htaccess. A website or folders within it can be taken down by pointing search engine crawlers to the 410 status code. This code notifies the user that the resource is no longer available on the...

Using Microsoft Office MIME Types with MailKit

Recently I had problems with attaching a macro-enabled Excel workbook to an email. When it was received, the macro’s didn’t run correctly on the latest version of Microsoft Office. It did run correctly on Excel 2007. The workbook was being corrupted in the...

Add Contact to Maximizer Address Book with PHP

The class below is an example how to post data from a web form to the address book in Maximizer. The first thing you need to do is create a Web Form in Maximizer (Administration -> Web Forms). The PHP class below uses the fields that were created for the form (your...

Real Time Code Compiler from Skype

Screen sharing apps are commonly used in business meetings where people aren’t sitting next to each other in a boardroom. Another use I have for them is in technical support for software where your client shows you on their computer what bug they discovered in your...
Translate »