Control of Cybersecurity Becomes Divisive Issue

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Control of Cybersecurity Becomes Divisive Issue
# 1  
Old 04-21-2009
Control of Cybersecurity Becomes Divisive Issue

by JAMES RISEN and ERIC LICHTBLAU New York Times The National Security Agency has been campaigning to lead the government's rapidly growing cybersecurity programs, raising privacy and civil liberties concerns among some officials who fear that the move could give the spy agency too much control over government computer networks. The Obama administration is expected to complete [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

if elif control issue

The below script is been ran on MYSQL database.... but control is not reaching to MYSQL elif block :wall: The complete code is: #!/usr/bin/ksh MR=eml_msp131233 start=`date +%s%N` echo "***Clean-up for Static Tables removal***" | tee /tmp/$MR.log set -A mname1... (9 Replies)
Discussion started by: ambarginni
9 Replies

2. SuSE

Installin Suse 11 - Mouse issue using Remote Control

hi guys I want to exhaust all the possibilities so I'm going to ask this here I am installing a Suse 11 on IBM Blade Center using Remote Control. when using this is impossible to use the mouse I see the mouse but I have no control over it I try to move it but no way it moves to fast s no... (3 Replies)
Discussion started by: kopper
3 Replies

3. UNIX for Dummies Questions & Answers

Odd Control Character issue ^A

Sorry to bug you, but my sed is failing me, I have a file auto generated from abinitio, it has a string of chars ending with a line break, and then it has added a ^A character, I can remove this is vi by using the following %s/^A//g (where ^A is ctrl v and control A), however when I try to sed... (1 Reply)
Discussion started by: badg3r
1 Replies
Login or Register to Ask a Question
mconv_stream_converter(3m17n)					 The m17n Library				     mconv_stream_converter(3m17n)

NAME
mconv_stream_converter - Create a code converter bound to a stream. SYNOPSIS
MConverter* mconv_stream_converter (MSymbol name, FILE * fp) DESCRIPTION
Create a code converter bound to a stream. The mconv_stream_converter() function creates a pointer to a code converter for coding system name. The code converter is bound to stream fp. Subsequent decodings and encodings are done to/from this stream. name can be Mnil. In this case, a coding system associated with the current locale (LC_CTYPE) is used. RETURN VALUE
If the operation was successful, mconv_stream_converter() returns the created code converter. Otherwise it returns NULL and assigns an error code to the external variable merror_code. ERRORS
MERROR_SYMBOL, MERROR_CODING SEE ALSO
mconv_buffer_converter() COPYRIGHT
Copyright (C) 2001 Information-technology Promotion Agency (IPA) Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>. Version 1.6.2 12 Jan 2011 mconv_stream_converter(3m17n)