Skip to content

Instantly share code, notes, and snippets.

View h4tr3d's full-sized avatar

Alexander Drozdov h4tr3d

View GitHub Profile
@h4tr3d
h4tr3d / 99-99-aur.hook
Last active June 7, 2022 00:23
AUR basic integrity check
# /usr/share/libalpm/hooks/99-99-aur.hook
# /etc/pacman.d/hooks/99-99-aur.hook
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = "Check non-repo packages integrity"
When = PostTransaction
@h4tr3d
h4tr3d / v4l2-capture.cpp
Last active September 28, 2023 14:22 — 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
*
* To build:
* g++ -std=c++11 -o v4l2-capture v4l2-capture.cpp