Hardening Procedure for Solaris Systems

DOWNLOAD – Hardening Procedure for Solaris Systems <td style="border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: none; border-right: none; padding: 0;" width="425"> <p class="western" style="margin-top: .21cm;"> <span style="font-size: small;">The hardening policies are defined as follows:</span> </p> <ul> <li> <p style="margin-bottom: .11cm;"> <span style="font-size: small;">Database server hardening procedure.</span> </p> </li> <li> <p style="margin-bottom: .11cm;"> <span style="font-size: small;">Web server hardening procedure</span> </p> </li> <li> <p style="margin-bottom: .11cm;"> <span style="font-size: small;">Application server hardening procedure</span> </p> </li> <li> <p style="margin-bottom: ....

December 1, 2012 · 40 min · 8412 words · Shafiq Alibhai

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 time and help produce bugs.

September 15, 2010 · 1 min · 60 words · Shafiq Alibhai