linux operating commands and unix operating commands

Videos from Team Cymru

 
Thread Tools Search this Thread
# 1  
Old 07-26-2009
Videos from Team Cymru

Short videos (slide desks and voiceover) on various security topics, mostly relating to malware in some way.  Basic information, but quite suitable for security awareness presentations.

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

Need the Linux Kongress Videos

Is there any way to view the Linux Kongress videos ? Are there any recordings of it or any blog posts of what is described ? (0 Replies)
Discussion started by: sreyan32
0 Replies

2. What is on Your Mind?

videos

hiya guys :p RUmdWdEgHgk Zz-DJr1Qs54 6Ejga4kJUts (1 Reply)
Discussion started by: sparcguy
1 Replies

3. What is on Your Mind?

Nice YouTube Videos

What are they doing? :D kyJHeIqYoLQ ---------- Post updated 11-14-09 at 10:24 AM ---------- Previous update was 11-13-09 at 04:53 PM ---------- Heard of them? Who's them? :b: Totally Hidden Extreme Magic (1/6) mSLMOUOtaQQ Totally Hidden Extreme Magic (2/6) 2bwp2GUrNNc Totally... (3 Replies)
Discussion started by: sparcguy
3 Replies

4. Shell Programming and Scripting

training videos

Dear Experts, I just want any web site from where i can download free or i can buy a full trainning video of unix shell programming. Can any body tell me the good video CBT for unic shell scripting. Regards, SHARY (1 Reply)
Discussion started by: shary
1 Replies
Login or Register to Ask a Question
CURLOPT_KRBLEVEL(3)					     curl_easy_setopt options					       CURLOPT_KRBLEVEL(3)

NAME
CURLOPT_KRBLEVEL - set FTP kerberos security level SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_KRBLEVEL, char *level); DESCRIPTION
Pass a char * as parameter. Set the kerberos security level for FTP; this also enables kerberos awareness. This is a string that should match one of the following: 'clear', 'safe', 'confidential' or 'private'. If the string is set but doesn't match one of these, 'private' will be used. Set the string to NULL to disable kerberos support for FTP. The application does not have to keep the string around after setting this option. DEFAULT
NULL PROTOCOLS
FTP EXAMPLE
TODO AVAILABILITY
This option was known as CURLOPT_KRB4LEVEL up to 7.16.3 RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. SEE ALSO
CURLOPT_KRBLEVEL(3), CURLOPT_USE_SSL(3), libcurl 7.54.0 December 21, 2016 CURLOPT_KRBLEVEL(3)