Skip to content

Instantly share code, notes, and snippets.

View palopezv's full-sized avatar

Pedro A. López-Valencia palopezv

  • 2561 meters closer to the stars.
View GitHub Profile
@aelk00
aelk00 / remove-likes.md
Last active March 1, 2024 00:58
Remove all your facebook likes
@kasuken
kasuken / profiles.json
Created June 23, 2019 12:22
Windows Terminal settings and files
{
"globals" :
{
"alwaysShowTabs" : true,
"defaultProfile" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols" : 120,
"initialRows" : 30,
"keybindings" :
[
{
@im-strongthany-zz
im-strongthany-zz / PB_NoCookies.json
Created July 27, 2018 15:22
A JSON pulled from my privacy badger install. It has over 3000 domains, most of which are set to not allow 3rd party cookes.
{"action_map":{"webpoolblu1a09.infra.lync.com":{"userAction":"user_cookieblock","dnt":false,"heuristicAction":"allow","nextUpdateTime":1516745842772},"noobslab.disqus.com":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":1516070903466},"maxcdn.bootstrapcdn.com":{"userAction":"user_cookieblock","dnt":false,"heuristicAction":"","nextUpdateTime":1516698222876},"fonts.googleapis.com":{"userAction":"user_block","dnt":false,"heuristicAction":"","nextUpdateTime":0},"apis.google.com":{"userAction":"","dnt":false,"heuristicAction":"cookieblock","nextUpdateTime":1516942295587},"google.com":{"userAction":"","dnt":false,"heuristicAction":"block","nextUpdateTime":1492973782210},"fonts.gstatic.com":{"userAction":"user_block","dnt":false,"heuristicAction":"","nextUpdateTime":0},"feedburner.google.com":{"userAction":"","dnt":false,"heuristicAction":"cookieblock","nextUpdateTime":1492922808535},"disqus.com":{"userAction":"","dnt":false,"heuristicAction":"cookieblock","nextUpdateTime":1516080092307},"www
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active April 23, 2024 21:05
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@bagder
bagder / trrprefs.md
Last active December 27, 2022 05:17
This once held TRR prefs. Now it has moved.

NOTE

This content has moved.

Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!

@wdormann
wdormann / enable_bottom-up_ASLR.reg
Created November 16, 2017 17:52
Enable both Mandatory ASLR *and* Bottom-up ASLR system-wide
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
"MitigationOptions"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00
@richardszalay
richardszalay / Win10-16257-Console-Colors.reg
Created August 3, 2017 04:43
Applies the default console colors added in Windows 10 16256 (https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors/) to older versions of Windows
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:000c0c0c
"ColorTable01"=dword:00da3700
"ColorTable02"=dword:000ea113
"ColorTable03"=dword:00dd963a
"ColorTable04"=dword:001f0fc5
"ColorTable05"=dword:00981788
"ColorTable06"=dword:00009cc1
This work, excluding the Arch Linux logo, is made available under CC0: https://creativecommons.org/publicdomain/zero/1.0/
@yancyn
yancyn / git-svn.md
Last active February 9, 2024 17:44
Migrate Archive Google Code SVN to Git

Migrate Archive Google Code SVN to Git

Requirements

  • git
  • git-svn

Setup¹

$ sudo apt-get install git
$ sudo add-apt-repository ppa:git-core/ppa
@Brainiarc7
Brainiarc7 / ffmppeg-advanced-playbook-nvenc-and-libav-and-vaapi.md
Last active May 5, 2023 01:51
FFMpeg's playbook: Advanced encoding options with hardware-accelerated acceleration for both NVIDIA NVENC's and Intel's VAAPI-based hardware encoders in both ffmpeg and libav.

FFmpeg and libav's playbook: Advanced encoding options with hardware-based acceleration, NVIDIA's NVENC and Intel's VAAPI-based encoder.

Hello guys,

Continuing from this guide to building ffmpeg and libav with NVENC and VAAPI enabled, this snippet will cover advanced options that you can use with ffmpeg and libav on both NVENC and VAAPI hardware-based encoders.

For ffmpeg: