Category: Open Source

How to Attach Files to Zabbix Alert Emails

A few days ago, I set up Zabbix to monitor server information. However, when configuring email alerts, the alert subject was always displayed correctly, but the alert content kept being sent as an attachment, as shown below:

After searching online for quite a long time, I finally found the solution. Here it is for your reference: #!/bin/bash
to=$1
subject= …

An Overview of Orabbix Monitoring Metrics

Orabbix provides a relatively lightweight client for comprehensive monitoring of multiple Oracle database instances. In this respect, its role is somewhat similar to tools like SQLDeveloper or Toad used in daily work. In previous chapters, we spent some time comparing …

VMware Installation Overlapped I/O Operation in Progress Fix

Today while installing VMware, I encountered the following message:

I tried switching to other versions but kept getting the same error. So I searched online for a solution and finally found the fix:
Navigate to C:/Users/Administrator/AppData/Roaming/Microsoft,
locate the Crypto folder, and simply delete it.

9 Open Source Events You Must Know About in 2015!

2015 has passed, and looking back, it was a spectacular year — it wouldn’t be an exaggeration to call it the Year of Open Source. Enterprise users embraced open source at an unprecedented pace. Not only that, but longtime rivals like Cloud Foundry and OpenStack also collaborated and shared technology. At the same time, we saw traditional proprietary commercial companies …

Google Tells Oracle Android Now Protected by GPL

Google Replaces Java APIs with OpenJDK in Android N — In the next version, Android N, Google has swapped its Java API implementation for the open-source version of Oracle’s JDK (Java Development Kit), known as OpenJDK. Oracle uses the GPL license for the OpenJDK project. Google immediately informed the court that it has released a new version…

PHP 7 Hands-On Review: Massive Performance Boost, Strong Compatibility, Limited Extension Support

With the release of PHP 7, its performance and compatibility have become hot topics of discussion in recent days. The impressive performance demonstrated by PHP 7 has tempted many to give it a try, and some early adopters have already deployed PHP 7 in production environments. Meanwhile, popular applications like LNMP have been promptly updated to support PHP 7…

MySQL vs. PostgreSQL: Which Database Is Better?

If you’re planning to choose a free, open-source database for your project, you might be torn between MySQL and PostgreSQL. Both MySQL and PostgreSQL are free, open-source, robust, and feature-rich databases. Your main question is probably: Which one is the best open-source databa…

How to Configure DNS Records for a Mail Server

How to Configure Domain DNS for Mail Servers (MX Record Setup) Using Wanwang as an Example: Step 1, add an A record: mail.domain.com
Add an A record Step 2, set the MX record to the newly created mail.domain.com with a priority of 10
Set up MX mail exchange This completes the domain’s MX record configuration. Next…