Browse our Cybersecurity technical articles here. We’re sharing our knowledge with fellow cybersecurity practitioners in the hope that we can all progress further and faster in protecting our information systems.

All HowTo's Cybersecurity Linux Redhat, Fedora and CentOS Linux

Install Spamassassin on CentOS & Redhat

This article demonstrates how to install Spamassassin on a CentOS or Redhat server. We’re starting with a working Postfix server. Start by installing Spamassassin with Yum: yum install spamassassin useradd spamd Add the following to the “/etc/postfix/master.cf” file. Add the following to the end of the first non-remarked line: -o

Read more
All HowTo's Cybersecurity Linux MySQL & MariaDB Redhat, Fedora and CentOS Linux

Reset a lost MySQL Password on CentOS and Redhat Linux

Use these instructions to reset a lost MySQL root password. I’ve taken these steps from the website “http://www.rackspace.com/knowledge_center/article/mysql-resetting-a-lost-mysql-root-password”. All credit to them. Note that this is done as the ‘root’ user. First stop MySQL and start it in ‘safe mode’: service mysqld stop mysqld_safe –skip-grant-tables & Now login without the

Read more
All HowTo's Cybersecurity Linux Redhat, Fedora and CentOS Linux

Sample Port Address Translation with Redhat/CentOS (/etc/sysconfig/iptables)

This is a sample iptables configuration file ‘/etc/sysconfig/iptables’ on a Redhat server where the server has a single interface and is placed in-front of other systems. In this example, this server (the one with the iptables config below) is infront of a web server at ‘10.0.0.2’. Don’t forget to enable

Read more