linux operating commands and unix operating commands

DoD IA Policy Chart

 
Thread Tools Search this Thread
# 1  
Old 09-25-2009
DoD IA Policy Chart

For your information, the Defense-wide Information Assurance Program (DIAP) has just released the IA Policy Chart via the IATAC web site at http://iac.dtic.mil/iatac/ia_policychart.html.  The chart, plus background notes can be found at that site.  In addition, the IA Policy Chart will be included as a centerfold in the January 2010 edition of the IATAC's IAnewsletter

 





The goal of the IA Policy Chart is to capture the tremendous breadth of applicable policies, some of which many IA practitioners may not even be aware, in a helpful organizational scheme. The use of color, hatching, fonts and hyperlinks are all designed to provide additional assistance to IA professionals navigating their way through policy issues in order to build, operate and secure the Global Iinfromation Grid (GIG) - DoD Information Infrastructure.

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 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

2. UNIX for Dummies Questions & Answers

Data storing and chart

I apologize if this has been posted before but I have been doing a lot of searching and I have not found any real answers, this is quite possibly due to that I may not be searching for the right terms or something. Little bit of info about my situation is that I'm a newbie as you probably guessed... (1 Reply)
Discussion started by: ummSomeNameHere
1 Replies

3. Programming

Flow Chart

Any One help how to draw the flow chart for C programe ? If any usefull link's. (1 Reply)
Discussion started by: sabari
1 Replies

4. News, Links, Events and Announcements

Unixersal Translator Chart

Something to notice about Unix that we are using. Have anyone noticed this before. Its related to comparisons on diffent *nix 's Translator. Every *nix has its own advantages, ideal also pro's and con's. A must see for every Unix Enthusiasts & Begginers. http://bhami.com/rosetta.html (4 Replies)
Discussion started by: killerserv
4 Replies
Login or Register to Ask a Question
Chart::Clicker::Renderer::Line(3pm)			User Contributed Perl Documentation		       Chart::Clicker::Renderer::Line(3pm)

NAME
Chart::Clicker::Renderer::Line - Line renderer VERSION
version 2.83 SYNOPSIS
my $lr = Chart::Clicker::Renderer::Line->new( brush => Graphics::Primitive::Brush->new({ #... }) ); DESCRIPTION
Chart::Clicker::Renderer::Line renders a dataset as lines. ATTRIBUTES
additive If true, the lines are drawn "stacked", each key accumulates based on those drawn below it. brush Set/Get a brush to be used for the lines. shape Set a shape object to draw at each of the data points. Adding a shape results in: shape_brush Set/Get the brush to be used on the shapes at each point. If no shape_brush is provided, then the shapes will be filled. The brush allows you to draw a "halo" around each shape. This sometimes help to separate the points from the lines and make them more distinct. METHODS
draw_point Called for each point encountered on the line. 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::Line(3pm)