ssh
Using a Wiki for Security Analysis
I took a class on the NSA INFOSEC Assessment Methodology. In this class it goes over a methodology for testing a company's security posture from a broad perspective. We're talking about top level down from physical security to following standard operating procedures to ensuring a company has all the proper policies in place. There are 18 main classes and categories that are looked over and more can be added if need be. I found it difficult to really coordinate all that information between a team.
Tags:
Automated Backup w/ rsync over SSH
People are lazy when it comes to regularly backing up their data. This is a project of mine that I use on a daily basis. It's a fairly simple to setup backup server that uses rsync over SSH to backup anything you give it. Best part about it is that it is cross platform compatible and can be scripted to backup multiple PCs at once. This is an very flexible way of creating a backup system and best of all is entirely open source and free.
