Category: System

Linux (238)
Windows (383)

Redis High-Availability Cluster Solutions and Emergency Maintenance Tips

High-Availability Redis Cluster Solution for NoSQL and Emergency Maintenance Tips: Assuming there is a master-slave setup, where the master has no persistence configured and the slave has AOF enabled. (The master handles backup and write services, while the slave handles read services.) Scenario: What should you do if the master suddenly goes down? www.2cto.com Solution: Connect to the slave and run a save operation …

Handling High System CPU Usage by Hadoop on CentOS 6

I happened to notice that Hadoop’s system CPU usage was very high, and a quick search revealed this is actually a known issue. RHEL6 optimized memory allocation efficiency, which significantly improves KVM performance in certain scenarios: http://www.linux-kvm.org/wiki/images/9/9e/2010-forum-thp …

U-Mail Email System Internal-External Network Isolation Deployment Guide

Today, under the immense threat of hacker and virus technologies, and for the security of commercial and policy information, many government agencies, military units, financial and insurance institutions, high-tech enterprises, and large conglomerates have begun implementing tiered management of critical data based on information importance. For example, employees in different positions …

How to Install Webmin on Ubuntu 14.04

Webmin is an open-source, web-based system administration tool for Unix/Linux. With Webmin, you can set up and install all system services directly from your browser, including DNS, DHCP, Apache, NFS, Samba, and more. So, with this tool, you no longer need to remember every configuration modification …