Audit trail in Linux

It is probably a good idea to have audit enabled on the server. Even though a hacker could disable it (if he was able to penetrate the server and gain root), there is still chance that he will not check for audit to be enabled.

Read more…

Reusing GlusterFS Directory

If you want to reuse the same directory for Gluster FS:

# gluster volume create gv0 10.19.8.85:/media/data/gl2
volume create: gv0: success: please start the volume to access data

# gluster volume delete gv0
Deleting volume will erase all information about the volume. Do you want to …
Read more…