learn linux and unix commands - unix shell scripting

US DoD SDLC

 
Thread Tools Search this Thread
# 1  
Old 01-23-2010
US DoD SDLC

The US Defense Dept has a system for everything, and most are fairly structured.  Their Integrated Defense Acquisition, Technology and Logistics Life Cycle Management System Chart is no exception.  However, if you pay attention, it does provide a detailed structure and process for secure development.  (Warning: their cert is self signed, and your browser may object.)

You can also get the chart PDF from https://acc.dau.mil/IFC/pdfs/Front_V...2009_34x22.pdf

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

DoD STIG Automation/Remediation

Curious if anyone has any working/in process STIG automations for Unix/Linux? I've gotten about 10% of them done so far and don't have HP-UX to add into the files, so was kind of hoping to find anyone else doing the same thing or similar. Not having any problems per se, I just can't imagine I'm... (0 Replies)
Discussion started by: Vryali
0 Replies
Login or Register to Ask a Question
Chart::Clicker::Renderer::StackedArea(3pm)		User Contributed Perl Documentation		Chart::Clicker::Renderer::StackedArea(3pm)

NAME
Chart::Clicker::Renderer::StackedArea - Stacked Area renderer VERSION
version 2.83 SYNOPSIS
my $ar = Chart::Clicker::Renderer::StackedArea->new({ fade => 1, brush => Graphics::Primitive::Brush->new({ width => 2 }) }); DESCRIPTION
Chart::Clicker::Renderer::StackedArea renders a dataset as line-like polygons stacked atop one another. NOTES
Note that series with varying keys (e.g. Series 1 has keys 1, 2, 3 but Series 2 only has 1 and 3) will cause you some problems. Since the keys don't match up, neither will the accumulation of area. This may be addressed in the future. ATTRIBUTES
brush Set/Get the brush that informs the line surrounding the area renders individual segments. fade Set/Get the fade flag, which turns on or off a gradient in the area renderer. opacity Set the alpha value for the renderer, which makes things more or less opaque. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Renderer::StackedArea(3pm)