Skip to content

Instantly share code, notes, and snippets.

@Jeddunk
Jeddunk / install.sh
Last active October 14, 2016 18:43 — forked from peppelinux/install.sh
SNORT installation on debian 8
# http://sublimerobots.com/2015/12/snort-2-9-8-x-on-ubuntu-part-2/
# https://s3.amazonaws.com/snort-org-site/production/document_files/files/000/000/069/original/Snort-IPS-Tutorial.pdf
apt update
apt install sudo vim
export EDITOR=vim
visudo
# yoyo ALL=(ALL) NOPASSWD:ALL
exit
#include <windows.h>
#ifndef VK_MEDIA_NEXT_TRACK
#define VK_MEDIA_NEXT_TRACK 0xB0
#endif
#ifndef VK_MEDIA_PREV_TRACK
#define VK_MEDIA_PREV_TRACK 0xB1
#endif
#ifndef VK_MEDIA_STOP
#define VK_MEDIA_STOP 0xB2