Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
Active Directory Cloud Enablement Connecting local AD to Azure With the deployment of more and more Office 365 services, managing separate AD instances can be daunting. Fortunately, Microsoft offers great tools to get your Active Directory Cloud initiative working. Azure’s AD is the backing AD for the Office 365 services. In this article, I am […]
Cloud Computing for Small and Medium Businesses: Meeting Specific Needs Cloud computing is the future. Many businesses and a wide range of industries are now relying on cloud computing for anything from data storage to real-time operations. This is due to the fact that cloud computing can host many web applications while providing a cost-efficient […]
Midsize businesses are realizing the power of cloud computing–a flexible, cost-effective and proven platform for delivering IT services and products over the web. However, they are also facing tighter budgets, fewer resources and more competition. Now, more than ever, there’s a real need to achieve greater efficiency at lower cost–while also minimizing the risks. Utilizing […]
 Start FileZilla. I’m using FileZilla 3.5.0 for this tutorial, but the steps should be the same in any recent version. We will start by creating a new site in FileZilla so that we won’t have to fill the credentials every time we would like to connect to the server. Open File > Site Manager… and […]
cPanel has an array of fairly impressive scripts located in /scripts . When having disk quota issues, running /scripts/fixquota allows to return the cPanel server to a state allowing to alter the hosting plans and disk space quotas.
Often times people need to receive email for multiple valid variation of their email addresses. On most email systems, these are called email aliases. IBM Domino has a slightly unusual way of allowing system administrators to define aliases: Open the Domino Administrator Tool On the People & Groups tab, select People Edit the Person document […]
Here are some steps to install Tomcat 6 on Red Hat 6 (or CentOS 6).  First we are going to prepare the repository: yum install yum-priorities rpm -Uvh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm rpm -Uvh http://mirrors.dotsrc.org/jpackage/6.0/generic/free/RPMS/jpackage-utils-5.0.0-7.jpp6.noarch.rpm Next we will install Java and Tomcat 6: yum -y install java yum -y install tomcat6 tomcat6-webapps tomcat6-admin-webapps Finally […]
You can uninstall IBM® Lotus® Notes® by dragging Notes.app from /Applications to the trash. This preserves user data. You can also uninstall Notes using the uninstaller application supplied with the Notes install media. This preserves user data as well. You can also uninstall Notes by dragging the following items to the Apple® Mac OS X® […]
To install binary packages on OpenBSD, the package manager needs to have the correct download URL. Â This URL changes based on OpenBSD version and architecture. Â Here is how to set it independently: export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.19.0-6-amd64/packages// Once that is done, the pkg_add command will work. In fact all pkg_* commands will work.