This article will provide C# code that will allow you to leverage the Exchange Management Shell to add a new Microsoft Exchange 2010/2013 Mailbox and Active Directory Account. In order to use the code below, you must have the Exchange Management tools installed on the machine which will be running this code. Exchange Management Tools… Read More
OpenIT Integrated Business Solutions
PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64),… Read More
Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols. Prosody is open-source software under the permissive… Read More
If you are like me then one of your biggest pet peeve’s with Nginx is its lack of authentication methods like those so easily accessible in Apache. Beyond that, if you would like to add an authentication method to Nginx, it will typically require a recompile. If you are running Debian or Ubuntu then I… Read More
Instructions are a re-post from our previous article Dell OpenManage on Debian 7. First we will need to add the Dell OpenManage Debian Repository to our machine with the following command. Note we are using the Wheezy repository due to the fact that the Jessie repository does not contain OMSA. This how-to will install Dell… Read More
If you have ever used Ubuntu Server then you should be familiar with the dynamic MOTD. This is what is presented to the user in terminal when a log on occurs. This feature is very nice as it will give you a quick look at useful information. Unfortunately, Debian Server does not include the dynamic… Read More
If you are running Postfix with per user quotas, then chances are you are using the Postfix VDA Patch. We are pleased to announce that we are now hosting Postfix VDA builds for Debian Jessie in our private apt repository. If you would like to use our repository, please follow the instructions at OITIBS Apt… Read More
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. Let’s Encrypt is a service provided by the Internet Security Research Group (ISRG). The key principles behind Let’s Encrypt are: Free: Anyone who owns a domain name can use Let’s Encrypt to obtain a trusted certificate at zero cost. Automatic: Software running on… Read More
In order to install VMware Tools On Debian you will be employing a two step process. First you will need to right click on the Virtual Machine in vSphere and choose “guest” > “Install/Upgrade VMware Tools” pictured left. Next you will need to run the following commands in terminal. This procedure works for every version… Read More
Recently after installing a fresh new copy of Debian 8 (Jessie), I found that root ssh access was set to without-password by default now. What that means to you is that if you are trying to ssh to your server with your root account and password, you will receive an access denied error. In order… Read More