A repository of information technology questions and answers

Latest posts

Using SSH login without password

An article outlining steps needed to be able to use the SSH to access a remote system without supplying a password each time that you connect.

WMIC Cheat Sheet

A quick and useful cheat sheet for the Microsoft Windows WMIC command.

Solaris Basic Audit Reporting Tool (BART)

BART is a great little alternative to Tripwire or AIDE. While not so robust or full featured, it does what you need it to do with very little impact.

Clearing Password History in Solaris 10

To ensure the security of passwords on Solaris systems, you need to edit the /etc/default/passwd file to enforce password length and complexity.

Enforcing password complexity on Solaris

Solaris 10 is the first version of Solaris to provide a complex set of variables for controlling password strength.

SSH Cheat Sheet

This post provides me with a reminder of the syntax for the most useful SSH features I use whist auditing systems.

Troubleshooting 'too many open files'

Applications or servers can sometimes fail with an error indicating that there are too many open files for the current process. Most of the time.