Tag: Linux
Showing all articles associated with the Linux tag.

How to Read Your ceph df Output

In MariaDB Cluster, the Server replicates a transaction at commit time by broadcasting the write set associated with the transaction to every node in the cluster. The client connects directly to the DBMS and experiences behavior that is similar to… Read more

The Mail Status Probe can help you to identify potential configuration problems as well as help find the source of large amounts of mail being sent through the server. Identify spammer issue will help to keep your ip reputation of… Read more

Fail2ban is a tool that can be used to protect servers from brute-force attacks and other forms of malicious activity. It works by monitoring log files and blocking IP addresses that show signs of malicious activity, such as repeated failed… Read more

This time writing about how to check triggered ModSecurity rules on Nginx audit logs. This useful to check triggered ModSecurity rules on nginx audit logs for which rules ID, IP and URL of related connection. Here’s the command #grep “\[id”… Read more

Based on Ceph health status in my cluster, we see there is one pg with inconsistencie issue; #ceph -s We need to find the related pgs and perform deep-scrup to this spesific pg in order to remove this error.# ceph… Read more

Ceph is a popular open-source distributed storage system that is widely used for storing and managing large amounts of data. It is known for its scalability, reliability, and performance, making it a popular choice for many organizations. If you’re considering… Read more

This is my mdadm raid command chet-sheet in linux.Mdadm is a Linux utility to manage and monitor RAID software handled by linux kernel if you do not have or do not use any raid card. Check mdadm raid status from… Read more