Skip to content

Instantly share code, notes, and snippets.

View SanRam's full-sized avatar

Santhosh Ramaiah SanRam

View GitHub Profile
@SanRam
SanRam / ssg-rhel6-stig-ks.cfg
Created August 22, 2023 19:40 — forked from gregelin/ssg-rhel6-stig-ks.cfg
SCAP Security Guide DoD STIG profile kickstart for Red Hat Enterprise Linux 6 Server
# SCAP Security Guide DoD STIG profile kickstart for Red Hat Enterprise Linux 6 Server
# Version: 0.0.1
# Date: 2015-04-08
# Url: http://people.redhat.com/swells/ssg-rhel6-stig-ks.cfg
#
# Based on:
# http://fedoraproject.org/wiki/Anaconda/Kickstart
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
# http://usgcb.nist.gov/usgcb/content/configuration/workstation-ks.cfg
#
@SanRam
SanRam / capture_raw_frames.c
Created July 18, 2023 20:50 — forked from maxlapshin/capture_raw_frames.c
v4l2 capture example
/*
* V4L2 video capture example
*
* This program can be used and distributed without restrictions.
*
* This program is provided with the V4L2 API
* see http://linuxtv.org/docs.php for more information
*/
#include <stdio.h>