DOWNLOAD – Hardening Procedure for Solaris Systems Procedure Statement The hardening policies are defined as follows: Database server hardening procedure. Web server hardening procedure Application server hardening procedure Utility server hardening procedure On every case, 4 security components are involved: JASS BSM RSA Tripwire In those cases where Solaris Containers are implemented, the […]
Tag: database server
Never use a shared database server for development work.
Like many conveniences in software development, a shared database is a tar pit waiting to fossilize a project. Developers overwrite each other’s changes. The changes I make on the server break the code on your development machine. Remote development is slow and difficult. Avoid using a shared database at all costs, as they ultimately waste […]