Welcome to another Sysadmin & DBA Tips, in this post I’ll explain how install and configure Mod_Security, an open source web application firewall, that protect your personal/business Web Applications. (more…)
Conditions in bash scripting (if stat...
Hello for everybody, in this post I’ll summarize the most important conditions in bash scripting (if statements).
I hope you find it useful
1. File-based conditions:
Condition
True if
Example/explanation
[ -a existingfile ]
file ‘existingfile’ exists.
if [ -a tmp.tmp ]; then
rm -f tmp.tmp # Make sure we’re not bothered by an [...]
Mysql: Multi-Master Replication
Greeting to all readers, the first thing is to apologize for not write time ago but I have been studying the LPIC-2 Certification .
In this article I’ll explain how mount a Mysql Multi-Master replication, this system consist in two databases running in separate servers, the production machine, with read/write access, and the read-only [...]
Samba 3 trust Relationship with Activ...
In a previous post I explained How install and Configure Samba4, unfortunately in this moment Samba4 not support a Trust RelationShip with Samba3. This integration with Samba3 is a requisite to implement the Vmware View (VDI) solution that we are implementing in the University of Navarra, where I work. For this reason, while the developers o [...]



