Category: Technology

  • PHP7 – What’s New and Better in PHP?

    In some of my previous posts, I discussed about using PHP as part of LAMP for web application development. Well, if you haven’t noticed it already, when I said PHP, I was talking about PHP version 5 or 5.x. However, now I’m going to specifically talk about PHP7 and what new features it brings to…

  • GIT – A Simple Getting Started Guide For Git

    There is a term called “Git” in IT field, which may not be much familiar to most people despite being one of the most useful and handy tools in the industry. So, in this post, I’m going to cover the introduction and getting started guide for Git so that more people will be able to understand…

  • LAMP-Securing Your Web Server With SSL

    Hello and welcome! In my previous post on LAMP web server, I discussed about its installation and configuration inside CentOS environment. Today, I’m writing on how to setup SSL certificate in our website and other security related configurations as well. Installing SSL Certificate First of all, let’s install mod_ssl package from MOD Security. It’s done in CentOS…

  • Blocking Mails Based on Subject in Zimbra

    Welcome back! In this post, let’s talk about tightening our Antispam or Spamassassin in Zimbra. In real-time, there may be a serious reason for filtering and blocking mails based on subject that contain certain structures or words. Here are the steps to achieve this objective in Zimbra 8.5 and later. 1) Create a policy file inside…

  • Enable Authentication In Zimbra CBPolicyd Webui

    Hello there! In this post, I’m going to write about how to enable authentication in Zimbra CBPolicyd Webui. If you use Zimbra but haven’t yet used CBPolicyd, I recommend you to see me previous post where I discussed about installation and use of CBPolicyd for managing mail related rules or restrictions in Zimbra. Until now,…

  • Restricting Certain Users from Sending/Receiving External Mails in Zimbra

    Hello! In this post, I’m going to talk about how to configure a Zimbra server to restrict certain users from sending or receiving mails from external domains. In order to achieve this objective, Zimbra provides two alternatives: one using CBPolicyd (web based) and another using MTA restrictions (cli based). Here I’m covering both methods. First,…

  • Zimbra Distribution Lists Disappearing Issue

    Welcome! In this post, I’m once again going to discuss about Zimbra Collaboration Suite. This is about an incident that I recently came across, in which some of the mail distribution lists of one of our clients got automatically removed from the system. On doing some research, I learned that this type of issue was…

  • Cisco UCS Mini – A Simple How-To

    Hello and welcome back. Today, let’s learn about Cisco’s Unified Computing Systems (UCS) technology. If you haven’t heard of Cisco UCS before, this might be a good opportunity for you to keep yourself updated with the recent developments in IT industry. Basically, UCS is an aggregation of computing systems, virtualization, switching fabric and centralized management for deploying…

  • LAMP- Installation and Configuration in CentOS 7

    Hello! Today, let’s install and configure a web server (Linux + Apache + MySQL + PHP = LAMP) in CentOS7 platform. I think this subject can be very helpful to web developers, students and system administrators. Without any adieu, let’s get started with the installation and configuration. Installation of CentOS 7 I’ve already written blogs…

  • Cisco MDS Switch Setup For FC Based SAN

    Welcome back! In this post, I’m getting into somehow different topic than my usual ones. Here, the subject matter that I’m diving into is storage traffic switching with Cisco MDS series switches. If you’re new to this subject, here are some basic introductions: First, Storage Area Network (SAN) is much like the well-known Local Area…