Skip to main content

Posts

Showing posts from January, 2016

I'm a dick- apache conf php includes and pear

Sometimes I forget things, sometimes I not thinking straight.  After wasting hours with a php include problem and a problem with pear, I discovered the following. When you use an an apache php_value include_path (eg: as an apache declaration for a virtual host - I'm talking about an apache conf file here, not a php file), it actually does what it's supposed to do and "overrides" the include path.  I thought it appended the include path.  So you do need to also add a dot . for the current directory and also the normal paths, plus what ever else you want.  I'm not sure if you can code it dynamically in apache conf (like you would in a php file).  I forgot that with pear, you also need to include the pear file, like Mail.php etc...  (normally done with a require_once).  It doesn't all happen with the Mail::factory(...) declaration and so on.   doh! and doh!

Handy Office 365 commands O365

First install the  Microsoft Online Services Sign-In Assistant for IT Professionals RTW  from the Microsoft Download Center.  Then install the  Azure Active Directory Module for Windows PowerShell (64-bit version) , and click  Run  to run the installer package. ## allow remote signed set-executionpolicy remotesigned ## to import MSONline modules into a standard powershell  import-module MSONline ## To connection to the MSONLine service Connect-MsolService ## Get the Credential  $o365cred=get-credential ## Create a session  $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $o365cred -Authentication Basic -AllowRedirection Import-PSSession $session ## Add Permission for Alan to see bob's email  Add-MailboxPermission -identity Bob@domain.com -user Alan@domain.com -AccessRights FullAccess ## If you wanted to give Alan full access to all mailboxes in your environment you wou

Comparison of issue-tracking systems

https://en.wikipedia.org/wiki/Comparison_of_issue-tracking_systems Others worth looking at (not in the list below) are sirportly and servicenow. System Apache Bloodhound Assembla  Tickets Axosoft Brimir Bugzilla Debbugs FogBugz Fossil FusionForge GNATS Google Code Hosting HP Quality Center IBM Rational ClearQuest JIRA Kayako SupportSuite Liberum Help Desk MantisBT Microsoft Dynamics CRM org-mode OTRS Pivotal Tracker Plain Ticket Planbox QuickBase Redmine Remedy Action Request System Request Tracker Roundup StarTeam Supportworks SysAid TargetProcess Team Foundation Server Teamwork TechExcel's DevTrack TestTrack The Bug Genie Trac TrackerSuite.Net Usersnap Web Help Desk Wrike YouTrack Zoho BugTracker